Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Useful when used with the google map directions function http://snipplr.com/view/15530/php-create-google-map-directions-link/
0
2001
posted 15 years ago by iloveitaly
This fixes the downside of the original javascript keyboard navigation snippet I posted here so that if you manually scroll past to a new chapter mark it will register that and keep track of your location better. The old code would ignore any scroll...
2
2073
posted 15 years ago by FatFolderDesigner
Simple snippet to check is Flixel's flxObjects position according to a rectangle.
It will return true if it's inside the rectangle, false if not.
Very basic primitive box collision checking.
0
1631
posted 15 years ago by godstroke
Example of using http://code.google.com/p/gapi-google-analytics-php-interface/ to graph google analytics data.
1
2000
posted 15 years ago by dtbaker
Starting with GoogleTV in mind I made a script to help navigate a page key basic key inputs, in this case I'm using the left and right arrows to jump between the H1 tags on a page, although the modifications to make it do other things would be very s...
0
1835
posted 15 years ago by FatFolderDesigner
jQuery bindings for showing and hiding a div during AJAX requests. The div will not show unless the AJAX request takes a certain amount of time (in this case 300ms). This will reduce the flicker effect of showing and hiding throbbers.
1
1812
posted 15 years ago by smchristensen
Simple manager that loads display objects via single method call and caches loaded objects
0
3032
posted 15 years ago by kuril
These five characters should be replaced with their HTML entity names before being used in XML, otherwise they may cause the XML to be invalid.
0
2487
posted 15 years ago by adrianparr
Select all projects where the current user is a member.
A project has a set of members where each member is comprised of user and role.
0
2064
posted 15 years ago by guava
This is essentially how to detect an outside click for a dialog box on a website, using HTML/CSS/Javascript/JQuery.
Essentially you need to understand event propagation how it works throughout the DOM with JQuery, to make this as simple as possib...
0
1786
posted 15 years ago by alvincrespo
Enables you to add a custom panel in the admin post section for a custom field input
1
1558
posted 15 years ago by Yahosh
This makes use of http://www.minimalcomps.com, https://github.com/mikechambers/as3corelib and http://alivepdf.bytearray.org
2
3044
posted 15 years ago by adrianparr
just copied-pasted it so that it can also reside on Sniplr
0
2618
posted 15 years ago by dmistriotis
This method is easy to write, but not very efficient, as you can imagine.
2
3060
posted 15 years ago by dyteq