FEM Announcements
My new portfolio is ready!
January 22, 2010
The new CSS Framework
January 19, 2010
Welcome to Front End Matters!
January 15, 2010
Front End News
- A proposal to drop browser vendor prefixes February 3, 2012Interesting idea by Felipe G on using a new at-rule, @-vendor-unlock, to tell the browser to use it's experimental implementation of any particular property, rather than using a vendor prefix on that property. Unfortunately at this point, even if you could get all the browsers on board, you'd need to use this and vendor prefixes to get deep support […]
- New Poll: In The Next 10 Years, Will We See CSS Competitor? February 2, 2012What do you think folks? Is a new language going to come along in the next ten years that deals with layout / style / design and unseat CSS? Or at least give it a run for its money? You should vote not based on if there will be any attempt at it, which there certainly will be and already has. But instead if you think one of those attempts will actually make […]
- Full Day Web Design Workshops: Which Would You Pick? February 2, 2012At Carsonified Towers, we’re all getting super excited for May, when The Future of Web Design hits London for another three days of learning and inspiration. As ever, we kick off the show with four full-day workshops – each lead by a totally inspirational industry leader. From 9am am to 5pm, we’ll be rolling up our sleeves and knuckling down for a serious hi […]
- Freebie: St. Valentine’s Day Icon Set (10 PNG/PSD Icons) February 2, 2012Every now and then, we release useful freebies for all of our highly valued readers. Today, it is our pleasure to present to you Cuberto's fantastic St. Valentine's icon set — exclusively designed for Smashing Magazine and its loyal readers. The icons presented are available in transparent PNGs as well as Photoshop PSDs (128x128 px) and are perfe […]
- Star Ratings With Very Little CSS February 2, 2012Star ratings are one of those classic UX patterns that everyone has tinkered with at one time or another. I had an idea get the UX part of it done with very little code and no JavaScript. The markup uses the unicode entity for a star (☆) right in it. If you have a UTF-8 charset that should be no big deal. Alternatively you could use ☆ (Calculator for t […]
- Real-World CSS February 1, 2012A very serious not at all tongue-in-cheek gallery of CSS3 techniques that poo-poos the fancy in favor of the practical. Direct Link to Article — Permalink…Real-World CSS is a post from CSS-Tricks […]
- Firefox 10 February 1, 2012...is now a stable release. It's notable because it's the first release with it's own built in developer tools (video overview). It's all HTML/CSS for now (not a Firebug replacement) but they are nicely designed and a great first step for a product that really should be in-house. Also, CSS 3D transforms! After you've upgraded, check […]
- Learn jQuery in 30 Days February 1, 2012Sometimes, it’s easy to become overwhelmed by how much there is to learn in this industry. If jQuery happens to be on your personal “need to learn soon” list, then I’m happy to announce my new course: “Learn jQuery in 30 Days”. If you’ll give me fifteen minutes a day for the next month, I’ll help you become a jQuery pro – and it’s free! How Does it Work? Spo […]
- Styling Images with CSS3 January 31, 2012Nick La over at Web Designer Wall put together a great article on how to style images with CSS3. The styles include: Basic Style(rounded corners), Embossed Style, Soft Embossed Style, Cutout Style and Glossy Overlay. I personally love the Embossed Style, it’s ideal for interface buttons. Originally Nick ran into some issues when styling for a responsive layo […]
- CSS3 Image Styles – Part 2 January 31, 2012Previously I wrote two tutorials on how to style the image element with CSS3 inset box-shadow and border-radius. The trick is to wrap the image with a span tag and apply the image as background-image. However, I recently ran into a problem with that trick while designing the PhotoTouch theme. The issue is that the [...]Advertise here with BSA […]
