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 , , , , , ,

Video on Interaction Design by Matt Kelly from ZURB

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.

0 Comments Short URL , , , , , , ,

Code Kick Off: Kick Off your new web project

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 [...]

0 Comments Short URL , , , , , ,

jQuery script for scrolling smoothly

0 Comments Short URL , , ,

Use jQuery to select child element

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

1 Comments Short URL , ,

How to fix z-index problem in ie7 with jQuery?

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 [...]

2 Comments Short URL , , , , ,