Recent content by Smangalick

  1. S

    NetMD Drivers

    hey I just had to reformat my system, and forgot my NetMD disc at home. Can somebody either post or email me the drivers for the Sony NetMD MN-NE410 drivers? Thanks a lot....damn sony doesn't believe in posting drivers online :(
  2. S

    Sony CyberShot DSC-F717 5.24MP Digital Camera, 5x Optical, NightShot only $639 Free Ship (No Rebates, 04/22 only)

    Sweet! Just picked up the S230 for roughly $300 after the $40 discount, and the 15% off Thanks...this site rocks!
  3. S

    Sony CyberShot DSC-F717 5.24MP Digital Camera, 5x Optical, NightShot only $639 Free Ship (No Rebates, 04/22 only)

    Would this deal work for other Digital Cameras at Dell??? namely, the Canon S230? if so, where can I find the $40 off $300 stackable coupon, I've looked just about everywhere. thanks
  4. S

    Generate Flash from HTML???

    Thanks for the help everybody...I think I'm gonna rethink whether using Flash is really worth it. If anybody has any ideas of how to spice up this site...and make it look more professional, please let me know Here's the Current site thanks....i'm looking to totally redesign the site, and add...
  5. S

    Generate Flash from HTML???

    Haha...very interesting reading... As far as how legitimate my reasons are for Flash....I mainly want to learn the ins-and-outs of Flash (something that I'm not too familiar with), and this gives me a reason to learn it. Plus, the website that we are currently using...
  6. S

    Generate Flash from HTML???

    Are there any resources that you could point me to? I know PHP, C++, and some Javascript..and am the process of learning XML (but don't have free access to a server that provides server-side scripting). Thanks...
  7. S

    Generate Flash from HTML???

    What about within the Macromedia Flash software? Is there any features that automate the generation of Flash from HTML?
  8. S

    Generate Flash from HTML???

    bump...anybody???
  9. S

    Generate Flash from HTML???

    I'd like to use PHP...unfortunetly, the server does give us access to the PHP interpretor, or the XML parser. They charge a ridiculous amount for the open-source PHP junk, so its not an option for us right now. I was hoping to do this from an HTML file, or a text file, but if not... then i...
  10. S

    Generate Flash from HTML???

    Hey I'm working on a website for a student organization, and want to make it in Flash. I've been looking around at some of the tutorials online, and see that the finished Flash sites look amazing. The only problem is that since its for a student organization, the content needs to be updated...
  11. S

    Doom3. Whos seen it running?

    I installed it when if first came out, but the game kept crashing my sytem. I saw it at a friend's house, and it looks pretty sweet. When is it scheduled to come out?
  12. S

    SQL/Oracle question

    anybody?
  13. S

    SQL/Oracle question

    alright...the answer above worked like a charm..but now i have another question relating to the same databasee. Here's the table(s) in question... CREATE TABLE CLIENT (CLIENT_ID CHAR(4) PRIMARY KEY, FIRST CHAR(10) NOT NULL, LAST CHAR(12) NOT NULL, password char(12)); CREATE TABLE SCHEDULE...
  14. S

    SQL/Oracle question

    I think that's it!!!! Thanks a bunch.
  15. S

    SQL/Oracle question

    I was going to use a routine_id, but the problem with using that as a primary key is that it's not unique. The routine table is gonna hold sample info like this: routine_name-exercies legs - leg extension legs - leg press and so on..so the routine_name (or routine_id) field will be listed...