Web Interface via jQuery
Once I got a working front end web interface, I started to look into jQuery to standardize a bit and support cross-platform browsers easier. I have run into a few problems in that…
5 matching photos
Once I got a working front end web interface, I started to look into jQuery to standardize a bit and support cross-platform browsers easier. I have run into a few problems in that…
Now that I'm looking into methods of encryption data for real (and ignoring XOR encryption), the first thing that that I needed to do was to get the ASCII values for each…
I've been working with methods to encrypt data being passed around my objects for the visitor reports with a symmetric cipher. The closest method available that Linden Lab…
Date and Time functions are always tricky once you need to discover other information besides the year, month, day, hour, minute, and second. There are no methods to work with…