Archive

Archive for the ‘Tutorials’ Category

Create Microsoft Logo With Pure CSS

February 20th, 2013 2 comments

microsoftcsslogo

This tutorial will show you how to create a similar logo to the one of Microsoft, not the same, because we’re gonna use a simple font, which is Arial. Read more…

Categories: CSS, HTML, Tutorials

Create a Simple Logo With Pure CSS

January 21st, 2013 4 comments

logo-with-css
Nowadays, some web developers are creating fabulous and cool stuff with CSS3 that was impossible without a design software including icons, animations and logos. In this CSS tutorial, I will show you how to create a simple and fairly good logo with pure CSS. Read more…

Categories: CSS, Tutorials, Web

How to Make Your Own Facemash

December 14th, 2012 12 comments

facemash

 

I’m sure you all have seen “The Social Network”. I was really impressed by it and by the funny idea of Facemash, that’s why I want to help you creating your own one for fun purpose and I’m not responsible if anything happens…I’m just jocking, do whatever you want, rate your school girls if you dare. Rules are made to be broken, as our friend Mark Zuckerberg did in the past. Read more…

Categories: PHP Scripts, Tips, Tutorials, Web

Use a custom font with @font-face

November 19th, 2012 No comments

For a long time this was not possible. Today, with CSS3, there are fortunately a way to use any font on the site. This works well with most browsers. Read more…

Categories: CSS, Tips, Tutorials