Search results

  1. A

    Best Web Design Software

    I used Notepad++ since it highlights the code well for PHP, Java, and HTML. Then I use the w3c website to check for compliance. Also I installed apache and php to preview my pages. All of this is free by the way.
  2. A

    PHP Short Tags

    I noticed that when I installed PHP on an apache server, definitely not a secure situation!
  3. A

    margin:auto; isn't working usually

    Try: text-align: center;
  4. A

    Cafe for web/graphic designers, programmers?

    If I went to cafe's, it would be the place I would go to! But also depends on location.
  5. A

    margin:auto; isn't working usually

    If you can show the page which it is giving a problem it might help. I dont know for sure, but it may help if you set display: block; or display: inline-block;
  6. A

    Website Review

    To me... Everything kind of runs together, try blocking them out. I am not sure if I liked the background fixed, it doesn't seem as professional. Try making the logo more colorful or abstract, it would make company seem more professional.
  7. A

    Website Review

    The design looks good enough for me! The domain name is kind of random though. I know when I find random numbers in a domain name, the first thing I think is that it is a scam.
  8. A

    PHP Short Tags

    Thanks for your comments! Philosophically they dont seem needed in the programming code. I think in the future I will do without them.
  9. A

    A problem with my site. Please help

    I had a problem with one of my FTP programs which would give similar problems. You can give FileZilla a try and see if it helps.
  10. A

    Reciprocal links

    From what I have read, cant remember the link, Google has almost nullified reciprocal links.
  11. A

    What is Linux's version of Dream Weaver?

    How do you like PHP Eclipse? I tried getting into IDE's but I found they sometimes slow me down. Lately I use Notepad++ and I have Apache+PHP installed so I can preview my work locally. Does PHP Eclipse offer debugging or warnings about coding techniques which are useful?
  12. A

    text over a usemap image ?

    The solution usually ends up being that! lol. CSS is easy to learn but almost impossible to master lol.
  13. A

    Screen resolution vs. Browser window size

    Thanks for sharing this DHDdirect, you always have very relevant articles to post!
  14. A

    Website SCREEN SIZE

    Designing a website that is happy on all screens is tricky. Read this forum post, there are good discussions on it here, http://www.webdesignforum.com/16473-screen-resolution-vs-browser-window-size.html
  15. A

    CSS Creator Aims To Kill Browser Scroll Bars

    If it does pick up in popularity and other browsers start implementing it, in such a way that users can choose whether they want to scroll or flip pages, then I will definitely make my blog page compatible.
  16. A

    Web Design

    I like the layout. The only suggestion I would make is instead of using text and image as one with your tab navigation, but overlay text in html over the tab. And check this out! http://www.css3.info/preview/rounded-border/
  17. A

    problem with webstudio 5

    I can't really help you with web studio, but I may be able to help with the code. Could you take a screen shot of your problem or show me a link to the page with the problem?
  18. A

    My own website, layout questions

    I'll have to look at it more when I find more free time. But the logo in the upper left corner looks a bit blurry or too compressed. You can redesign it in the vector program http://inkscape.org/ . In this way it will look crisp at any size. Ideally you can save the image as an svg, however...
  19. A

    My own website, layout questions

    On your galleries it might help if instead of: "cat0044.jpg: 3 scans from an old Alexandra catalogue.Country: Great-Britain.Series: Alexandra Workwear.Year: 1980." having this as a run on, but put a line break after each category the image fits in.
  20. A

    CSS Creator Aims To Kill Browser Scroll Bars

    I am too lazy to download and install the opera reader, but it's definitely interesting. I think there might be some misconceptions with “Books are much easier to handle than scrolls.” which is indeed true, but only because you have to scroll manually with real scrolls, which requires two...
Top