Category: JavaScript

10 code snippets to interact with Twitter

by Jean-Baptiste Jung. 80 Comments

Often called a revolution, Twitter is a very easy and cool way to communicate and promote your blog or service. In this article, I have compiled 10 very useful code snippets to interact with Twitter in your web dev projects.

10 incredible JQuery navigation menus

by Jean-Baptiste Jung. 48 Comments

JQuery is a lightweight, cross-browser compliant, and extremely powerful Javascript framework. Among lots of other things, it can help you building gorgeous and usable navigation menus. In this article, I have selected 10 of the best JQuery menu available.

10+ JQuery tutorials for working with HTML forms

by Jean-Baptiste Jung. 48 Comments

Forms are definitely one of the most important part of a website, because it is used for interaction between you and your readers. Among other tools, JQuery can help you to enhance your html forms functionality.

Spice up your WordPress theme with jQuery

by Cristian Antohe. 44 Comments

As Wordpress themes become more complex, we found our self trying to improve the user interaction on our web-site. Among a lot of things one can do, using Javascript is probably the most eye catching of them all. This is where jQuery steps up!

Using keyboard shortcuts in Javascript

by Jean-Baptiste Jung. 54 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.

8 Javascript solutions to common CSS problems

by Jean-Baptiste Jung. 85 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.

8 awesome JQuery tips and tricks

by Jean-Baptiste Jung. 102 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.

8 Amazing jQuery Accordions

by Alex Denning. 39 Comments

You can never underestimate how useful an accordion can be – use them for menus, featured content slideshows, squeezing more content into your sidebar; the list goes on! Making your life easier, I’ve put together a list of eight brilliant jQuery accordions that you could use on your site.

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.