Archive for July, 2006

Setting Up your wireless network

Saturday, July 15th, 2006

Need to setup your wireless network in Ubuntu(or Kubuntu, or Xubuntu or Edubuntu)? It’s quite difficult but you can find a lot of help here: https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper A neat trick is this, If you have a broadcom card you might need to swap a few files. For instance, I had to copy /etc/ndiswrapper/bcmwl5a/bcmwl5a.inf to /etc/ndiswrapper/bcmwl5/bcmwl5.inf (or […]

Ajax

Thursday, July 6th, 2006

I’m currently in the middle of reworking the order pages for my company, and i’m using the very popular Javascript libraries(Prototype & Scriptaculous) to do so. It’s pretty fun. I’m a little dissappointed that Prototype doesn’t have xml responses built-in, but I guess I’ll have a little challenge adding that functionality.