Some posts about front-end development

Articles

Change the body class name for a WordPress template page

When you create a template page like “template-about.php” in your theme, WordPress add this ugly class name page-template-template-about-php in the body. So we’ll edit this.

More »

How to use html5 history with WordPress and jQuery

Although less famous than the canvas and video tags, the HTML5 history is still a great feature of HTML5. More »

How to make mouse wheel scroll smooth in Windows OS

Hey dude! You’ve developed a lovely parralax website but it looks jerky with mouse wheel on Microsoft Windows OS browsers? More »

The parallax effects with jQuery

Early this year, we can notice this new Nike website with an amazing scrolling effect. How it works? I’ll try explain that with my little code.

More »

Use the html5 placeholder attribute now

Until the html5 placeholder attribute works on Gecko or IE browsers, you can use this following jQuery code:

More »

Take a good start in jQuery plugins building

Today O my brothers, your humble narrator will teach you good practices for a good start in creating jQuery plugins.

More »