Wednesday, 30 January 2013

How to use prettify with blogger/blogspot?

Following is the trick that will guide you to implement the same in your blogger blog. Step -1 )   Go to your blogger dashboard -> Template -> Edit HTML -> Proceed Step-2)    Copy the following snippet and paste it immediately after "<head>" <link href='http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css' rel='stylesheet' type='text/css'/> <style> code.prettyprint, pre.prettyprint{ font-family: Courier,monospace,Courier New;     font-size: 13px;    ...
Read More

JQuery Autocomplete

Download Her...
Read More

jQuery Time Entry

Download Here:Click He...
Read More

HTML Comment

<!DOCTYPE html> <html> <body> <!--This is a comment. Comments are not displayed in the browser--> <p>This is a paragraph.</p> </body> </html>...
Read More

Tuesday, 29 January 2013

Related Posts Widget With Thumbnails

Adding Related Posts Widget is the smart way to increase your blog’s page views and your blog’s visits. This widget shows the related posts widget at the bottom of the posts because when your reader have read one post then it will attract your reader to read related posts so your visits will increase !  Just follow the simple steps to add related posts widget.  1. Open linkwithin  2....
Read More

Reload Page Using JQuery

<!DOCTYPE html> <html> <head> <script> function reloadPage()   {   location.reload()   } </script> </head> <body> <input type="button" value="Reload page" onclick="reloadPage()"> </body> </html>  Syntax location.reload(forceGet) Parameter Type Description forceGet Boolean Optional. default false which reloads the page from the cache. Set this paramter to true if you want to force the browser to get the page from the server Return Value No return...
Read More

Blogger

Related Posts Plugin for WordPress, Blogger...