Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
If you would like to use relative units (em) for your font sizes, declaring 62.5% for the font-size property of the body will make it easier to convert px to em. By doing it this way, converting to em is a matter of dividing the px value by 10 (e.g....
3
2316
posted 15 years ago by alozuldo
For progressive enhancement, you could use the transform property that is supported by many browsers that have CSS3 support.
Here’s a trick for enlarging a elements on hover by 110%.
1
1937
posted 15 years ago by alozuldo
The code below will change the background-color of divs depending on what browser the user is viewing the web page under. Since * cascades down to IE7 and below, we use _ after that declaration so that IE6 (and below) has a different background color...
1
2297
posted 15 years ago by alozuldo
This crude script will export individual icons from an SVG file when using a single canvas workflow, especially for Tango Desktop style icons.
0
1293
posted 15 years ago by Dracos
Existen varias formas para hacerlo, pero lo que dejo aquà es a lo que tenemos que acostumbrarnos a hacer cada vez que programemos para prevenir que se pueda inyectar HTML o modificar las consultas SQL.\r\n\r\nThere are several ways to do it, but wha...
0
1349
posted 15 years ago by arucordoba
Delegate is the object that are listning to Delegatior.
0
1948
posted 15 years ago by gerhardsletten
Demo, info & FLA download at http://adamcoulombe.info/lab/as3/card-flip.html
4
2623
posted 15 years ago by adamcoulombe
The command you need to close the mysql port 3306 from external access. You need to use the 2 lines in the snippet below once you have connected to the server via SSH.
0
3107
posted 15 years ago by daipratt
Single line to get the package path of the current class path (package)
1
2034
posted 15 years ago by dyteq
You should include these Cookie helpers in your base page class. Enjoy!
0
1661
posted 15 years ago by mecha
A Twitter pull-in that I coded using PHP. Uses the JSON user_timeline Twitter API call. It displays the tweet with links to any urls, users, or hashtags, the time ago, and if it was in reply to anyone.
2
2318
posted 15 years ago by mloberg
I need to create a new template that just show the photo ordered by «department» and «title». It should also include an hidden <DIV> with full name, email, social links and bio.
0
1046
posted 15 years ago by ipublicis