1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By Dan Schulz

  1. gemini181 liked Dan Schulz's post in the thread Tabeless CSS design 101? How to...?.

    Using HTML and CSS requires literally un-learning everything (and I do mean everything) you know about HTML, so you'll want to start the...

    Mar 24, 2007
  2. ryan_uk liked Dan Schulz's post in the thread Tabeless CSS design 101? How to...?.

    Using HTML and CSS requires literally un-learning everything (and I do mean everything) you know about HTML, so you'll want to start the...

    Mar 24, 2007
  3. tayiper liked Dan Schulz's post in the thread The order of selectors in a stylesheet file.

    The universal selector (the asterisk) applies to all elements (basically tags) on a Web page. In the example I used above, it strips...

    Feb 18, 2007
  4. my44 liked Dan Schulz's post in the thread One menu for all pages.

    You'll have to change virtual to file if you want to do that. But frankly I don't see why you would even want to specify an absolute...

    Feb 12, 2007
  5. commandos liked Dan Schulz's post in the thread how do we call this ?.

    It's a breadcrumb. The best way to make this is to use an unordered list containing other unordered lists, with one list item per...

    Feb 11, 2007
  6. ian_batten liked Dan Schulz's post in the thread Website search option script.

    Google's a good choice for those who cannot run their own search engine. But if you can host your own, go for it :).

    Feb 10, 2007
  7. Nima liked Dan Schulz's post in the thread What is the best font to use?.

    For body copy I tend to use (in this order): Tahoma, Lucida Grande, Lucida, Verdana, Arial, and Helvetica, with a fall-back to a...

    Jan 22, 2007
  8. chem liked Dan Schulz's post in the thread SEO friendly CSS templates?.

    Try something like this (bear in mind this may become obsolete soon): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"...

    Jan 21, 2007
  9. KC TAN liked Dan Schulz's post in the thread Search engine compatible.

    Use semantic HTML markup (with the least amount of code necessary to do the job) for your document structure, an external CSS file for...

    Jan 19, 2007
  10. kgrad liked Dan Schulz's post in the thread One menu for all pages.

    Sure can. For server-side includes, (after creating your separate file), put this into your Web page: <!--#include...

    Jan 19, 2007
  11. KC TAN liked Dan Schulz's post in the thread FF or IE or both, which should valid CSS show up in?.

    Actually, concentrate on the four major rendering engines, and you'll cover all the major browsers in one fell swoop. Trident...

    Jan 5, 2007
  12. Tyler Banfield liked Dan Schulz's post in the thread advice on creating a menu with xhtml & css.

    As crazybjörn said, a list is the best way to go about this. You're going to want to mark it up like this: <ul id="menu">...

    Jan 4, 2007
  13. Nima liked Dan Schulz's post in the thread Is there anyways to find the actual height & apply it to CSS?.

    Ok, that's going to require the use of negative margins and some clever use of floats then. Can you wait until I get home?

    Jan 3, 2007
  14. Tyler Banfield liked Dan Schulz's post in the thread IE detect = recommend Firefox or Opera ? :).

    Please. Don't. Do. This. Ever. Why? It's amateurish, unprofessional and in the end will make you look like a fool. You're not...

    Dec 30, 2006
  15. kk5st liked Dan Schulz's post in the thread IE detect = recommend Firefox or Opera ? :).

    Please. Don't. Do. This. Ever. Why? It's amateurish, unprofessional and in the end will make you look like a fool. You're not...

    Dec 30, 2006
  16. Josh Inno liked Dan Schulz's post in the thread Link code to open new window without depreciated attributes.

    Hi Josh, Corey gave you a link to a script I recommend highly, however it just says to "use this" rather than saying why it should be...

    Dec 27, 2006
  17. scart3r liked Dan Schulz's post in the thread It's not in the right spot!!.

    You're also going to want to use a proper DOCTYPE if you want the page to render consistently across different browsers. If you use a...

    Dec 25, 2006
  18. varun8211 liked Dan Schulz's post in the thread Compatibility with Mobile HTMl browsers.

    And here it is (copied in its entirety from this thread on SitePoint): *** *** *** You may want to read this thread before doing...

    Dec 24, 2006
  19. powwka liked Dan Schulz's post in the thread Anyone know of a good CSS layout tutorial?.

    The first thing you need to do is to organize your site's structure in a semantic manner. This means using the accepted conventions of...

    Dec 24, 2006