Thread: Cprogramming tutorials

  1. #1
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318

    Cprogramming tutorials

    I noticed that there is no "print mode" in Cprogramming tutorials, so I messed with it a bit. Finally, I got this (enter this to your address bar):
    Code:
    javascript:void(document.getElementsByTagName("td")[1].style.display="none");
    void(document.getElementsByTagName("td")[2].style.display="none");
    void(document.getElementsByTagName("td")[3].style.display="none");
    void(document.getElementsByTagName("td")[4].style.display="none");
    void(document.getElementsByTagName("td")[5].style.display="none");
    void(document.getElementsByTagName("td")[6].style.display="none");
    void(document.getElementsByTagName("td")[7].style.display="none");
    void(document.getElementsByTagName("td")[8].style.display="none");
    void(document.getElementsByTagName("td")[9].style.display="none");
    void(document.getElementsByTagName("td")[13].style.display="none");
    void(document.getElementsByTagName("iframe")[0].style.display="none");
    void(document.getElementsByTagName("iframe")[1].style.display="none");
    void(document.getElementsByTagName("iframe")[2].style.display="none");
    And you only have the tutorial part, no other tables, menus, ads! Only the Cprogramming logo, the tutorial and nothing else.

    You must remove newlines from that, because address bar only takes one line.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  2. #2
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Look again... every tutorial page's title read something like this:
    Code:
    Lesson 1: The basics of C++(Printable Version)
    However, your effort is greatly appreciated. Thank you for your consideration.
    Last edited by SlyMaelstrom; 10-01-2006 at 01:38 AM.
    Sent from my iPadŽ

  3. #3
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    http://www.cprogramming.com/tutorial...operators.html

    I saw no "printable version button there". So, printable versions are available only for the first 20 tutorials, but there are much more of them
    Last edited by maxorator; 10-01-2006 at 01:45 AM.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  4. #4
    Registered Luser risby's Avatar
    Join Date
    Jun 2006
    Posts
    72
    Quote Originally Posted by maxorator
    so I messed with it a bit ... And you only have the tutorial part, no other tables, menus, ads! Only the Cprogramming logo, the tutorial and nothing else.
    Nice, Max. Kudos.
    ===
    Don't grumble about what you can't have;
    be grateful you don't get what you deserve.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 04-06-2007, 05:10 PM
  2. Why don't the tutorials on this site work on my computer?
    By jsrig88 in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2006, 10:39 PM
  3. Wiki for Tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 08-16-2005, 03:03 PM
  4. CProgramming.com should update their tutorials.
    By PorkyChop in forum C++ Programming
    Replies: 17
    Last Post: 09-19-2004, 10:51 PM
  5. Best way to organize tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 05-30-2004, 04:41 AM