Here are a few little hints that may help speed up your SVN workflow if you are using SVN in a Linux environment. I found the first one on Snipplr and used that to create the second one for myself. Deleting multiple missing files (ie. the ones with a “!” next to them): svn delete… Read more »
Posts Categorized: Developer Blog
Google is spying on me…sweet!
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 »
ctrl+click in Photoshop CS3 selects folder instead of layer
(Note: this post applies to Photoshop CS3 on a PC. I haven’t played with it on the Mac yet) I’ve been frustrated for a long time with one simple thing in Photoshop CS3: the fact that ctrl+left-clicking an item in my layout with the move tool no longer selects the layer of the item I’m… Read more »
Omniture Event Serialization Character Limit
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
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 »