Apr 28, 2009 ·
3 minute read
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 →
Apr 28, 2009 ·
1 minute read
hosting
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}
Apr 27, 2009 ·
1 minute read
hosting
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 →
Apr 25, 2009 ·
3 minute read
linux
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 →
Apr 23, 2009 ·
1 minute read
ubuntu
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 →
Apr 23, 2009 ·
2 minute read
hosting
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 →