Accessing the URL hash and parameters using Javascript

You can access the URL of your page using simple Javascript by using the following code: document.location;

0 Comments Short URL , , , , , ,

My Notes for “Javascript & WordPress”

Allen Pike packed JavaScript in a 20 minute talk, describing the similarities and differences with other programming languages. Javascript is the most widely deployed language ion the world. People are creating more apps in JavaScript than before because: Computers are faster All the raising JavaScript libraries that standardize and make JS a lot cooler JavaScript and [...]

0 Comments Short URL , , , ,

CSS won’t style my HTML5 markup in Internet Explorer!

You built your whole website using html5 new shiny tags, you’re so proud of yourself, it looks great in your development browser. Time to give it a test in Internet Explorer to see what it looks like. It looks a lot worst than you was expecting… What the heck is going on?

Make html5 work under ie6, ie7 & ie8 by adding this small JavaScript code.

0 Comments Short URL , , , , , , ,

WordPress Code Highlight

While I was writing the last post, I was trying to find a nice code highlighter with this requirements: Keep Indentation: I want to code to look nice, but if it’s not indented correctly as I submit it, then it’s garbage Support Different Languages: I’m going to be writing post about Javascript, PHP, XHTML and [...]

0 Comments Short URL , , , , , ,