Geek out AFK with Jeffrey Sambells

Category: Non-Mobile

Rapid Web Development with the prototype library

While I work on tweaking the design of the site, I though I’d just write a quick opinion piece. I‘ve been experimenting with a variety of libraries lately to see what’s out there on the web. One bit of internet goodness I’ve been using a lot is Prototype, the JavaScript library made popular by Ruby [...]

A Theme in the Making

I’m playing with the theme to see how the wordpress stuff works. I tried to install it under another location but unless I install two databases as well, I can’t seem to mess with it because the stylesheets are referenced by full URL (strange). I’ll just play here and you’ll have to watch it change [...]

The key to centralized AJAX services

The Problem: Same Origin While working on a top secret project at We-Create, I was faced with a road block regularily encountered by many web developers: the ‘Same Origin‘ security policy. Simply put, it’s the security restrictions in the web browser that confines actions to the same domain where the page is located. For [...]