Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. What language do you think in?

What language do you think in?

Scheduled Pinned Locked Moved The Lounge
databasequestionphpperlhtml
29 Posts 18 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R RoswellNX

    This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

    "Angelinos -- excuse me. There will be civility today."
    Antonio VillaRaigosa
    City Mayor, Los Angeles, CA

    M Offline
    M Offline
    Mark Salsbery
    wrote on last edited by
    #6

    My notes/designs look like a combination of indented c/c++ (without the curlies) and a flow chart without specific symbols. Lines and arrows to indicate flow. Any remaining whitespace is filled with boxed-in "sidebars". Mark

    "Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

    1 Reply Last reply
    0
    • R RoswellNX

      This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

      "Angelinos -- excuse me. There will be civility today."
      Antonio VillaRaigosa
      City Mayor, Los Angeles, CA

      S Offline
      S Offline
      Shog9 0
      wrote on last edited by
      #7

      Usually some mix of Javascript and C++. For HTML, i just draw rough pictures of what i want and where it should be in relation to other things, then type out the corresponding markup. I don't think in markup, even when i'm writing it.

      ----

      Yes, but can you blame them for doing so if that's the only legal way they can hire programmers they want at the rate they can afford?

      -- Nish on sketchy hiring practices

      R 1 Reply Last reply
      0
      • S Shog9 0

        Usually some mix of Javascript and C++. For HTML, i just draw rough pictures of what i want and where it should be in relation to other things, then type out the corresponding markup. I don't think in markup, even when i'm writing it.

        ----

        Yes, but can you blame them for doing so if that's the only legal way they can hire programmers they want at the rate they can afford?

        -- Nish on sketchy hiring practices

        R Offline
        R Offline
        RoswellNX
        wrote on last edited by
        #8

        Shog9 wrote:

        For HTML, i just draw rough pictures of what i want and where it should be in relation to other things, then type out the corresponding markup. I don't think in markup, even when i'm writing it.

        I use CSS for the most part for the visual aspect of it, so all i have for the actual HTML markup is the structural tags, and when i have a column of five identical closing divs it's easy to to screw up when not paying attention Roswell

        "Angelinos -- excuse me. There will be civility today."
        Antonio VillaRaigosa
        City Mayor, Los Angeles, CA

        S 1 Reply Last reply
        0
        • R RoswellNX

          This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

          "Angelinos -- excuse me. There will be civility today."
          Antonio VillaRaigosa
          City Mayor, Los Angeles, CA

          M Offline
          M Offline
          Member 96
          wrote on last edited by
          #9

          No language it's all visual. I have a brain that works best with visual input and visual memory. I literally picture an image of what the idea will look like to remember it. I was on a bike ride the other day and in the middle thought of an idea and just so I wouldn't forget it I visualized a screenshot of it in my head and I can still see it perfectly right now without having written it down or anything. (I'm just too lazy to implement it being on holidays right now :))


          "110%" - it's the new 70%

          P 1 Reply Last reply
          0
          • R RoswellNX

            Shog9 wrote:

            For HTML, i just draw rough pictures of what i want and where it should be in relation to other things, then type out the corresponding markup. I don't think in markup, even when i'm writing it.

            I use CSS for the most part for the visual aspect of it, so all i have for the actual HTML markup is the structural tags, and when i have a column of five identical closing divs it's easy to to screw up when not paying attention Roswell

            "Angelinos -- excuse me. There will be civility today."
            Antonio VillaRaigosa
            City Mayor, Los Angeles, CA

            S Offline
            S Offline
            Shog9 0
            wrote on last edited by
            #10

            RoswellNX wrote:

            when i have a column of five identical closing divs it's easy to to screw up when not paying attention

            Heh, that's where a good editor and judicious use of indentation helps... ;)

            ----

            Yes, but can you blame them for doing so if that's the only legal way they can hire programmers they want at the rate they can afford?

            -- Nish on sketchy hiring practices

            1 Reply Last reply
            0
            • R RoswellNX

              This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

              "Angelinos -- excuse me. There will be civility today."
              Antonio VillaRaigosa
              City Mayor, Los Angeles, CA

              M Offline
              M Offline
              Marc Clifton
              wrote on last edited by
              #11

              Klingon for user interface, Romulan for the data access layer, and Vulcan for the business rules. Marc

              Thyme In The Country
              Interacx
              My Blog

              J 1 Reply Last reply
              0
              • R RoswellNX

                This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

                "Angelinos -- excuse me. There will be civility today."
                Antonio VillaRaigosa
                City Mayor, Los Angeles, CA

                N Offline
                N Offline
                Nick Seng
                wrote on last edited by
                #12

                C#, mostly.


                You can't stop the signal

                1 Reply Last reply
                0
                • R RoswellNX

                  This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

                  "Angelinos -- excuse me. There will be civility today."
                  Antonio VillaRaigosa
                  City Mayor, Los Angeles, CA

                  J Offline
                  J Offline
                  Jon Sagara
                  wrote on last edited by
                  #13

                  Engrish. Because I'm 1/2 Japanese? :rolleyes:

                  Jon Sagara This is the stuff we'll drink on special occasions. To paraphrase my father-in-law, this is the kind of wine that results in kids. -- A friend Blog | Site | Articles

                  1 Reply Last reply
                  0
                  • R RoswellNX

                    This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

                    "Angelinos -- excuse me. There will be civility today."
                    Antonio VillaRaigosa
                    City Mayor, Los Angeles, CA

                    J Offline
                    J Offline
                    Jerry Hammond
                    wrote on last edited by
                    #14

                    RoswellNX wrote:

                    This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes

                    Gibberish. Could this be a root of my career stalling?

                    "We are all repositories for genetically-encoded information that we're all spreading back and forth amongst each other, all the time. We're just lousy with information." - Neal Stephenson

                    E 1 Reply Last reply
                    0
                    • M Marc Clifton

                      Klingon for user interface, Romulan for the data access layer, and Vulcan for the business rules. Marc

                      Thyme In The Country
                      Interacx
                      My Blog

                      J Offline
                      J Offline
                      Jerry Hammond
                      wrote on last edited by
                      #15

                      Your post reminds me of this list: 12. Specifications are for the weak and timid! 11. This machine is a piece of GAGH! I need dual Pentium processors if I am to do battle with this code! 10. You cannot really appreciate Dilbert unless you've read it in the original Klingon. 9. Indentation?! -- I will show you how to indent when I indent your skull! 8. What is this talk of 'release'? Klingons do not make software 'releases'. Our software 'escapes' leaving a bloody trail of designers and quality assurance people in its wake. 7. Klingon function calls do not have 'parameters' -- they have 'arguments' -- and they ALWAYS WIN THEM. 6. Debugging? Klingons do not debug. Our software does not coddle the weak. 5. I have challenged the entire quality assurance team to a Bat-Leth contest. They will not concern us again. 4. A TRUE Klingon Warrior does not comment his code! 3. By filing this SPR you have challenged the honor of my family. Prepare to die! 2. You question the worthiness of my code? I should kill you where you stand! 1. Our users will know fear and cower before our software. Ship it! Ship it, and let them flee like the dogs they are!

                      "We are all repositories for genetically-encoded information that we're all spreading back and forth amongst each other, all the time. We're just lousy with information." - Neal Stephenson

                      T E 2 Replies Last reply
                      0
                      • J Jerry Hammond

                        Your post reminds me of this list: 12. Specifications are for the weak and timid! 11. This machine is a piece of GAGH! I need dual Pentium processors if I am to do battle with this code! 10. You cannot really appreciate Dilbert unless you've read it in the original Klingon. 9. Indentation?! -- I will show you how to indent when I indent your skull! 8. What is this talk of 'release'? Klingons do not make software 'releases'. Our software 'escapes' leaving a bloody trail of designers and quality assurance people in its wake. 7. Klingon function calls do not have 'parameters' -- they have 'arguments' -- and they ALWAYS WIN THEM. 6. Debugging? Klingons do not debug. Our software does not coddle the weak. 5. I have challenged the entire quality assurance team to a Bat-Leth contest. They will not concern us again. 4. A TRUE Klingon Warrior does not comment his code! 3. By filing this SPR you have challenged the honor of my family. Prepare to die! 2. You question the worthiness of my code? I should kill you where you stand! 1. Our users will know fear and cower before our software. Ship it! Ship it, and let them flee like the dogs they are!

                        "We are all repositories for genetically-encoded information that we're all spreading back and forth amongst each other, all the time. We're just lousy with information." - Neal Stephenson

                        T Offline
                        T Offline
                        Tanveer Ansari 1
                        wrote on last edited by
                        #16

                        This list is awesome

                        1 Reply Last reply
                        0
                        • A achimera

                          Pseudocode[^], with C syntax mixed in.

                          J Offline
                          J Offline
                          Josh Smith
                          wrote on last edited by
                          #17

                          achimera wrote:

                          Pseudocode[^],

                          Did you actually think that most people who frequent the Lounge don't know what pseudocode is, and would need to read the Wikipedia explanation? :|

                          :josh: My WPF Blog[^] FYI - Bob is a scarecrow who keeps Chuck Norris away from CodeProject.

                          A 1 Reply Last reply
                          0
                          • R RoswellNX

                            This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

                            "Angelinos -- excuse me. There will be civility today."
                            Antonio VillaRaigosa
                            City Mayor, Los Angeles, CA

                            J Offline
                            J Offline
                            Josh Smith
                            wrote on last edited by
                            #18

                            Latin. Sometimes ancient Greek.

                            :josh: My WPF Blog[^] FYI - Bob is a scarecrow who keeps Chuck Norris away from CodeProject.

                            E 1 Reply Last reply
                            0
                            • M Member 96

                              No language it's all visual. I have a brain that works best with visual input and visual memory. I literally picture an image of what the idea will look like to remember it. I was on a bike ride the other day and in the middle thought of an idea and just so I wouldn't forget it I visualized a screenshot of it in my head and I can still see it perfectly right now without having written it down or anything. (I'm just too lazy to implement it being on holidays right now :))


                              "110%" - it's the new 70%

                              P Offline
                              P Offline
                              PIEBALDconsult
                              wrote on last edited by
                              #19

                              Yeah, pretty much.

                              1 Reply Last reply
                              0
                              • R RoswellNX

                                This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

                                "Angelinos -- excuse me. There will be civility today."
                                Antonio VillaRaigosa
                                City Mayor, Los Angeles, CA

                                L Offline
                                L Offline
                                leckey 0
                                wrote on last edited by
                                #20

                                We had a professor from S. Korea who taught us to use pseudocode. He would say, "You should hand-simulate at least 20 minutes each night!" The words, plus the accent, made it seem so dirty. But once I get the logic it's mostly c#, sometimes c++ (what we used in college) and some vb (damn access!)

                                ______________________ stuff + cats = awesome

                                1 Reply Last reply
                                0
                                • R RoswellNX

                                  This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

                                  "Angelinos -- excuse me. There will be civility today."
                                  Antonio VillaRaigosa
                                  City Mayor, Los Angeles, CA

                                  B Offline
                                  B Offline
                                  Brady Kelly
                                  wrote on last edited by
                                  #21

                                  I use English. I seem to have a knack of describing things well, in a an unambiguous, technical way.

                                  RoswellNX wrote:

                                  but i close them with a where the div id reduces the chances of closing a tag twice or not at all

                                  Why are you worried about closing tags matching now? Surely you are not coding but designing, and I would think closing tags is really an implementation issue.

                                  R 1 Reply Last reply
                                  0
                                  • R RoswellNX

                                    This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

                                    "Angelinos -- excuse me. There will be civility today."
                                    Antonio VillaRaigosa
                                    City Mayor, Los Angeles, CA

                                    V Offline
                                    V Offline
                                    Vasudevan Deepak Kumar
                                    wrote on last edited by
                                    #22

                                    A variant of HTML Markup. :)

                                    Vasudevan Deepak Kumar Personal Homepage Tech Gossips

                                    1 Reply Last reply
                                    0
                                    • B Brady Kelly

                                      I use English. I seem to have a knack of describing things well, in a an unambiguous, technical way.

                                      RoswellNX wrote:

                                      but i close them with a where the div id reduces the chances of closing a tag twice or not at all

                                      Why are you worried about closing tags matching now? Surely you are not coding but designing, and I would think closing tags is really an implementation issue.

                                      R Offline
                                      R Offline
                                      RoswellNX
                                      wrote on last edited by
                                      #23

                                      When you are working/testing with two browsers that handle CSS each their own way (IE & FF) the same mishap renders differently, so you don't always now exactly what you did until you go over the code and look for bugs/mistakes...but when i have a fairly long page where i have to scroll to see the opening tag of a div, it's easy to lose track of where a tag is supposed to close and how many closing tags there are. I refrain from using tables or images in my layouts, so there's easily a hundred div tags in a document. Roswell

                                      "Angelinos -- excuse me. There will be civility today."
                                      Antonio VillaRaigosa
                                      City Mayor, Los Angeles, CA

                                      1 Reply Last reply
                                      0
                                      • R RoswellNX

                                        This may be an odd question to ask, but what language do you automatically start writing/designing in when you need to make notes of an idea you will use in a project? Assuming a language of the project hasn't been assigned yet. Most of the stuff i write when i make notes (on paper) is not something that would compile, but i find it efficient enough and it does a decent job as far as putting the idea into solid form, before details get lost and a good portion of it evaporates. It's PHP syntax for the most part with a slight bit of PERL mixed in, variables are typed. When i'm making notes of HTML, (when i'm working on a layout), i write the opening "div" or "span" tags properly, but i close them with a </div-id> where the div id reduces the chances of closing a tag twice or not at all. For data drawn from a database i used to write "db" in front of the variable name to remind me, but over time that has morphed into an "O" with a vertical line through it. Roswell:)

                                        "Angelinos -- excuse me. There will be civility today."
                                        Antonio VillaRaigosa
                                        City Mayor, Los Angeles, CA

                                        V Offline
                                        V Offline
                                        Vikram A Punathambekar
                                        wrote on last edited by
                                        #24

                                        RoswellNX wrote:

                                        What language do you think in?

                                        English.

                                        Cheers, Vıkram.


                                        After all is said and done, much is said and little is done.

                                        1 Reply Last reply
                                        0
                                        • J Jerry Hammond

                                          Your post reminds me of this list: 12. Specifications are for the weak and timid! 11. This machine is a piece of GAGH! I need dual Pentium processors if I am to do battle with this code! 10. You cannot really appreciate Dilbert unless you've read it in the original Klingon. 9. Indentation?! -- I will show you how to indent when I indent your skull! 8. What is this talk of 'release'? Klingons do not make software 'releases'. Our software 'escapes' leaving a bloody trail of designers and quality assurance people in its wake. 7. Klingon function calls do not have 'parameters' -- they have 'arguments' -- and they ALWAYS WIN THEM. 6. Debugging? Klingons do not debug. Our software does not coddle the weak. 5. I have challenged the entire quality assurance team to a Bat-Leth contest. They will not concern us again. 4. A TRUE Klingon Warrior does not comment his code! 3. By filing this SPR you have challenged the honor of my family. Prepare to die! 2. You question the worthiness of my code? I should kill you where you stand! 1. Our users will know fear and cower before our software. Ship it! Ship it, and let them flee like the dogs they are!

                                          "We are all repositories for genetically-encoded information that we're all spreading back and forth amongst each other, all the time. We're just lousy with information." - Neal Stephenson

                                          E Offline
                                          E Offline
                                          El Corazon
                                          wrote on last edited by
                                          #25

                                          My mouse slipped, honest!!! I was clicking on the 5 and got the 4 instead.... :doh: I always enjoy that list. :) even when I give the programmers trouble for following it. :laugh:

                                          _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups