Tag Archives: css

Webkit custom scroll bars

Webkit browsers such as Safari and Chrome support some superb CSS3 styling. They are ( even thought I use firefox as my primary browser ) the most advanced browsers. For a while now I have created custom scroll bars using … Continue reading

Posted in apple, Code, design, fun, javascript, Technology, work | Tagged , , , , | Leave a comment

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

Posted in Code, design, Technology, work | Tagged , , , , , | 1 Comment

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

Posted in Code | Tagged , , , , | Leave a comment

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

Posted in Uncategorized | Tagged , , | Leave a comment