About Christin

Christin is a web designer and programmer for Virante, Inc.

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;

About Bob

Bob Misita is the COO at Virante, Inc.

About Ian

Ian Thomas is the Lead Systems Analyst at Virante, Inc.

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....

Why Buy-A-Vote Sites Will and Do Fail

Why don’t they get it? All of the major vote-rigging sites have sold off or are in the process of being sold. A new one pops up, destined to fail and be sold (Buyer beware, there is a reason why such a seemingly profitable venture always gets sold in a couple of months). SpikeTheVote – Sold. UserSubmitter – On The Auction Block. Why is it that all of the buy-a-vote sites fail? And why will they continue to fail? It is actually quite easy to catch and marginalize these sites. Super-History Tracking If you havent seen this yet, then you need to. Using a simple CSS+Javascript hack, it is quite easy for a website to determine your browser history, or at least check to see if you have visited certain sites. Every time you load a page, your browser...