SEO, PHP and Javascript Web Dev

Search Engine Optimisation, Web Development and Network Administration Ramblings

30  07 2008

Tip of the Week : CakePHP redirect to admin methods

If you have admin routing set:

Configure::write('Routing.admin', 'admin');

Redirecting between admin_* and non admin functions inside the controller, or linking to admin_* functions from non admin views can throw an error unless you pass an admin variable in the URL.

Read more…


27  07 2008

Geek Must Have : Autonomous Paintball Sentry

Not exactly web development related, but this is certainly one of the coolest toys I’ve seen in a while - and its hilarious seeing this guy test it out for your entertainment, especially the trampoline bit.

You’d want to be pretty sure it didn’t target your pets though…


21  07 2008

Tip of the Week : Use iconv to help migrate databases

Iconv is a useful tool to convert the encoding of given files from one encoding to another - which comes in very handy if you want to migrate that old MySQL 4 database to a hot new MySQL 5.

I recently had to migrate a database from MySQL 4 to 5 and its not as easy as you would expect. One of the issues I had to tackle was encrypted passwords saved in the db which obviously needed special character support. Read more…


05 2008

DELTA Online Advertising Booking System Launch

DELTA, an industry backed web based booking system for online advertising officially launched trial on Tuesday 28th with trial partners the likes of:

Yahoo!
MSN
AOL
Bauer Advertising
Guardian Media Group
OMD
Manning Gottlieb OMD
PHD

A Little About DELTA
DELTA is a system appealing to both online advertising agencies and sales points Read more…


24  04 2008

Tip of the Week : Javascript Dom Quirk In IE using getElementById

This is a fun one I found today - using getElementById() in IE7 to find a dom element on the page, if you are getting some interesting errors then one possibility is that you have two elements with the same id - or the same name attribute it seems. Read more…


« Previous PageNext Page »
-->
  • Photography