It has become fairly common practice to use CSS to fill the contents of an empty DIV tag. For example, I’m working on a project now that uses the following DIV: <div id=”main_nav_top_shadow”></div> And with CSS I’m giving that div a fixed height and a repeating background image that creates the appearance of a shadow… Read more »
Posts By: Jason Gill
SVN batch commands for adding or deleting multiple files (Linux)
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 »
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 »