-
Loading
-
Archives
- January 2012
- July 2011
- April 2011
- February 2011
- November 2010
- October 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- April 2008
-
Meta
Tag Archives: css
Mootools Gallery ZoomBox Plugin
I needed a simple lightweight Mootools Gallery Lightbox, and after a few googles, I found nothing that suited my needs with out all the extra ‘captions’ and grouping and bloat. This is a simple zoom from start position type lightbox … Continue reading
Posted in Code, design, fun, javascript, Technology, work
Tagged ajax, class, Code, css, javascript, mootools, project, site, work
Leave a comment
Safari's CSS Support for multiple backgrounds on the same Style
I was browsing just now and fond something pretty interesting, Safari supports multiple background image declarations for the same style tag. .box { background: /* Upper-left */ url(./corners_01.png), /* Upper-right */ url(./corners_02.png), /* Lower-left */ url(./corners_03.png), /* Lower-right */ … Continue reading
Posted in apple, Code, design, Technology, work
Tagged apple, css, safari, style, Technology, work
Leave a comment
CSS Fix for SPAW Editor & Safari
Over the last couple of years I have used the SPAW WYSIWYG Editor for my site management and clients sites CMS systems. Ryan Stemkoski and I used it in our Zipline ZLCMS Package that is now in use in over … Continue reading
Best Practices for Speeding Up Your Web Site
I recently found this great article about best coding practices for Speeding Up Your Web Site http://developer.yahoo.com/performance/rules.html
CSS IE 6 PNG Fix
While doing some iPhone web Dev research, I came across this IE 6 CSS PNG Fix. I am yet to try it, but could be pretty helpful ! /*Fix the PNG background image so that the contents can still be … Continue reading