Archive for June 23rd, 2005

Stupid Splinter Cell Chaos Theory Demo

The original Splinter Cell was absolute gold. The second didn´t get the best reviews so I skipped it but the third installment: Chaos Theory is set to be one of the best games of the year. So I´ve downloaded the demo version and installed it. the menu graphics look good but about 2 seconds into the entire thing crashes!
 
I´ve downloaded the lastest drivers, checked the help forums but no joy. Its definately a graphocs problem since after the crash Windows reverts back to using the built in driver. I´m going to go and half-inch a GeForce 4 card from one of the PCs in the office to replace the Radeon 9200 in it at the moment. If that doesn´t work then it must be the stupid built in graphics. I so want to get this working so I can go and buy the full game!

Ever more complex backup scripts

My server requirements are fairly simplistic compared to some setups as I only use Apache, PHP and MySQL on my actual web servers. All the other stuff like DNS and email are handled by other servers managed by our hosting company. This means that if I keep a copy of the httpd.conf and cron job files then all I need to do is take regular copies of all the web files and the MySQL database store. That way I can get back up and running even if I get a complete hard drive failure within a few hours using the original server image. Sorted.
 
The only problem is that I want a nice automated set of scripts that will take daily backups of the database, weekly backups of the web files and do it in a completely redundant way.
 

After a fair bit of messing around I?ve managed to get two identicle Linux boxes that I?m going to use as development servers, one for each of the dedicated servers we?re getting. Using FTP from protected directories and mysqldump run by cron with plenty of error checking and reporting by email. The same thing is done by tar and gzip to the web files. All these files are then copied by a third server onto our windows file server. All these servers perform error checking on each other and if something hasn?t been done then they report it by email. The final stage is to FTP the weekly backup to an offsite backup server which also performs error checking on the main office servers. This way, if something is not working, it gets reported so everything from individual server crashes up to complete power failure or loss of internet connection on one of the sites is flagged up.
 
Just got to wait for a week or so till we get through the hassle of moving the servers over and then I can test this whole lot.

Macromedia n Adobe get it on

Its looking pretty definate that Adobe is going to buy out Macromedia and so I´ve started thinking about what this might mean for the various products lines that they have. To be honest I don´t use Adobe desktop software that much since I´m not really a creative/print/publishing type person anyway. As far as image manipulation goes then Fireworks as part of Studio MX does everything I need to do. As far as other Adobe technologies are concerned, PDF is the only one that springs to mind. We use PDFs on a daily basis for automatic generation and printing of invoices from our online ventures, but this is all done by PHP scripts using the PDF specification as opposed to the full version of Acrobat. So when it comes to Adobe any changes they make to their software and technologies won´t bother me at all (the PDF generation is set up and uses PostScript from a Linux server so won´t need to be changed at all.

 
Macromedia is a different matter though. I have Dreamweaver open 24/7 and also use Flash and Fireworks some times. I like the UI in the current versions and find that the intergrated nature of the products is very handy. They are also very stable on my system (if they aren´t on your tell Macromedia, not me) and make my life a lot easier. My only concern is that if Adobe start messing around with them too much they might end up as the bloated, crash-prone beasts that a lot of Adobe products have become. This would be an absolute nightmare and might make me switch to another platform. Since most of what I do is MySQL and PHP code editing the main benefit of Dreamweaver to me is the code highlighting, code hints for PHP functions and the integrated FTP utility, but if they muck up the product I should be able to find something similar elsewhere.
 
Flash is a great programme and they are doing great things with it as a server-type platform as well, but I have limited flash knowledge so anything they do that might be of use to us would require learning something new anyway, so this only leaves the question of Fireworks.Since it can be considered a competing product for Illustrator, cances are that one of them will get dropped and I think that it will be Fireworks. This doesn´t bother me too much but hopefully they will take certain aspects from both products, i.e. Fireworks simplicity of use and Illustrators more advanced capabilities. Ah well, I can dream.
 
On the bright side they should hopefully combine PDF and SWF into a great document format and multimedia/server archtechure. Since M$ are planning something similar with Longhorn then this could be the best thing the companies could do to capture the online and print creative markets. Only time will tell.