05 January 2008 ~ Comments Off

Practical security on your application

Developing online applications is a way of life for a lot of programmers! It’s a great feeling working your but off day in and day out, night in and night out, sometimes all night and sometimes with no brakes! Then launch day comes and you are so happy any cant wait for people to start [...]

Continue Reading

02 January 2008 ~ Comments Off

Fixes to the Auth Class

I left out a line in the new class (auth), I did not set the variables inside the class. I have now fixed this problem sorry for any headaches this may have caused! On another note I added a new function to the class (auth), this function will allow you to validate the uniqueness of [...]

Continue Reading

30 December 2007 ~ Comments Off

Use the db_class to authenticate

User authentication made easier and less of a hassle to write. Use my db_class to authenticate a user from your database, with all the options you would have if you wrote it yourself! I have also added an “Auto Start” this will start the classes you want right off the bat, saving you one line [...]

Continue Reading

29 December 2007 ~ Comments Off

Adding on to the db_class

I am adding a user authentication class to this, as that is something I use on a regular basis. I think other developers will get a lot of use out of this as well. I all put the class up for download sometime this weekend. I will also post more details on how to use [...]

Continue Reading