Welcome To Snipplr
You searched for: http
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
multiple hosts in MAMP, leopard.
MAMP preferences have been amended to port80 port3306
1
912
posted 14 years ago by lister
http://p2p.wrox.com/excel-vba/65142-sum-group-values-based-cell-criteria.html
0
1010
posted 14 years ago by hairajeshk
Inspired by http://subesh.com.np/2010/08/magento-setting-default-shipping-method-cart-page/.
Basically Magento requires only countryId in shipment address to show shipment methods (at least in polish case). Very useful if you want user to select shi...
0
1225
posted 14 years ago by ef
This plugin is the work of Stefan Gabos, all credit, rights, and praise to be directed to him here: http://stefangabos.ro/jquery/jquery-plugin-boilerplate/
1
1016
posted 14 years ago by Japh
source: http://stellapower.net/content/javascript-support-and-arrayindexof-ie/<br>
source: http://www.robsearles.com/2010/03/11/ie-7-indexof-replacement/
0
802
posted 14 years ago by shabith
Redirects all server inquires to the one url to reduce duplicate indexes. AKA. http://www.ex.com and http://ex.com
0
981
posted 14 years ago by CKOink
Replace English numbers with Arabic numbers in browsers supporting Unicode & JavaScript.
Credits to
http://www.swalif.net/softs/swalif54/softs232281/
0
2617
posted 14 years ago by mooparmghor
If you've ever tried to subscribe to a podcast outside of iTunes but only have an iTunes URL, you know how frustrating it is. Turns out that you just need to spoof yourself as an iTunes client to see the direct feed URL. This script helps with exactl...
1
1855
posted 14 years ago by lasavior
JavaScript
Simple Math Captcha-like verification JavaScript script that uses jQuery (form) validation plugin
Don't forget to include jQuery validation plugin before this snippet. You can find it here:
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
0
1531
posted 14 years ago by racl101
Der folgende Aufruf führt einen PUTrequest durch und zeigt (nur!!) den antwort-header an. Damit es funktioniert muss in app/controllers/application_controller.rb die zeile protect_from_forgery auskommentiert werden.
0
813
posted 14 years ago by abstraktor
Based upon http://csswizardry.com/2010/01/iphone-css-tips-for-building-iphone-websites/
0
1085
posted 14 years ago by withinmedianl
Safely loads a javascript file asynchronously
Example:
(function() {
__safeLoadScript("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js", function() {
alert(jQuery);
});
})();
0
811
posted 14 years ago by jasonseney
Simple way to insert a new Column into a Cassandra ColumnFamily using the Thrift API. This snippet uses Cassandra 0.7.3 and Thrift 0.5. For a full explanation of how this code works, check out a detailed tutorial with a screencast here: http://abel...
0
827
posted 14 years ago by abelperez
AddHandler application/x-httpd-php .php .htm ... worked for me (directory: xampp/apache/conf)
0
971
posted 14 years ago by stephcode
Makes png transparency work on images and background images
Download script from http://www.dillerdesign.com/experiment/DD_belatedPNG/
0
998
posted 14 years ago by amyb
See: http://docs.python.org/library/smtpd.html
You might use other port instead 25.
0
1112
posted 14 years ago by wnasich
Place snippet in functions.php. Works with the Shylock Adsense plugin (http://planetozh.com/blog/my-projects/wordpress-plugin-who-sees-ads-control-adsense-display/)
0
1121
posted 14 years ago by alp
Some font family stacks that I found on [unitinteractive.com](http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/)
1
1049
posted 14 years ago by swiftgaruda
Execute function / action when an element has loaded or clicked.
Originally seen here: http://www.codingforums.com/archive/index.php/t-144582.html
0
897
posted 14 years ago by reverend
This is a jquery full screen background image plugin for indexhibit using
http://srobbin.com/jquery-plugins/jquery-backstretch/
0
809
posted 14 years ago by orionrush
Ruby uses created_at and updated_at. Here cake will do the same thing.
based on http://book.cakephp.org/view/1015/created-and-modified
0
1137
posted 14 years ago by kendsnyder
The date and time after which the document should be considered expired. An illegal EXPIRES date, e.g. "0", is interpreted as "now". Setting EXPIRES to 0 may thus be used to force a modification check at each visit.
Web robots may delete expired doc...
0
806
posted 14 years ago by cyrus
Date format guide:
d = 01 to 12 ;
m = 01 to 12 ;
More formats: http://php.net/manual/en/function.date.php
1
953
posted 14 years ago by sdxxx
Will return the host name that the site is running on. Example:
`http://mysite.com` or `http://myspecialsite.com:102`
0
1335
posted 14 years ago by jasonseney
A code snippet for review by StackOverflow.com members.
I would appreciate any help that'll aid me in fixing the bugs in the table (they are described in the StackOverflow question at http://stackoverflow.com/questions/5321646/buggy-css-for-an-html-...
0
1361
posted 14 years ago by sahwar
shortcode :
[rss size="10" feed="http://wordpress.org/news/feed/" date="true"]
0
911
posted 14 years ago by nicomollet