Archive for February, 2009

Zend framework on 1and1 hosting.

February 20, 2009

How to get Zend Framework running on 1and1 hosting.

Tags: ,
Posted in Coding Tips and Tutorials 4 Comments »

TinyMCE not loading in Zend Framework

February 20, 2009

I was having a bit of a problem with TinyMCE not loading in Zend Framework (ZF). It turns out the .htaccess file was not configured correctly. It was redirecting .js to the index bootstrap and causing the page to fail to load.
The solution was the htaccess file as so…

Options -MultiViews
RewriteEngine On
RewriteBase /website
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} [...]

Tags: , ,
Posted in Coding Tips and Tutorials No Comments »

Super blogging – My Corribee

February 16, 2009

I awoke in the morning to find I was no longer 7th, but 1st. I was shocked. I had THE fastest growing blog on all of wordpress…

Tags: ,
Posted in Opinions, Search & PPC No Comments »

Nathan whitworth.co.uk site rebuild

February 16, 2009

I decided to rebuild my home page with Zend Framework since it was originally done as little more than static pages.

Tags: , ,
Posted in Opinions No Comments »