http://www.thetoolbox.cc/

http://www.thetoolbox.cc/

Friday, May 18th, 2012

free Prestashop template exemple

Thursday, May 3rd, 2012

http://www.1stwebdesigner.com/design/interview-lea-alcantara-best-female-web-designer/

http://www.1stwebdesigner.com/design/interview-lea-alcantara-best-female-web-designer/

Wednesday, April 18th, 2012

presentation

http://bartaz.github.com/impress.js/#/bored

Tuesday, April 17th, 2012

http://www.launchedpixels.com/

http://www.launchedpixels.com/

Tuesday, April 17th, 2012

http://addyosmani.com/blog/jquery-roundrr/

http://addyosmani.com/blog/jquery-roundrr/

Tuesday, April 17th, 2012

http://jsfiddle.net/cTxYc/

http://jsfiddle.net/cTxYc/

it will be continue

Friday, April 13th, 2012

jQuery toogle slide bug my solution

this 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, 2012

http://www.responsinator.com/

http://www.responsinator.com/

Friday, March 9th, 2012

http://fortawesome.github.com/Font-Awesome/#

http://fortawesome.github.com/Font-Awesome/#

Friday, March 9th, 2012

http://www.behance.net/gallery/Metropolis-1920/3244285

http://www.behance.net/gallery/Metropolis-1920/3244285

http://tympanus.net/codrops/collective/collective-3/

Monday, March 5th, 2012