Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This shows how to use a module that normally needs a 'qw' attachment to the use statement (hint: its the = sign). You can add others by using comma separated values.
0
1388
posted 18 years ago by wolfie
give a class name to each link according to the page it redirects to.
give attribute id to the body of the template and make the attribute editable (Dreamweaver lets you do that: select the attrib, Modify>Templates>Make attribute editable and tick t...
1
1864
posted 18 years ago by valcartei
This takes about an hour in total to run on my machine, so give yourself enough time. Obviously the configure options will need to be tweaked to match your set up, but this works for me. This assumes you already have MySQL installed.
0
1308
posted 18 years ago by micmath
Use this to upload and resize your images using RMagick. Code by nixnewbie.
2
1881
posted 18 years ago by Tricon
a function that returns the absolute position in DOM tree. jQuery based
1
1337
posted 18 years ago by fael
This temperature measurement script is one that comes from the original NPDS package. As formatted, it is meant to be used as an NPDS SSI tag. It obtains the current battery temperature and returns it in degrees Celsius.
0
3301
posted 18 years ago by splorp
After:
sudo port -v selfupdate
Update outdated ports with:
sudo port upgrade outdated
1
1640
posted 18 years ago by rhockens
After installing MacPorts, try running a selfupdate to grab all the latest MacPorts Portfiles (Portfiles contain information about how to install MacPorts software "ports"). You will need to run this command as an administrator, and it requires root...
0
1231
posted 18 years ago by rhockens
Shortens a string, and adds a span with a title of the full string.
Function is useful for listings where you don't want wraping; or for places where a long string liek a username can break the layout.
1
1672
posted 18 years ago by berkes
Create a simple object and add properties and a method. Note where the object is parsed (not from top to bottom).
2
1602
posted 18 years ago by 1man
simply adding the tags will display the contents of the array in a much better fashion.
0
2846
posted 18 years ago by scriptmakingcom