Archive

Posts Tagged ‘tool’

How to Display Broken Images in Firefox?

Jul 17th, 2010

Firefox does not display broken image. If image has alt attribute set then Firefox will display alt text otherwise if will not display anything. IE display cross marked image when image is broken, when image cannot be found at the source. Firefox does it all for making the web page… READ MORE

Junk Character Problem with ISO-8859-1 (Latin1) Encoding

Jun 27th, 2010

Here is a rumbling about the Junk characters that appear from time to time on page due to wrong settings on editors or for other reason.
Take this text for example:
Europa im Mietwagen bis zu 15 % GÜNSTIGER
Große Tour – große Ersparnis!
Here is image of the above… READ MORE

Translate and Text-to-Speech Hindi Tool by Google

May 26th, 2010

Google has launched text-to-speech for Hindi language. You know that Google already has a translation tool for many languages including Hindi Language! Now, Google has added one more advanced feature that is Text-To-Speech. And of course it is free of cost. You do not need to be on your computer… READ MORE

New Rss Feed of Web Scripting

Jan 30th, 2010

I have recently changed RSS feed address from boring/long to short URL. In feedburner you have facility to create new feedburner address and use new feedburner URL. Old address can be pointed to newly created feedburner URL address. There is a facility to set window period of deleting the old… READ MORE

Google Custom Search Ajax API – Few more Examples

Dec 13th, 2009

Here you will get few more examples of Google Custom Search Ajax API. If you are new to custom search engine then you will think how it will look and how to use various search hosting options Google has provided in Custom Search Engine.
So, here you will get glimpse… READ MORE

Google Ajax Search API – Description and Example

Dec 6th, 2009

Want to add Google Search in your website or blog? Google AJAX search API is available to add on any website you own. You can restrict the search to the websites you own with Google Custom Search Engine. It can be single site or multiple sites or whole of internet.… READ MORE

Setting Site Restriction to Google Ajax Search API

Nov 29th, 2009

You can set site restriction to Search Engine created through Google Ajax Search API. setSiteRestriction() is the method using which you can restrict your search to specific site. Method setSiteRestriction(’site-address”) can only restrict your search to one site only. If you want to restrict your search result to more than… READ MORE

JavaScript Playground – GreaseMonkey

Nov 1st, 2009

I think, Greasemonkey is a playground for javaScript. JavaScript will play according to your rule. May be my understanding of GreaseMoneky is not good, but I do not see much use of it as a developer, because I cannot develop it and give it to other common users. Though it… READ MORE

Fast Load JavaScript and CSS Files

Oct 15th, 2009

Want to decrease response time of your webpages? Decreasing the size of JavaScript and CSS files is one of the techniques used for better performance of websites.
Yahoo Compression tool for JavaScript and CSS is excellent tool for minifying JavaScript and CSS files. It can achieve over 20% compression. I… READ MORE

Few very useful tools for Web Developers

Aug 6th, 2009

Few tools are very essential for for Web Developers. Firebug is now a platform for many new tools in Firefox to assist developers. You need Firebug installed to install and use those tools. Search on https://addons.mozilla.org for firebug and you will get lots of plugin, which are dependent on firebug.… READ MORE