Top 10 best practices for front-end web developers Front-end web developent can seem to be easy at first, but producing a clean, semantic, and cross-browser code is definitely a hard job. In this article, I have compiled the top 10 best practices that have been useful to me in the past 3 years. Top... Read more
Do’s and Don’ts of Usability Testing Usability testing is one of the least glamorous, but most important aspects of user experience research. Over the years, it has also been one of the forms of user research we have performed most frequently. In doing so, we?ve learned quite a few... Read more
Create Social Media Icons in Pure CSS Today I am experimenting with CSS3. I decide to recreate some of the social media icons using only CSS and HTML markup. Nothing is new here actually, except I?m having fun in doing the icons. And I will share to you the result. Create Social... Read more
MicroTut: Getting And Setting Cookies With jQuery and PHP HTTP is a stateless protocol, which means that every request you make to a website is standalone and therefore cannot keep data by itself. But this simplicity is also one of the reasons for its widespread adoption in the early ears of the web.... Read more
The Sexy Curls jQuery Plugin! is an open-source jQuery plugin by Elliott Kember which lets you share in the beauty of the page fold. You want a demo page? You're looking at it. Go drag the fold ? The source code is available at GitHub. The plugin now works in IE7. You can also... Read more