Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A Barebones html5 frame work header, intro, main_content, footer. Also includes link to main.css and jquery
1
1010
posted 13 years ago by CKOink
Very simple form search box
Here for play coded http://undercover-blogger.blogspot.com/p/html-editor.html
0
1012
posted 13 years ago by BebenKoben
This snippet shows how to create indexed color bitmap in C#. The code also shows how to access and modify pixel data using LockBits.
0
2106
posted 13 years ago by putu
Way to install jsontools jar. Inspired by http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
0
899
posted 13 years ago by ef
This PHP code is made to help people using the ActionScript 3 AlivePDF library to save PDF files from a Flash app to a server.
ActionScript 3 AlivePDF save code:
_pdf.save(Method.REMOTE, "save.php", Download.ATTACHMENT, "MyFile.pdf");
0
1114
posted 13 years ago by vamapaull
다양한 형태로 jQuery를 ì´ìš©í•˜ì—¬ DOM ìš”ì†Œì— ì´ë²¤íŠ¸ë¥¼ 다는 방법
0
839
posted 13 years ago by safe1981
This method shuffles an array. This is the optimum implementation for such an algorithm - O(n).
0
954
posted 13 years ago by fixpq
Combine multiple smaller incremental commits into larger ones, perfect for encouraging you to commit often while enabling you to summarize a day's work into one, or more, simplified commit.
WARNING: Only do this on commits that haven’t been push...
0
1041
posted 13 years ago by beneberle
Projecto de LabP01 que consiste na criação de uma classe que permite efectuar operações sobre ficheiros de texto.
0
825
posted 13 years ago by N-genhocas
Safe Key-value pairs for time zones for use with Drupal Webform module.
0
971
posted 13 years ago by usrbingeek
Will find all __TIF__ files and create new __JPG__ files of the same file name.
- 97% quality
- Resize _down only_ to `1024x1280`
0
752
posted 13 years ago by jasonseney
imagecache preset depending on height and width of the image
0
863
posted 13 years ago by hoogvlieger
This file provides code hinting (auto-completion) for the WordPress API in Dreamweaver's code view. There are currently 1422 functions and keywords from the WordPress API supported!
Grab the latest version from the repo: http://code.google.com/p/w...
0
1303
posted 13 years ago by mindshare
I’m sharing with you a little utility that I find myself using a lot lately. This utility is a value convertor that you can use in those times when you need to make a volume slider or something similar where you’ll need to change a value and a va...
0
1387
posted 13 years ago by vamapaull
Remove initial inputfield value on focus.. and place it back on blur in case of empty value.
0
987
posted 13 years ago by hoogvlieger
A new version of my most popular jQuery plugin -Twitter Friends widget. This version aims to be better looking and easier to setup.
1
1043
posted 13 years ago by mikemore
Shows how to use an array to embed swf objects with swfobject.js. This allows for multiple embeds (synced ad's etc.)
0
925
posted 13 years ago by rickygri
Quick method for creating coloured tty in python terminal using 'termcolor'
$ pip install termcolor;
0
947
posted 13 years ago by Glycerine