Welcome To Snipplr
You searched for: http
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Credit goes to [shyul](http://forum.mamp.info/memberlist.php?mode=viewprofile&u=61837"shyul") and the original forum post here: [original_post](http://forum.mamp.info/viewtopic.php?t=14115"original_post")
You need to modify the following file " ...\...
0
1565
posted 13 years ago by manolis
Capture Web Screenshots easily with the [GrabzIt ](http://grabz.it/) Python API
You will need the free [GrabzIt Code Library](http://grabz.it/api/python/download.aspx) to get started.
1
1190
posted 13 years ago by Maximus1983
Source: http://css-tricks.com/favicons-next-to-external-links/
0
1069
posted 13 years ago by thewickedchemist
You will need to get an account at [GrabzIt](http://grabz.it) once you have this you need to add your [authorized domain](http://grabz.it/account/domains.aspx) this stops people using your account resources.
Then get your [application key](http://...
0
1089
posted 13 years ago by Maximus1983
The below code lets you stop access from the remote IPs excluding your local machine IP. This code can be setup where someone wants to provide an internal access and restricting the external access for the web service.
- [Automated Predictive Dial...
0
1663
posted 13 years ago by aruldave
Capture Web Screenshots easily with the [GrabzIt ](http://grabz.it/) PHP API
You will need the free [GrabzIt Code Library](http://grabz.it/api/php/download.aspx) to get started.
2
1046
posted 13 years ago by Maximus1983
This is the list of [supported timzones](http://php.net/manual/timezones.php) that can be used with the [PHP5 DateTime](http://php.net/manual/class.datetime.php) class, grouped by geographical continent (rather than PHP's America/..., Asia/... etc id...
0
1143
posted 13 years ago by ch1902
Simple solution found via link. Just edit code from demo page(s). Also http://uniformjs.com/
0
1211
posted 13 years ago by rumremix
Displays latest posts by current author (place it within the loop). Adapted from code from [here](http://www.wpbeginner.com/wp-tutorials/how-to-display-related-posts-by-same-author-in-wordpress/) and a tutorial [here](http://www.makeuseof.com/tag/how...
0
1217
posted 13 years ago by certainlyakey
Numerical Methods application for solving system of equation using Gaussian Elimination based on this Wikipedia article: http://j.mp/GV3PcN
0
1008
posted 13 years ago by Bangonkali
Thank you marcg for posting this on Snipplr http://stackoverflow.com/questions/1379994/detect-when-a-specific-image-has-finished-loading
0
1063
posted 13 years ago by focal55
Thank you Jonathan Sampson for posting this on http://stackoverflow.com/questions/2050789/php-search-a-string-for-a-email-address
0
1635
posted 13 years ago by focal55
Add the "no-js" class to your topmost html element, so you can use CSS to style JavaScript-free pages. This snippet will then replace that tag with "js", allowing you to style pages with JavaScript.
The excellent [HTML5 Boilerplate](http://html5bo...
0
2767
posted 13 years ago by EvanHahn
The below script list out the available tags based on the character you enter in the Tag field and the available tags in the array. All the user submitted tags through the Tag form will be stored in an array. Use the below script to enable the auto-c...
1
1076
posted 13 years ago by aruldave
http://yuji.wordpress.com/2010/06/11/git-delete-remote-branch/
1
1363
posted 13 years ago by beneberle
This example will go get the latest version of wordpress and save it as "wordpress-latest.tar.gz" in the current directory. Note, don't include the protocal (http://) in the url.
0
1035
posted 13 years ago by beneberle
Very simple form search box
Here for play coded http://undercover-blogger.blogspot.com/p/html-editor.html
0
1154
posted 13 years ago by BebenKoben
Way to install jsontools jar. Inspired by http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
0
1042
posted 13 years ago by ef
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
1437
posted 13 years ago by mindshare
interesting app: http://codecanyon.net/item/socialcounter-php-class-social-statistics/282826
0
969
posted 13 years ago by czachor
Perform command on all hosts found in **~/.ssh/known_hosts**
Works better when [**auth.sh**](http://snipplr.com/view/46699/authsh/ "auth.sh") has been run on each host first.
0
1137
posted 13 years ago by cruelfate
Navigating the DOM in jQuery is incredibly simple and thats to phpQuery you can do the same in php. Below are some examples of how it's used, the key change bing that instead of $() you use pq(), and instead of a . you used ->. Theres alot more detai...
0
1318
posted 13 years ago by FatFolderDesigner
Originally from: http://webdesignerwall.com/tutorials/css-elastic-videos
0
1110
posted 13 years ago by thewickedchemist
Usage:
<a href="http://www.whaterver-your-site-is-called.com/" rel="external">Some other site</a>
0
1318
posted 13 years ago by Krummelz
Add this to your .profile or .bash_rc file, source the file, navigate to the directory and call "rm_whitespace"
Based on: http://snipplr.com/view/4468/batch-rename-files-in-directory/
1
1825
posted 13 years ago by licensetoil
For impl of 'simpleLog', in eclipse, the default instructions did not work for me , providing LEVEL_ALL logs until i added one additional prop not mentioned in the link
0
1006
posted 13 years ago by rowntreerob
Do not allow public to see your dir structure just pleae this code in .htacces
Futther reading
There are two ways to approach this. The best way to do this is via your .htaccess or httpd.conf file (if you have your own Apache server). If your h...
0
1099
posted 13 years ago by webtechdev
This 'Check if HTTPS is on in PHP' script accounts for servers which set HTTPS differently. Some servers do not set HTTPS, others set it to 'off', etc. Only checking if HTTPS is on will cause an 'undefined index error' in these cases.
0
1284
posted 13 years ago by kf0l
http://msdn.microsoft.com/en-us/library/system.globalization.juliancalendar.getdayofyear(v=vs.90).aspx
0
1447
posted 13 years ago by jsturtevant