Visualtic Usefull stuff for web developers and designers

30Apr/111

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.

Ben Nadel Presents An Intensive Exploration of jQuery.

Filed under: JQuery 1 Comment
24Apr/110

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.

Filed under: Uncategorized No Comments
11Apr/110

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.

http://jonobr1.github.com/diagonalFade/

Filed under: Uncategorized No Comments
11Apr/110

Run a function when scrolling to an element

Waypoints  

Jquery plugin that makes it easy to execute a function when reaching a certain element in a page

Demos:

Infinite Scrolling

Sticky Elements

Scroll Analytics

Filed under: JOOMLA No Comments
11Apr/110

Best and easiest way to log messages in JavaScript

dead-simple way to log messages in JavaScript

http://www.gscottolson.com/blackbirdjs/

 

Filed under: Uncategorized No Comments
7Apr/110

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://www.tekka.de/seo-for-wordpress/cheat-sheet-seo-for-wordpress.pdf

wordpress-seo-cheat-sheet[1].jpg