Web Development Archive

  • Some resources and notes regarding Web Application security: Resources Open Web Application Security Project Securing the Desktop The first stage must surely be to protect the machines we're working from. ...

    Web Security

    Some resources and notes regarding Web Application security: Resources Open Web Application Security Project Securing the Desktop The first stage must surely be to protect the machines we're working from. ...

    Continue Reading...

  • I recently spent a freat deal of time trying to get jQuery to run, with no success. It all ended with the simple step of moving the loading of the...

    jQuery Troubleshooting

    I recently spent a freat deal of time trying to get jQuery to run, with no success. It all ended with the simple step of moving the loading of the...

    Continue Reading...

  • Some quick references here to data validation resources.  Many or most of these resources will refer to the Validate plugin for jQuery. Server Side http://phpmaster.com/form-validation-with-php/ Client Side Much of client...

    Data Validation

    Some quick references here to data validation resources.  Many or most of these resources will refer to the Validate plugin for jQuery. Server Side http://phpmaster.com/form-validation-with-php/ Client Side Much of client...

    Continue Reading...

  • Place the following code in your .htaccess file to make the .php extension on your pages optional. RewriteEngine on # ----- make .php extension optional ----- RewriteCond %{REQUEST_FILENAME} !-f RewriteCond...

    Make your .php extension optional

    Place the following code in your .htaccess file to make the .php extension on your pages optional. RewriteEngine on # ----- make .php extension optional ----- RewriteCond %{REQUEST_FILENAME} !-f RewriteCond...

    Continue Reading...

  • As I dip my toe in the SVN (Subversion) pond, I'll post here some resources for my own edification and that of anyone else who cares to follow this page....

    Subversion Notes

    As I dip my toe in the SVN (Subversion) pond, I'll post here some resources for my own edification and that of anyone else who cares to follow this page....

    Continue Reading...