Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
How to use WebClient to post to an ASP.Net page and maintain viewstate for proxy purposes.
0
1079
posted 17 years ago by BlueCockatoo
this function was provided to me by my partner in crime......thanks superchicken
0
907
posted 17 years ago by bsisco
Using Proc SQL summarize the table sashelp.shoes grouping on
0
1235
posted 17 years ago by webonomic
This is a version of Textile that only accepts paragraps, bold, italics, links, and images. Enjoy.
1
1110
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
1222
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
958
posted 17 years ago by bmayzure
going to use twitterlocal to play around a bit with pygooglechart.
0
940
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
1318
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
1195
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
1242
posted 17 years ago by jarnaldich
After having trouble with xss and .getJSON() I wrote this. Solved my problems so here you go.
3
1034
posted 17 years ago by twoism
Slim down the size of your javascript by using these custom functions.
2
937
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
1233
posted 17 years ago by donkawechico