Writing our FACES off.

Archive for November, 2009

Running with the Bulls

As expected, this year provided no shortage of hype around “Black Friday” or what I’ve come to call “Running with the Bulls”.  Although I personally didn’t take part in any of the madness, I did spend a lot of time staying tuned to various reports published throughout the extended weekend. I’ve done this for several years now – mostly out of curiosity. However, this year I noticed significantly more information flowing related to online sales and I think there are a couple of important things that should be pointed out. (more…)

New Google Ad Layout

Google has implemented a new ad layout that will change the lives of paid search advertisers. They are now inserting Google Shopping ads into the standard paid ad space. Google is shifting a great deal of their attention towards their shopping channel in order to compete with the rapidly growing Bing Cashback network. Shockingly, this update occurred without an official announcement.

(more…)

jQuery Snippet: Self clearing text fields

Here’s a very, quick, easy javascript snippet. Non front end developers should look away now.

An increasingly popular technique for laying out forms is to combine the label tag and the input tag into one succinct element (as demonstrated in the search box on this blog). This technique cleans up your page and leaves more real estate for user input. A big downside, however, is that you have to add an extra dose of javascript to make your text fields behave as they should.
(more…)