Pimpinballa's User Educator Application. [DENIED]

Discussion in 'Archives' started by Pimpinballa, Jun 2, 2007.

Pimpinballa's User Educator Application. [DENIED]
  1. Unread #1 - Jun 2, 2007 at 8:21 PM
  2. Pimpinballa
    Joined:
    Apr 28, 2007
    Posts:
    915
    Referrals:
    0
    Sythe Gold:
    0

    Pimpinballa The Magician
    Banned

    Pimpinballa's User Educator Application. [DENIED]

    Guides: (5/5)


    Guide #1: HTML Guide.

    HTML-Hypertext Markup Language

    This is a very basic guide for HTML. HTML GUIDE FOR BEGGINERS.

    *Please be cautious, that there are no examples throughout this guide. You might want to use Microsoft front page if not use Notepad and try out everything the guide teaches you and save as ______.html, make sure you include .html (DOThtml) after your title. Then to open it up in a page go Start>Run>Browse> (Find the file you save it as)>Click the “OK” button.

    HTML is written in the form (known as tags), surrounded by less-than (<) and greater-than signs (>) (tags).

    Please be aware that, that a tag <> goes before the sentence or paragraph you want to change. And end with the tag </> when you want your change to stop at a certain sport. E.g. <html>the dog walked down the street</html>. Some tags don’t need the end tag </> as a result, If you do insert it your changed that you wanted will not occur. Please read carefully.

    -To start HTML use the tag <html> and end with </html>
    - Use the tag <body> and </body> for the body of the HTML page.
    -Use the tag <head> and </head> for HTML formatting information
    -To break a paragraph use the tag <p>
    -To break a line use the tag <br>
    -To pre-format information use the tag <pre> and </pre>
    -To write a title use the tag <title> and </title>
    -To tag contact information use the tag <address> and </address>
    - For a header format/attractive text/organizing in a section/subsections use the tag <h1> and </h1>. <h1> is the biggest and <h7> is the smallest.
    -To end a section with a line to separate text use the tag (hr> and </hr> for a horizontal line.
    -To write text in italics use <> and </i>
    -To write text in bold use <b> and </b>
    - To underline text use <u> and </u>
    -For monospace use <tt> and </tt>-This is a typewriting form of writing
    -For superscripts use <sup> and </sup> -It makes the text go up e.g. h20 the 0 will be high.
    -For subscripts use <sub> and </sub>-It makes the text go down. E.g. H20 the 2 will be at the bottom.
    -To cross out text/add a line through text use <strike> </strike>
    -To change size of text use <font size=”4”> and end with </font>-Text sizes range 1-6. 1 as the smallest and 6 as the biggest
    - To add color/change the color of text use <font color=”blue”> end with </font>. Font colors can also be written like this “#FFD770” which is gold. Different font colors can be found on the internet by searching the phrase “HTML Colors.”
    -To add size and color use <font color=”red”size=”4”> end with </font></font>

    -To change writing style/type/font use <font face=”Arial, Chicago”>special text</font>
    -To use strong text use <strong> and </strong>
    -Code listing <code> </code>
    -Word Defination <dfn> </dfn>
    -Keyboard Text <kbd> </kbd>
    -Sample user input <samp> </samp>
    -Program or other variable <var> and </var>
    -To make unordered lists use <ul> </ul>, each sentence starts with <li> and </li> e.g.
    <ul>
    <li>____-____;</li>
    <li>____-____;</li>
    -You can also do make ordered lists however, it is not added on this tutorial/guide.
    Special Characters:
    -&-&amp;
    -<-&lt;
    ->-&gt;
    -Copyright symbol-&copy;
    -Pointer to WebPages:
    -<a>_____</a>
    -Or to make the link live use < A HREF=”link here “>_______</a>
    -Note, GIF and JPEG are supported by HTML.-GIF and JPEG are picture formats.

    Here is the part where it gets a big complicated:

    How to add a .gif picture:
    -Use the tag <IMG SRC=”banner.gif”>
    -Adding live tabs/buttons use <IMG SRC=”yes.gif”></a>
    < A HREF=”not-ready.html”><IMG SCR=”no.gif”></A>
    -Use the tag ALIGN=top, ALIGN=middle and, ALIGN=bottom to align your image
    -If you don’t want an image to appear to the right add <br> to the end HTML
    -To change size of the image use the tag: <IMG SRC=”windows.gif” WIDTH=”200” HEIGHT=”350”>
    -TO control the vertical and horizontal space around each graphic use tages HSPACE=”10” and VSPACE=”12”
    Animated GIF Images:
    - ALT=”Yahoo Pick’o this week”>
    How to add audio, video and other media:
    -Audio: tag you’re invited listen too <A HREF=”audio.au”>a sample of my rap</a>
    Add mpeg video formats:
    - Code/tag: The new <A HREF=”video.mpg”>Music Video</a> Is finally released.
    -To center text use the tag <center> and </center>
    -To add background color use the tag <body bgcolor="Silver">
    -Add grid use the tag <BODY BACKGROUND=”gridline.gif”>
    -TEXT-color of text on page, LINK-color of hypertext references, VLINK-color of links you’ve visited, ALINK-color of link while mouse button is down on it. to change the colors of these use tag LINK=”yellow” you can also substitute LINK with TEXT and the other codes up above to change the color.
    -Scrolling Text Marquees:
    -<marquee class="html-marquee" direction="left" behavior="scroll" scrollamount="4" ><font color=orange><B> Text here.</A> </font></marquee><p style="font-family:verdana,arial,sans-serif;font-size:10px;"></p>
    <table width="100%" border="0" cellspacing="0" cellpadding=”10”>
    -You can change the direction, behavior, scrollamount, font color and writing type to whatever you want it as. If this marquee did not work please search up marquee on the internet and you might find some better results.
    Javascript will by written here soon!

    Guide #2: How to get rid of a virii.

    One
    Visit your virus-scan software manufacturer's Web site and install any virus updates that are available. Then run the software. The software may not be able to delete the virus, but it may be able to identify it.
    Two
    Search the Web for information regarding your specific virus by typing the name of the virus or its associated file into a search engine followed by the word "virus." For example, "trojan," "BubbleBoy virus," etc.
    Three
    Download and install any patches or other programs that will help you eliminate the virus. Or follow any instructions you find on deleting the virus manually.
    Four
    Run another virus scan to make sure the virus has been dealt with properly.
    Five-If your not afraid to waste money and are impatience
    Drop your computer at your local computer store. E.g. Future shop, 4 dimensions and e.t.c.

    Guide #3: Computer running slow?

    Computer running slow? Try freeing up disk space!

    Is your PC running slow? The answer is “Clean up disk space.” By going Start>Programs>Accessories> System tools>Disk cleanup. Then a window should pop up. Please refer to figure 1:

    Figure 1:
    [​IMG]

    Choose the drive you want to clean up.

    Then a window should pop up. Refer to figure 2:

    Figure 2:
    [​IMG]

    After that a window should pop up. Please refer to figure 3:

    Figure 3:
    [​IMG]

    Click the check boxes for files that you want to delete, and then click ok.

    Within a few seconds it should start running, leaving your computer clean!

    Guide #4: How to clean your computers fan!

    How to clean your computer’s fan!

    Cleaning your computers fan is very important! A lot of dust builds up around there which will effect your fans responsibility! Which could cause overheating, data loss and more….
    Requirements: Compressed air, electrostatic wrist strap for safety, and maybe a screw driver.

    Turn off your computer and remove the lid. From there locate all the various fans. Blow through the internal slits from inside the chassis. Make sure the dust is coming out.
    Next, blow into the intake, there might not be one so don’t attempt locating it if you cannot find it. Finally, blow the rear exhaust fan. Repeat the steps with other fans you can see. Wait your not done, 1 more brief step left! Hook up your PC if you have removed the wires and such. Then simply turn it on. While the fans are spinning blow the fans with your compressed air once again and you’re DONE!

    Guide #5: Detect and repair disk errors.

    Detect and repair disk errors

    If you use your computer daily, you should run this weekly to help prevent data loss and more.
    To run the Error Checking utility:
    *Close all files before running this program!.
    Go Start>My Computer>Right click the disk drive you want>then simply click properties. Therefore click “TOOLS”>Click Check now>In the Check Disk select Scan for and attempt recovery of bad sectors>Then simply click :START”
    [​IMG]

    Why would Pimpinballa be a good user educator?


    I would be a good user educator because I am knowledgeable about most aspects surronding information technology and RuneScape itself. I have a long history of positively interacting with other people, and have sufficient communication skills and patience to help solve any range of user problems- whether it be viral infections, missing libraries, web design questions and more.

    I can help a lot of people because I am very active, and I actually enjoy making and posting guides.
     
  3. Unread #2 - Jun 2, 2007 at 8:24 PM
  4. mcnuggetman
    Joined:
    Dec 21, 2005
    Posts:
    2,080
    Referrals:
    1
    Sythe Gold:
    0

    mcnuggetman Grand Master
    Banned

    Pimpinballa's User Educator Application. [DENIED]

    took me a while to reed but nice
     
  5. Unread #3 - Jun 2, 2007 at 8:28 PM
  6. SlaveOfTheBeast
    Joined:
    Mar 4, 2007
    Posts:
    3,361
    Referrals:
    0
    Sythe Gold:
    0

    SlaveOfTheBeast Official hater of all things emo
    Banned

    Pimpinballa's User Educator Application. [DENIED]

    I like it!
     
  7. Unread #4 - Jun 2, 2007 at 8:35 PM
  8. mage3158
    Joined:
    Jan 27, 2007
    Posts:
    2,415
    Referrals:
    0
    Sythe Gold:
    330
    Discord Unique ID:
    148244190378196992
    Discord Username:
    Crabby#0989
    Not sure if srs or just newfag...

    mage3158 Grand Master

    Pimpinballa's User Educator Application. [DENIED]

    I don't really like guides two and three.
     
  9. Unread #5 - Jun 2, 2007 at 10:39 PM
  10. Six
    Joined:
    Jan 21, 2007
    Posts:
    1,482
    Referrals:
    4
    Sythe Gold:
    12

    Six Guru

    Pimpinballa's User Educator Application. [DENIED]

    Pending.
     
  11. Unread #6 - Jun 3, 2007 at 8:46 AM
  12. ImAFool
    Joined:
    Jul 15, 2006
    Posts:
    1,497
    Referrals:
    1
    Sythe Gold:
    5

    ImAFool Guru

    Pimpinballa's User Educator Application. [DENIED]

    Guide 2 - Basics, etc, wasn't good imo.

    Guide 3 - Almost pointless, it barely frees anything up.
     
  13. Unread #7 - Jun 3, 2007 at 5:10 PM
  14. Pimpinballa
    Joined:
    Apr 28, 2007
    Posts:
    915
    Referrals:
    0
    Sythe Gold:
    0

    Pimpinballa The Magician
    Banned

    Pimpinballa's User Educator Application. [DENIED]

    Sorry for making them basic. People ask questions about them alot. So I decided to make some. I am very sorry. I probably will be [DENIED].
     
  15. Unread #8 - Jun 3, 2007 at 9:35 PM
  16. Hax4You
    Joined:
    Feb 2, 2007
    Posts:
    741
    Referrals:
    0
    Sythe Gold:
    0

    Hax4You Apprentice

    Pimpinballa's User Educator Application. [DENIED]

    Since Six, and WoW aren't on...

    !Denied!
     
  17. Unread #9 - Jun 3, 2007 at 10:14 PM
  18. Six
    Joined:
    Jan 21, 2007
    Posts:
    1,482
    Referrals:
    4
    Sythe Gold:
    12

    Six Guru

    Pimpinballa's User Educator Application. [DENIED]

    Yeah... denied.
     
< Pimpinballa for user ed? | selling level 118 amazing stats >

Users viewing this thread
1 guest


 
 
Adblock breaks this site