Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
AddHandler application/x-httpd-php .php .htm ... worked for me (directory: xampp/apache/conf)
0
801
posted 13 years ago by stephcode
Recursive delete of given file or folder, e.g. .svn folder
Call : [Program] [SearchPath] [DeleteItem]
0
832
posted 13 years ago by FazzyX
Stop your html tables overlapping other elements to the right. Fix the table with a fixed layout. You may also have to set overflow:hidden and word-wrap:break-word
0
887
posted 13 years ago by peetj
First command shows connected drives, may not be mounted.
Second command formats the drive.
0
728
posted 13 years ago by loungerdork
Not only is it really really fast; it's also order preserving and supports an optional transform function
0
1066
posted 13 years ago by magicrebirth
This function will take the querystring from the URL and return it as a property:value paired object.
1
832
posted 13 years ago by scottwatkins
This function will delete and object and mark it for deletion with gc.
0
1001
posted 13 years ago by scottwatkins
Include this XML file, named “blackberry-tablet.xml†and move it at the root level of your app.
0
1029
posted 13 years ago by dim
This is implementation of pseudocode given in quicksort wikipedia page. Did it just for fun :)
0
642
posted 13 years ago by naren1012