Pimpinballa's User Educator Application. [DENIED]

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

Pimpinballa's User Educator Application. [DENIED]
  1. Unread #1 - Jun 24, 2007 at 1:50 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 sign up for Google Ads, choose your ads and install them

    How to sign up for Google Ads, choose your ads and install them.

    Go to the link; https://www.google.com/adsense/. Following that skim the page for a SIGN UP NOW button. It should be located on the top right. Please refer to figure 1.1.

    Figure 1.1
    [​IMG]
    Shot at 1969-12-31


    It should then lead you to a page, simpily follow the instructions and fill in the required information. Refer to figure 1.2.

    Figure 1.2.
    [​IMG]
    Shot at 1969-12-31
    [​IMG]
    Shot at 1969-12-31

    Then press continue.

    Afterwards when you do so a page should appear, make sure you double check your information. Then scroll down the page and 2 boxes should appear. If you already have a e-mail with Google then I’d recommend you use that one and simply log in. Then, click I’d like to use my existing account. However, if you do not have one click, I do not use these other services. I would like to create a Google account. Please refer to figure 1.3.

    Figure 1.3.
    [​IMG]
    Shot at 1969-12-31

    If your making a new accont refer to figure 1.4.

    Figure 1.4.
    [​IMG]
    Shot at 1969-12-31

    If you’re using the same account the just verify that then log in. Refer to figure 1.5.

    Figure 1.5.
    [​IMG]
    Shot at 1969-12-31

    There! You’re done! Now if you need help choosing ads read the following.

    Firstly, make sure you logged in if not, refresh the page to the main page then log in. Afterwards click Ad sense Setup.

    Please refer to figure 1.6.

    Figure 1.6.
    [​IMG]
    Shot at 1969-12-31




    Click any type of ad you want. But, for now we’ll click Ad Sense for content. A page should appear refer to figure 1.7.

    Figure 1.7.
    [​IMG]

    Next you just have to press continue and a page about channels should appear. Select your web site channels. For instance, since you already signed up with your site you won’t need to do anything besides press continue. If you have more then 1 site(s) just go add channel and add you’re other site. This is only to compare both of your sites. Which one made the most money and so on.

    Figure 1.8.
    [​IMG]

    Then just press continue you and BAM! The code came up for your add. If you want to learn how to install it on your web site please read the following. However, I assume you already know what an ftp is and you’re probably most likely using one. If you don’t own a web site this following information may be useless.

    Open your via FTP and locate the files Over_footer and or Over_header. Insert the tag <body> and then right under insert the code. If you want it to be centered insert the tag <ceneter> right under <body>.

    Example: <body>
    <center>
    <Ad Sense code>

    Then upload the files back to your ftp, refresh your web sites page and BAM! You now got ads!


    Guide #5: 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 #6: 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 24, 2007 at 1:54 PM
  4. Live To Die
    Joined:
    Jun 20, 2007
    Posts:
    147
    Referrals:
    0
    Sythe Gold:
    0

    Live To Die Active Member
    Banned

    Pimpinballa's User Educator Application. [DENIED]

    Guide # 4 & 1 are to easy. Guide # 6 has been done many times. Any way good luck.


    So is Guide #2
     
  5. Unread #3 - Jun 24, 2007 at 1:56 PM
  6. Quhx
    Joined:
    Jan 21, 2007
    Posts:
    887
    Referrals:
    0
    Sythe Gold:
    0

    Quhx Apprentice
    Banned

    Pimpinballa's User Educator Application. [DENIED]

    GL getting applied :D
    Like the HTML guide, but try to put those codes in
    Code:
    's
     
  7. Unread #4 - Jun 24, 2007 at 2:39 PM
  8. Pimpinballa
    Joined:
    Apr 28, 2007
    Posts:
    915
    Referrals:
    0
    Sythe Gold:
    0

    Pimpinballa The Magician
    Banned

    Pimpinballa's User Educator Application. [DENIED]

    Thanks guys.
     
  9. Unread #5 - Jun 24, 2007 at 3:40 PM
  10. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    Pimpinballa's User Educator Application. [DENIED]

    Dear Pimpinballa,

    Thank you for applying to be a part of the User Education team. Your application has been viewed, and is set to Pending. Presently, a poll on whether the User Education team feels your application should be approved or denied has been created.

    If at any point you desire to change something in your application, simply inform us, via post, of what changes occured. Sometimes the smallest tweak can change a User Educator's vote. Should you wish to withdrawal your application at any time, please notify a Head User Educator, and they will remove it.

    Again, good luck on being accepted.

    Pending.
     
  11. Unread #6 - Jun 26, 2007 at 12:34 PM
  12. Trag1c The second
    Joined:
    Jan 22, 2007
    Posts:
    436
    Referrals:
    0
    Sythe Gold:
    0

    Trag1c The second Forum Addict

    Pimpinballa's User Educator Application. [DENIED]

    It sucks, it sucks!

    Nah, good guys. We have one of the same guides though =P Good luck, hope you succeed.


    EDIT: Forum Addict ftw!
     
  13. Unread #7 - Jun 29, 2007 at 7:13 AM
  14. WoW Sucks
    Joined:
    Jan 21, 2007
    Posts:
    3,708
    Referrals:
    3
    Sythe Gold:
    0

    WoW Sucks Global Moderator
    Banned

    Pimpinballa's User Educator Application. [DENIED]

    Denied because of the ban.
     
< Buying Rune Meds 10k each. | Pimpinballa for User Educator? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site