claudiowebdesign


Member since 11/01/2010

Name: Claudio Bonifazi

claudiowebdesign

Location: Italy

Website: http://claudiobonifazi.com

Web development & design in Milan.

14 snippets

3193 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

claudiowebdesign's Recent Snippets



« Prev 1 Next »
How to make numbers update with a smooth animation with jQuery
1 597 posted 12 years ago by claudiowebdesign
this function gets a parameter like an hex color (es: "#ffffff"), an abbreviated hex color (es: "#fff"), an rgb color (es: "rgb(255,255,255)") or an rgba color (es: "rgba(255,255,255,1)"), and returns an object containing the rgba values, like { red:...
0 1622 posted 12 years ago by claudiowebdesign
This is a little PHP class that permits to start quickly the creation of a webpage. When you declare an instance of the class it automatically starts the output buffering and gzip compression, it outputs all the proper tags (doctype, meta, stylesh...
0 510 posted 12 years ago by claudiowebdesign
Hi everyone, a while ago i posted a little script that reproduced a little animation effect seen in Windows 8 Developer Preview. I thought about expanding it some more, and in the end i started actually recreating the whole Metro interface in HTML5/C...
1 1232 posted 12 years ago by claudiowebdesign
That's something quick. A basic php class to manage properly a database. Thanks to magic methods opening a database is almost automatic.
1 763 posted 12 years ago by claudiowebdesign
I tried to create a little jQuery method to notify events to the user just as in facebook. EXAMPLE: http://claudiobonifazi.com/snippets/fb_like_notifications/ 1- Link this little plugin to your page (or paste it into your files as you wish)...
0 640 posted 12 years ago by claudiowebdesign
After giving a try with the Windows 8 Developer Preview i asked myself if i could reproduce the on click effect of the metro UI in a webpage. Sadly, for what i know at this time CSS3 3d transformations works only on webkit browsers, so this is not...
0 689 posted 12 years ago by claudiowebdesign
Questa piccola funzione riceve come argomento uno unix timestamp e ritorna una stringa contenente la "descrizione verbosa" della differenza di tempo. Ad esempio, usando il timestamp relativo a 5 minuti e mezzo fa, ritornerà la stringa "5 minuti e 30...
0 491 posted 12 years ago by claudiowebdesign
On screen: Click here to see the pics! On print: Click here [link: http://www.shabada.boh] to see the pics!
0 585 posted 12 years ago by claudiowebdesign
A little function used to set cookies as arrays of values instead of single combinations key->value. Note that it saves values as a stack.
1 545 posted 13 years ago by claudiowebdesign
You can simply put it in your reset stylesheet. It visualizes the classic rotating gif while the document's images are coming from the server at page load.
3 557 posted 13 years ago by claudiowebdesign
Just a bit of essential code lines to start everytime from. // I don't use it :P
5 769 posted 13 years ago by claudiowebdesign
A jQuery plugin that adds the .spiral() method, wich moves an element along an archimedean spiral path.
3 1358 posted 13 years ago by claudiowebdesign
« Prev 1 Next »