Posts Tagged ‘RSS Feeds’

Look What My RSS Dragged In #5 April 2008

// April 29th, 2008 // 2 Comments » // RSS Feeds

look what my rss dragged in logo

Apologies for a late LWMRSSDI this time out and unfortunately due to a hectic month, it’s a short one. Normal service will resume next month! :-)

Flash Goes Open Source!

Yes you heard right! With the news of Adobe’s Open Screen Project 2008, comes the announcement that Flash has finally become open source. Open Screen Project means that at last we can enable a consistent runtime environment for designers and developers across desktops and devices.
Edit – Its not completely open as Adobe have only lifted license restrictions on the use of the SWF/FLV/F4V formats. Thanks for the info Mark!

Read: Open Screen project 2008

Improving Code Readability With CSS Styleguides

How many of you have forgotten the structure of a past project only for it to re-visit you and bite you on the backside? There is hope however as Smashing Magazine has published 5 easy steps to help you gain control and structure to your projects using CSS Styleguides.

Read: Improving Code Readability With CSS Styleguides

Web Typography: Tell Me What You Want

Recently at the W3C CSS Work Group Face-To-Face meeting in San Diego, CSS3 Specs relating to CSS Fonts and CSS Web Fonts were discussed. Jason Cranford Teague wants your input on what you think are some of the font styles and features missing from the current specification. What do you expect to be able to do with typography on your Web pages that you can not do now?

Read: Web Typography: Tell Me What You Want

Look What My RSS Dragged In #3 Feb 2008

// February 16th, 2008 // 2 Comments » // RSS Feeds

look what my rss dragged in logo
Well, here we are again with the third installment of “Look What My RSS Dragged In”. Apologies for not putting up one last month, but with a busy festive period and such, I just didn’t have time with so many other things going on, so without further ado, here is the february edition for you!

Keeping Your Elements’ Kids in Line with Offspring

Our first item comes from the wonderful A List Apart. Here Alex Bischoff explains how we can make pseudo class selectors work in IE6 with some simple DOM Scripting coupled with some lightweight CSS. Alex also shows us how create effective navigation without “bloated code” and “numerous classes” by using descendant selectors from a simple unordered list.

Read: Keeping Your Elements’ Kids in Line with Offspring

Why getElementById sometimes does not work in Internet Explorer

Here’s a great post by Roger Johansson at 456 Berea Street regarding a problem he recently encountered whilst trying to reference an element using an ID attribute. The problem being that in IE, this will mirror an attribute whose name attribute contains the same value.
Basically, Roger outlines how we should not have similar ID names within our mark up. If we tried to reference an ID of “index” in our document and the <title> of our mark up page was “index” then IE would look for the first instance, in this case the word index comes first as it is in the <title> of our document, so IE would parse that and cause us a few headaches.

Read: Beware of id and name attribute mixups when using getElementById in Internet Explorer

Playerversion.com

If your a Flash developer, have you ever wondered what version of Flash player you or your users are running? Aral Balkan has developed a cool website which has a tool to do just that. And fair play to the guy – he wrote it using just one finger – now thats a richter scale of 10 of coolness in my book! Get Well Soon Aral!

Visit: PlayerVersion.com

Award Winning Newspaper Designs

My Smashing Magazine feed pulled in a fascinating article about the similarities over the last few years between design for the web and printed newspapers. The emergence of grid based layouts and white space being the most common features applied. Here we can view a selection of newspaper designs from around the world for design inspiration and look at how the web has slowly borrowed some layout principles from the printed page.

Read: Award Winning Newspaper Designs

Stay On:target

Can’t wait for CSS 3? Me neither! Brian Suda gives us an introduction to the CSS 3 pseudo selector called :target in this ThinkVitamin.com tutorial.
:target can be used to apply rules to an element with a fragment identifier – being, an anchor name or an id. It will be a useful tool in the future as complex styles can be applied without the need for javascript.

Read: Stay On:target

Pattern Inspiration

Have you noticed the current web design trend lately of using vintage repeated backgrounds? Veerle Pieters has posted a few links on her site to places where we can gain inspiration for producing our own in Illustrator, or even (dare I say it) doing up your house!

Read: Pattern Inspiration

Moving the Font Matrix forward

Back in December on 24 Ways, Richard Rutter proposed the concept of a font matrix. In a nutshell what Richard is talking about is that Windows and Mac Operating Systems have a core font matrix of all western fonts installed, and some users may have more fonts installed than the default fonts these operating systems currently have. Richard Rutter has proposed is that if a font matrix was available, those of us who don’t have all the fonts can still see what they look like. An interesting idea, something I certainly would like to see develop.

Read: Moving the Font Matrix forward

The Trouble With Web 2.0

Oh how I hate those words! Web 2.0 throws up visions of shiny reflective logos, rounded boxes and countless more useless interactive features than you could throw an ajax data format at.
In this Boxes and Arrows item by Alexander Wilms, we discover how Web 2.0 technology and design patterns have been a large success – but will they also work in the environment of a large enterprise?

Read: The Trouble With Web 2.0

Imitating A Scanner Darkly

Have you ever wondered how to achieve those surreal vector line art effects found in A Scanner Darkly? By visiting Illustrator Techniques.com you can learn how this is done by using Adobe Illustrator. It’s a time consuming process, but is well worth the effort as the end results can be magnificent.

Read: Imitating A Scanner Darkly

Look What My RSS Dragged In #2 Dec 2007

// December 14th, 2007 // No Comments » // RSS Feeds

look what my rss dragged in logo

Facebook: one more step towards the gutter

“These days you can’t log into Facebook without being greeted by a trillion irritating ‘Pirate’ or ‘Zombie’ requests. Why people feel the need to spread these cancerous, repugnant, viral applications is beyond me. It makes Facebook almost as ugly and bloated as MurdochSpace itself.” James Rivington

In his latest post for Rungsberry, James Rivington vents his spleen about the downward spiral of social networking and the demise of Facebook.

Read: Facebook: one more step towards the gutter

Sexy Style Sheets

On Think Vitamin this week, Jina Bolton shows us how we can create ‘sexy’ style sheets by improving the maintainability and efficiency of our CSS style sheets in 10 simple but effective steps.

Read: Sexy Style Sheets

A Preview Of HTML 5

HTML 5 introduces a whole set of new elements that make it much easier to structure pages. Lachlan Hunt gives us the lowdown about the upcoming proposals in this in depth A List Apart article.

Read: A Preview Of HTML 5

Opera Files Antitrust Complaint

Andy Clarke has posted an open letter to the CSS Working Group on Stuff and Nonsense regarding Opera, which has filed an antitrust complaint with the EU to force Microsoft to support open Web standards in Internet Explorer and to carry alternative browsers pre-installed on Windows.

Read: CSS Unworking Group

But, Jeffrey Zeldman disagrees with the points raised in the above article and sees no connection between Opera’s lawsuit and Andy Clarkes call for the dis-banding of the CSS Working Group. In his reply to Clarke, Zeldman says:

“Apple and Microsoft and Netscape and Sun and Opera have been suing each other since the W3C started. What lawyers do has never stopped developers from Apple and Microsoft and Netscape and Sun and Opera from working together to craft W3C and ECMA specs.” Jeffrey Zeldman

Read: Jeffrey Zeldman’s Response

Choosing A JavaScript Framework

Brian Rendel discusses the pro’s and con’s of choosing the correct JavaScript framework, and raises the issue of when using a JavaScript library what effect this can have on your clients web site and the workflow of your development team.

Read: How To Choose A JavaScript framework

Accessibility Is Part Of Your Job

Roger Johansson writes:

“Too many people who make a living from designing or programming websites, accessibility is something unknown. Something frightening even, and something that is only ever taken into account (as a bolt-on after the site is finished) if a client specifically requires it. I don’t understand that way of thinking. At all.” Roger Johansson

In this latest 456 Berea St post, Johansson underlines how important accessibility is and that it should never be an after thought of the design process but a fundamental part of the whole process.

Read: Accessibility Is Part Of Your Job

Create Custom iPhone Ringtones The Free And Apple Way

This latest entry came from my Daring Fireball feed. After all the furore surrounding the fact that you cannot make your own ringtones from music stored on your iPhone, Apple have come up with a way that you can make customised ringtones using Garageband. This Lifehacker article shows you how. The only downside of this is you need a mac to do the job.

Read: Create Custom iPhone Ringtones The Free And Apple Way

Adobe Illustrator Pen Tool Exercises

Veerle Peters shows you how to master the basics of the pen tool in Adobe Illustrator. It’s a great tutorial aimed at the beginner and comes with a free AI file download which you can open up in Illustrator and click away to your hearts content to set you on the right track.

Read: Adobe Illustrator Pen Tool Exercises