background preloader

50 New Useful CSS Techniques, Tutorials and Tools - Smashing Magazine

50 New Useful CSS Techniques, Tutorials and Tools - Smashing Magazine
Advertisement These are great times for front-end developers. After months of exaggerated excitement1 about HTML5 and CSS3, the web design community now starts coming up with CSS techniques that actually put newly available technologies to practical use instead of abusing them for pure aesthetic purposes2. We see fewer “pure CSS images” and more advanced, clever CSS techniques that can actually improve the Web browsing experience of users. And that’s a good thing! In this post we present recently released CSS techniques, tutorials and tools for you to use and enhance your workflow, thus improving your skills. CSS Techniques Now Playing: transitions and animations with CSS3Tim Van Damme showcases a fairly simple CSS design that uses transitions, animations and subtle hover-effects to produce an engaging user experience. CSS3 range slider, checkbox + radio button4A demo of HTML input elements made with CSS3. The Simpler CSS Grid13Why restrict your layout so that it can fit into this 960gs?

http://www.smashingmagazine.com/2010/10/12/50-new-useful-css-techniques-tutorials-and-tools/

25 Creative and Challenging Vector Poster Design Tutorials Jump into this roundup of some of the most creative and challenging vector poster design tutorials on the web. There is a large assortment of styles and approaches here to review, from spacey psychedelic poster design, to geometrically influenced poster design, to robotic stomping power, to retro aesthetics and more. Check out these inspiring poster design tutorials. Blend and Mask Yourself a Great Poster Veerle Pieters shows us how to create a strong geometric central poster design, which utilizes flowing blends, masked shapes, and subtle gradients, to create a sophisticated final work. She covers each step of creating this work in detail and uses a quick workflow that uses tools like Smart Guides to speed things up.

Quick Tip: A Crash-Course in CSS Media Queries In the past, in order to create layouts based upon the width of the user's browser, we had to use JavaScript -- perhaps combined with a server-side language. Fortunately, the process is now becoming far simpler, thanks to CSS media queries. Method 1: Within your Stylesheet Method 2: Import from within your Stylesheet Note that you can also add addition rules, by applying a comma -- much like you would when using multiple selectors. CSS3 Media Queries CSS2 allows you to specify stylesheet for specific media type such as screen or print. Now CSS3 makes it even more efficient by adding media queries. You can add expressions to media type to check for certain conditions and apply different stylesheets. For example, you can have one stylesheet for large displays and a different stylesheet specifically for mobile devices. It is quite powerful because it allows you to tailor to different resolutions and devices without changing the content. Continue on this post to read the tutorial and see some websites that make good use of media queries.

10 of the Best Font Tutorials Around Are you a typography nerd? So you get all giggly about the kerning? There are loads of fonts out there for you to use about sometimes you have the burning desire to do create your own font, maybe even based on your own hand writing. Then you can use it wherever you want, whether it be in print or on your free website. Accordion using only CSS An accordion effect can be achieved using CSS3’s :target pseudo-class, without requiring JavaScript. Using the proprietary -webkit-transition property this accordion can also be animated. Result CSS3 Accordion Works in browsers that support the :target pseudo-class, see the Quirks Mode compatibility tables. Animation works in recent WebKit based browsers. Experiment updated.

60 Brilliant Tutorials for Designing Icons The icons have been used since I have memory, either on web sites, forums to decorate a blog, or just vector graphics that complement a design, small or large, and always represent an object, series of objects or a character. I have a schedule of items and collections that I do and perhaps somehow made public. This time I got to make a collection of tutorials that promise to get into the vast field of designing and creating vector icons using Photoshop, Inkscape, Illustrator or even GIMP, is 60 and I hope you enjoy them, I have done several already. Remember that no matter which program you have important knowledge and creativity, choosing a good concept and image of the icon, if you can draw it before and vectorized then never make any a rush. I invite you to continue reading and if any tutorial you like do not forget to visit.

CSS Absolute Positioning: Create A Fancy Link Block Absolute position is a feature of the CSS2 specification that is supported by all of web browsers. If you posit an element (an image, a table, or whatever) absolutely on your page, it will appear at the exact pixel you specify. In this tutorial, we will use some tricks to create a fancy link block that make our links more attractive. The final result of our work will be as same as the demo below. Check it out or download it.

CSS3 Solutions for Internet Explorer - Smashing Magazine Advertisement Experienced developers understand that CSS3 can be added to new projects with progressive enhancement in mind. This ensures that content is accessible while non-supportive browsers fall back to a less-enhanced experience for the user. But developers could face a situation where a client insists that the enhancements work cross-browser, demanding support even for IE6. Useful Photoshop Video Tutorials - Noupe Design Blog Apr 05 2011 Photoshop is an amazing tool in the hands of Designers. There are numerous tutorials which shows you all tips and tricks to conquer Photoshop. Reading tutorials can be little irksome at times when you don’t want to spend hours and hours on long written steps. Why not try these Video tutorials which give you amazing amusement while learning.

The Mystery Of CSS Sprites: Techniques, Tools And Tutorials - Smashing Magazine Advertisement CSS Sprites are not new. In fact, they are a rather well-established technique and have managed to become common practice in Web development. Of course, CSS sprites are not always necessary, but in some situation they can bring significant advantages and improvements – particularly if you want to reduce your server load. And if you haven’t heard of CSS sprites before, now is probably a good time to learn what they are, how they work and what tools can help you create and use the technique in your projects.

8 examples of stunning CSS3 text effects How to Create Inset Typography with CSS3 Just two years ago, we all used Photoshop to create beautiful inset typography. Now, you can do it using only CSS3. This great tutorial will help you getting started. 30 (Really) Amazing Tutorials And Techniques To Become A Master Of Photoshop Don't Forget to participate in a contest where you can win an amazing e-Commerce template from TemplateMonster. Adobe Photoshop is a comprehensive design tool that designers need to explore continually. The best way to explore new ways of using tools of Adobe Photoshop is definitely with the help of Photoshop tutorials that are extensively available on the internet. This post also features a collection of really New Photoshop Tutorials that you have not seen before.

Drop-Down Menus, Horizontal Style Anyone who has created drop-down menus will be familiar with the large quantities of scripting such menus typically require. But, using structured HTML and simple CSS, it is possible to create visually appealing drop-downs that are easy to edit and update, and that work across a multitude of browsers, including Internet Explorer. Better still, for code-wary designers, no JavaScript is required! (Actually, a tiny bit of JavaScript is needed, but it’s not what you think.) Article Continues Below Here’s a sneak preview of the menu in action.

Related: