Articles tagged Scripting

Video Post-Production Software – Download AviSynth Tool for Free

AviSynth is a powerful tool for video post-production.It is free open-source software. It can apply a large variety of editing and filtering funtions.It does not provide a graphical user interface, but instead relies on a scripting system that allows advanced non-linear editing.

Create TinyURL at Your Site and Shorten Long / Affiliate Links

Many web masters and bloggers prefer to hide the affiliate links from their web pages, partially to hide the affiliation link from their visitors and also to easily change the affiliate links. Your visitors trust links from your own domain than a tinyurl link. You could use HTTP meta redirect, JavaScript redirect or .htaccess redirect [...]

JavaScript for Opeing External Links in New Window

In yesterday’s post (Users Prefer Opening External Links in New Window), I mentioned about a JavaScript function for providing automatic option (with no server side scripting) to place a New Window icon () next to the external (off-site) links. With this script, the visitors get the option to either open a link in the same [...]

JavaScript to Preview a Local Image Before Uploading

My friend Santhosh asked this question. He has an image upload form in a webpage. User selects an image to upload from the local computer by clicking the browse button. Now, he would like to preview the image from the local computer. Good question. I liked the question mainly because I had the same question [...]

Indian Standard Time and GMT from Local Time Using JavaScript

If you are looking for current accurate Indian Standard Time or time in any country or timezone, check out the World Time page in ananthapuri.com. I wanted to display Indian Standard Time in Ananthapuri.com irrespective of where the visitor is browsing from. The visitor could be from any timezone in the US, or India or [...]