Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Using Proc SQL summarize the table sashelp.shoes grouping on
0
3348
posted 17 years ago by webonomic
This is a version of Textile that only accepts paragraps, bold, italics, links, and images. Enjoy.
1
1314
posted 17 years ago by evanwalsh
IE 5.5 to 6 don't support generic PNG with Alpha-Channel
To get the advantage of PNGs use the akward AlphaImageLoader-filter (AIL) as described on the msdn site ( http://msdn.microsoft.com/en-us/library/ms532969(VS.85).aspx ).
But because the AIL...
3
1526
posted 17 years ago by HerrSerker
I've been using this little gem of a snippet for a few years, and it's never failed me.
1
1143
posted 17 years ago by bmayzure
going to use twitterlocal to play around a bit with pygooglechart.
0
1192
posted 17 years ago by mandric
In FF the page will "jump around" when moving from page to page due to the scrollbars. Find out how to make that stop.
2
1693
posted 17 years ago by neal_grosskopf
I was looking for a way to post new articles remotely, and cross domain. I only needed to post new articles, not read, edit or anything like that, so I did not need a whole GUI or any other Interface like those WP-Desktop-clients. I wrote this script...
0
1422
posted 17 years ago by j_junyent
Given an an associative list ((k1 . v1) (k2 . v2) ... (kn . vn)), with possibly equal values for ki, it returns another alist where all cells have distinct keys and where values originally associated to the same key have been grouped as a list in the...
1
3419
posted 17 years ago by jarnaldich
After having trouble with xss and .getJSON() I wrote this. Solved my problems so here you go.
3
1229
posted 17 years ago by twoism
Slim down the size of your javascript by using these custom functions.
2
1114
posted 17 years ago by neal_grosskopf
Any time I make PHP applications that interact with a database, I use this script. It generates one or more self-populating "View Objects" (a class that represents a single record from a DB). For example, rather than access a MySQL record-set by arra...
1
1518
posted 17 years ago by donkawechico
Gets the present time and date in PHP and formats it for input into a MYSQL database DATETIME field
1
961
posted 17 years ago by TimFletcher
This gets the current page addr. and send it...
Modify form action="" to send values to proper mail function - or - class.
3
1537
posted 17 years ago by skywalker
This is an example of how to search within a Ferret index (based upon http://kasparov.skife.org/blog/src/ruby/ferret.html).
1
1228
posted 17 years ago by narkisr