Good Article: Build seven good object-oriented habits in PHP
November 3rd, 2008
Here is a good article from IBM DeveloperWorks on some good object oriented principles to follow
Build seven good object-oriented habits in PHP
November 3rd, 2008
Here is a good article from IBM DeveloperWorks on some good object oriented principles to follow
Build seven good object-oriented habits in PHP
October 23rd, 2008
This is a simple tool that takes a hex color code (#FFFFFF) or color name (white) and uses javascript to display what that color is on the page. Built to quickly debug a style sheet, since #80b5d0 might as well be french.
October 15th, 2008
Today i found some good tips
September 24th, 2008
http://www.owasp.org/index.php/PHP_Top_5
That site has tips on security vulnerabilities, here is a quick list of pointers from that article.
September 12th, 2008
Here is a link for a Smashing Magazine Post with 75 Different Javascript Tips/Techniques
http://www.smashingmagazine.com/2008/09/11/75-really-useful-javascript-techniques/
Here are ones that i found might be handy at a later date:
April 4th, 2008
So I haven’t written anything in ages, and wanted to put up something to say that i am still kicking. Today i had one of those duh moments, when you stumble upon a feature you never new about. This one is a real duh since its so obvious.
So I was moving a site with dynamic content to a new url, and was searching the DB for any direct links to the old url, so i was building custom Sql queries using MATCH AGAINST and LIKE, to find the search string in th Db tables fields. Well as i was about to use PhpMyAdmin to execute my query i realised there was a search tab, and low and behold it does what i want with out needing to write my own query, DUH.
Thats Al, till i feel like writing again ![]()
January 30th, 2008
<a href="http://www.google.com" onclick="window.open(this.href, 'popup', 'width=600,height=375'); return false;" target="_blank">Test Link</a>
November 1st, 2007
So i finally got round to moving the site, files/DB to the new server and upgraded wordpress to the latest version. Let see if i can start writing stuff again.
March 28th, 2007
If you need to access the Raw Data From the Post Stream, you can do it using the following command;
$raw_post_data = file_put_contents(“php://input”);
January 9th, 2007
Good Movie, nuff said. edward norton does a great job, and Jessica Biel is always good on the eyes.