|
ViewState Decoder Add-On for Firefox
|
| This add-on can decode and show viewstate contents of an *.aspx page. Once you intall this add-on, it shows up a 'Show Viewstate' item in context menu of Firefox. When this menuitem is clicked, a popup comes up showing the viewstate details.
|
|
My First Game Programing Experience
|
My experience of writing a simple game for first time in life. All those who are interested in writing a computer game but have absolutely no idea of how to go about might find some information here.
|
|
AJAX like Tooltip for Datagrid using IFRAME
|
This article
discusses how to add dynamic tooltip to ASP.NET datagrid/datagridview to show another webform(*.aspx page) containg controls for showing detailed information for selected row.
|
|
Drag and paste with Dojo
|
Recently I was asked how drag and paste can be implemented using Dojo.
Means you start dragging an object and instead of dropping the object itself , you drop a copy of it.
|
| Doing AJAX with popular javascript libraries |
|
An article, which discusses how AJAX can be implemented using different javascript libraries and frameworks. Libraries covered: Dojo, Yahoo UI, Prototype, ASP.NET, Rails.
|
|
Video Streaming with VLC Player
|
|
The VCL player form VideoLAN is an awesome piece of software.
Apart from playing most video formats and supporting conversion
from one to another, it has a video streaming server built into it.
|
|
A cleaner way of handling the Flash’s fscommand within IE
|
A method to deal with fscommand that does not involve use of VBScipt and document.write()
|
|
Collapsible Drag&Drop panels with Dojo
|
How to create awesome DHTML panel units that support drag&drop and are collapsible, using Dojo toolkit and
very little javascript. There is an online demo here
|
|
Introduction to GIMP for Windows Users
|
GIMP (GNU’s Image Manipulation Program) is a powerful and easy to use image editor. This article
introduces Windows users to GIMP
|
|
Javascript, OOP and Reuse
|
In this article we will see how object oriented programming with javacript promotes high reuse of properly written code. We will take previously written code , make it object oriented and ourselves see what benefits we get out of it.
|
|
Making Animated Collapsible Panel using Javascript . |
With the advent of high speed internet and AJAX ,
the trend of making 'desktop-like' web applications has definitely picked up.
This article shows how to create a collapsible panel using javascript.There is an online
demo too.
|
|
Running Linux on Windows Like Normal Programs
|
Using small Linux distro like Puppy
Linux and open source emulator like QEMU,it is possible to run and
stop Linux like normal windows programs. By creating virtual hard disks and
using software like WinImage you can actually transfer data between Linux and Window.
|
|
Clipboard Image Archiver
|
ClipboardImageArchiver is a utility that archives clipboard images.
You can simply copy an image to clipboard (say from IE) and 'Paste' it into ClipboardImageArchiver.
A key feature of ClipboardImageArchiver is that it can save (export) files to a Zip archive.
|
|
Tcl/Tk -The Swiss knife of GUI and Scripting
|
Tcl/Tk is a powerful scripting language capable of generating intuitive GUIs with amazingly few lines of code.
It is time tested and works on all major platforms. Tcl/Tk is simple, portable and extendible.
Tcl/Tk works as well on Windows as it does on Unix/Linux.
|
|
Transliteration Tools for Indian Languages
|
Do you frequently type Marathi or Hindi using English alphabets . Ever wished
you could write your stuff in Devanagari , without much hassles, then you should
definitely read this.A sneak-peek of Transliteration tools for Indian Languages.
|