Ben Green Web Developer
Ben enrolled at California State University, Chico in 2005 as a Computer Science major. Deciding that computer science classeses were less then interesting, Ben transferred to the Political Science department where he completed his Bachelor of Arts degree in May 2009.
Ben began working for Chico Web Design in May 2008. He's typically busy maintaining already completed websites as well as with front end development for new sites.
Recent Blog Posts
Internet Explorer 6 Multiple Classes Fix jQuery Plug In
One of the lingering issues in providing your web site with Internet Explorer 6 compatibility lies in its lack of implementation of multiple class support. Every other web browser supports this capability but if you need to support IE6, you won’t be able to use it. In any browser, the CSS selector .big.blue should only [...]
Updated: jQuery Multiple Background Plug In
jQuery(function($){if(!$("body").hasClass("ie6")){$("head").append("");}}); Have you been using wrapper DIVs to achieve rounded corners in your designs? Do you wish you could use CSS3 multiple backgrounds and stop inflating your markup? You can, using this jQuery library. Multiple backgrounds have been supported by Webkit-based browsers like Safari and Chrome for a long time. Firefox only recently implement them [...]
CSS3 Multiple Backgrounds for Internet Explorer and legacy Mozilla Firefox
jQuery(function($){if(!$("body").hasClass("ie6")){$("head").append("");}}); New Version Available! Updated October 21, 2010 Updated July 29, 2010 Have you been using wrapper DIVs to achieve rounded corners in your designs? Do you wish you could use CSS3 multiple backgrounds and stop inflating your markup? You can, using this jQuery library. Multiple backgrounds have been supported by Webkit-based browsers like Safari [...]
Interesting Facts
- I use Ubunto Linux on my laptop
- I rock climb all around California
- I program in my spare time