Jul
25
Active Directory Authentication for Apache
Filed Under Computers, Linux, Programming, Web Programming | Leave a Comment
While browsing the Internet last night (avoiding doing my homework), I came across some useful information for Active Directory Authentication in Apache. While I don’t have an immediate need or use for this, the idea is neat, so I thought I would save some code snippets for future use:
To allow users:
AuthType Basic
AuthName “Domain Credentials Required”
AuthBasicProvider [...]
Jan
3
Nike iPod Widget
Filed Under Blogs, Programming, Projects, Web Programming, Widgets, dootdoot | 3 Comments
In a quick effort, threw together a quick Nike iPod Plus Widget for the dootdoot blogs. It’s nothing special, it basically pulls down the flash object created by nikeplus.nike.com.
The Widget is kind of neat if you have created a character for yourself. I originally created for Sonja as she requested to be able to add [...]
Jun
26
Widget: XBOX Live! Gamer Card
Filed Under Web Programming, Widgets | 2 Comments
Ok, so I lied. I ended up creating the XBOX Live! Gamer Card Widget much faster than I expected.
To be honest, I had a slow day at work, so it was something quick and fun to work on. Even though it’s a little tiny project (basic php & html), it’s fun to be doing some [...]