A couple of interesting finds whilst creating my own node type with a module. Having built the node type through a module, I then spent hours...
Read more about "Programmatically change node settings"...Having spent sometime now working with Drupal 7 I've come to the opinion that it is still someway off being good to use for production websites. ...
Read more about "Drupal 7"...This is a reminder for me really I've got both php 5.2.x and php 5.3.x loaded on my shared server, vps and dedicated servers. PHP 5.2.x...
Read more about "Using PHP 5.3"...One of the great strengths of Codeigniter is the Helper Libraries and one which I use quite lot is the Text Helper, in particular the word...
Read more about "Codeigniter String Helper"...I've been quite disappointed with some of the jQuery modules for Drupal so I thought I'd share a simple way to use the jQuery Loupe Library,...
Read more about "JQuery Loupe for Drupal"...To change Codigniters default setting for urls which current shows http://www.domain.com/index.php[http://www.domain.com/index.php] to pretty urls like http://www.domain.co.nz/page/contact[http://www.domain.co.nz/page/contact] you need to do two things. Firstly in the application/config/config.php on...
Read more about "Codeigniter 2 Pretty URLs"...Building multiple websites with a single Codeigniter base using HMVC and Packages that share the same custom libraries across all sites. I thought I'd document this as I...
Read more about "Codeigniter Multiple Sites with HMVC and Packages"...I've just started having a look at Fuel PHP. I'm not going to go through the pros and cons as Phil Sturgeon has a very good write up on...
Read more about "Fuelphp"...A bug in Drupal 6 when using repeat dates and paging in views. It appears that the paging count only counts the nodes with repeat dates...
Read more about "Drupal 6 views"...I've been wrestling with Ubercart (Drupal's shopping cart) which is not unusual - everything I do with Ubercart seems to be a wrestle. I even get...
Read more about "Ubercart 2 Attributes"...