Archive for the ‘Development’ Category

Close the batch file after executing a program

Sunday, January 13th, 2008 107 views

Lets say you want to start a program in windows using batch file but you don't want to let your user see the batch file running in background alongwith the program it executed.So here is the nifty solution to this problem: Problem: Run MSPaint using batch file and close the ...

A standalone Helloworld XUL example (XULRunner)

Sunday, January 13th, 2008 285 views

Updated: 2 Aug, 2008 at 11:46 PM IST I am pretty much impressed by firefox extensions but the extensions still requires firefox to be installed and run. So here is the way to create standalone XUL application using XULRunner runtime (its like JRE, java runtime that is used to run JAVA application ...

Copy Text to Clipboard- IE, Firefox and Opera

Friday, January 11th, 2008 227 views

Updated on: 02 August, 2008 at 11:56 PM IST Recently I was working on Opera widget and got this problem of how to copy text to clipboard. Though separate solution exists for IE and firefox but there is no exclusive solution for Opera :( . But a single workaround do exists :) Here ...

Changing Network Interface Card Priority in Win XP

Wednesday, January 9th, 2008 105 views

I was just trying to play a game over net using Hamachi that creates a VPN between the players to provide access to each other. Same applies for when you are having a Wired net connection and a Wireless net connection but you want to use one of them according to ...

A Newbie Tutorial to AJAX - The Web 2 Experience

Friday, January 4th, 2008 116 views

Updated on: 03 August, 2008 at 12:33 AM IST Here is a simple tutorial for AJAX aspirants who just want to know how Ajax works without digging into server side programming. Needed Tools: Text Editor (preferably Notepad++) IE 6+, Firefox 0.8+. No related posts. Related posts brought to you by Yet Another Related ...

A beginner’s appraoch to JAVA

Thursday, January 3rd, 2008 336 views

Updated on: 02 August, 2008 at 11:51 PM IST So here I am again with something related to programming after a long time. Why JAVA ? Its Portable (write once and run anywhere) Its Reusable (Follow the concept of OOP- object oriented programming) Its Modular (A problem can be divide into smaller modules and worked ...

Torque - A Media Player

Friday, December 7th, 2007 143 views

Updated on: 03 August, 2008 at 12:48 AM IST Designed and developed by me in third sem of Engg, there are minor bugs here and there but none so critical to crash ur system . I was digging all my backups today and found this in archive. Thought of posting. Here are the ...

Oracle - Tips and Tricks

Friday, December 7th, 2007 337 views

Its hard to live without database if u are a developer or even a normal user. You need to hav some place where data is to stored and retrieved efficiently with less hassles. Here I am discussing about simple Oracle Tricks that can save your time and get u prepared for ...

A concise guide to setup Oracle database connection with Java/JSP

Monday, November 5th, 2007 462 views

Updated on: 03 August, 2008 at 1:16 AM IST It was one part of our project. The whole thing was a mess to deal with. I couldn't find out a single guide that was simple and concise enough to get me working with project. So here is the whole guide ...