Davide Di Cillo

Archive for the ‘Design’ Category

| Newer Entries »

Taste of Ink samples review

Tuesday, March 9th, 2010

After being really disappointed with the latest jobs by Overnight Prints, I decided to look around for another printer. Yesterday I received the samples I ordered from Taste of Ink, a Scottsdale, AZ based print shop. I was really impressed by the presentation of the sample they provided, so I decided to make a little video about it.

Tags: , ,
Posted in Design | 8 Comments »

101 free e-mail newsletter templates

Wednesday, February 24th, 2010

Do you need to create a quick e-mail newsletter but you feel lazy and you don’t want to deal with e-mail clients compatibility problems? Don’t worry, check out this selection of 101 free e-mail newsletter templates: (more…)

Tags: , , ,
Posted in Design, Developing, Marketing | 2 Comments »

Stencils for iPhone developers

Wednesday, January 13th, 2010

You can find Dean’s stencil at MobileSketchBook.com.

Tags: , , ,
Posted in Apple, Design | No Comments »

How to modify the Facebook Share button

Tuesday, October 27th, 2009

The first thing I thought when I found out about the new Facebook Share button was: “Cool! I’m going to add it to my blog right away.”
The first thing I thought after I installed it was: “Why couldn’t they make the button height 15px like most of the other sharing buttons around???”

Yes, I was pretty annoyed by having buttons at the top of my blog posts with different heights, so I decided to try to modify the css of the button myself. Here’s the result:

.FBConnectButton {
height: 15px;
float: left;
background-position-y: -251px;
background-position-x: -1px;
border-bottom: 1px solid #1a356e;
}
.FBConnectButton_Text {
font-size: 8px ;
height: 9px;
}
.fb_share_count_inner {
height: 9px;
position: relative;
}
.fb_share_count .fb_share_count_right {
float: left;
}

Just copy and paste these few lines of code into your CSS file and your Facebook Share button should be the same size of your compact Tweetmeme button.

I may do more modifications in the future to improve the look of this reduced version, but for now this is usable enough for my blog.

Tags: , , ,
Posted in Design, Developing | 10 Comments »

CSS 3: What is the fuss about

Thursday, October 22nd, 2009

Last night I gave a very basic presentation at the Design Miami Meetup about some of the new features offered by CSS 3. Here is the slide show:



If you want to learn more, you should look at these links:

And of course the most boring one

Tags: , ,
Posted in Design, Developing | No Comments »

What is a serif?

Thursday, October 15th, 2009

whatsaserif
Source: http://ilovetypography.com

Tags: ,
Posted in Design | No Comments »

Free social media icons for your website

Monday, September 7th, 2009

socialicons

Designing a WordPress theme for a friend, I had to design some icons for linking to the different social networks.

I’m usually pretty lazy as far as social media for my own projects (the one on this very same blog are a free set I found online), but this time, considering the social networks and services I had to add I decided that it was faster design them myself than look for them. And I had a chance to create one for my favorite photo sharing service: Pikchur.com.

If you like them, you can download them for free here: download icons.

Tags: , ,
Posted in Design | 5 Comments »

How to create a shiny button with Photoshop

Tuesday, June 30th, 2009

Today I want to share with you a simple tutorial on how to make a cool shiny button in few seconds. The quality of the video isn’t the best ever, so I suggest you to watch it full screen in order to see where I click.

Click here to download the psd file of the tutorial.

Tags: ,
Posted in Design | No Comments »

| Newer Entries »