Category Archives: Javascript
html 5 experiment
This is super cool!!!! 9Elements created a completely html page containing nothing more then Javascript and some of the tags that are created in the new HTML version. This is really amazing as it is really the first time that … Continue reading
an infinite image carousel
One of my favorite blogs is that of jQuery 4 Designers and this time he created a cool tutorial on how to create one with jQuery. It has always been a struggle to create a nice carousel but i think … Continue reading
the future of web development
It is always hard to tell what the future will bring, especially in a world where everything is evolving so quickly. But it’s always good to know what libraries, languages or applications will influence the way we work or the … Continue reading
What browser should you use?
Over the years we have tried to create websites that are displayed correctly on every browser, and sometimes we did manage to get it correct. But it isn’t that easy to get your application configured and coded so that all … Continue reading
enhance your css
Writing css code isn’t that hard, it’s easy, clean but can be a pain in the ass to keep it readable when you have hundreds or maybe thousands of lines of code. When sticking to specific rules it can all … Continue reading
Security on websites
Sometimes it’s interesting to protect your web content from the world, and there are different ways (or a combination) to do this: Create a robot.txt file This file is uploaded into the root folder of a website and makes sure … Continue reading
Green programming – contribution to the environment
Everybody seems to be talking about a green and environment-friendly job. Well I wondered how we, as IT guys can contribute to this phenomenon and came up with these answers (after a bit of research). In our workspace we can … Continue reading
John Resig: the messy DOM
Take a look at this: a very interesting video of John Resig on the DOM. John Resig: "The DOM Is a Mess" @ Yahoo! Video
Select element, return 2 values
I had a problem earlier today: I needed to have a select box that returns 2 or more values in stead of 1. I got this far: The value of the options gets the id of the item that is … Continue reading
jQuery API browser
When writing your code using jQuery, you visit their website quite often to get information on attributes, plug-ins, etc. Sometimes the website is slow and not easy to use. Well they recently launched an offline API browser that works super … Continue reading