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.
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...
Website Launch Flowchart
With our roots in the entrepreneurial world, we frequently get involved with clients at the very beginning of both their business and website. To be as helpful as possible, we thought ‘wouldn’t it be nice to have something visual that shows everything we intend to do”. Off we went to our trusty search engines, searching for things like website design, website development and our new favorite ‘website launch’. While there were some fairly straightforward charts for website design, nothing really captured the essence of what we do – take people from nothing to fully functional websites that are capable of generating income. So we put together the website launch flowchart – what we refer to internally as our optimized...
Recent Comments