Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

CakePHP Javascript Include

I read the documentation. But I must be a slow learner or something. Anyway including javascript into a view using cakephp: I am using an auto baked cake template named index.ctp For me it's located cake_app_dir/views/names/index.ctp To get the javascript script block...

Fedora Fanboy

I know Ubuntu is getting a lot of the kudos recently for being the most popular distro. But Fedora deserves a lot of credit, if not for anything else for this: Presto reduced the update size by 80% (from 222 M to 46 M) It's yum based update system proactively checks...

Deceptive sales behaviour is OK. It’s the Internet

I registered a domain a few months back and today have received a physical letter from "Domain Renewal Group" Basically the offer was this: We would like you to renew your domain with us for more than you paid with your last registrar. We know that no person with...

Getting my CakePHP instances working on Fedora 15

I have unzipped the latest version of cakephp into /home/username/public_html/cakephp I have baked an app: cd /home/username/public_html/cakephp/cake/console ./cake bake -app /home/username/public_html/mapdb-dev And then I hit the errors of access denied to the...

Page Load Speed Improvements

I'm noodling away at my websites performance using the Google Page Speed plugin. It recommends losslessly compressing your images using a number of utilities. I mostly upload png format images so I ran the following on my Wordpress content folder to compress the...