Which conference should I attend in 2008? Weigh in now!
I'm looking for my next conference to goto in 2008. Do you have some interesting experiences to share or recommendations? Post them now. I'll be... more »
0 commentsSave Tags: opinion, web design
Firefox's ability to process the Data URL Scheme can lead to XSS
While trying to develop a PHP script with no need for that dreaded 'images' directory, I experimented with the Data URL scheme. I got to thinking -... more »
0 commentsSave Tags: javascript, security
5 Things this PHP programmer learned from System-i/as400 programmers
Working in a shop that has approximately 15 times more System-I as/400 iSeries (whatever you want to call it) programmers, I've been immersed into... more »
4 commentsSave Tags: methodology, open source, php, web design
Tutorial: Remotely Connect via SSH tunnel to Mysql server
No external access to your mysql server? Maybe using Dreamhost? Check out this tool on how to set up Mysql Gui Tools access using Putty's SSH... more »
0 commentsSave Tags: database, gui, web design, windows
The anatomy of a phishing attack - advanced technique
So many phishing attempts lately are just purely pathetic - easy to guess and figure out, mis spelling and grammar issues and just poorly fashioned... more »
0 commentsSave Tags: how-to, javascript, security
Master the ‘Run As’ option in Eclipse PDT with PHP
Most of my development in Eclipse PDT with the results tested outside of it - using firefox. PDT has a few options in the Run… menu: * PHP... more »
0 commentsSave Tags: eclipse, php
Perils of the AT sign in PHP
There were a few times where the @ operator was a huge problem in my PHP debugging. I, for one, don’t think that the @ operator should ever be used... more »
0 commentsSave Tags: php