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;
You can access the URL of your page using simple Javascript by using the following code: document.location;
One of my favorite videos about interactions in web applications. A talk by Matt Kelly from ZURB, one of the best interaction design teams out there. Not so much of a technical video, it focus more in explaining the psychology behind what the user is thinking when they’re using your app.
Two days ago we launched Code Kick Off and we’re happy to see a strong response from our first testing users. What is Code Kick Off? Code Kick Off is an application that lets you choose from the most popular web technologies and combine them together in one read-to-go project. For the first release we [...]
Suppose you have the following structure: This code will let you access the child elements of ‘.section’ when you use an ‘each’ function I hope this helps someone, I kept forgetting how to do this, so this is mostly a reminder for myself. Source: http://stackoverflow.com/questions/306583/jquery-this-selector-and-children/306904#306904
A quick post, I was just having problems in my website with my beautiful picture showing on top of everything. It was showing fine in FF but in Internet Explorer 7 it was showing behind, so you could only see like half of my face and that’s not fare for anyone. I found this cool [...]