Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Tuesday, February 19, 2013

HTML5 Game Programming

Excited to learn about HTML5 Game programming on Wednesday night at Google SFO corporate office. Especially since this is what sparked my initial interest in the development field many years ago. I hope this will be a success with me.

Thursday, January 5, 2012

Troubleshooting BigBlueButton Server

What is BigBlueButton?

BigBlueButton (BBB) Server is an opensource video conferencing/desktop sharing/presentation server that runs on a Linux box which is what we needed at our office. It is composed of a collection 15 or more opensource technologies. BigBlueButton also supports

Monday, March 1, 2010

Validating by White List approval

White listing refers to having input compared to an approved list and then rejecting what ever isn't on it. Like when you go to a concert and you are trying to get backstage, if you're name isn't on the VIP list or you don't have a pass you cant get in. In this instance, your name is compared to the list of valid people allowed backstage. If your name doesn't appear you tossed aside. Sucks right but when your talking about building a web app it can be one of the methods that separate you from being attacked.