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. Can we please stop being nerds and geeks and just pretend to be like a normal user?

Can we please stop being nerds and geeks and just pretend to be like a normal user?

Scheduled Pinned Locked Moved The Lounge
comjsonquestionannouncement
46 Posts 24 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.
  • S stoneyowl2

    Holy Moses, batman:cool: I haven't thought of Brief editor in decades. It was one of the best ones I can remember (at the time - early 80s). Now I want to find a current implementation.

    A human being should be able to change a diaper, plan an invasion, butcher a hog, navigate a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects! - Lazarus Long

    K Offline
    K Offline
    kakan
    wrote on last edited by
    #25

    If I remember right, Brief was (or maybe still is) the only editor with a separate command for shifting the two last written characters (Ctrl-B?) The creator must have had big problems with that. :)

    Leslie Nielsen: We're sorry to bother you at such a time like this, Mrs. Twice. We would have come earlier, but your husband wasn't dead then.

    K I 2 Replies Last reply
    0
    • M Mark_Wallace

      Never, ever, ever use bold, italic, etc. toolbar buttons to change styles. If you want a different style, create the style, don't use the writing-to-granny-once-a-year buttons. In dev terms: Create a class, rather than use VB-style methods. That goes for bullets, numbered lists, etc, too (and never make a single-level list style -- go multi-level, every time, so you can just indent for the next level)  It might be more work to set it up, but it saves you a shipload of hassle, and is easy to save as or export to a template.

      Quote:

      (Multiple) decades ago, WordPerfect got it right - it was a WYSIWYG editor, but gave you a "reveal codes" option

      I can't think of a word processor that doesn't have that.  Reveal-formatting functions are usually more convenient, because they show you precisely what the formatting is, rather than just the codes (Shift + F1 in Word; menu options in more advanced WPs). Oh, and if you're using Word, make Normal.dot(x) read-only, unless you actually want to make changes to the template.

      I wanna be a eunuchs developer! Pass me a bread knife!

      K Offline
      K Offline
      kalberts
      wrote on last edited by
      #26

      Mark_Wallace wrote:

      If you want a different style, create the style, don't use the writing-to-granny-once-a-year buttons.

      That doesn't solve the problem. If you type new text immediately following bold text, the new text is bold as well. To me, that is fine. Newlines are part of the text. If you turn bold on, type xxx , bold off, then the is bold and if you (later) position the cursor at the start of the new line and type yyy, that yyy is in bold. Perfectly logical. If you turn bold on, type xxx, bold off and then , the is not bold and if you (later) position the cursor at the start of the new line and type yyy, that yyy is not in bold. Perfectly logical. The only way to see that they behave differently is by the bold button being activated in the first case, not the second one, when you place the cursor at start of the second line. What more did you expect? Now if you define a text style and apply it to the text and the newline, you are still in that style after the newline. If you apply it to the text excluding the newline, new text following the newline is not in that style. The only way see if the style is active or not, immediately following the newline, is to look at the style indications; you can't guess it from the text. You might argue: But no text style should extend beyond a newline! Again, this is independent of bold key or style. And I would hate it: If I write four consecutive paragrphs that are to be in the same style, I would hate having to set the style at the start of each and every paragraph. Or do you want a logic that depends on how I got to given point in the text? If I place the cursor at a given point in the text, it behaves differently from if the cursor is at exactly the same spot in exactly the same text, but that is because the character to the left of it was just inserted? Would the way of insertion matter - e.g. should past count like keyboard input or like explicitly positioning? What about an autocorrect insertion - like keyboard input, like pasting or like explicit positioning? Whatever you choose, some users will think it is illogical. What if you made a style called BoldText, made it read only, and assigned the Ctrl-B key to toggle this style on and off, in which ways would this be better than Ctrl-B toggling bold on and off?

      M 1 Reply Last reply
      0
      • W W Balboos GHB

        Daniel Pfeffer wrote:

        I can't imagine a worse fate

        An infestation of VB6 ? (Hope that didn't make you wet yourself in horror).

        Ravings en masse^

        "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

        "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

        D Offline
        D Offline
        Daniel Pfeffer
        wrote on last edited by
        #27

        W∴ Balboos wrote:

        An infestation of VB6 ?

        The end of all days is here! :omg: :omg: :omg:

        Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

        1 Reply Last reply
        0
        • M Mark_Wallace

          I laugh at people who want to use markdown, XML, etc. for "light" use (i.e. for less than 100,000 chunks of single-source text that need to be inserted into dozens of different documents). PostScript is far and away the best and most usable mark-up language (markdown isn't really a real thing).  I usually describe it as XML that hasn't had its balls chopped off -- but those in the know stopped using it 40 years ago, when WySiWyG editors came out, for the simple reason that mark-up languages make you spend half your time working on the infrastructure of the text, which is a HUGE distraction, when you're trying to work (imagine having to set each individual syntax-highlighting colour code for variable names, etc, when writing code, and you'll get an idea of how distracting it is). That said, TextArea fields are adequate for things like posting messages to message boards, and don't add half an hour to page-load times; and I only ever write text for web pages in a text editor (TextPad or NotePad++).

          I wanna be a eunuchs developer! Pass me a bread knife!

          K Offline
          K Offline
          kalberts
          wrote on last edited by
          #28

          Now let us start a war between Postscript and TeX crusaders :-)

          M 1 Reply Last reply
          0
          • M Marc Clifton

            Markdown: To force a line return, place two empty spaces at the end of a line. It's enough to deal with * and ** and # and ## and ### and 1. and 1. and 1. and all the other stupid things about markdown, including the inconsistencies from site to site. Seriously BitBucket and the rest that think markdown is the cat's meow rather than... You can't just use one of the dozens of free, open source WYSIWYG editors out there? I know, I've ranted about this before. But it's our fault. We love this symbol soup. It's the geek version of the manager's buzzword bingo, and no better. And I don't love it. When I use an editor, I don't want to be in "ooh, look, shiny symbols that mean things" geek mode. I want to be in "user mode" -- Give me a decent editor!!!

            Latest Articles:
            Abusing Extension Methods, Null Continuation, and Null Coalescence Operators

            K Offline
            K Offline
            kalberts
            wrote on last edited by
            #29

            Actually, I don't mind that kind of key sequences as an input method, sort of like an extension of control characters and function keys. In an HTML editor, I wouldn't mind if two blanks followed by return would replace it with <p>[newline]<p>. But actually, I hate HTML / XML as an input format; it is like writing a user application in x64 assembler code (with no debugger available). If you need markup/markdown, you are writing a text document. Then you should use a document editor, not documentation assembly code - whether you call it markup, markdown, Postscript, HTML, TeX or LaTeX - they are all like different document CPU instruction sets. Not document development languages.

            1 Reply Last reply
            0
            • K kakan

              If I remember right, Brief was (or maybe still is) the only editor with a separate command for shifting the two last written characters (Ctrl-B?) The creator must have had big problems with that. :)

              Leslie Nielsen: We're sorry to bother you at such a time like this, Mrs. Twice. We would have come earlier, but your husband wasn't dead then.

              K Offline
              K Offline
              kalberts
              wrote on last edited by
              #30

              It is actually a very common typing error. I haven't yet seen a spelling checker that does not consider flipping character pairs in attempts to get a match in the dictionary.

              E 1 Reply Last reply
              0
              • K kalberts

                Now let us start a war between Postscript and TeX crusaders :-)

                M Offline
                M Offline
                Mark_Wallace
                wrote on last edited by
                #31

                I'm up for it!  There hasn't been a one for years!

                I wanna be a eunuchs developer! Pass me a bread knife!

                1 Reply Last reply
                0
                • Sander RosselS Sander Rossel

                  Amen, and while you're at it, let's abandon the "command line instead of decent UIs" trend X|

                  Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                  K Offline
                  K Offline
                  kalberts
                  wrote on last edited by
                  #32

                  I never can get used to the number of shell aficionados who insist that for automatic operations, such as cron tasks, you must have a command line interface and a script or configuration file. How could you otherwise tell what, say, the backup system should do nightly? If you try to argue that you could select what to do in a GUI (e.g. select which directories to back up in a directory tree presentation), activate options by check boxes, radio buttons etc. with proper labeling, help functions and menu selections of previously defined plans, and have the backup application preserve that in its internal format, these shell guys gasp: But then I have no control! Even though they (may) admit that in theory it would be possible to manage a system the way it is usually done in a Windows environment, it would not give them the necessary control. Control is that which is exercized in 7-bit ASCII input by use of command line actions. In my archives of computer humour, there is a printout of a long discussion on NetNews (The discussion forum in the pre-web-days) from the late 1990s: This one guy who stubbornly insisted that high level languages were useless and would soon fade away. His major argument: He wanted the VAX C compiler to compile one of his functions to exactly that one machine instruction, and there was no way he could make the compiler do that! Others pointed out that it would be silly to use that instruction in that context, but he insisted: If the compiler wouldn't do what he wanted, it was useless and should be thrown away. Assembly code is the only way to get what you want! ... This was in the 1990s, not the 1960s... When I talk with shell guys that insists that GUIs are useless for serious work, I think that they must be close relatives to this assembler code guy.

                  Sander RosselS 1 Reply Last reply
                  0
                  • K kalberts

                    Mark_Wallace wrote:

                    If you want a different style, create the style, don't use the writing-to-granny-once-a-year buttons.

                    That doesn't solve the problem. If you type new text immediately following bold text, the new text is bold as well. To me, that is fine. Newlines are part of the text. If you turn bold on, type xxx , bold off, then the is bold and if you (later) position the cursor at the start of the new line and type yyy, that yyy is in bold. Perfectly logical. If you turn bold on, type xxx, bold off and then , the is not bold and if you (later) position the cursor at the start of the new line and type yyy, that yyy is not in bold. Perfectly logical. The only way to see that they behave differently is by the bold button being activated in the first case, not the second one, when you place the cursor at start of the second line. What more did you expect? Now if you define a text style and apply it to the text and the newline, you are still in that style after the newline. If you apply it to the text excluding the newline, new text following the newline is not in that style. The only way see if the style is active or not, immediately following the newline, is to look at the style indications; you can't guess it from the text. You might argue: But no text style should extend beyond a newline! Again, this is independent of bold key or style. And I would hate it: If I write four consecutive paragrphs that are to be in the same style, I would hate having to set the style at the start of each and every paragraph. Or do you want a logic that depends on how I got to given point in the text? If I place the cursor at a given point in the text, it behaves differently from if the cursor is at exactly the same spot in exactly the same text, but that is because the character to the left of it was just inserted? Would the way of insertion matter - e.g. should past count like keyboard input or like explicitly positioning? What about an autocorrect insertion - like keyboard input, like pasting or like explicit positioning? Whatever you choose, some users will think it is illogical. What if you made a style called BoldText, made it read only, and assigned the Ctrl-B key to toggle this style on and off, in which ways would this be better than Ctrl-B toggling bold on and off?

                    M Offline
                    M Offline
                    Mark_Wallace
                    wrote on last edited by
                    #33

                    Member 7989122 wrote:

                    Now if you define a text style and apply it to the text and the newline, you are still in that style after the newline. If you apply it to the text excluding the newline, new text following the newline is not in that style. The only way see if the style is active or not, immediately following the newline, is to look at the style indications; you can't guess it from the text.

                    I'm afraid you're not right, there. If the style you use moves the text into bold, the blunderbuss Bold function behind the bold button will see that it is bold, and activate.

                    Member 7989122 wrote:

                    You might argue: But no text style should extend beyond a newline!

                    Every word processor that I have used allows you to define the style for the line following a paragraph style, e.g. for top-level heading styles you can choose to define it as the default style ("Normal", in Word) or a sub-heading style; for a bullet style, you would almost invariably define it as the same bullet style; and for a list-header style you would define it as a bulletted or numbered style, so that it automatically starts the list after the header.

                    Member 7989122 wrote:

                    keyboard input, like pasting or like explicit positioning

                    Keyboard input inside a block of styled text will follow that style.  Most word processors will maintain source styles as the default for pasting "locally", within the same document, but apply local styles for pasting from external documents.  Some word processors offer options on this.

                    Member 7989122 wrote:

                    What if you made a style called BoldText, made it read only, and assigned the Ctrl-B key to toggle this style on and off

                    I don't recall ever seeing an option to make a style read-only (although Word goes the other way, and can be allowed to automatically "update" styles -- switch that off, for sure). One of the main points of using styles in this way is that you have complete control, so if, for example, you wanted to change all instances of bold text to blue bold text, it takes you a few seconds to change every instance in the document.  If you've used the blunderbuss bold button anywhere, the text you used it on will not turn blue (but your CTRL+B, above, will), so you will have to seek them out individually, to change their colour.

                    1 Reply Last reply
                    0
                    • M Member 9167057

                      Can it be harder than LaTeX (did I get the stylization right?)? I remember fighting with this thing for the sole reason of everybody else doing it and brackets, which permeate scientific writing like mold are a friggin' nightmare. The escaping rules for them are less consistent than escaping in C for no good reason.

                      N Offline
                      N Offline
                      Nelek
                      wrote on last edited by
                      #34

                      My wife wrote a big document with latex back then... I lost count how many times I had to jump in (without having learned latex) to get the format as she wanted and / or to fix things

                      M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                      1 Reply Last reply
                      0
                      • K kalberts

                        I never can get used to the number of shell aficionados who insist that for automatic operations, such as cron tasks, you must have a command line interface and a script or configuration file. How could you otherwise tell what, say, the backup system should do nightly? If you try to argue that you could select what to do in a GUI (e.g. select which directories to back up in a directory tree presentation), activate options by check boxes, radio buttons etc. with proper labeling, help functions and menu selections of previously defined plans, and have the backup application preserve that in its internal format, these shell guys gasp: But then I have no control! Even though they (may) admit that in theory it would be possible to manage a system the way it is usually done in a Windows environment, it would not give them the necessary control. Control is that which is exercized in 7-bit ASCII input by use of command line actions. In my archives of computer humour, there is a printout of a long discussion on NetNews (The discussion forum in the pre-web-days) from the late 1990s: This one guy who stubbornly insisted that high level languages were useless and would soon fade away. His major argument: He wanted the VAX C compiler to compile one of his functions to exactly that one machine instruction, and there was no way he could make the compiler do that! Others pointed out that it would be silly to use that instruction in that context, but he insisted: If the compiler wouldn't do what he wanted, it was useless and should be thrown away. Assembly code is the only way to get what you want! ... This was in the 1990s, not the 1960s... When I talk with shell guys that insists that GUIs are useless for serious work, I think that they must be close relatives to this assembler code guy.

                        Sander RosselS Offline
                        Sander RosselS Offline
                        Sander Rossel
                        wrote on last edited by
                        #35

                        Member 7989122 wrote:

                        this assembler code guy

                        :laugh: I think shell and console apps are useful for automation, but for serious work a GUI is intuitive, shows you what's possible and enables you to work without reading a lot of documentation. Anyone who says GUIs are useless haven't worked with good UIs or are just pretentious jerks :) And maybe some people still live in the past where GUIs weren't invented yet.

                        Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                        1 Reply Last reply
                        0
                        • M Marc Clifton

                          Markdown: To force a line return, place two empty spaces at the end of a line. It's enough to deal with * and ** and # and ## and ### and 1. and 1. and 1. and all the other stupid things about markdown, including the inconsistencies from site to site. Seriously BitBucket and the rest that think markdown is the cat's meow rather than... You can't just use one of the dozens of free, open source WYSIWYG editors out there? I know, I've ranted about this before. But it's our fault. We love this symbol soup. It's the geek version of the manager's buzzword bingo, and no better. And I don't love it. When I use an editor, I don't want to be in "ooh, look, shiny symbols that mean things" geek mode. I want to be in "user mode" -- Give me a decent editor!!!

                          Latest Articles:
                          Abusing Extension Methods, Null Continuation, and Null Coalescence Operators

                          M Offline
                          M Offline
                          MSBassSinger
                          wrote on last edited by
                          #36

                          Even MS seems to have lost sight of the benefits of a rapid application development (RAD) environment. In the 90s, MS created a great designer for forms in VB, and even transitioned the forms designer through conversion to assembler, then to C++. But now, MS can't seem to hire people smart enough to make designers for XAML (Xamarin and WPF) and HTML (Blazor), and they are having trouble getting the long-existing WinForms designer to work with .NET Core. How could developers of 25-30 years ago create such great WYSIWYG designers, but today's developers cannot? Maybe MS and other companies that lean towards command line fuddy-duddery and hand-crafting UI are not hiring sufficiently mature and creative software engineers.

                          1 Reply Last reply
                          0
                          • K kalberts

                            It is actually a very common typing error. I haven't yet seen a spelling checker that does not consider flipping character pairs in attempts to get a match in the dictionary.

                            E Offline
                            E Offline
                            englebart
                            wrote on last edited by
                            #37

                            Very common. In my college days, I created a shortcut for the VAX VMS editors to swap two characters. This predates all of the code completion intellisense stuff that makes coding so much easier now.* Eclipse has great templates and "quick fixes" for just about every common Java structure. * You still have to know what you want. We had one programmer straight out of school that would randomly accept ANY offered code completion.

                            K 1 Reply Last reply
                            0
                            • K kakan

                              If I remember right, Brief was (or maybe still is) the only editor with a separate command for shifting the two last written characters (Ctrl-B?) The creator must have had big problems with that. :)

                              Leslie Nielsen: We're sorry to bother you at such a time like this, Mrs. Twice. We would have come earlier, but your husband wasn't dead then.

                              I Offline
                              I Offline
                              inch
                              wrote on last edited by
                              #38

                              Emacs used to have something similar, Ctrl-T and stood for 'twiddle' :laugh:

                              S 1 Reply Last reply
                              0
                              • M Mark_Wallace

                                dandy72 wrote:

                                I want precise control over where those individual styles start and finish

                                If you use styles, rather than the blunderbuss toolbar buttons, you get that.  If you have to insert tags, you not only make it harder to check the text for errors, but you make it more work, and have to keep distracting yourself from the content you're trying to write, just to insert the tags. Selecting the text to modify and clicking the required style in the Styles pane is the most efficient (and least distracting) method. If you find you're picking up unwanted paragraph tags and spaces in Word, turn off the smart paragraph selection and select whole words options, which are stupidly on by default. BTW, if you find that a style is going onto the next line in Word (which it shouldn't, if you select the text without picking up the paragraph character), just select the new line and hit Ctrl+Space.

                                dandy72 wrote:

                                Isn't that going against the very thing Marc is complaining about?

                                Your preference of having to set <I></I> tags is what Marc appears not to like.

                                I wanna be a eunuchs developer! Pass me a bread knife!

                                D Offline
                                D Offline
                                dandy72
                                wrote on last edited by
                                #39

                                Mark_Wallace wrote:

                                Your preference of having to set <I></I> tags is what Marc appears not to like.

                                My preference is actually to *not* have them visible, but I do want the *option* to be able to view them when the editor isn't doing what I want it to do. A style viewer that shows me what style is in effect at the current location doesn't cut it - I want to see exactly where the tags start and end. In an ideal world, we'd be WYSIWYG all the way and never need to care about the underpinnings.

                                M 1 Reply Last reply
                                0
                                • E englebart

                                  Very common. In my college days, I created a shortcut for the VAX VMS editors to swap two characters. This predates all of the code completion intellisense stuff that makes coding so much easier now.* Eclipse has great templates and "quick fixes" for just about every common Java structure. * You still have to know what you want. We had one programmer straight out of school that would randomly accept ANY offered code completion.

                                  K Offline
                                  K Offline
                                  kalberts
                                  wrote on last edited by
                                  #40

                                  I believe that the Vax had a CPU instruction for swapping bytes (and for swapping halfwords as well). I wonder if that instruction was ever used for correcting this kind of typing error. (The instructions, in particular the halfword swap, was made for handling certain legacy PDP-11 formats, where 32 bit fields were stored with the two 16 bit PDP words in the opposite order of a Vax 32 bit word.

                                  1 Reply Last reply
                                  0
                                  • F Forogar

                                    Yay! BRIEF! I miss it.

                                    - I would love to change the world, but they won’t give me the source code.

                                    H Offline
                                    H Offline
                                    Harrison Pratt
                                    wrote on last edited by
                                    #41

                                    I miss BRIEF, too. There's nothing like hammering out code in a hurry in a MsDOS application once you get the quirky keyboard mapping embedded into your brain. I'm probably the last guy on the planet that misses WordStar, too. ;) There are some BRIEF re-creations out there, but Notepad++ works well for me with lots more support than BRIEF ever had. BTW, remember when MS Excel and Word used to be fairly snappy? Now the latest iterations of these products seem so "leisurely" when typing, not enough to slow my work but text appears on the screen slower than on old machines with slower CPUs.

                                    S 1 Reply Last reply
                                    0
                                    • H Harrison Pratt

                                      I miss BRIEF, too. There's nothing like hammering out code in a hurry in a MsDOS application once you get the quirky keyboard mapping embedded into your brain. I'm probably the last guy on the planet that misses WordStar, too. ;) There are some BRIEF re-creations out there, but Notepad++ works well for me with lots more support than BRIEF ever had. BTW, remember when MS Excel and Word used to be fairly snappy? Now the latest iterations of these products seem so "leisurely" when typing, not enough to slow my work but text appears on the screen slower than on old machines with slower CPUs.

                                      S Offline
                                      S Offline
                                      sasadler
                                      wrote on last edited by
                                      #42

                                      No, your not! I use the WordStar control sequences daily. I have an AutoHotKey script that makes all my editors/IDEs/word processors use the Wordstar control sequences. I also use an old ZDNET utility called TradeKeys to remap the CAP LOCK key as the control key. Heh, nobody at work likes trying to use the editors on my machine.

                                      H 1 Reply Last reply
                                      0
                                      • I inch

                                        Emacs used to have something similar, Ctrl-T and stood for 'twiddle' :laugh:

                                        S Offline
                                        S Offline
                                        StarNamer work
                                        wrote on last edited by
                                        #43

                                        I used to use Ctrl-T in the EVE* editor on VMS to do the same thing. I can't remember if it was a default command or an extension I added. * EVE stood for Extensible Vax Editor and was written in language named VaxTPU (or just TPU - Text Processing Utility) and I added lots of 'useful' features!

                                        1 Reply Last reply
                                        0
                                        • S sasadler

                                          No, your not! I use the WordStar control sequences daily. I have an AutoHotKey script that makes all my editors/IDEs/word processors use the Wordstar control sequences. I also use an old ZDNET utility called TradeKeys to remap the CAP LOCK key as the control key. Heh, nobody at work likes trying to use the editors on my machine.

                                          H Offline
                                          H Offline
                                          Harrison Pratt
                                          wrote on last edited by
                                          #44

                                          :-D

                                          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