Posts Tagged: CSS


13
Apr 12

The future of the web: Instagram

I can haz filterz?

All joking aside, the future of #HTML and #CSS certainly includes advanced graphical capabilities. Some of them are described in a recent presentation given by Vincent Hardy of +Adobe and you can examples of them in the images below.

Of course, in terms of specifications, all of this is in draft at the moment and and most of them currently only supported in under development versions of browsers like the nightly version of Webkit (get it here http://bit.ly/HQb1HR) with an -webkit-filter attribute. And some of the effects are making my Mac mini go wild :)

See the full presentation here (some effects will only work on the nightly Wekbit) http://bit.ly/IsK5D0
Thanks to +Chris Coyier for the link

Google+: Reshared 1 times
Google+: View post on Google+


22
Feb 12

Responsive menus: one code to rule them all

If you haven't joined the mobile web yet, you should really start thinking about it. 66% of 24-35 year olds already own web-hungry smartphones in the United States. +Webdesigntuts shows us how you can have one piece #HTML / #CSS code for your menus for both your mobile and "full size" visitors.
Check it out here http://bit.ly/wlFH3i


14
Jan 12

Advancing the HTML experience

www.mycookingdiary.com by +Mike Matas is great example of what you can do (and how to do it properly) with #HTML and #CSS today:
- A continuous user experience using AJAX to keep the user engaged. However, each "slide" has it's own URL. This means you can bookmark it, share it, etc.
- Animation – but on user action: Yes, animations can liven up a site. But it should be controllable by the user otherwise they end up being irritating. The user needs to feel he is in control of his experience of your site
- Flexible layout: the site looks great at 800px as well as 1200px
- CSS effects to enhance the visual result: #CSS3 blur is here used to bring the attention to the main content area not as a gimmick
- Keyboard navigation: a small issue for some but shows attention to detail and professionalism

Do you have any more example sites along these lines?


13
Dec 11

CSS "Magic" :)

CSS "Magic" :)

Embedded Link

Experiments with background-clip: text
Experiments with background-clip: text – Background Image for Text


20
Nov 11

Another victory for #HTML5 and #CSS3

The next version of the Kindle books format will support HTML5 and CSS3, moving away from the Mobi format. Of course it continues to be a shame (and a non-starter for me) that Kindle doesn't support #EPUB …

Embedded Link

Kindle Format 8 Overview
Kindle Format 8 Overview


2
Nov 11

Drawing images with just #CSS

A new age for spam mails? :)

Embedded Link

How to draw the Windows logo with 100% CSS. No javascript! No images!
HTML. <div id="windows"> <div class="canvas"> <div class="icon"> <div class="window1"> <div class="window-e1"></div&g…


2
Nov 11

Some really nice #CSS tips using the background-size property

Some really nice #CSS tips using the background-size property

Embedded Link

Take advantage of the CSS background-size property | Tutorial | .net magazine
Front-end developer Stephanie (Sullivan) Rewis, owner of W3Conversions, takes you through a variety of innovative uses for the new CSS3 background-size property. More control than you've ever had befo…