Welcome To Snipplr
You searched for: http
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Avoid *.js upload confusions. Use http://code.google.com/apis/ajaxlibs/
0
923
posted 15 years ago by ialexs
Etag Removal: http://developer.yahoo.com/performance/rules.html#etags
Font Compression: http://www.phpied.com/gzip-your-font-face-files/
Compression: http://developer.yahoo.com/performance/rules.html#gzip
2
1266
posted 15 years ago by jink
Based on the following references:
http://not-equal.blogspot.com/2006/08/upload-file-as3-php.html
http://www.thedanosphere.com/?p=76
I created a simple file manager class that I will be extending in the near future for an AIR App I...
0
1169
posted 15 years ago by alvincrespo
This function calls pingomatic rpc service to increase traffic to your site. More info and instructions on [Barattalo blog](http://www.barattalo.it/2010/02/24/ping-pingomatic-com-services-with-php/ "read this post").
.
1
1631
posted 15 years ago by ginoplusio
This implements a pure CSS technique for creating triangles. A great practical usage of this is Web 2.0 style comment/speach bubbles. Demo: http://www.adamcoulombe.info/lab/css/comment-bubbles.html
1
1162
posted 15 years ago by adamcoulombe
Need to download the ActionScript 3.0 library http://code.google.com/p/as3corelib/ and extract the "com" folder into the same folder as your .fla file.
1
1179
posted 15 years ago by eddequincey
First there was: [http://snipplr.com/view/15246/color-coded-svn-status](http://snipplr.com/view/15246/color-coded-svn-status)
Then there was: [http://snipplr.com/view/16540/color-coded-svn-status-v2](http://snipplr.com/view/16540/color-coded-svn-s...
0
1089
posted 15 years ago by philchristensen
This is assuming that you have SlideDeck loaded already.
http://www.slidedeck.com/
0
860
posted 15 years ago by Jamie
Had many people ask me how I display all posts in a category when they click on the category link in the header @<a href="http://www.vagrantradio.com">http://www.vagrantradio.com</a>.
There's a lot more involved, but here's the quick and dirty;
0
1147
posted 15 years ago by vagrantradio
Uses ajax upload from http://valums.com/ajax-upload/. Complete working script with front and back end validation. Enjoy.
1
1301
posted 15 years ago by vagrantradio
Thanks to Jennifer Zelazny
You can see complete post in http://www.sandboxdev.com/blog/wordpress/178/remove-private-from-wordpress-titles/comment-page-2/#comment-16447
Add the following code into functions.php file (within theme directory)
0
1152
posted 15 years ago by vigoncas
Grant Skinner's RegExr: Online Regular Expression Testing Tool is very handy for checking your regular expressions.
http://www.gskinner.com/RegExr/
0
1964
posted 15 years ago by adrianparr
I modified this excellent Perl script, created by John Watson (http://www.watson-net.com) to be used with TextMate to reformat your HTML for easier readability. Here's how to use it:
1. In TextMate > Bundles > Bundle Editor > Show Bundle Editor...
1
1156
posted 15 years ago by rareyman
link to plugin http://projects.exvoto.org/jquery-extjsoncookie/
1
927
posted 15 years ago by almazom
C#
Obfuscating .NET code so as to hide implementation details from public view (using BabelObfuscator)
If you weren't already aware, you can use a product like [Reflector.NET](http://www.red-gate.com/products/reflector/) to see all of the source code (that's right, the code) of a .NET assembly (DLL, EXE, etc). This is a real problem when your code is...
1
1232
posted 15 years ago by pckujawa
There has to be a better way to do this rather than using regular expressions to remove the various namespaces within the ATOM feed. Also variables could be reused (currently used for teaching so helpful to explain process). Based on:
http://www.r...
2
1197
posted 15 years ago by eddequincey
Function to fix char set and collation on mysql tables, see [this link](http://www.barattalo.it/2010/02/11/php-function-to-fix-collation-on-database-fields-of-mysql/ "Fix encoding on db")
for examples and more infos.
1
1325
posted 15 years ago by ginoplusio
[ИÑточник](http://sreznikov.blogspot.com/2010/01/supplant.html)
0
863
posted 15 years ago by vissper
Requires TidyATL library for .NET - http://www.devx.com/dotnet/Article/20505/1763/page/2
0
1905
posted 15 years ago by tclancy
This is a handy starting point when creating a new DocumentClass.
This is also available from Lee Brimelow's Snippets Panel ...
New Snippets Panel Extension for Flash CS3!
http://theflashblog.com/?p=336
Flash CS3 Snippets Panel Updated
htt...
0
1025
posted 15 years ago by adrianparr
This SearchArray class was written by Flanture.
I claim no credit for this.
The class can be downloaded from here ...
http://www.box.net/shared/7fj14higai
2
959
posted 15 years ago by adrianparr
This handy String Utils class was written by Ryan Matsikas at gSkinner.com
I take no credit for it.
A ZIP file containing 'StringUtils.as' can be downloaded from here ...
http://www.gskinner.com/products/downloads/AS3StringUtils.zip
2
1351
posted 15 years ago by adrianparr
If the official codex approach (http://codex.wordpress.org/Changing_The_Site_URL) is causing you problems, give this a try. Be sure to change the constant declarations and modify table names as necessary for your instance. Confirmed working with WP v...
1
1249
posted 15 years ago by johnandrewsroot
modified from branflake2267's post at oooforum.org:
http://www.oooforum.org/forum/viewtopic.phtml?t=52942
usage:
Paste into the Standard.Module1 macro file. Then, create xls2csv bash script containing:
#!/bin/bash
file="$(readlink -...
0
1668
posted 15 years ago by softmechanics
This is the most simple example of a ComboBox created in AS3, based mostly on Adobe's example from http://help.adobe.com/en_US/ActionScript/3.0_UsingComponentsAS3/WS5b3ccc516d4fbf351e63e3d118a9c65b32-7fa9.html
Inside the zip file you will find two...
0
1998
posted 15 years ago by Winkyboy
This is a combination of two fixes from Michael at [WPEngineer.com](http://wpengineer.com/a-solution-for-the-wordpress-gallery "WPEngineer.com"), which removes the styles from the gallery output, and a follow-up comment by [Aaron Cimolini](http://wpe...
1
1132
posted 15 years ago by lancemonotone
Full example widget available at [WP Engineer](http://wpengineer.com/wordpress-built-a-widget/ "Build A WordPress 2.8 Widget With The New Widget API").
0
959
posted 15 years ago by chrisdpratt
With 10.5 Apple deprecated the use of NSMailDelivery – without a replacement. So the questions comes up regulary – how does one send emails from Cocoa? Turns out there are couple of frameworks available that can also be used to do the job.
*...
0
1702
posted 15 years ago by zingo