Google is spying on me…sweet!

Posted by & filed under Developer Blog.

I just pushed a new redesign for our corporate website CHG Healthcare and less than an hour later found out that the new pages that never existed before were already indexed by Google and were showing up in the rankings. I had not yet added the new pages to my sitemap.xml. I had not yet… Read more »

Omniture Event Serialization Character Limit

Posted by & filed under Developer Blog.

No matter how many Omniture Support people tell you that there is no limit on the number of characters you can use as your serial number when implementing Event Serialization, they are wrong! The limit is 20 characters. It took me 3 phone calls and a weeks worth of bad data to figure that out…. Read more »

Rails Controller Variables not Loading

Posted by & filed under Developer Blog.

Don’t forget: “render :layout => …” should appear below any variables in your controller. I’ve spent a few hours trying to get the @variables set in my controller to show up in my layout. After much frustration and trying all kinds of fancy ways around my problem, it suddenly occurred to me that I was… Read more »