Flushing Zend Framework

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub I have recently been messing around trying to figure out the best way of running long processes within a Zend Framework App. Usually I would code in regular flush(); commands to make sure that the browser didnt time out and also that the user can see that something is happening. Read On →

Htaccess Force SSL with Redirect (Non Standard SSL Port Compatible)

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Check out this little snippet of htaccess code to force SSL usage. Works regardless of port. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Plesk phpMyAdmin Copy Database Bug + Workaround

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you are administering a plesk server running version 8.x then you are likely dealing with phpMyAdmin version 2.8.x.x which has a bug that prevents you from performing database copy operations due to one missing space in the generated SQL. Read On →

Creative Zen X-Fi and Ubuntu Linux - Solution

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Update Just use Banshee, it seems to work fine and its actually pretty slick :) BTW - to format your X-FI, just start it up whilst holding down the play/pause button to get into “recovery mode” the rest is easy Original Blog I have now decided to totally abandon my windows installation and use Linux for everything. Read On →

Jaunty Released

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub I’ve been using the beta of Ubuntu Jaunty for about a month now and its been great. I’m now upgrading my standard Ubuntu installs with this latest edition which went live today. Read On →

Basic Server Migration Using SSH + SCP

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub The scenario here is that you have access to two servers - old and new - and you want to copy a site + database from old server to new server directly. Read On →