Google AdWords On Fire
The team over at Google AdWords are throwing the kitchen sink at Yahoo! There has been a dramatic increase in the number of new offerings to the Google advertiser which look remarkably similar to things over at Yahoo!’s Panama. There have also been some exciting offerings which are promising to improve the way websites behave and interact with internet surfers. (Yeah I’m talking about Website Optimizer which I am currently running several tests with so I thought I’d wait to make my comments on it instead of joining the masses.) Here are a few of the things I’ve seen popping up over the last couple weeks and months: Conversion Column Shows exactly how many conversions have taken place. I think this is a nice...
Great Little CSS Fix
Anyone who designs websites using CSS inevitably runs into problems with cross-browser compatibility. Firefox and IE are notorious for rendering CSS markup differently. Take, for example, padding. If you have a <div> tag with a width and padding set, Firefox adds the padding to the width making the entire box larger while IE adds padding while keeping the box the width set in the CSS. While browsing the web today, I happened to come across a great fix that forces Firefox to work the same way as IE with padding: -moz-box-sizing:border-box; box-sizing:border-box; No tags for this post.
About Bob
Bob Misita is the COO at Virante, Inc. No tags for this post.
About Ian
Ian Thomas is the Lead Systems Analyst at Virante, Inc. No tags for this post.
Launch of LetThemCodeCake.com
Hi, I’m Ian and I’d like to introduce myself and my blog here at thegooglecache. I’m a programmer at Virante and my interests lie in usability, software engineering, online community, linux, open source software, and now CakePHP. I’d like to invite you to come read about all of these things, especially the latter, at Virante’s new blog letthemcodecake.com. LetThemCodeCake was an idea I had a few weeks ago while I was learning how to program inside of the CakePHP framework. We decided to use CakePHP because we wanted an efficient method for making large web applications. I wanted to place emphasis on code reuse and an MVC architecture. We decided that developing a coding standard, and our own MVC architecture would take too much time....
Recent Comments