RSS RSS feed | Atom Atom feed
Popular Articles: Tom Riddle's Magical Diary | AJAX Lego Robot | AJAX CAPTCHA | SQL Multisets

Search results

"category:/web"


Title and summary Date/time
1
Single Table Polymorphic Inheritance with ActiveRecords
Implementing a single table polymorphic inheritance in rails is dead easy. Simply do class Fruit or if you a migrating... class Fruit Now, all you have to do is to create your sub-classes class Fruit Don't forget to put Apple in a separate fi...
May 22, 2008
2
Internet Explorer 6 & 7 document.domain bug
Disclaimer: Im not sure this a bug discovery...couldn't find anything that resembled it after a couple of minutes of googling, or a super silly security restriction. I've been coding some javascript ajax code that inserts an iframe, and into the creat...
Oct 31, 2007
3
DisplayTag Paging
DisplayTag is a very versatile jsp tag library. It provides a whole lot for free. Paging, sorting, even / odd highlighting, grouping, exporting to PDF, Excel, CSV, XML, just to mention a few things it can do. I use it in pretty much every project. Ho...
Nov 7, 2006
4
W AJAX design pattern
This is a new design pattern which was independently discovered by me and Will Glass over the phone one day while discussing a painful loading time of around 7 seconds for a web application we were working on. Describing the problem The web app front b...
Jul 8, 2006
5
Javascript Atbash Decrypter/Encrypter
Simply type the text you want to decrypt or encrypt in the text box below. The decrypted/encrypted text will appear as you type. function atbash(str) { var ret = ''; for (i=0;i You must have a browser that supports javascript , or javascript is...
May 7, 2006
6
Using AJAX with CAPTCHA - AJAX Security Part 3 of 3
This article shows one way to use AJAX along with a series of images to create a secure CAPTCHA system. CAPTCHA is a way to tell humans and computers apart and is used all over the web, especially if you're signing up for new email accounts. For more ...
Dec 18, 2005
7
Installing Tomcat with commons-daemon (jsvc)
Most installation that I've seen of Tomcat is made with tomcat running as root. This could potentially be a disasters security hole. Most Linux systems only allow the root to listen to port 80...which is why many users of tomcat under Linux run tomcat ...
Dec 13, 2005
8
Using AJAX to deter Hackers - AJAX Security Part 2 of 3
This article shows how AJAX can be used to increase the security level of regular text password logins.
Sep 18, 2005
9
Using AJAX for Image Passwords - AJAX Security Part 1 of 3
Although not a novel idea to use mouse patterns as a way to boost security for login screens, this small proof of concept application displays how AJAX can be used to login to a site based on a unique mouse pattern that the user previously recorded.
Sep 18, 2005
10
Tom Riddle's Magical Diary Comes to Life with AJAX
Described is how to summon a magical diary to life. Inspired by the book 'Harry Potter and the Chamber of Secrets' and with the help of the secret incantation 'AJAX'.
Jun 5, 2005

Google it!