Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
jQuery Mobile <head> template with needed css and js from CDN.
From http://http://jquerymobile.com/
0
901
posted 11 years ago by goo
Uses the table display properties in div tags to merge the attributes of multiple tags.
0
905
posted 11 years ago by COBOLdinosaur
A combinations of 3 technologies.
Needed to create Excel files within a Python Flask web framework environment and have it sent via HTTP to client to be handled by the jquery.fileDownload library.
Notes:
1. Flask has to set a cookie specified by...
0
1696
posted 11 years ago by doronhor
Script File launched every 3 minutes to check WebSite status.
It uses AWSSDKforPHP library http://docs.amazonwebservices.com/AWSSdkDocsPHP/latest/DeveloperGuide/php-dg-setup.html
0
836
posted 11 years ago by cduquev
Return a pure 10-digit phone number if the number given is 10 digits or 11 digits.
0
1432
posted 11 years ago by chrisvogt
Simple synchronous web request for ios.
// Credit to the original authors:
// Sam Walton
// Ethan Irish
// www.seven-labs.com
// Be kind & share :)
0
953
posted 11 years ago by ryantxr
Often on a page footer, we want a copyright date range starting with the year the website was launched and ending the current year. Doing this dynamically means no need to update on 1/1 every year. The js snippet below uses the server date to accompl...
0
1015
posted 11 years ago by rumremix
Browser detection before sending any resources to the client.
0
1150
posted 11 years ago by chrisaiv
JavaScript
Alle Freunde bei Facebook auf einmal einladen. Ab dem Wort \"jacascript\" alles kopieren...
facebook, alle freunde einladen
0
796
posted 11 years ago by tpaine_1
7zip commandline builder for zipping extensions in an svn repository
0
974
posted 11 years ago by lookmatters
This JavaScript gets you the percentage position of the browser's scrollbar.
1
1192
posted 11 years ago by adrianparr
When Domino is used to create a webservice consumer, it does not provide an easy way to add SOAP headers to method calls. To do so, extend the STUB class it provides, copy any methods that need SOAP headers, and insert a line after the 'createCall'...
0
728
posted 11 years ago by lspellman
Some webservices require a SOAP header to be added to requests (typically with authentication information). For Domino webservice consumer code, this can be handled by extending the generated stub class and rewriting the service calls that are being...
0
874
posted 11 years ago by lspellman
*Does not check permissions.
python cleanFiles.py --directory=/home/win98/tmp/ --ageInDays=2
0
768
posted 11 years ago by djmornyc
A DOS batch script to handle registering and controlling a JBoss service.
0
970
posted 11 years ago by djangofan
This is a skeleton template for a jquery plugin with custom methods
1
923
posted 11 years ago by rickygri