http://www.thetoolbox.cc/
Friday, May 18th, 2012http://www.1stwebdesigner.com/design/interview-lea-alcantara-best-female-web-designer/
Wednesday, April 18th, 2012http://bartaz.github.com/impress.js/#/bored
Tuesday, April 17th, 2012http://addyosmani.com/blog/jquery-roundrr/
Tuesday, April 17th, 2012http://jsfiddle.net/cTxYc/
it will be continue
Friday, April 13th, 2012this is solution for a common bug in the menu when you try using slideToogle
here is the exemple: http://www.sitepoint.com/make-a-mega-drop-down-menu-with-jquery/
When you make a modification you can aplly for the slideUp Down etc
jQuery(document).ready(function(){
var config = {
over: makeTall, // function = onMouseOver callback (REQUIRED)
timeout: 500, // number = milliseconds delay before onMouseOut
out: makeShort // function = onMouseOut callback (REQUIRED)
};
jQuery("#menu-item-27").hoverIntent(config);
jQuery("#menu-item-27>a").click(function(event) {
event.preventDefault();
});
}); // close document.ready
function makeTall(){ jQuery('ul.sub-menu:first').slideDown('fast', function() {
// Animation complete.
});}
function makeShort(){ jQuery('ul.sub-menu:first').slideUp('fast', function() {
// Animation complete.
});}
Friday, March 23rd, 2012
http://www.2expertsdesign.com/graphics/free-psd-ui-kits-and-templates-for-web-designers
http://freepsdfiles.net/
Monday, March 19th, 2012http://www.responsinator.com/
Friday, March 9th, 2012http://fortawesome.github.com/Font-Awesome/#
Friday, March 9th, 2012http://www.behance.net/gallery/Metropolis-1920/3244285
http://tympanus.net/codrops/collective/collective-3/
Monday, March 5th, 2012