Pages

Your Ad Here

This Blog is not to read or go through

because, I have never been such a mess


Search the blog instead

Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts

Sunday, July 3, 2011

Google +1 Button in your site

Implement +1 button to your website

The implementation button is simple. You just need to insert two line of codes to your HTML or theme file.
1. Insert the following javascript code to your  tag
<script type="text/javascript" src="http://apis.google.com/js/plusone.js">script>
2. Insert the following tag to the place where you want the button to appear.
That ‘s it.
For WordPress
As of this post, there are no plugins for adding the +1 button yet (but I am sure it will be available very soon). To add the +1 button, in your themes folder, open the header.php file. Insert the javascript code to the  tag
Open your single.php or index.php, and place the  to the place where you want it to appear.
plus1-button-code

Parameter

There are several parameters that you can use.
Size of the button: The default is “standard“, which is 24px tall. You can choose “small” (15px), “medium” (20px) or “tall” (60px).
Include count: The default is set to “true”. You can turn it off if you don’t want the +1′d count to appear.
URL (href): By default, the button will grab the URL of the existing page, but you can specify your own URL with the parameter href="your-url-here".

http://maketecheasier.com/add-google-1-to-website/2011/06/02
Source: 

Thursday, March 18, 2010

Flash Flipping Book HTML Version

The popular Flash Flip Book (page-flip.com) has a good html version to use.

its Joomla component version is used by Nagariknews.com and myrepublica.com

Demo goes here
http://page-flip.com/new-demos/03-kitchen-gorenje-2008/index.html

Wednesday, March 10, 2010

Saturday, January 9, 2010

17 javascript animation frameworks

http://www.admixweb.com/2010/01/07/17-javascript-animation-frameworks-worth-to-seing/

Thursday, December 20, 2007

Flip the text using unicode

http://www.revfad.com/flip.html

Sunday, December 2, 2007

Common javascript errors

< script src="js/test.js" >

If you include this line in the html file, and you have a file test.png inside directory images

Then do not write ../images/test.png
but write images/test.png

however this does not apply in CSS because CSS is included as < link rel="stylesheet" > not < script src="" >

I donot know if this is the good reason

Tuesday, November 20, 2007

Javascript Text Rolling Widget



#####



###########




















Click to Roll


div 1


sdf ajsdf asdfa sdf


asd fjashdf a
sdf ajsdf asdfa sdf v


sdf ajsdf asdfa sdf


sdf ajsdf asdfa sdf fgsDFsss


sdf ajsdf asdfa sdf Aasdfsdfasdfasdfsss


Sunday, November 18, 2007

Some best javascript tutorials

http://home.hetnet.nl/~hans-kuipers5/js/timer.htm

http://www.schillmania.com/content/projects/javascript-animation-1/

http://www.schillmania.com/projects/fireworks/

http://www.howtocreate.co.uk/tutorials/javascript/timers
Your Ad Here