Discover the awesomeness of jQuery Video
This one of the better jQuery video tutorial out there
If you're a jQuery beginner or already discovered how jQuery can make your life easier this video is for you.
Fix Cufón in IE9
Cufon have now released the latest version with IE9 support. If you’re still having troubles then make sure youupgrade to the latest version . If for whatever reason you’d prefer not to, the below fix should help you still.
————————————————————————————-
Just a quick one, after getting the new TD site working and released, I download the Internet Explorer 9 beta and saw that cufón had started to render completely blank. The cufón guys have been quick to get a fix out, and a new release is coming soon, but if you need a quick fix then here’s some info:
<!–[if gte IE 9]>
<script type=”text/javascript”>
Cufon.set(‘engine’, ‘canvas’);
</script>
<![endif]–>
Place the above in your HTML before all the Cufon.replace() calls.
Alternatively you can force IE9 to behave like IE8 (or 7):
<meta http-equiv=”X-UA-Compatible” content=”IE=8″ />
<meta http-equiv=”X-UA-Compatible” content=”IE=7″ />
Taken from: Fix Cufón in IE9 Beta | Toasted Digital.
JQuery Diagonal Fade Plugin
Diagonal fade is a jQuery plugin allowing you to easily specify direction, fade-in, fade-out, and a host of other options to a grouping of elements. All you have to do is import it, specify the container to which the group of items resides, and poof, you're off and away.
Run a function when scrolling to an element
Jquery plugin that makes it easy to execute a function when reaching a certain element in a page
Demos:
Best and easiest way to log messages in JavaScript
dead-simple way to log messages in JavaScript
http://www.gscottolson.com/blackbirdjs/
WordPress Cheat Sheet
http://wpcandy.s3.amazonaws.com/resources/WordPress-Help-Sheet.pdf - by
http://docs.ekinertac.com/Wordpress-Cheat-Sheet.pdf - by EKIN ERTAÇ'S
Cheatsheet - by Frank Bültge
![wordpress-template-tag[1].jpg](http://visualtic.com/wp-content/uploads/2011/04/wordpress_template_tag1.jpg)
http://www.tekka.de/seo-for-wordpress/cheat-sheet-seo-for-wordpress.pdf
![wordpress-seo-cheat-sheet[1].jpg](http://visualtic.com/wp-content/uploads/2011/04/wordpress_seo_cheat_sheet1.jpg)