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
865
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
700
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
637
posted 14 years ago by jackkeller
Used these styles to comply with default wordpress WYSIWYG class names
0
614
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
601
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
719
posted 14 years ago by iloveitaly
A simple PHP application for counting how many views a page gets.
0
721
posted 14 years ago by FelixT