Search results

  1. conor

    Super important!!!

    if its named index.html then it should allways appear when you type in your address. It would help if you gave me your url.... If the problem persists I reccomend contacting your hosting support.
  2. conor

    close the IMG tag?

    To make it XHTML friendly you should also define the mesurement, ie. width="10px" or else it could be interpreted as 10em or 10%.
  3. conor

    Image Mapping to image

    image mapping is probarbly the best way to do it unless you want to get into creating flash documents. I tried to do image mapping once, but I never finished that project! Check out this tutorial: http://www.elated.com/articles/creating-image-maps/
  4. conor

    Password Protecting a Directory

    the best way is it use PHP. Use the AUTH_HTTP module, thats a very easy one (google it) but if you want a more user friendly version you could use AUTH_MDB2. To display directorys, as far as I know you need Linux hosting.
  5. conor

    Questions for Web-Designers / Web Developers / Flash gurus etc.

    I personally don't ever use flash in any of my sites for more than a stylish banner, so i can't really help you other than to tell you that you need great knowledge of flash (ActionScript) to make an entire site out of it. In my opinion a great dynamic, flexible, "moving" site can be achieved...
  6. conor

    Echo MySQL error

    yeah i tried that and it worked locally, on my machine, but when i uploaded the db.php file with the changes it didn't display any errors. I have therefore concluded that it must be a problem with my contactus.php file. I'll get someone to have a look at it for me. Thanks
  7. conor

    How to do in PHP?

    i need access to the source to show you
  8. conor

    Echo MySQL error

    I have a database connection that was previously working and now isn't. How can i echo the MySQL error so that it tells me whats wrong? As far as i know the error message should be displayed because of line 5? Heres a link to the page: http://www.todhchai.org/contactus.php#mailing_list...
  9. conor

    I need CSS help for ie

    .... what is that?
  10. conor

    Worst Ripoff i have ever vitnessed

    rip off that is an absolute rip off... It is a reasonably good looking site but with only markup and css... Rip off As for replicating the site, just copy the source, get the images and the css and your sorted... There's no php or js involved so it should be relativley easy to replicate.
  11. conor

    css dropdown menu problem- pls help

    try applying {position:absolute} that should bring the dropdown menu to the frount. check out this url for drop down menus... http://sperling.com/examples/menuh/ also just another recomendation - your images are taking a long time to load, they are probarbly to large. try reducing their size.
  12. conor

    How can I edit a website that is already live, locally on a mac?

    no offense but i dont recomend using dreamweaver at all... don't like that program. I reccomend to open it with a text editor (ex. notepad) then save your changes, and upload them using a program called total commander (google it!)
  13. conor

    Photoshop and Logo Design Question

    as far as i know - and i could be wrong, some shortcuts that are done on windows are not possible on mac. You'll just have to do it manually... also check that you'r using the same version that is stated in the tutorial. dunno if thats much help!
  14. conor

    I need CSS help for ie

    thanks, ill get those fixes up asap. btw i don't use dreamweaver. I use text editors on fedora. Dreamweaver is a cop-out, the program makes all the code for you! thats fair enough if you don't want to learn markup or css
  15. conor

    I need CSS help for ie

    Hello, I have just designed a website, i used firefox when constructing it. When i tested it it didn't work properly on ie. Could someone give me some advise? the url is http://www.todhchai.org thanks.
Top