by Dean | May 22, 2014 | Common Sense, Crazy Idea, Error, General IT, IT, MySQL, PHP, Programming, SAAS (Software as a Service), Tutorial, Webtech
For the web applications I build a lot of them want to sent out an email to their users for many different reasons. (All these reasons are legitimate, for example sending our a link to allow the users to login, reminders about upcoming classes etc) This can generate a...
by Dean | Apr 16, 2014 | Crazy Idea, General IT, IT, Misc, MySQL, PHP, Programming, SAAS (Software as a Service), Tutorial, Virtualisation, Webtech
Now that I have my load balances etc all installed and running (aka proxy), and the box for general websites is running smoothly, it is time to setup a LAMP server that I can customize for the My Book It software. What I want to be able to do is from a website...
by Dean | Apr 7, 2014 | Crazy Idea, General IT, IT, Misc, MySQL, PHP, Webtech
Now that I have all of the access infrastructure in place (The test machine, remote access and the incoming proxy) I can get started on setting up the servers do perform other items. One that I was very keen about was moving some of my websites onto this equipment to...
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...
by Dean | Feb 4, 2014 | Crazy Idea, General IT, IT, MySQL, PHP, Programming, SAAS (Software as a Service)
Turns out that the previous idea of how to do the permissions was going to end up being a lot and lot of work and probably terribly difficult to maintain and expand. So another way was needed. After a few days of thinking and playing with variable variables. (Which...