Search results

  1. L

    Anyone know if this is legal?

    Thank you both. -Lou
  2. L

    Anyone know if this is legal?

    Hello everyone, So a client wants to have a site where, there is pretty much a forum that the visitors can use to navigate to different types of music, and then go to a thread where people are posting not the music itself but links to where they can download it (rapidshare, for example). So...
  3. L

    How to set up layouts?

    This simple answer is to learn CSS Positioning. It's not at all difficult: http://www.w3schools.com/css/css_positioning.asp -Lou
  4. L

    Tab navigation like on guardian site

    Word. Every designer needs firebug to learn from other sites. -Lou
  5. L

    Changing Content on a Single Page.

    It's hauntingly pathetic that I'm starting to think that we need to include google.com into the new resources sticky. -Lou
  6. L

    TUTORIAL: CSS Menu (Basic)

    Kindly said brad, and welcome to the forum, I'm sympathetic with your critique that my stance is a bit extreme, but as Bertrand Russell once said "All movements go too far." The question of whether or not we can push them away, and thus deny money, is a question that I'm glad you brought to...
  7. L

    Trying to create a gradient background

    Exactly... The CSS should look like this: body { background-image: url(http://www.example.com/gradient.gif); background-repeat: repeat-x; } -Lou
  8. L

    Auto resizing somewhere in script

    Look at this snippet: $val["tn"]["width"] You should try to find where the variable "width" is originally declared. -Lou
  9. L

    New website question!

    I strongly second HostGator
  10. L

    First time site builder, in need of books.

    Not too long ago did a write an article entitled "The End of Books," which leads me to ask, why on earth would you be looking for a book as opposed to an online resource? If you are grasping the photoshop part well, and the slicing, then you simply need to learn how to use divs and css to...
  11. L

    Changing Content on a Single Page.

    I don't see anything wrong with your code. I tend to use " instead of ' in JS, but everything seems fine. Have you TRIED the code that you made? BTW smoovo I just realized you're in NY too. I've worked in so many design companies in NYC. -Lou
  12. L

    Change a HTML/Flash Template

    A link would help here. Also, are you trying to add the .avi to the html or the flash file? -Lou
  13. L

    When is webdesign good

    When it attracts attention and works properly. -Lou
  14. L

    TUTORIAL: CSS Menu (Basic)

    My quote was, "with a large enough sample size." Of course there is individual variance, and I wouldn't viciously call these exceptions "special." In order to perform statistical analysis, you need a large enough sample size. There are also exceptions to the point that I've made, such as when...
  15. L

    html & css v's php

    It would completely depend on the site's intended function. If it is meant to be a static site that just describes a company or service, or to showcase a wedding photo gallery for exampele. then I don't see any reason to utilize PHP. An exception here would be if those sites need a contact...
  16. L

    HTML vs CSS ??

    The question "HTML vs. CSS" shouldn't exist, because they are not meant to do the same thing. The function of CSS is to develop the style of the site, while the function of HTML is to input the content. So, CSS was created to remove the design from the content, allowing much cleaner code, and...
  17. L

    Which way to put music on site is preferable?

    I suppose the first question to ask would be, how well do you need your music content to be protected from people downloading it? Also, do you want the music to continually play while people browse through the pages of your site, or will the music only be played on one page? -Lou
  18. L

    Two Column Layout Not Working

    There are many things that web designers commonly do that they ought not do. Empty divs will necessitate more code to be loaded, and for more code to be sorted through when making updates. -Lou
  19. L

    From Frontpage to where??

    Dreamweaver's split view. I do all of my coding in the coding section, but occasionally click on design section (so that it updates) so that I can check to see that none of my code has gone "off-course." Even my php coding is done in DW. It also helps, more so than any other application, with...
  20. L

    Link showing up as missing image.... Joomla's fault?

    Thanks v2Media.. You were completely right. -Lou
Top