SOF Champs

I was looking around Stack Overflow tonight and decided I’d look at the people with the most “reputation” (reputation let’s others know how much a person has participated in SOF’s online community). I’ve seen this guy before- he seems to have a knack for good answers and intriguing questions. Check out Jon Skeet on Stack Overflow.

Continue reading

Published
Categorized as news

All Hope Is (not) Lost

I decided that Saturday was a good day to move my site from drupal.jacksonkr.com to jacksonkr.com. I figured that I would just copy the files and viola, right? Wrong. I had a disastrous DB incident where what could go wrong, did go wrong. Essentially, I lost my website. I quickly inquired of my host if by chance they had nightly backups. It turns out they had several. Approximately six a day. Continue reading

Published
Categorized as news

Simple Upload Form Not Working

I was putting together an upload form today that uploads to a file to PHP. On submit, the $_FILES var was empty and for the life of me I couldn’t figure out what was going on.

Attempts:

  1. I tried a print_r on both $_POST and $FILES. Both showed up empty.
  2. Added info to the $_GET to make sure the POST was even going to the action page.
  3. Made sure I had enctype=”multipart/form-data” in the form.

Solution:

Continue reading

Published
Categorized as news

Tech News

Recently, I’ve started looking for different tech news sources (in companionship to slashdot). Mainly because I wanted to be more thorough about what I find for tech news. I want to be ahead of the curve. I realize that takes a lot of work and a lot of intel because there’s other devs doing the same thing. Not only that, but now that I’m a “small fish” — No one comes to me with new products they are developing. Rather, I have to scour the web myself (pros and cons). Continue reading

Published
Categorized as news