Forum buttons

You need help? It's here!
Locked
Cartoon

Forum buttons

Post by Cartoon » Mon 12 Apr , 2010 6:40 pm

So what dose Code - do?

and why 2 lists?
      What dose [*] do?

      <- How dose this work?

      <-- this 1 should be quite easy, copy and paste from google images or something?

      User avatar
      Deathblade
      System Administrator
      Posts: 267
      Joined: Tue 09 Feb , 2010 7:21 pm
      Location: Switzerland
      Contact:

      Re: Forum buttons

      Post by Deathblade » Mon 12 Apr , 2010 6:59 pm

      Code does :

      (Example code)

      Code: Select all

      Define CONF_WORD = 0x31f4
      Define CLOCK_FREQUENCY = 4
      ADCON0 = %00001000  'Pin AN2 en analog, Vref sur VDD
      ANSEL.2 = 1  'AN2 en entrée
      TRISIO.1 = 0
      Dim ad As Word
      GPIO.1 = 0
      
      
      loop:
      Adcin 2, ad
      
      If ad > 900 Then
      	GPIO.1 = 1
      Endif
      
      If ad < 870 Then
      	GPIO.1 = 0
      Endif
      
      WaitUs 1
      Goto loop
      The LDG admin !

      Cartoon

      Re: Forum buttons

      Post by Cartoon » Mon 12 Apr , 2010 7:27 pm

      Ahh okay - I don't think I'll ever use that :S Whats the code used for anyway? and what about other buttons? :D

      User avatar
      THE_NICAM
      System Administrator
      Posts: 66
      Joined: Wed 10 Mar , 2010 6:20 pm
      Location: Switzerland
      Contact:

      Re: Forum buttons

      Post by THE_NICAM » Mon 12 Apr , 2010 7:33 pm

      Creating an Unordered list
      BBCode supports two types of lists, unordered and ordered. They are essentially the same as their HTML equivalents. An unordered list outputs each item in your list sequentially one after the other indenting each with a bullet character. To create an unordered list you use
        and define each item within the list using [*]. For example to list your favourite colours you could use:

        Code: Select all

            [list]
            [*]Red
            [*]Blue
            [*]Yellow
            [/list]
        
        This would generate the following list:
        • Red
        • Blue
        • Yellow

        Creating an Ordered list
        The second type of list, an ordered list, gives you control over what is output before each item. To create an ordered list you use
          to create a numbered list or alternatively
            for an alphabetical list. As with the unordered list, items are specified using [*]. For example:

            Code: Select all

                [list=1]
                [*]Go to the shops
                [*]Buy a new computer
                [*]Swear at computer when it crashes
                [/list]
            
            will generate the following:
            1. Go to the shops
            2. Buy a new computer
            3. Swear at computer when it crashes
            Whereas for an alphabetical list you would use:

            Code: Select all

                [list=a]
                [*]The first possible answer
                [*]The second possible answer
                [*]The third possible answer
                [/list]
            
            giving
            1. The first possible answer
            2. The second possible answer
            3. The third possible answer
            THE_NICAM, THE SYSADMIN :-D

            Cartoon

            Re: Forum buttons

            Post by Cartoon » Mon 12 Apr , 2010 7:52 pm

            lol swear at computer when it crashes ^^

            Thank you for that guide. But I think I can stick to the DIY

            Nardaq_NL
            Posts: 232
            Joined: Sun 14 Mar , 2010 7:31 pm
            Contact:

            Re: Forum buttons

            Post by Nardaq_NL » Sat 08 May , 2010 6:29 pm

            Cartoon wrote:Ahh okay - I don't think I'll ever use that :S Whats the code used for anyway? and what about other buttons? :D
            the code tag is used to use a fixed distance font type like courier. Its makes a better view to display "code" or other Ascii stuff

            quick google search for a example

            Code: Select all

                       TTL to MMi99 input interface
            
                                   BC547            MMi99 I/P
                             10K         --------------------
             TTL input       ___       |/
                ------------|___|------|
                                       |>
                                         |
            GND                          |           MMi99 0V
                -------------------------o------------------
            
            and now w/out the tag

            TTL to MMi99 input interface

            BC547 MMi99 I/P
            10K --------------------
            TTL input ___ |/
            ------------|___|------|
            |>
            |
            GND | MMi99 0V
            -------------------------o------------------

            u can see the extra tabs and space-bars are ingnored :mrgreen:

            the can be used in a few ways [b]*[/b] no ... .google.nl
            (use quotes to show up half linked url's like: &playnext_from=TL&videos=lJ1G9IXmxgw&feature=rec-LGOUT-exp_stronger_r2-2r-8-HM)

            * give the URL a name
            [ URL=www.google.nl]yahoo[ /URL ]
            yahoo

            same way for the Image

            * and the same to show up a small picture linked to a bigger one (Thumbnails)
            [ URL=http://homepage.eircom.net/~JBarrett847/Shot01071.jpg][ IMG ]http://fpmedia.insidegamer.nl/avatars/15076.jpg[ /IMG ][ /URL ] (U can use img= but its not working :( )
            Image

            User avatar
            KimiRäikkönen
            Member
            Posts: 287
            Joined: Sat 13 Feb , 2010 12:48 am
            Location: the hood
            Contact:

            Re: Forum buttons

            Post by KimiRäikkönen » Fri 16 Jul , 2010 12:30 am

            The only code i know:
            (\/)
            (O.o)
            |"||"|

            ;)

            ┌∩┐(◣_◢)┌∩┐

            User avatar
            Azarael
            UT2004 Administrator
            Posts: 5365
            Joined: Thu 11 Feb , 2010 10:52 pm

            Re: Forum buttons

            Post by Azarael » Fri 16 Jul , 2010 2:10 pm

            Necromancy, locked.

            Locked

            Who is online

            Users browsing this forum: No registered users and 29 guests