Search results

  1. conor

    Illustrator vs. Photoshop vs. Fireworks

    well for my design i use CSS as much as possible, but for what i do have to do that i can't do with CSS i use Photoshop CS3 for. Its a nice program, very user friendly! BTW does anyone know where i could get a copy of CS4?
  2. conor

    need php code's

    forums are very complex I recomend downloading one ready made like BBpress or Simplepress
  3. conor

    window, Linux or Mac?

    What is the best OS to use for Web Design and Programing? I personally use Linux Fedora, but let me know what you use! :-)
  4. conor

    Flash Banner - just photographs

    Thanks a mill, I much prefer JS to Flash any day!
  5. conor

    Internet Explorer Vs Firefox

    firefox rules! I hate ie it's the worst program ever invented! Even google chrome is better than ie and google chrome is terrible!
  6. conor

    is CSS and html all I need to do this?

    Yes that's all you need, I'm not even sure if you can use HTML, it's mainly CSS. You need to find out all the style names. The best thing to do is to get an existing template and edit it.
  7. conor

    Your Expert Opinions, Please!

    I really think that it is a very good site. I like the whole look of it. Do you use dreamweaver? The forum is good to, it's run of phpBB (the same as this forum) isn't it? How much does phpBB cost, I'm considering getting it for one of my sites. Do you use a CMS?
  8. conor

    Dotted lines appearing round my links in Firefox

    or you could just use a{ border:none; }
  9. conor

    Design Review: Green End Store

    i like the site, its nice but personally i tend to try and not use so many images in my sites.
  10. conor

    Flash Banner - just photographs

    I am using Adobe Flash CS3. I don't really want to get into flash but my client is quite insistant that he wants a flash banner. Does anyone know any tutorials to create a flash banner - purely photographs - such as the one at http://www.harvestblues.com/ It is probarbly easy to do but...
  11. conor

    What is the best way to display high resolution images on a website?

    yeah you should allways reduce the images sizes for your sites for two reasons: 1. Takes up less space 2. Loads quicker
  12. conor

    Help centering Div layout

    to make it work in all browsers use this CSS body{ text-align:center; <!--- for ie ---> } #wrapper{ text-align:left; margin:20px auto; <!--- for firefox and others ---> } HTML <body> <div id="wrapper"> Have all of your content in here! </div> </body> That should work in all browsers...
  13. conor

    flash banner as background

    ok ill try and learn a bit of actionscript then... at the moment all i know is "stop;" but that will all change in time.... :)
  14. conor

    Is this a flash gallery?

    http://www.flashgallery.org/ i used it for one of my sites and it turned out pretty well...
  15. conor

    Help with scrollbars!

    is this an example of quality spamming or what? Where are the moderators! :)
  16. conor

    hide from Google

    i have a site that doesnt have any meta tags and its been up for 7 months and google still hasn't found it. the spiders might find it eventually though.......
  17. conor

    Site Review needed

    the site is fine, I think the problem is that no one knows that it is there! Are you connected to google? You need to start doing sites for local clients aswell, that's a good start. I have two other small sugestions 1. On the contact page you mention XHTML, CSS and Flash. Clients probarbly...
  18. conor

    flash banner as background

    hi, I know nearly nothing about flash but I am making a very simple flash banner for someone. I want to put links over the banner - because I don't want to get into linking in flash... Is there Any way to put text over the banner in the webpage? Of any way to set the banner as a background...
  19. conor

    No portfilio

    or do a site for yourself first and let your clients see that
  20. conor

    newbie question

    rounded tables are available in CSS3 but it isn't supported by any browsers at the moment... If you download the nightly firefox it might work... But then nobody else will be able to see it! Text shadow will also be available... I can't wait! :)
Top