Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Summary
@font-face allows authors to specify online fonts to display text on their webpages. By allowing authors to provide their own fonts, @font-face eliminates the need to depend on the limited number of fonts users have installed on their comput...
3
2012
posted 16 years ago by rwczippy
A Temp table is great for combining multiple SELECT statements in a Sproc and outputting as just one table.
Don't forget to Drop the table after the SELECT * FROM #TempTableName at the end.
2
2460
posted 16 years ago by highlyevolved
Do you every wanted to clean and perfectly intent your xhtml document?
1
1708
posted 16 years ago by tillkruess
the user sees the confirmation page immedeateley. this is helpful if the mail() function takes some time
0
1817
posted 16 years ago by miebach
This can be tested using the following piece of code
var a = [1, 2, 3, 4, 5];
alert(a.size());
0
1646
posted 16 years ago by arunpjohny
This function is add 'each' function to the javascript Array object.
1
1483
posted 16 years ago by arunpjohny
Do not use this php file exactly as it is.
It's only to demonstrate the basics of the api.
You *must* do form checking to ensure safe values are passed.
Also, it's a really bad and very insecure practice to put a form like this publicly on your w...
1
4374
posted 16 years ago by shaunjanssens
The original string (str) will be changed after calling this function, so if you need it make a copy of it.
0
2052
posted 16 years ago by Menda
provide file via URL var, and script will grab it & force download. Take a look at code, and add some of your filetypes if required
2
5077
posted 16 years ago by acosonic
run the command in a terminal window
restart the computer (... I didn't find another way so that the command take effect)
0
1932
posted 16 years ago by yakafokon
As you can probably see I use the Sociable plugin on this blog. I recently realized that the Digg link was broken. Here is the fix:
0
2107
posted 16 years ago by captbaritone