Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Not sure what I\'d ever use this for as it doesn\'t exactly lend itself to flexibility in the long term, but saving it anyway.
0
3085
posted 15 years ago by stephcode
More information, Demo & FLA file download at http://www.adamcoulombe.info/lab/as3/spiral-gallery.html
1
1973
posted 15 years ago by adamcoulombe
This is a two file video player. I use JSON to get the list of videos from a user, then when a thumbnail is clicked, an AJAX request is sent with the id of the video, and an oEmbed response is sent back.
4
2066
posted 15 years ago by mloberg
Display the latest tweets of a user using JavaScript. Not really a recommended way. If Twitter is slow, your site will load slow. I would recommend using my PHP implementation instead. It will not hang your site if Twitter is not working.
1
1648
posted 15 years ago by mloberg
On click event, display a div on mouse coords.
Tested on Firefox 3.6.11, chrome 6, internet explorer 6.
Based on this source code: http://www.webdeveloper.com/forum/showthread.php?t=92007
0
4735
posted 15 years ago by juanduke
This snippet of code is probably the most common and _valuable_ in the world of jQuery.
1
2013
posted 15 years ago by creativeboulder
This snippet for @font-face *didn't work* as well as the standard Bulletproof code.
1
1642
posted 15 years ago by creativeboulder
I\'m trying to find an expression to match a whole sentence. So really the pattern is the regex of the subject.
1
4191
posted 15 years ago by thefrosty
Use Curl to grab the latest versions of jQuery... dev and minified versions.
0
2358
posted 15 years ago by mecha
This is a very simple use of the Vimeo API. All it does is list the video title, a thumbnail of the video, and the description. More advance script coming later.
0
1813
posted 15 years ago by mloberg
Instead of putting "1.4.2" or whatever in the src, if you just put "1", you'll get the most recent version. At least until they release v2.
1
1893
posted 15 years ago by matula
Following sql statement collect product sku with store url
select catalog_product_entity.sku,catalog_product_entity_varchar.value from catalog_product_entity,catalog_product_entity_varchar where
catalog_product_entity_varchar.attribute_id=87 an...
0
2958
posted 15 years ago by aashvi