Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I’ve made a ruler to measure distances on a Google Map V3. The file Ruler.js contains a two function: one to calculate the distance between two points on the map with their position expressed in decimal degrees, and one function that add the ruler....
1
2101
posted 16 years ago by ginoplusio
For use in conjunction with the get_work function in the theme functions template, functions.php.
Requires
0
1399
posted 16 years ago by tylersticka
Reads the EXIF Data to find the actual original taken date. This is available on most camera's.
1
3159
posted 16 years ago by derekholmes
Redirect to a subfolder (blog) in a search engine friendly way using .htaccess. Change “YourDomain.com†to your domain name.
1
1698
posted 16 years ago by math89
demo: http://www.adamcoulombe.info/lab/as3/360-spin-hover.html
FLA: http://www.adamcoulombe.info/lab/as3/360-spin-hover.fla
requires tweenlite
1
2246
posted 16 years ago by adamcoulombe
Spotlight Navigation effect using AS3 and Tweenlite
Demo: http://www.adamcoulombe.info/lab/as3/spots_test.html
FLA: http://www.adamcoulombe.info/lab/as3/spots_test.fla
2
2201
posted 16 years ago by adamcoulombe
Regular menu item adding current class if current url equal menu item destination.
1
1611
posted 16 years ago by smoothdzion
I needed to make menu items that kept the current class based on the controller being accessed.
1
1363
posted 16 years ago by smoothdzion
I needed to copy the value of one field to a couple of others in case users decided to forget to fill them out. Using jQuery and added it to a helper because I was using in multiple places. Created variables to make it more readable.
1
1415
posted 16 years ago by smoothdzion
This sinpet is extracted from a post of "Undefined Value", Kris Johnson's Blog.
2
3727
posted 16 years ago by funkypanda
An important thing to keep in mind about adding groups is that you add groups to site collections and not webs. To do this, we access the SiteGroups collection rather than the Groups collection.
In order to assign permissions, each group you add n...
0
1675
posted 16 years ago by blackf0rk
This is the standard template to use in your header.php (WordPress).
2
3435
posted 16 years ago by SilverFirefly
Put this at the top of your CodeIgniter models, controllers, libraries and helpers to restrict direct access to them.
1
2346
posted 16 years ago by AzizLight