Author Archive

Using keyboard shortcuts in Javascript

by Jean-Baptiste Jung. 49 Comments

If you want to enhance your web app, Javascript keyboards shortcuts is definitely something to consider. In this article, you’ll learn to use JS keyboard shortcuts, with and without the JQuery framework.

PHP: Display Adobe PSD files on a web page

by Jean-Baptiste Jung. 35 Comments

Any webdesigner know the PSD filetype, which is the Adobe Photoshop format. PSDs have a lot of great features, as such as layers, but they can’t being read by a browser. Unless you use this great PHP class!

8 Javascript solutions to common CSS problems

by Jean-Baptiste Jung. 83 Comments

CSS are definitely a great technique for web designers and web developpers. Though, cross-browser problems and lack of CSS3 support in modern browsers are a real problem for your creativity. Today, I have compiled a list of 8 common CSS problems that you can easily resolve with help from Javascript.

10 awesome .htaccess hacks for WordPress

by Jean-Baptiste Jung. 243 Comments

.htaccess, the file which control the Apache webserver, is very useful and allows you to do a lot of things. In this article, let’s see how .htaccess can help you with your WordPress blog, for both security,functionnality and usability.

10 free professional websites templates PSD files

by Jean-Baptiste Jung. 112 Comments

Studying and working on PSD files is a very good way to learn using Photoshop for Web Design. In this article, I have compiled 10 gorgeous, professional and 100% free website templates that you can use and customize to fit your needs.

8 awesome JQuery tips and tricks

by Jean-Baptiste Jung. 100 Comments

Who doesn’t like JQuery? This fast and easy to use Javascript framework became very popular in 2008. In the following article, I have compiled a list of 8 absolutely useful JQuery hacks, tips and tricks.

How to: Create a fancy image gallery with JQuery

by Jean-Baptiste Jung. 47 Comments

Javascript is a very good way to create fancy contents and enhance your website functionnality. In this article, let’s have a look to some interesting script dedicated to create stunning tooltips and galleries with the help of Javascript.

50 sites to find free stock images

by Jean-Baptiste Jung. 164 Comments

If you like Web Design, you probably use a lot of stock images in your designs. The following article is a list of 50 websites that provide free, open-sources images and photography to help you creating stunning designs without spending a dollar.

Top 12 Premium WordPress themes of 2008

by Jean-Baptiste Jung. 60 Comments

2008 has been a very profilic year for the premium WordPress theme market. In the following article, I have compiled a list of my 12 favorite premium themes released this year, to give your blog the profesionnal look it deserve!

3 ways to compress CSS files using PHP

by Jean-Baptiste Jung. 100 Comments

When you’re using a sophisticated design, CSS files can quickly become very long, and takes time to load. I have compiled 3 interresting ways of compressing CSS files by using PHP.