JavaScript is an important language because it is the language of the web browser. Its association with the browser makes it one of the most popular programming languages in the world.
Whether it is a list of products you are promoting, published ads or other elements on the sidebar, you will likely want to have these elements in view at all times even when scrolling. By using JQuery, you can make this…
With HTML5 and JavaScript, you can implement native drag and drop functions within the Web browser.
On a current project, I was trying to find a way to auto-resize a textarea according to some content that would be loaded in dynamically via Ajax. I didn’t know the height of the content and the textarea element doesn’t resize naturally like other HTML…
Published on January 9th, 2012 by Jean-Baptiste Jung. 0 Comments -
We needed an Absolute Floating Menu for our “Team” page for Udemy Project and developed something like this.
If you need something like this, you will find the pure code below.
If you like the way I preview my projects on my works page, you will definitely gonna be interested with the code below.
This is how my works page look after launching a project
I like the Fall Leaves Animation in Webkit.org Blog. I inspired from that post and wanted to create something using css3 and javascript w/o a 3rd party library. Here is the result (Works in Safari and Chrome for now) :