Jquery
CodeCanyon Megafolio Gallery jQuery Plugin
Kamis, 8 Desember 2011
Demohttp://adf.ly/46K0T[code][/code]
Downloadhttp://filepost.com/files/3fm7d36a/Megafolio-Gallery-jQuery-Plugin.rarhttp://ul.to/9p4i4ld2
How to create a 3d animated poll using jQuery and CSS
Sabtu, 26 November 2011
Regular readers of Papermashup will have seen the post that I wrote last week on Easy Poll, the personal project that I launched a few weeks back that allows you to create a simple 2 answer poll that you can share and gather feedback on. You can read the post about it and check out easypoll.papermashup here I'd love to hear your feedback.
I thought i'd cover how to create a 3d animated poll using jQuery and CSS similar to the polls page on Easy Poll.The Code
I don't usually d...
Using jQuery in your WordPress Theme or Plugin
Senin, 10 Oktober 2011
Having used jQuery and WordPress together on a number of plugins and
themes, I thought I'd share some tips that I have learned. The following
are 5 clear, concise, and relevant tips that you should know when using
jQuery in your WordPress Theme or Plugin.
1. Use wp_enqueue_script()
The traditional way to include jQuery in an HTML page is with the script
tag. When working with WordPress, you should *never* do this. To avoid
conflicts and other potential prob...