Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
After:
sudo port -v selfupdate
Update outdated ports with:
sudo port upgrade outdated
1
951
posted 17 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
849
posted 17 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
1065
posted 17 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
919
posted 17 years ago by 1man
simply adding the tags will display the contents of the array in a much better fashion.
0
1382
posted 17 years ago by scriptmakingcom
This snipped adds columnstriping to cells. It works fine for most cases, but will behave strange when combined with colspan.
Cells get an additional class 'even-col' or 'odd-col'
2
1137
posted 17 years ago by berkes
This utility function attaches listeners to a text field or text area. It supports default text for instructional copy. The original text in the field is used as the instructional/default text. When the box gets focus, it disappears and the user can...
0
933
posted 17 years ago by elli