Recent content by colonelR

  1. C

    Plz Plz Help me Computer Dont boot.

    OK - A couple of suggestions Random reseting might well be a dodgy power supply - a sudden power off could also 'upset' your Windows installation. Alternatively I had a similar problem when one of my IDE cables was dodgy ! Good luck
  2. C

    IntelliMouse Optical: Getting Left and Right Side Buttons to Work in Games

    In the mouse control panel you can set program specific actions for the mouse side buttons - I do this for all my games and it works just fine !
  3. C

    Web Pages Authoring ? Net Objects Fusion?

    Czar Have you tried the Interakt PHP module for Ultradev ? - I'm new to PHP and it's helped me no end. Hopefully Macromedia will pull their finger out for the next release !
  4. C

    Web Pages Authoring ? Net Objects Fusion?

    I've been using Macromedia's Dreamweaver (Ultradev) for years now & love it. Good WYSYWIG, excellent support + 3rd party addins available - an all round winner ! and no I don't work for Macromedia :)
  5. C

    All I want to do is record an audio cassette on to my computer. How hard can it be?

    Should be a piece of cake - I use Sonic Foundry's Sound Forge as it allows you to 'clean-up' the sound before buring your CD. Just have a few practices to make sure you have the levels right & bingo ! Good luck
  6. C

    ntlr missing when loading xp

    bootdisk.com has some useful utilities that might be able to help :)
  7. C

    ntlr missing when loading xp

    The error your getting is normally caused by the path in the boot.ini file pointing to an incorrect disk or partition - as you've been playing with your partitions it seems pretty likely this is the cause. Unfortunately I can't offer a solution - having formatted your drives to NTFS it means...
  8. C

    Data verification option-Nero

    Just untick the option from within the burning progress dialogue :)
  9. C

    PhotoShop 6.0 coloring question

    OK Above the triangles you'll see a graph - this shows the levels of your image - The left represents DARK colours, the right LIGHT Ideally the graph should stretch from the left triangle to the right (indicating a good distribution of levels) - however, an old picture (like yours) which has...
  10. C

    Cookie Help

    HI Yep I'd definitely go for a registration form that collects the name, address etc & creates a user account. Subsequent visits use a logon form which writes a date (for example) to the database - that way the date of the last logon would be stored in your access database and you could...
  11. C

    Cooler Master ATC 110 vs 210...any comments?

    I use a ATC-201 Solid, Spacious & Cool (speaking temp wise here !!!)
  12. C

    Cookie Help

    Hello Hypothetically I don't think many people would appreciate having to fill their information into a form every month just to see the new content. Perhaps allowing them to create a Username/Password the first time they fill in the form and letting them login each month would be better. Why...
  13. C

    PhotoShop 6.0 coloring question

    If by old you mean the colours are washed out then try changing the levels - might well help
  14. C

    Java/Javascript imagemaps...

    Don't panic - you can do it with hotspots. Instead of area shape = rect try using area shape=poly as below: <area shape="poly" coords="x,y,x1,y1,x2,y2,x3,y3" href="#"> x & y are the coordinates for each point on the hotspot/polygon and are measured according to the image your using (i.e...