by Dean | Mar 27, 2015 | Crazy Idea, General IT, IT, Linux, MySQL, PHP, Programming, SAAS (Software as a Service)
My next idea to help run My Book It is for the admin site (and potentially to build into the site itself if it is successful) is the ability for the site to be able to schedule and run complicated processes automatically. Sounds simple right, I want the system to be...
by Dean | Jan 19, 2015 | Crazy Idea, General IT, IT, Misc, MySQL, PHP, Programming, SAAS (Software as a Service), Webtech
So in my last post on this topic I had set-up the htaccess file that will automatically redirect every URI request in that folder to a generic PHP file. This file will then grab the page name and then present a ICS file back to the client that has been customised with...
by Dean | Sep 11, 2014 | Crazy Idea, General IT, IT, Linux, MySQL, PHP, Programming, SAAS (Software as a Service), Uncategorized, Webtech
When I was recently showing the Booking System to a customer they asked about a really handy feature. The feature request was for the ability for them to set a Sites Terms and Conditions and then have customers agree to this before it will allow them to use the site....
by Dean | Mar 22, 2014 | Crazy Idea, General IT, IT, Misc, PHP, Programming, SAAS (Software as a Service), Tutorial, Virtualisation
So my web hosting is coming up for renewal shortly and I have been considering what options I have in terms of renewing it given the creation of My Book It. I need something fairly flexible and considered the option to migrate to a VPS type solution. But before I move...
by Dean | Feb 6, 2014 | General IT, IT, MySQL, PHP, Programming, SAAS (Software as a Service)
So the addition of the permissions are all working. The users have permissions, the groups have permissions we have lots of permissions in the database. So how do we use them? To do this we first need to get the permissions out of the database and into a format that I...