Search results

  1. J

    Can I run a laptop with no hard drive off a flash drive?

    I'm looking to get a cheap laptop off Ebay, just to read PDFs on the go. That will be its only function. I could get a pretty cheap laptop for $50 without a hard drive. If it has a usb port and a memory card slot, could I run Linux and make it work?
  2. J

    Can I run a laptop with no hard drive off a flash drive?

    I'm looking to get a cheap laptop off Ebay, just to read PDFs on the go. That will be its only function. I could get a pretty cheap laptop for $50 without a hard drive. If it has a usb port and a memory card slot, could I run Linux and make it work?
  3. J

    PHP MySQL error. Noob trying to figure this out!?

    I'm new to PHP and MySQL, and something is confusing me. Why is it that the following code works... $subject_set = mysql_query("SELECT * FROM subjects", $connection); if (!$subject_set) {die("This did not work. " . mysql_error());} while ($subject =...
  4. J

    PHP MySQL error. Noob trying to figure this out!?

    I'm new to PHP and MySQL, and something is confusing me. Why is it that the following code works... $subject_set = mysql_query("SELECT * FROM subjects", $connection); if (!$subject_set) {die("This did not work. " . mysql_error());} while ($subject =...
  5. J

    How should I organize music on my Samsung Trance?

    My Samsung Trance is an MTP device, so I can't sync my playlists. Also, for whatever reason it's playing my album tracks alphabetically instead of according to album listing. I thought fine, I'll just sync a bunch of random music, sort by genre, and then shuffle. But there's no genre listing...
Back
Top