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 | 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...
by Dean | Feb 1, 2014 | General IT, IT, MySQL, PHP, Programming, SAAS (Software as a Service), Webtech
After some work I have changed the way I am going to do permissions. For more information check this post. So I am working on a Software as a service application (SAAS) and one of the major feature requests have been to be able to grant specific permissions into the...