posted in My Blog in the
PHP Section on
Tuesday Feb 16th, 2010 [4:40 PM UTC]
Two fixes to update the Simple Blog.
Update One (admin/pages/posts.php)
--------------------------------------------
Line 196 after
PHP Code:
<?php
<?php
?>
Add
... (there's more text inside)
posted in My Blog in the
PHP Section on
Friday Sep 4th, 2009 [6:48 PM UTC]
Many have seen my old email extractor class and maybe actually gave it a run. Personally, I never liked that piece of work that I did.
As you might guess, I am working on a new email extractor which stores the info in a database table. It is much more general than the previous one and checks for duplicates before entry. This will help enable forking of child processes without being afraid of data collisions.... (there's more text inside)