Apple announced its “latest creation” today and I have to say, I am not excited as I thought I would be. I have been warming up to the idea of netbooks but I am not embracing this technology at the onset.
Go to Post
28
Jan
Apple announced its “latest creation” today and I have to say, I am not excited as I thought I would be. I have been warming up to the idea of netbooks but I am not embracing this technology at the onset.
Go to Post
9
Sep
We had a need to keep track of when users were logging into our system. We use this data for sales, marketing and auditing the value of our site. The session logging is an extension of my previous post, Password-Protecting pages with goDaddy, PHP and mySQL server. Go to Post
7
Sep
I host several domains with GoDaddy, and while they offer cheap prices, they also offer cheap service and features. Last week I needed to password protect some content. First, I tried to protect folders with htaccess and htpasswd files, but I could not get it to work. Several forums suggested GoDaddy hosting is not compatible with htaccess, so I went with the PHP-mySQL route instead. (note: here is a tutorial from GoDaddy for automating the htaccess process, which looks less-professional than the PHP solution because of the htaccess’s popup dialog box: GoDaddy Instructions). Credit to Ethan Nordness for the PHP code. Go to Post
