To search your php.ini file quickly and easily with the option to use regular expressions, I tend to drop back to the cli. The reason for this is I can easily parse the output of phpinfo() with grep, and can do various things with the output, could even pass it to a script if I really wanted to.
Tagged with programming
Command line tricks: Scripting Languages
- 2008-02-14 16:24:27
Refactoring code logically
- 2008-02-12 12:28:38
And now an example of how I write my ruby code and get it down to the bare, readable, minimum code needed. This is real life code taken from a website I'm building, but I've changed the objects to a blog post because more people will relate to that easier.
--More--Why do I love Ruby?
- 2008-01-30 14:15:24
So mother (who can't program) just posed me the question
--More--