Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Using this you can get the inside string from another given string. Great for scraping data from other sites.
0
1607
posted 17 years ago by Unreal
SESSIONNAME = Name of your session cookie;
example.com = Domainname of your site
1
1565
posted 17 years ago by HeWo42
I just want a simple link, but it takes 8 lines of code?!
I like control but they could have made a shortcut of some sort for buttons.
1
1765
posted 17 years ago by ddegner
This function takes 2 arguments, first is the string to be encoded (or decoded) the second is optional and can be used to change the rotation amount to something other than 13.
0
1363
posted 17 years ago by Valdemarick
This script stores the elements of the email address as JavaScript
variables and assembles them on the fly every time the page loads. The
page rendered looks the same to users, but the address never actually lives
in the page source code. It can...
0
1764
posted 17 years ago by Bluewall
Simple function for turning RETURN key presses into TAB key presses. Focuses input element next in the DOM (usually makes sense), unless we are at the end of the form, at which point it focuses the first element in the form for cyclical purposes.
2
4196
posted 17 years ago by kouphax
Just provide $availableLanguages as an array('en', 'de', 'es')
5
3781
posted 17 years ago by ping_ch
Nice tip for doing global search/replace on database, taken from the excellent warner brothers records writeup.
0
1618
posted 17 years ago by zachharkey
Simple yet effective way to create a horizontal slider to controll the volume of your sound channel
4
2512
posted 17 years ago by Ktoso
Simple jQuery snippet for cleanly and automatically setting up your google analytics
4
2146
posted 17 years ago by garside
I am currently still working on this, and will make changes.
1
2051
posted 17 years ago by jonniespratley
Here is a simple method for displaying footer copyright year. This way at the end of the year you are not updating footers for the first 3 weeks in January :)
0
1761
posted 17 years ago by jadedbat
Learn how to place a DIV in the exact middle of the screen using this JQuery horizontal & vertical align plugin.
6
2123
posted 17 years ago by neal_grosskopf