JavaScript
How to Make any HTML Element a Link Using jQuery
I’ve been thinking for a while to start writing down what I’m learning in terms of web development and here we are. I’ve learned last week a nice and easy way of transferring the URL to an HTML element so basically you can make any element on the page clickable in no time. This article [...]
Set a DIV height equal with of another DIV
If you’re a looking for a method the make sidebar height be the same all the time with the content then you are in the right place. I’ve been looking for a solution for a while and instead I’ve got, along the way, 5 possible ways to accomplish this. To be honest, I’ve used only [...]
Invalid XHTML when adding JavaScript code to HTML pages
It’s a common problem to have a hard time validating Strict (or even Transitional) XHTML when using JavaScript on pages and usually the problem is because of using in our script of identical characters as those used by HTML, such as “< “, which means “less” in JavaScript. The solution is adding of CDATA section, [...]

