Your Web News in One Place

Articles by CSS Tricks from August 2013

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to CSS Tricks details.
11:09 pm GMT - Wed, August 28, 2013
CSS Tricks The HTML5 progress Element
The following is a guest post by Pankaj Parashar. Pankaj wrote to me about some pretty cool styled progress elements he created. I asked if he'd be interested in fleshing out the idea into an article ...
05:07 am GMT - Wed, August 28, 2013
CSS Tricks Force Margin/Padding On Element Next To Floated Element
Jeff Starr explains a classic CSS layout issue and suggests a fix. It's the overflow that does it by triggering what I believe is called a new block formatting context.Direct Link to Article — P...
04:56 am GMT - Wed, August 28, 2013
CSS Tricks CSS Animate from/to auto
I have no doubt CSS will allow this one day, but right now, you can't animate the width or height of an element from a fixed value to auto. This is particularly useful when the desire is to animate fr...
04:34 pm GMT - Mon, August 26, 2013
CSS Tricks Tridiv
A web app by Julian Garnier for building building and manipulating 3D shape creations in CSS. The interface is genius. One panel shows you the creation from an angle so you can see the 3D-ness of it a...
07:14 pm GMT - Fri, August 23, 2013
CSS Tricks The Move to bbPress
The Forums on CSS-Tricks started life as phpBB sometime in 2008. There is even an ancient video of how to apply a basic skin. Sometime in 2010 I moved them to Vanilla Forums in a response to heavy spa...
09:54 pm GMT - Thu, August 22, 2013
CSS Tricks Website Critique: epicawesome.co
Back when I did the Kickstarter for this site, one of the rewards I offered was a critique, public or private, of any website. The only taker was Gus Fune, who opted for the public critique of a site ...
06:11 pm GMT - Thu, August 22, 2013
CSS Tricks Above-The-Fold CSS
What is the most important CSS on the page? The styles that affect what you can see immediately. Chances are, that is far less CSS than your entire stylesheet(s). What if you could serve just that CSS...
01:10 am GMT - Thu, August 22, 2013
CSS Tricks Lets People
Bruce Lawson:Once again, I propose that the definition of <cite> be reverted to include the real-world use for marking up names of those cited, and that the spec note that cite-inside-blockquo...
06:11 pm GMT - Tue, August 20, 2013
CSS Tricks The Use of jQuery in Tutorials
A question came up in a semi-recent ShopTalk episode about the use of jQuery in tutorials.Lately I've begun to realize how muddled the line between jQuery and JavaScript has become when learning about...
06:36 pm GMT - Mon, August 19, 2013
CSS Tricks SVG Fallbacks
There is a very clever technique by Alexey Ten on providing an image fallback for SVG going around the internet recently. It does just what you want in the classic no-SVG-support browsers IE 8- and An...
04:53 pm GMT - Wed, August 14, 2013
CSS Tricks Job Titles in the Web Industry
There are loads of job titles in our industry. The opinion on their usefulness range from harmful (i.e. leads to not my job syndrome) to vital (i.e. people change companies sometimes and need common l...
03:13 am GMT - Wed, August 14, 2013
CSS Tricks Dont Swear in Your Stylesheets
Aimee Ault from deviantART discovered that some of their stylesheets would fail to load for some users. Turns out those users wereaccessing the site from computers with overly sensitive system-wide pr...
06:01 pm GMT - Tue, August 13, 2013
CSS Tricks Using WebGL to Add 3D Effects
This demo by Guillaume Lecollinet feels super futuristic.Direct Link to Article — Permalink…Using WebGL to Add 3D Effects is a post from CSS-Tricks...
09:21 pm GMT - Mon, August 12, 2013
CSS Tricks MetaFizzy Effect with Sass
The following post is by Hugo Giraudel, a regular contributor here. In the grand CSS-Tricks tradition, Hugo found a cool effect on the web and dug into how he could re-create it in a smart way.A coupl...
10:42 pm GMT - Fri, August 9, 2013
CSS Tricks SVG Filters on Text
The following is a guest post by Chris Scott. Chris was messing around with SVG filters and how they can be applied to text. I thought this was quite interesting because SVG filters are quite a bit di...
05:24 pm GMT - Wed, August 7, 2013
CSS Tricks Autoprefixer: A Postprocessor for Dealing with Vendor Prefixes in the Best Possible Way
The following is a guest post by Andrey Sitnik, the creator of the Autoprefixer tool, a "postprocessor" for handling vendor prefixes in CSS. Why use this instead of your preprocessor or another tool? ...
06:36 pm GMT - Tue, August 6, 2013
CSS Tricks Emmet LiveStyle
You might have seen a workflow where you can save out of DevTools to file. But have you seen it changes made in DevTools instantly update the code in your editor in real time? And vice versa?Direct Li...
05:30 pm GMT - Tue, August 6, 2013
CSS Tricks Creating a 3D Cube Image Gallery
The following is a guest post by Kushagra Gour (@chinchang457). Kushagra wrote to me to show me a fun interactive demo he made. It touches on many of the concepts of 3D transforms in CSS, a topic we h...
04:47 pm GMT - Mon, August 5, 2013
CSS Tricks Spacing The Bottom of Modules
Ah the humble module! A good many designs these days make use of modules in the content-y and app-y sites alike. A chunk of information, an advertisement, a grouped set of functionality... could be an...
10:34 pm GMT - Sun, August 4, 2013
CSS Tricks an oddly reductive position to hold.
[Pitchfork Holding Web Designer #1]: All designers should learn to code![Pitchfork Holding Web Designer #2]: No! Worrying about implementation influences design for the worse![Josh Seiden]: wtf.Most d...
09:17 pm GMT - Sat, August 3, 2013
CSS Tricks The Other Interface
I like this sentiment by Robin Rendle:As front-end developers and designers, were constantly refining two interfaces simultaneously: one for visitors who load the website, the other for developers who...