custom dogs update
custom dogs v2 is almost ready to go. I'll be placing it live after I pretty it up a little.much of the work being done is trying to unwind the rather poor design.
Part of the problem is the dogs database itself,
it has 122 columns, which makes it incredibly slow ( as you know!)
the next problem lies in the way the data itself is stored.
it stores file names, instead of IDs.
this means files cannot be easily updated, moved around, means for poor readability, etc.
the custom tool itself was also unfinished (as far as I can tell), and parts of the old code contained both server security flaws and bugs in dog generation!
anyhow. most of that is fixed.
one thing that I have to do as an adjunct to custom dogs, is the kennel
preview pics have no way to be easily redrawn to handle errors. and additionally, I'd like to store things like the type of coat, markings ,etc, as opposed to the file itself.
so
1: there needs to be a dog renderer, which can take file names, OR ids.
after all this is done, the tool itself will still need a remodel at a later date, but I'm unable to make significant database changes until all the remaining alacrity code base has been unwound and cleaned up, so I have a solid idea of what programs use what databases etc. Posted by

Warning: Use of undefined constant comment - assumed 'comment' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 500
Warning: Use of undefined constant comment - assumed 'comment' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 500
It’s taking longer than I had hoped but I’ve almost finished re rewriting the doggie image generator. This will yield far superior performance in the long run and allow us to consolidate code across several locations.
Should be done with basic version tomorrow and then a day or 2 more to integrate the new code.
Result is faster code, cleaner database will keep u posted!