Posts Tagged ‘freebie’

23Jul

iQ font from Toyota

iQ font from Toyota

They say that the road is more important than your destination. This must have been the idea behind when Toyota grabbed a car and soak their tires wet in paint to draw some characters on the pavement to create the iQ font from Toyota, and made it available for free download.

Read more

Tags: ,

5Jul

TITILLIUM free typeface

TITILLIUM font is distributed under the Open Font License. There are 6 variants so far with FontLab source files included.

Tags: ,

22Jun

7 New Free Typefaces

7 New Free Typefaces

New typefaces are the salt of life. Here’s a list of some new gorgeous typefaces released for free featuring an interesting structure and carefully crafted shapes. Read more

Tags: , ,

29May

Free Quatro typeface

quatroPPRWRK studio is giving away for their beautiful Quatro typefacePPRWRK studio is an independent graphic design studio founded in 2004 by typographer and graphic designer Mark Caneso. Read more

Tags: , ,

20May

8 typefaces for posters design

8 typefaces for posters design

We always need new fonts. Stop creating fonts would be like stop creating new foods. The design beast is always hungry so designers must feed him with new tasty dishes every time. Here’s a selection of fonts that might not be new, but some of them are little known and they are really good. Read more

Tags: ,

5May

Astrotheory: free e-book by Astro Studios

Astrotheory by Astro Studios

Astro Studios released Astrotheory on past  March 9th, an inspirational e-book in pdf format that you can download for free. Astro Studios says:

Astrotheory reflects the immersion of influences and surroundings on our people. It’s part of who we are, where we live and what we love to do.

Head over to the Astrotheory page on Astro Studios, it’s a great inspiration resource.

Tags: ,

16Apr

Now on Twitter & giveaway

Now on Twitter & giveaway

I opened a Twitter account for ilovecolors so you can follow me there. The name ilovecolors was already taken so I registered with my own name.

Read more

Tags: , , ,

13Apr

Tutorial9 published my icons!

Tutorial9 published my icons!

I’m quite happy today because Tutorial9 published the icons they commissioned me, the Cute Critters Icon Pack! Read more

Tags: , ,

24Mar

ILC Thickbox: WordPress plugin to display images

It’s been more than a week since my last post. Last March 17 was my birthday, I received some presents so I want to give you a present now, a new WordPress plugin. You can use this plugin to beautify your post by creating thumbnails using the jQuery.Thumbs plugin and adding Thickbox.

Read more

Tags: ,

11Mar

Folding menu plugin for WordPress

A while ago I wrote a post about creating a folding menu for WordPress built in Pages widget using only jQuery without adding or modifying any markup or PHP. A reader, Kretschmar, reported some bugs and asked if it could work for more than one level.

After modifying the jQuery for it to work on multi level depth I created a simple plugin for WordPress. See the demo of ILC Folding, go and click on Page 2.

Here’s the jQuery code:

jQuery(document).ready(function(){
jQuery(".page_item ul").hide();
jQuery(".current_page_item ul:first").slideDown();
jQuery(".current_page_item").parents("ul, li")
.map(function () {
jQuery(this).slideDown();
});
});

So, after sliding down the first parent and getting all parents of current_page_item, we  slide down each parent level by level until the list is empty.

I packed everything and created a WordPress plugin so you can download the folding plugin for WordPress and start collapsing those Pages.

Tags: , ,

Page 4 of 512345