Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
You should include these Cookie helpers in your base page class. Enjoy!
0
971
posted 14 years ago by mecha
A Twitter pull-in that I coded using PHP. Uses the JSON user_timeline Twitter API call. It displays the tweet with links to any urls, users, or hashtags, the time ago, and if it was in reply to anyone.
2
1293
posted 14 years ago by mloberg
I need to create a new template that just show the photo ordered by «department» and «title». It should also include an hidden <DIV> with full name, email, social links and bio.
0
574
posted 14 years ago by ipublicis
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
1260
posted 14 years ago by stephcode
More information, Demo & FLA file download at http://www.adamcoulombe.info/lab/as3/spiral-gallery.html
1
1165
posted 14 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
1180
posted 14 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
953
posted 14 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
3612
posted 14 years ago by juanduke
This snippet of code is probably the most common and _valuable_ in the world of jQuery.
1
1205
posted 14 years ago by creativeboulder
This snippet for @font-face *didn't work* as well as the standard Bulletproof code.
1
962
posted 14 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
1474
posted 14 years ago by thefrosty
Use Curl to grab the latest versions of jQuery... dev and minified versions.
0
1439
posted 14 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
1025
posted 14 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
1114
posted 14 years ago by matula