Explore >> Select a destination


You are here

gregtatum.com
| | www.joho.se
9.1 parsecs away

Travel
| | Simple password construct validator for PHP using mb_ereg_match() with support for unicode/multibyte characters, using character classes instead of hardcoded character ranges.
| | evanhahn.com
12.2 parsecs away

Travel
| | Show something interactive when possible, but don't require JavaScript.
| | www.aymericlamboley.fr
10.7 parsecs away

Travel
| |
| | weblog.west-wind.com
205.2 parsecs away

Travel
| Managing configuration settings is an important part of successful applications. It should be easy to ensure that you can easily access and modify configuration values within your applications. If it's not - well things don't get parameterized as much as they should. In this post I discuss a custom Application Configuration class that makes it super easy to create reusable configuration objects in your applications using a code-first approach and the ability to persist configuration information into vari...