Home > Snippets

Snippets

Collection of useful snippets

Sub categories:

Add Speech Recognition to input boxes in HTML

874 views | HTML | 1 Response

Google search text box has a voice recognition feature which is very helpful for inputting long sentences and difficult words. This feature can be brought to normal input textboxes also. But this feature works only in browsers which use the webkit rendering engine (ex: Google Chrome version 11 and above). In order to add he [...]

Creating triangles with CSS

274 views | CSS | 1 Response

Triangles can be made easily using CSS also without any images. This trick requires only div tags and some CSS works. To get this trick, just use the code below.

Use Firebug in Any Browser

187 views | Other | No Response

Firebug is on of the famous extension for inspecting web pages in firefox. Now it is possible to use firebug in any browser using Firebug lite. Firebug lite is the small version of Firebug with limited features and usage, but has the full capability. In order to do this, just save a bookmarklet and use it whenever needed. [...]