Your Web News in One Place

Articles by CSS Tricks from July 2011

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to CSS Tricks details.
06:06 am GMT - Fri, July 29, 2011
CSS Tricks Seriously, Just Make a JSFiddle
Has anyone every ask you for help troubleshooting some combination of HTML, CSS, and JavaScript, and they copy and paste the entirety of all the files into an email or forum post? It's super commo...
07:21 am GMT - Thu, July 28, 2011
CSS Tricks Chosen
Super hot jQuery and Prototype plugin by the Harvest team that seriously improves the UI of <select> elements. Direct Link to Article — PermalinkAdvertise here with BSAChosen is a post f...
02:52 am GMT - Thu, July 28, 2011
CSS Tricks Examples of Sites where localStorage should or is being used
localStorage is a new JavaScript API in HTML5 that allows us to save data in key/value pairs in a user's browser. It's a little bit like cookies except:Cookies expire and get cleared a lot, localStora...
10:41 pm GMT - Mon, July 25, 2011
CSS Tricks CSSFrag
Shaun Inman with a Safari extension (and Firefox port) that impliments the (not real) fragment identifiers proposal. Essentially: same-page document links that don't need the ID/hash-tag thing. Altern...
05:34 pm GMT - Mon, July 25, 2011
CSS Tricks 3D Cube with One Element
Pseudo elements make the two other sides needed (you can only see three sides of a cube at once). I Love the idea of making shapes without loads of extra divs (obviously) and extra love the idea of ex...
06:18 am GMT - Mon, July 25, 2011
CSS Tricks Seamless Responsive Photo Grid
Let's say you have a bunch of images you want to display, and the goal is to get them edge-to-edge on the browser window with no gaps. Just because you think that would be cool. They are of all differ...
02:30 am GMT - Thu, July 21, 2011
CSS Tricks Web IQ Quiz
Pretty fun, well designed, interesting quiz. You gotta cough up and email and stuff to play any of the quizzes beyond the first one so you might get some random Windows Phone emails or something, but ...
06:57 am GMT - Wed, July 20, 2011
CSS Tricks Classy Text Shadows
Tim Brown from Typekit shares some pretty classy CSS text shadows and drops some painter's terminology.The Typekit blog exemplifies an idea I've been telling any company I've been involved with for ye...
11:45 pm GMT - Tue, July 19, 2011
CSS Tricks Everything About Radial Gradients
John Allsopp with a comprehensive article and updated tool for creating them. Funny how the vast majority of radial gradient examples are super in-your-face eye-seizure colors. I think it's because th...
06:24 am GMT - Tue, July 19, 2011
CSS Tricks Little CSS Stuff Newcomers Get Confused About
Nobody was born understanding CSS. We all struggled our way through the confusion. Good times, good times. Let's think back on those confusing moments, that are probably confusing people as we speak. ...
07:54 pm GMT - Fri, July 15, 2011
CSS Tricks Convert a Menu to a Dropdown for Small Screens
Create a menu that, on smaller screens, changes into a dropdown menu. A dropdown takes up much less screen real estate and can be easier to use. This tutorial shows you how and discusses the ups and d...
05:09 pm GMT - Fri, July 15, 2011
CSS Tricks Identity at Mozilla
New project from Mozilla team to tackle the long-standing issue of single-signon (not needing a unique login/pass for every single app in the world). I love it when apps have "Sign in with Twitter", b...
09:22 pm GMT - Thu, July 14, 2011
CSS Tricks The Actual Browser Problems with Unquoted Attributes
There are rules when it comes to leaving your attribute values unquoted in HTML. Then there are the actual problems that are caused by breaking them. Then there are problems that can happen outside of...
09:51 pm GMT - Tue, July 12, 2011
CSS Tricks IE 8 Thinks All Table Cells Have a Colspan
IE 8 (only) thinks that all table cells have a colspan attribute, whether they do or not. So if you are looking to style table cells uniquely that have that attribute, it's a bit tough. Advertise here...
05:59 pm GMT - Sun, July 10, 2011
CSS Tricks New Poll: Large file on CDN or small file local?
The new poll is up (in the sidebar on the actual site, RSS folks) and it reads:Would you rather host a 200k file on a major CDN or a 20k file self-hosted?This requires a little explanation. Let's...
10:08 pm GMT - Thu, July 7, 2011
CSS Tricks Progress Element in Firefox
The <progress> element has landed in the Firefox nighties, one of the new HTML5 forms related elements. Of particular note is that they exposed the ability to style it via pseudo elements righ...
07:19 pm GMT - Thu, July 7, 2011
CSS Tricks Poll Results: Where Do You Work From?
Nearly a third of CSS-Tricks readers work from home! Isn't that crazy? Well I was surprised, anyway. I know working from home is becoming more and more prevalent at companies. I bet a bunch of you...
08:11 pm GMT - Wed, July 6, 2011
CSS Tricks Mobile WebKit Overflow Scrolling
Two of the CSS properties most lamented by mobile website developers is fixed positioning and scrolling overflow. These are absent for a reason. Poorly implemented, they might single-handedly render a...
06:45 pm GMT - Wed, July 6, 2011
CSS Tricks Quick Thoughts on RSS Advertising Effectiveness
I've recently been trying RSS advertising here on CSS-Tricks through BuySellAds. Three or four advertisers have tried it and none have stuck around. Not a total loss from my perspective, but certainly...
08:08 pm GMT - Tue, July 5, 2011
CSS Tricks Pseudo Spriting
CSS sprites are almost always the way to go when it comes to applying background images with CSS efficiently. One hurdle you may come across is when you want to apply an image that's a part of a sprit...
03:19 am GMT - Tue, July 5, 2011
CSS Tricks The Fourth Fourth
It's CSS-Tricks fourth birthday. Yay! Time for the traditional mid-year mini state of the site.Advertise here with BSAThe Fourth Fourth is a post from CSS-Tricks...