Showing posts with label web. Show all posts
Showing posts with label web. Show all posts

Tuesday, 10 March 2009

Icon pot - free icons for personal AND commercial use.

Highly reccomend this site to any developer. Icon sets that are listed there can be used in any personal, or commercial project without any back-links or credid to the author. I guess anybody will agree it's not easy to find those.
Link to the site: www.iconpot.com
and to the rss feed: feeds2.feedburner.com/iconpot

Thursday, 19 February 2009

How to make your css better

Still on the track of being The Greatest Front End Developer in the World :).
Here's nice and practical list of advices on how to make you css better.
Will try to implement at least few of them.

Wednesday, 18 February 2009

CSS and sprites = fun, fun, fun.... fun

Many big players are using it (facebook for example). Big files full of small images - tiles used as sprites in your CSS based UI interface. I like it - reminds me of old mobile game development times :). Did that for the external links menu on left side of website. Seems to work fine.
What would be a post without a useful link?

Tuesday, 17 February 2009

Javascript rss reader

Just put an url to the feed you need to read and generate nice simple and working(!) script that shows needed data on your website. Wanted to use PHP functions before, but they have troubles with connecting remote servers through firewire on my server.
Get it here