Subscribe
-
Recent Posts
- CSS properties that can potentially be used to replace images
- iPad orientation script
- Windows 8 Application Development Reference
- Scrolling content in fixed-height container for iPad
- Twitter User Feed jQuery Plugin
- sessionStorage and localStorage
- Embedding Youtube and HTML5 Video Option
- @fontface, Google’s WebFont Loader and Cufon
- Bing Map v7 Address Query using jQuery
- Stylesheet for Print
- insertAdjacentHTML
- Lazy Loading Asynchronous JavaScript
- Honoring Steve Jobs
- Facebook Login using OAuth 2.0 Protocol
- Fake PageRank
- Live website tracking
- Nice SEO tips from RSS Pieces
- Digital Media for Brands
- Changing Default jQuery AJAX properties
- Great tool for interacting with Canvas or creating Canvas applications
Archives
Categories
random music video
Dying to Live - Pomplamoose
Blogroll
Meta
Tag Archives: CSS
CSS properties that can potentially be used to replace images
Three of the most useful CSS properties I found in replacing (background) images, reducing page load size, and reaping more tangible benefits for devices with slower bandwidth (mobile) – Styling for: 1. Gradient filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ffc703′,endColorstr=’#fe9c00′); /* for IE */ background: … Continue reading
@fontface, Google’s WebFont Loader and Cufon
Have been trying to resolve the issue of FOUT (Flash of unstyled text) when using @fontface on IE. The best solution I found was to use Google’s WebFont loader. To not allow the default font to show at all before … Continue reading
CSS Cross-browser Support Reference
Was in the mood for geeky front-end developer updates… so here is a quick reference to some CSS that may be useful / remotely useful for design as of now (IE7-9, FF, Opera, Chome, Safari). Personally don’t see a % … Continue reading
Posted in Web Related
Tagged @font-face, background gradient, cross-browser, CSS, opacity, RGBA, rotate, transform
Leave a comment

