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 penagate

  1. newlook liked penagate's post in the thread Webhost upgraded to PHP5 - can't print $myvar on second page.

    Use the backslash character to escape symbols: "... \$_SESSION ..." session_register() requires register_globals to operate. It is also...

    Nov 28, 2006
  2. yfs1 liked penagate's post in the thread where all do you apply soap.

    Do you not have a parent to answer these questions for you?

    Oct 16, 2006
  3. driven liked penagate's post in the thread difference in IE and FF with horizontal navigation tabs.

    It's a simple issue with differing default margins on elements. You can fix this particular instance using: #topnav ul { /* ... */...

    Oct 15, 2006
  4. AdamSee liked penagate's post in the thread CDATA sessions.

    You missed the first closing comment token in your sample code so that whole thing will be ignored. But, you're correct: it's...

    Oct 13, 2006
  5. motheherder liked penagate's post in the thread <div> tag ...yes IE no Firefox.

    You need to use the document.frames array to reference a frame. Although I strongly suggest you avoid their use altogether.

    Oct 11, 2006
  6. ludwig liked penagate's post in the thread is this site SEO friendly?.

    Yes. But don't just use <div> and only <div>. Otherwise, you're not much better off. HTML markup is supposed to be descriptive. So, a...

    Oct 6, 2006
  7. fatabbot liked penagate's post in the thread Declaring constants in PHP.

    You can access them from any files included AFTER the one containing the define statements. Use the quote marks around the constant...

    Oct 5, 2006
  8. DeluxeEdition liked penagate's post in the thread stick a variable in an include.

    You can't nest <?php ... ?> blocks, just use PHP code within them. Its a simple string concatenation, use the dot operator. <?php...

    Oct 4, 2006
  9. kingjacob liked penagate's post in the thread How do I fix this XML Parsing Error?.

    <ADMINNICENAME> is an unclosed element. You cannot have unclosed elements in XML; it must be well-formed. What's it supposed to refer to?

    Oct 3, 2006
  10. Edz liked penagate's post in the thread Background image repeat - How to position?.

    background: url('file:///C:/Documents%20and%20Settings/Eigenaar/Bureaublad/10.jpg') 0 100px repeat-x; See CSS Background. Edit:...

    Oct 2, 2006
  11. JosS liked penagate's post in the thread Page <title> from Page Name.

    basename(ucwords(str_replace('_', ' ', $_SERVER['PHP_SELF'])))

    Oct 2, 2006
  12. kk5st liked penagate's post in the thread Firefox problems with CSS.

    Hi! Get rid of it all, go to W3Schools, read the HTML and CSS tutorials, and use Notepad++ or another programming editor. Don't use any...

    Sep 30, 2006
  13. tayiper liked penagate's post in the thread A question on a particular, well, I don't know what is it called.

    Hi, You can display any character using a character reference: &#dec; or &#xhex; specifying the character code. The named entities are...

    Sep 27, 2006
  14. kk5st liked penagate's post in the thread validate with xhtml.

    Hi, Some tips for you: Don't use XHTML Transitional. You should either use HTML 4 Strict, for maximum compatability, or XHTML 1.0...

    May 9, 2006
  15. Slapyo liked penagate's post in the thread I can't put an image map into this strange css text.... help?.

    Image map using CSS and XHTML: frankmanno.com/ideas/css-imagemap/ (Sorry, can't link tag for another 3-4 days ;)) - P

    Apr 13, 2006
  16. Johnburk liked penagate's post in the thread Hyperlink without underline in html?.

    Hi, All browsers have a default stylesheet that they use to style elements. If a site specifies custom style rules, those are then...

    Apr 13, 2006
  17. Weirfire liked penagate's post in the thread HTML tool query?.

    Hi, It could be fairly easily made. What do you need it for? If you are after a detailed tree representation of the document structure...

    Apr 13, 2006