Search results

  1. D

    review my redesigned site...

    I think there are good points to mention on both of them. I would initially say the first one grabs your attention more. Where the second one looks more like a run of the mill website at first glance. My opinions about the first one: The header seems a bit more dull than the footer. I like...
  2. D

    web movieplayer

    You can try using Vimeo
  3. D

    Using flash for animations

    As ron has mentioned you can use other means to create the effect and with alot less effort. Check out what notary is working on on THIS thread. I would assume this type of effect is what you are looking for.
  4. D

    How to detect if the user is using a laptop?

    If it's just certain resolution sizes you can use javascripts screen.width and screen.height such as if ((screen.width<=1366) && (screen.height<=768)) { DO SOMETHING }
  5. D

    Report Spam Thread

    And don't forget yasho22
  6. D

    Adding Animation to Header

    If you are looking to just make some clouds move then what is wrong with using flash?
  7. D

    about pictures

    So Google covers their butt by stating that images may be subject to copyright but what else would Google Images be used for? So I suppose that if you use images from Google images you'll be covered as long as you state each source of the images. Sort of like a list of references in a book to...
  8. D

    Moving phpBB forum to new host?

    I'm not sure. If you are willing to risk losing X amount of money to try it with the possibility of you still not having control of your website then go for it. I would think that who ever you have the board hosted with currently has an obligation to give you YOUR information if you request...
  9. D

    Moving phpBB forum to new host?

    You should be able to create a backup of the database via the phpBB admin section. Are you saying you don't even have access to that? If not I'd suggest just cutting any loses and starting from scratch. phpBB Backup
  10. D

    about pictures

    There are plenty of sheep out here in South Australia.. I'll grab my camera.. How much you think inkui is willing to pay?? :-)
  11. D

    Dreamweaver vs php

    You can setup a test server (apache, php, mysql) on your local machine very easily using XAMPP
  12. D

    about pictures

    Yes you are probably right about images not being public domain just because they are displayed in a public domain. But with that said, owners of such images would need to take better precaution such as watermarks and/or robots.txt You can disallow google images bot from crawling your pages...
Top