A lot of updates have gone into effect and the VKitty Humane Society has been neglected. Here are a few of the most common problems that I've heard reports of that are now fixed:
It tells me I need JavaScript - Whenever a VKitty Humane Society page was loaded, the user's browser would ask for the ID numbers of each cat, and then communicate with the server to find out what the cats looked like, how old they are, and other data that a potential adopter would want to know. I've sped up this process considerably on the server side, as well as on the client side.
It stops part of the way through loading and won't move - If there is a network problem and your request is lost, the loading would appear to take forever. I've added some code to retry loading as many times as needed if a connection problem occurs. If all else fails, however, check to see if you can connect to VKitty and/or refresh the humane society page.
I don't want any fancy animations or pictures. I just want to know who's in the humane society, and I want to know fast - With the new mobile version, everything is computed by the server. For slower computers or slower internet connections, this is a very important addition. You still get the information, but in a much smaller format. There is currently no way to adopt via this method, but it is a planned addition for the future.
The humane society won't let me click on anything! I just want to adopt a cat - This error was caused entirely by people not reading the instructions carefully. Clicking on the cat's name was the trigger for adoption, not the cat itself. Now, the cat and the cat's name will both do the same thing, and I've removed the show stats link from the list view as this was also causing confusion.