Since snow is falling again;
I wish everybody a merry christmas and a happy new year!
Since snow is falling again;
I wish everybody a merry christmas and a happy new year!
I`ve decided to go with CodeIgniter as PHP Model-View-Controller framework.
To learn the basics of this open source framework I`ve chosen for the CodeIgniter 1.7 book by Packt Publishing.
The book describes how to start with CodeIgniter beginning with the installation. The first steps followed by connecting databases, creating HTML pages and forms, using sessions and add security etcetera. The final chapters include more advanced features like dynamic information and uploads.
My review of this book will be online somewhere in january.
A sample chapter, which describes the basics of MVC and CodeIngiter can be found here.
More information about the book and and a link to buy it can be found here.
This guide shows you how to make a proper Outlook 2007 email archive backup.
To open the backups, just open the .pst files you copied earlier.
This guide describes how to back up your Microsoft Outlook 2007 email accounts (excluding your emails).
Importing is as sample as 2 clicks!
I had to convert a Gallery v1.5 photoalbum containing over 250 sub-albums and over 10.000 photo`s to Gallery 2.
While converting I noticed several thing`s weren`t going according to plan.
I added the following lines to the .htaccess file to make things run smooth;
php_value max_execution_time 0
php_value post_max_size 32M
php_value upload_max_filesize 32M
php_value memory_limit 64M
Within Gallery 2 changes the following settings:
I also disabled thumbnail generating at import; I will do it at the end when everything is converted.