It may optimize your archive but it can never fix bad coding practises at a later date. Your 400 tables are all very well and good but I bet by your logic you could bring that right down to just a few using 1st normal form. Why don't you because som…
IE6 seems to be the browser of choice for people going to my site but as far as I am aware it wouldn't make a difference what browser they use as it will display the same whatever :D
(Quote)
Ok the table you search is dependant on what info you want to get out. If you have 1 table for users and 1 table for the animals a user owns then if you want to search for info on a user you search the user table for info on a user animals…
I worked on databases that went up to 26mb not MySQL ones but SQL Server 2000. Optimization of a database has nothing to do with space more to do with storage and ease of retrieval.
For a database script to look through a few hundred records in a t…
Upcoming TV shows isn't a bad idea but once again your going into another flooded market as teh TV execs have usually beaten you there with an "official" website of their own, unless you can offer and alternative view of the show it still …
Mine came from when I used chatrooms at work. I would happily sit and watch all of the conversations going on an occassionally interject with my distinctive witty repartee :p Hence I used to Lurkin(the)back:D
Sounds like a definite goodbuy Tony!
I would suggest if your not hugely into games, set it up as just a links page to loads of different pages concerened with gaming that way you could get some affiliate link stuck onto it. I know GAME have an affi…
Really if your going for a truely optimized database you should have a table for animals which holds all the animals people can own and then a seperate one for owned animals which has the animal and user id :D