Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Placing this in a .htaccess file in a sub folder you disable password security for this folder.
2
1168
posted 14 years ago by arnekolja
Almost all Magento Models have a corresponding Collection object that can be used to fetch multiple instances of a Model
0
972
posted 14 years ago by dmistriotis
Here's a little trick I started using when working with XAMPP for localhost and keeping things in tune with the live configuration variables such as username and passwords to mysql (or whatever you're writing for).
The example below figures your w...
1
880
posted 14 years ago by jackkeller
Used these styles to comply with default wordpress WYSIWYG class names
0
847
posted 14 years ago by myke
You will need to add “define(‘WP_ALLOW_MULTISITE’, true);†in your wp-config.php to make the multisite function accessible. If you want to copy paste, use the code block below:
0
821
posted 14 years ago by myke
Useful when having multiple ssh connections to remote servers open in os x. Throw this in your ~/.bash_profile
0
993
posted 14 years ago by iloveitaly
A simple PHP application for counting how many views a page gets.
0
960
posted 14 years ago by FelixT