Steven Osborn
"I would love to change the world, but they won't give me the source code".

Archive for the ‘Programming’ Category

Yay, I’m a Anti-Phising Champion

Thursday, November 15th, 2007

I got an invitation to take the Paypal Anti-Phishing challenge. It's all of 5 questions long, but it's a neat way to educate user's about phising.

Week of JS hacks

Wednesday, October 31st, 2007

This week seems to have been filled with ridiculous Javascript hacks. I came up with this one. I'm sure you can figure out what it does. function send_mail(body,subject) { var mailwin = window.open("mailto:admin@example.com?subject=" + subject + "&body=" + body); mailwin.close(); } I have to ...

VPSLink, “Lighty”

Monday, October 8th, 2007

I just signed up for a VPS (Virtual Private Server) account with VPSLink. I finally decided to get rid of my flaky DSL service and abandon my static IP's for a cheaper, faster connection through Cox Cable. The only problem with doing so is that my Blog and ...

OpenID will save the world from Phishing (and world hunger)

Monday, October 1st, 2007

I know what your thinking... "I thought OpenID made phishing worse!"  With the current state of things this can be true.  Any site can easily pose as an OpenID relier and then redirect you to a fake Identity provider that looks like yours. The good news is OpenID will ...

Certified!

Thursday, September 13th, 2007

I finally took the Zend Certified Engineer's test and passed it.  I haven't received my certificate yet, but I've got a listing in Zend's Yellow Pages.  For those of you preparing for the test, it requires a lot memorization, so you I highly recommend creating flash cards.  It made studying ...

Paypal Security Token

Sunday, September 9th, 2007

I just got a PayPal Security Key and I've been playing with it the past few days. I have never had the privilege (or burden) of carrying a hardware token before, but I was more than willing to pay $5.00 for a new gadget that just happens to make ...

iPhone Quirks

Saturday, August 11th, 2007

I recently received an iPhone as a present. Which is great since there is no chance I could afford to purchase one for myself at the moment. Overall I really love it. It's a huge improvement from my 3yr old Blackberry. The browsing experience is second to ...

Pick a Pokemon

Wednesday, July 25th, 2007

Recently we adopted a naming system for future revisions of our core product at Vidoop. We it came down to voting for our favorite naming scheme, I lost the majority vote and Pokemon was selected as the theme for our internal release naming convention. I was ...

Zend Certified Engineer

Thursday, July 12th, 2007

I've recently started studying for the Zend Certified Engineer (ZCE) program. I received the book a couple of weeks ago, but hadn't really looked at it until yesterday. I'm somewhat disappointed in the study guide I purchased. I paid $45 (after shipping) for it and it's just ...

Javascript Pocket Reference

Wednesday, June 6th, 2007

Javascript Pocket Reference has been many times more useful than books five times it's size and price. I keep it at work and I constantly have to hunt it down because someone else has borrowed it. It's an indispensable reference for web developers. Certainly a well spent 10 bucks; this ...