preload
Jul 08

The number of people capable of building a web site is growing daily (I said capable, I didn’t say good ;) . Something else that is also growing along side this is the number of web based applications being built. More and more developers/people with some know how are devoting time to producing some kind of application that uses a web based language like ASP or PHP. The hard part about building something that uses a server side script like PHP is that it is impossible to test your application with out access to a web server. I suppose you could just upload it to an active web site and test it live on the internet so to speak. Would you be honestly comfortable releasing something that hadn’t been tested? It would be all too easy for some one to find an exploit to use that causes serious problems. I’d say it’s much easier to have some way of testing this on your local network, that way if you have no internet access for some reason at least you can keep working ;)
Continue reading »

Tagged with:
Apr 15

Any one thats been reading my past entries may know I dabble in a little software development here and there. Some times for my own amusement but quite often it’s for a reason relevant to work. Recently we have been developing a new application to talk the network connected devices we use. It constantly polls the devices for fresh information as long as the communication software is running somewhere on the network and adds this information to the database. Continue reading »

Tagged with: