Jimmy Cuadra Web Services

RSS Recent Blog Posts

Secure authentication with JavaScript

When creating a user authentication system, security is very important. Guides to building authentication systems for a web application often discuss storing user passwords as hashes of the real password in the database. This prevents the password from being stored in plain text, and as such the real passwords are protected from anyone who might gain access to the database. When a user registers a new account, the password is hashed by the application and then stored in the database. Whenever they subsequently log in, the password they use to log in is hashed and compared to the hash stored in the database. Since hashes are unique, if the two hashes match, the user has entered the correct password and is successfully authenticated.

Read the full post

Tagged with: jquery, javascript, security, authentication, ssl

MoxieMaster application under development

I recently bought a word game for the iPhone that’s been quite addictive. I’d thought every type of word game had been thought up already, but was proved wrong by Blue Ox’s innovative Moxie. You are presented with a 5×3 grid of boxes and a single letter at a time to place in any of those boxes. Once you’ve placed enough letters to spell a word, you are given points, and continue to receive points any time you place a new letter on that horizontal line that makes another valid word. Once you introduce a letter that creates an invalid word, you are penalized with a “Twaddle,” which subtracts 30 points from your score and breaks the chain.

Read the full post

Tagged with: frameworks, cakephp, jquery, ajax, perceptes, iphone, moxiemaster

Twilight site launched

A new Jimmy Cuadra Web Services website was launched yesterday: Twilight. Twilight is my guild in the massively-multiplayer online role-playing game World of Warcraft. Tonight at midnight, the second expansion pack to the game, Wrath of the Lich King, is being released. The Twilight website has been pushed live for this event.

Read the full post

Tagged with: launch, new features, wow, twilight

Find content by tags