Posts tagged as:

jQuery

Tracking outbound links with jQuery and Analytics

Thanks to @elijahmanor for tweeting this article about updating anchor tags! While I was looking through the code, I found a magical way to use jQuery selectors to identify outbound links on a web page. That got me thinking … wouldn’t it be nice to track outbound clicks through Google Analytics like I’m tracking downloadable [...]

Read the full article → April 8, 2009

Setting focus on first form element with jQuery

When you display a form, it’s always a nice practice to ensure that the first element of the form has focus as soon as the user can interact with the page. For example, if you went to Google’s homepage and had to click in the search box before you could start typing your question, it [...]

Read the full article → April 7, 2009

Learn CSS

In yesterday’s post, Geeking out, I forgot to mention the most important concept for both web designers and web developers to learn: CSS. Designers probably already understand the advantages, but developers implementing any complex functionality for a web site really need to know CSS today because of the client-side Javascript libraries that depend on CSS.
More [...]

Read the full article → March 27, 2009

Geeking out

I’ve enjoyed geeking out the past few days, but the example I wanted to show today is taking longer than I had expected, so I have to delay that one. I’m going to do more mini-tutorials and examples over the next few weeks, so stay tuned.
If you’re new to this site, please take a look [...]

Read the full article → March 26, 2009

Javascript geolocation using Google AJAX APIs

I always love poking around code.google.com to see what’s new — there’s always more than I can assimilate, but it’s fun nevertheless. Today I found that Google has provided Javascript-based geolocation via the Google AJAX APIs. If you’re not familiar with these APIs, you should read getting started with the Google AJAX APIs.
Originally, the AJAX [...]

Read the full article → March 25, 2009

Tracking events with Google Analytics

If you have any type of web site at all, you’ve heard about Google Analytics by now. It’s the Google solution to analyzing your web traffic. One of the more recent features in Analytics is the ability to track events that occur on your page that aren’t traditional page views. For example, if you have [...]

Read the full article → March 24, 2009