tag

Posts Tagged ‘CSS’

Browsing a tag archive ...

February 13, 2010

Wordpress Theme : Swooshy Blog

This wordpress theme offers a simple, snappy and colorful skin for your new or established blog. I’m not sure where the name comes from it just seemed to fit at the time and so became Swooshy Blog.
The design is based around swooping lines and curves. The homepage features an enlarged header that shows the latest [...]

December 3, 2009

Using jQuery to fix IE6 CSS annoyances

With the usage of IE6 finally declining the majority of us can now afford to be a bit more forgiving in our cross browser testing. Despite this in some circumstances the percentage of a site’s IE6 users is still far to high to do anything other than link a separate stylesheet and spend hours writing [...]

November 19, 2009

Typekit goes live, how useful is the first font as service

Due to my previous musings on @font-face and the ongoing issues of embedding beautiful font faces, I thought it was only apt that I give the newly launched Typekit a quick once over and see just how useful this font as service offering is. I’m going to approach this review trying to forget most of what I already know about @font-face embedding.

November 12, 2009

@font-face a guide to embedding gorgeous fonts that work cross-browser

Since launching the site I’ve had a few emails regarding the font being used on allcreatives and also the technique used to embed the font. Despite two previous posts on the progress on @font-face I realised I hadn’t actually posted up on how to implement @font-face effectively, so here it is.

November 10, 2009

Combining Javascript setInterval and jQuery for lovely looping animations

Any designer worth his salt will be familiar with jQuery in one form or another. The uber cool Javascript framework has become a staple of many a design studio worldwide and why not? Quite frankly Javascript frameworks don’t come much better or more importantly easier to learn than jQuery. What follows in this writeup however is a practical example of a native Javascript function that designers using jQuery or otherwise may never heard of let alone used …

November 9, 2009

Revisiting @font-face, things may be looking up

So since I last posted about the joys and ultimate instability of the @font-face CSS property I’ve been keeping both eyes peeled for any further progress from the incredibly smart people who solve these kinds of problems. Progress over the last few months has been rapid …

August 23, 2009

Template: CSS3 inspired template ‘Nearly Circular’

This template displays a taster of what is to come from the CSS 3 spec, mostly the lovely rounded corners and the much troubled @font-face. There are also a few pseudo css selectors used to control some elements.

August 21, 2009

@font-face – the pure joy and ultimate frustration of typography on the web

Google @font-face and you’ll be hit with thousands of results, articles explaining how to use it and the great flexibility this CSS 3 property introduces to designers moving into the future. Dig a little deeper and you’ll discover that while @font-face is incredibly useful for designers, it is ultimately flawed and doomed for failure in its current form.

IE Conditional browser comments in xslt – a quick snippet that will save a lot of time

XSLT is a great language used with XML files and is a language that we hope to cover a bit more of here on istmay. If you are new to XSLT and are dealing with stylesheets the following snippet of code could be invaluable.