Search results

  1. J

    Differences between Crucial M4 Model #s

    Thanks! Don't know how I missed that!
  2. J

    Differences between Crucial M4 Model #s

    On Newegg there are 3 different versions of the Crucial M4 256 GB drive. They all have 5 star reviews (number of review in parens): (145) CT256M4SSD2 (3) CT256M4SSD2BAA (42) CT256M4SSD2CCA Are these just differences in the firmware versions? Does anyone know the differences between...
  3. J

    Anyone own an Asus G51?

    anyone?
  4. J

    Anyone own an Asus G51?

    Seems like a pretty solid gaming laptop, but it's not too huge (15.6" screen). Here are the highlights: Intel Core 2 Duo P8700(2.53GHz) 15.6" screen GTX 260M 4Gb RAM320Gb hard drive 1920 x 1080 Resolution (the $1000 model has 1368 x 768 res) 7.26 lbs. Does anyone know if I would be...
  5. J

    Issue installing PHP on Mac OS X (but more of a Unix issue I think)

    Well that is what I'm asking... I was able to compile it the first time. That is whats running right now. But when I compile/install again, it doesn't overwrite the current one. Any ideas how to overwrite the current installation of PHP?
  6. J

    Issue installing PHP on Mac OS X (but more of a Unix issue I think)

    Oh one more thing... most of those ./configure options came from my webserver php configuration. I figured I would just take them from there, since GD works great there.
  7. J

    Issue installing PHP on Mac OS X (but more of a Unix issue I think)

    Hey friends. Background (Don't read this if you don't want to): So I've been fighting with getting AMP on my Mac for a few days now. The default install of the OS comes with Apache 2.2.9 and PHP 5.2.6, but no MySQL... To make matters worse, I've heard that PHP is installed in a funky way...
  8. J

    Is there a way to import an sql dump into a table that has a different schema?

    Hi Snapster, That is the problem. I already have an sql dump which has insert statements in it. Like awal said, I can "inject" those "now()" statements into the end of the insert as a solution.
  9. J

    Is there a way to import an sql dump into a table that has a different schema?

    Well the real thing I'm trying to do is to keep track of each time I import the given dataset. So in the end, I would be able to see on which day a given record was imported. Maybe I could use a temp table or something? Import the data into the table, then after the import, copy the rows over...
  10. J

    Is there a way to import an sql dump into a table that has a different schema?

    I have an sql data dump, that I want to import into a table. The table is exactly the same, except that I added a timestamp column. I want to be able to capture when I import these records (really just the day). I'm using MySQL and the data dump is in the format of... INSERT INTO `table`...
  11. J

    Question about VGA, DVI, etc

    Hi guys, I have a new Macbook, the one with the Mini DisplayPort, and I want to watch videos on my HD TV. The display port adapters that are available convert to either VGA, or DVI. My TV has everything but DVI. So I can either go directly to VGA, or get the DVI converter and then convert...
  12. J

    Buying a computer to run Linux

    I might buy a new laptop, and if I do, I will probably dual boot with Fedora, or some other Linux distro, for the purpose of expanding my computing knowledge (and programming knowledge). Is there anything I should know about hardware support/drivers/compatibility when shopping around? In...
  13. J

    Is there a strict set of valid attributes for XHTML?

    It looks like the answer is just that the markup wont "validate" in a Validator... Other than that, using custom attributes is just frowned upon (since it wont validate), but it also seems to be a widely accepted practice. Any other opinions on the matter?
  14. J

    Is there a strict set of valid attributes for XHTML?

    Hi everyone, I'm trying to find out if its "legal" to add my own custom attributes to xhtml elements, mainly form elements. So can I do this: <input type="text" id="test" value="" required="yes" /> Note that the required field is not a standrad field. I found this page...
  15. J

    Electriconics Kit / ARM Kit?

    Wow guys! I didn't expect such a lengthy discussion on this topic, but that's great! As it turns out, I decided to go with a Basic Stamp from Parallax. So far its going pretty well, but I haven't been able to get too far with it since my serial-to-USB converter is still in the mail. I have...
  16. J

    Electriconics Kit / ARM Kit?

    Ah nice, that looks like a good starting point!
  17. J

    Electriconics Kit / ARM Kit?

    Hi guys, I'm looking for some sort of kit that I can work with the occupy my free time. I'm either looking for something to teach me the basics of electrical engineering, or something like an ARM board that I could program from scratch. I will need a lot of hand holding though, because I...
  18. J

    Gateway P-6860FX gaming laptop, $945 at Best Buy

    I'll second that! I have one too for about 2 months (I think), and its great. Plays HL2: Source games great. Just remember, this is not a portable computer! The screen is 17" and it weighs like 10 pounds! Also, the battery sticks out the back a little, but other than that its great. I...
  19. J

    Are laptop wireless cards interchangeable?

    But maybe I can replace my Atheros card with the Intel one?
  20. J

    Are laptop wireless cards interchangeable?

    Its not that, its an Atheros AR5007EG. I wouldn't trust Acer's website for a minute.
  21. J

    Are laptop wireless cards interchangeable?

    Maybe this would work too? Assuming my card is removable/replaceable: http://www.techonweb.com/produ....aspx?id=D92741&src=NT
  22. J

    Are laptop wireless cards interchangeable?

    Oh yeah, I'm running Vista... I have Home Premium, Business, and Ultimate, if it makes a difference. So I need Vista drivers. I think that is the main problem with the current Atheros card I have. They seem to update the drivers often, but with little improvement.
  23. J

    Are laptop wireless cards interchangeable?

    I know it might be hard to speak about my model in particular, but would this be what I'm looking for? http://www.newegg.com/Product/...x?Item=N82E16833168021
  24. J

    Are laptop wireless cards interchangeable?

    Hi Boys/Girls, So I have an acer 4720z laptop, and its pretty good for what I need, but the Atheros wireless has been causing the entire computer to lockup, leaving a frozen snapshot for whatever it was doing (just downloading things with bitcomet). It also disconnects frequently. So is it...
  25. J

    Database Field Naming Conventions

    Thanks for the comments guys. Speedy too! I think I'm going to rename the tables to the "full_id" method. I think its much more readable, and it make more sense for the joins.
  26. J

    Best software for website design

    Jedit => syntax highlighting, encoding support, and a ton of plugins, like PHP error checking and as the name suggests, a bunch of Java plugins! Even if you use something like Visual Studio, or another IDE, Jedit is useful for manipulating text, and doing other not-so-standard things.
  27. J

    Database Field Naming Conventions

    Hi guys, A little database design question: In general does it make sense to name your "id" fields just "id", or something like "cust_id" and "emp_id" (for employee). It seems that if you just used "id", things would not only be confusing, but a pain in the butt! If you joined the two...
  28. J

    How to go from a Web DB Schema to a Desktop one?

    Great, thanks KB! KB = Knowledge Base?
  29. J

    How to go from a Web DB Schema to a Desktop one?

    Thanks for the replies guys. I think I was just asking how to efficiently convert objects into database columns, is there is in fact an "easy" way. Assume we have a Person class, with first name, last name, and ssn. It seems like dataset go straight into the DB without much work. But is...
  30. J

    How to go from a Web DB Schema to a Desktop one?

    Hi guys, I'm a somewhat experienced web programmer in PHP and MySQL, but I've been wondering how you would "convert" a web data structure to desktop programming. For example, on the web, from what I have seen, you generally have a database filled with tables and each column is a single...
  31. J

    5.1 Surround Sound Headset questions

    CPU Magazine just had a review of these sets... and they don't seem to call them junk. Have you used one of these, or are you just guessing? I think CPU magazine is a VERY reputable source on reviews and other tech info. Scores in CPU Mag: 4.5 = Medusa 5.1 Home Edition 4.5 = Turtle...
  32. J

    5.1 Surround Sound Headset questions

    Has anyone ever used any of the following, and can comment on their performance, ease of use etc? Comparison between these 3 would be awesome! Medusa 5.1 Home Edition Turtle Beach HPA2 Tritton AXPC Also, are any of these "around the ear" headsets? I like the ones that don't actually...
  33. J

    PC wont boot, seems related to the PSU or GFX card

    it is a double slot, so I have screws in both "pci" slots.
  34. J

    PC wont boot, seems related to the PSU or GFX card

    Yeah, I had originally reseated the video card, and checked its connections, but no luck. But then, per your suggestion, I just pressed on all the connections in the case, and it booted right away. I'm wondering if it may come back though. Do you think it was just a connection issue? I...
  35. J

    PC wont boot, seems related to the PSU or GFX card

    Actually, it looks like that worked, but I'm wondering if it was a fluke... any other thoughts?
  36. J

    PC wont boot, seems related to the PSU or GFX card

    Yeah I just tried that, with no luck. I even unplugged two of the case fans, so there is only one left, not sure how many watts they use. Any other conclusions you can draw from this?
  37. J

    PC wont boot, seems related to the PSU or GFX card

    Hi everyone, For a while, I've been having an issue where my PC sometimes wont boot. I hit the power button, all the fans spin for 1/2 a second, then nothing happens. I thought it was a PSU issue, because I turned off the PSU, turned it on for a minute, THEN hit the power button, and it...
  38. J

    Group simliar taskbar buttons

    Hi guys, I like the grouping feature, but when I have too many windows open, it collapses all of the windows for a given application into a single button. Is there a way to keep this feature enabled, but remove the collapsing? I don't like to click twice to open my windows! Thanks, John
  39. J

    Want to Learn How to Build Simple Apps

    "Microsoft C# Programming for the Absolute Beginner" is a decent book. I got that, and "Learning C#" when I started out a few months ago.
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |