Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Probably not the most elegant solution, but it works. Needed this for a capistrano deploy task which shows the most recent tagged releases in my repository. Very bare bones, and needs tweaking if your versions are not in X.X.X.X format.
1
2149
posted 17 years ago by bananastalktome
Use this to quickly clean-up a file which has opening braces on a new line, a particular annoyance of mine.
1
1929
posted 17 years ago by Zenithus
Doesn't work in IE6, so use this to enhance sites rather than use thenm for required information. Very handy for adding a PDF icon behind a link. Make icons very small (16px x 16px) and with transparent space on left and top to make it look more al...
4
1932
posted 17 years ago by carriegates
Displaying values as hex in a PropertyGrid by using a TypeConverter class. The TypeConverter class is assigned as a property to the PropertyGrid's data element.
Consider improving by making the UInt32HexTypeConverter a generic/template as in HexTy...
0
2917
posted 17 years ago by jimfred
Sometimes you click a link like faq.html#item5 and, after the browser jumps you to the anchor, you have trouble spotting the item you're looking for. anchorAway is a little function that helps you call a function on anchored items, maybe something li...
0
1737
posted 17 years ago by dougunderscorenelson
This is one of my favs to use and reuse. Essentially, we make a select box on what is in the table filled values/labels.
Download the ISO countries list to make a country table and Bam! with this function you got a country select box... Also grea...
1
1675
posted 17 years ago by brownrl
use this function to insert a string into another string at a certain position.<br>
echo insertString("legendary", " wait for it ... ", 5);<br>
legen wait for it ... dary
0
1673
posted 17 years ago by jlvallelonga
Every now and then I need a form select list of all provinces and states... I figured I'm not the only one, so here you go, hope it helps!
1
3575
posted 17 years ago by ecardoza
From StackOverflow. I'm still not quite happy with my understanding of it, but it looks an order of magnitude more elegant than most I've found.
0
2001
posted 17 years ago by rengber
Fairly simple, cross-browser way to rotate text using only CSS.
0
2060
posted 17 years ago by Winkyboy
Crear un backup de una base de datos en SQL Server 2005/08 desde código en la posición definida por Device.
Cuidado con los permisos:
http://support.microsoft.com/kb/207187/es
1
2214
posted 17 years ago by marcocs
Crear un backup de una base de datos en SQL Server 2005/08 desde código en la posición predefinida del disco.
Para agregar un dispositivo y hacer el backup en posición no predefinida:
http://msdn.microsoft.com/es-es/library/ms188409(SQL.90).as...
1
2056
posted 17 years ago by marcocs
Simple PHP script which allows you to specify your twitter log in details and a search term, then automatically follow users who have tweeted that term. Code is released as Open Source, use it as you wish - please leave my URL in the commented sectio...
3
3562
posted 17 years ago by shakefon
An empty FLA to be repurposed for creating other banners of varying size. Clickable area is resized automatically to fit the stage size, and a sample button with rollover states is included. Looping and loop delay are set according to actionscript v...
0
4066
posted 17 years ago by Winkyboy
Based on the good initial coverage [over here](http://www.thamtech.com/blog/2008/03/29/gmail-to-google-apps-email-migration/).
1
1968
posted 17 years ago by ches