From the category archives:

Scripts

If you have two blogs installed on same domain, you may want to combine two blogs feed into one blog feed. It will provide few benefits:
a) Ease of feed management
b) More readers
c) Better feed stats and much more
Required tools
=> MagpieRSS rss parser for php (download link)
=> FeedCreator lets you easily create RSS 0.91, 1.0 [...]

{ 7 comments }

My friend recently lost her domain name as she forgot to renew it. Now there is no way she can get back the domain name. So how do you find out domain expiration date?
There are 3 simple ways:
By checking the public WHOIS database
Visit whois service here and enter your domain name. You can also [...]

{ 3 comments }

Javascript is a scripting language based on the concept of prototype-based programming. The language is best known for its use in websites as client-side JavaScript. JavaScript was originally developed by Brendan Eich of Netscape under the name Mocha, later LiveScript, and finally renamed to JavaScript.
JavaScript is a prototype-based scripting language with a syntax loosely [...]

{ 4 comments }

L Sharp .NET is a powerful Lisp-like scripting language for .NET. It uses a Lisp dialect similar to Arc but tightly integrates with the .NET Framework which provides a rich set of libraries.
Also it is free software distributed under the terms of the GNU General Public License.
Download here
Sample examples here

{ 0 comments }

This is a small script I use to copy file quickly from source to destination. This script should work under Windows XP, 2000, 2003, 98/95 etc.
Syntax
Script accept two command line argument as follows:
mycopy.bat {source} {destination}
Where,
mycopy.bat – This script copies files and directories, including subdirectories using Windows xcopy program. You must pass following two arguments/parameters
source [...]

{ 16 comments }