Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Code snippet that allows the user to be automatically logged in on account creation, this works with s2Member since they allow the user to create their own password.
1
736
posted 14 years ago by oriontimbers
Removes all but the text widget, look them up: /wp-includes/default-widgets.php.
0
821
posted 14 years ago by vagrantradio
I wrote this from scratch :)
Basically I wanted a DIV to scroll with the window but it's not visible to begin with on the page. So this does it when the user scrolls past the beginning of that element.
1
839
posted 14 years ago by reynish
Dump it in your functions file and stare at the amazing blank page when you log in!
0
780
posted 14 years ago by vagrantradio
You’ve now told the HTML web page that is linked to this CSS document to display the nav_bar list as inline-block – or in a single, horizontal row. The first problem: IE6 and IE7 don’t recognize it, so you need to add something that only they...
1
645
posted 14 years ago by fatihturan
The code is not particularly pretty but it does the job.
If you call this file css.php you can call it like this:
css.php?files=reset,style,iefix&minify=yes
1
951
posted 14 years ago by Sverri
Creates a self-signed SSL Key for use on a Windows development server. Instructions: http://dpaste.com/237670/
1
688
posted 14 years ago by zonetrooperex