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. CodeProject challenges

CodeProject challenges

Scheduled Pinned Locked Moved The Lounge
csharpjavascriptasp-netdatabasequestion
71 Posts 28 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.
  • C Chris Maunder

    I've mentioned before an idea I had about getting the smartest and brightest (yeah, that means you lot) to come up with solutions to day to day issues we have that will, ultimately, save the community as a whole some time and pain. A challenge I'm facing at the moment is in correcting grammar and punctuation. Many, many, MANY times I see questions or articles that have things like "i then did" or "im not sure" or the punishable-by-death "ur mileage may vary". Even Sql instead of SQL and Asp.Net instead of ASP.NET keep popping up. Is anyone interested in a challenge to write a Javascript library that will auto-correct bad spelling and punctuation? It'll be a formal contest with prizes (and maybe even some better specs). Yay or nay: any interest?

    cheers Chris Maunder

    D Offline
    D Offline
    DaveAuld
    wrote on last edited by
    #15

    Just spend some of your petty cash on a commercial license of this http://www.javascriptspellcheck.com/[^], someones done the work already! :)

    Dave Find Me On:Web|Facebook|Twitter|LinkedIn Folding Stats: Team CodeProject

    C 1 Reply Last reply
    0
    • L LloydA111

      Why JavaScript? This sort of stuff should be happening on the server(s) right?

             .-.
            |o,o|
         ,| \_\\=/\_      .-""-.
         ||/\_/\_\\\_\\    /\[\] \_ \_\\
         |\_/|(\_)|\\\\  \_|\_o\_LII|\_
            \\.\_./// / | ==== | \\
            |\\\_/|"\` |\_| ==== |\_|
            |\_|\_|    ||" ||  ||
            |-|-|    ||LI  o ||
            |\_|\_|    ||'----'||
           /\_/ \\\_\\  /\_\_|    |\_\_\\
      
      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #16

      Of course, CP could be moving towards Node.JS - that would be really good :D

      1 Reply Last reply
      0
      • P Pete OHanlon

        I'll just write it in Typescript. I've been using it a lot lately, and I like the way it works. It almost makes JavaScript enjoyable.

        C Offline
        C Offline
        Chris Maunder
        wrote on last edited by
        #17

        Pete O'Hanlon wrote:

        It almost makes JavaScript enjoyable

        How can you not love Javascript[^]?

        cheers Chris Maunder

        S P T 3 Replies Last reply
        0
        • C Chris Maunder

          I've mentioned before an idea I had about getting the smartest and brightest (yeah, that means you lot) to come up with solutions to day to day issues we have that will, ultimately, save the community as a whole some time and pain. A challenge I'm facing at the moment is in correcting grammar and punctuation. Many, many, MANY times I see questions or articles that have things like "i then did" or "im not sure" or the punishable-by-death "ur mileage may vary". Even Sql instead of SQL and Asp.Net instead of ASP.NET keep popping up. Is anyone interested in a challenge to write a Javascript library that will auto-correct bad spelling and punctuation? It'll be a formal contest with prizes (and maybe even some better specs). Yay or nay: any interest?

          cheers Chris Maunder

          J Offline
          J Offline
          Jorgen Andersson
          wrote on last edited by
          #18

          Will there be a nuclear option for the words "codez" and "plz"?

          Wrong is evil and must be defeated. - Jeff Ello[^]

          C D 2 Replies Last reply
          0
          • C Chris Maunder

            Pete O'Hanlon wrote:

            It almost makes JavaScript enjoyable

            How can you not love Javascript[^]?

            cheers Chris Maunder

            S Offline
            S Offline
            Storm blade
            wrote on last edited by
            #19

            New feature needed, automatically check urls are valid and point to what you are expecting?

            1 Reply Last reply
            0
            • R Rage

              I am sure you checked out before, but: you should not be the first one to tackle this. Before we reinvent the wheel, is there really nothing out there in the wild interweb that already does the job ?

              ~RaGE();

              I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Entropy isn't what it used to.

              C Offline
              C Offline
              Chris Maunder
              wrote on last edited by
              #20

              I have checked. There's stuff that's close. But not as fun as making it perfect ourselves and having an excuse to throw some prizes out... ;)

              cheers Chris Maunder

              P 1 Reply Last reply
              0
              • C Chris Maunder

                Pete O'Hanlon wrote:

                It almost makes JavaScript enjoyable

                How can you not love Javascript[^]?

                cheers Chris Maunder

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #21

                Does it help you link[^] properly?

                1 Reply Last reply
                0
                • D DaveX86

                  ...hope it includes an 'off' switch...some of my misspellings are kinda my way of expressing myself, ya know? :)

                  C Offline
                  C Offline
                  Chris Maunder
                  wrote on last edited by
                  #22

                  Definitely

                  cheers Chris Maunder

                  G 1 Reply Last reply
                  0
                  • D DaveAuld

                    Just spend some of your petty cash on a commercial license of this http://www.javascriptspellcheck.com/[^], someones done the work already! :)

                    Dave Find Me On:Web|Facebook|Twitter|LinkedIn Folding Stats: Team CodeProject

                    C Offline
                    C Offline
                    Chris Maunder
                    wrote on last edited by
                    #23

                    I'm not after spell-ckecking - every decent browser already has that. I've after spell fixing. But really, not even spelling: just punctuation and stuff. Light touch to make a big difference.

                    cheers Chris Maunder

                    D Sander RosselS M 3 Replies Last reply
                    0
                    • OriginalGriffO OriginalGriff

                      Speed: you want it to happen in the client so it's fast (and doesn't stress the servers). Think of the annoying "pauses" you sometimes get when pasting code into a CP textbox, and imagine typing with that going on... X|

                      You looking for sympathy? You'll find it in the dictionary, between sympathomimetic and sympatric (Page 1788, if it helps)

                      D Offline
                      D Offline
                      DaveX86
                      wrote on last edited by
                      #24

                      Hey, you know what we should do?...make a CSharpScript browser plugin to run it 'sorry, no spelling check unless you install the CSharpScript plugin' :)

                      OriginalGriffO 1 Reply Last reply
                      0
                      • J Jorgen Andersson

                        Will there be a nuclear option for the words "codez" and "plz"?

                        Wrong is evil and must be defeated. - Jeff Ello[^]

                        C Offline
                        C Offline
                        Chris Maunder
                        wrote on last edited by
                        #25

                        That's actually a required part of the spec.

                        cheers Chris Maunder

                        J 1 Reply Last reply
                        0
                        • J Jorgen Andersson

                          Will there be a nuclear option for the words "codez" and "plz"?

                          Wrong is evil and must be defeated. - Jeff Ello[^]

                          D Offline
                          D Offline
                          DaveX86
                          wrote on last edited by
                          #26

                          'Add to Dictionary': - codez - plz - Asp.net - aSP.Net - AsP.nEt :)

                          1 Reply Last reply
                          0
                          • D DaveX86

                            Hey, you know what we should do?...make a CSharpScript browser plugin to run it 'sorry, no spelling check unless you install the CSharpScript plugin' :)

                            OriginalGriffO Offline
                            OriginalGriffO Offline
                            OriginalGriff
                            wrote on last edited by
                            #27

                            Trouble is there would have to be at least three of 'em: Chrome, Firefox and Opera. Maybe an IE6 one for the companies that won't let people use a "proper" browser? :laugh:

                            You looking for sympathy? You'll find it in the dictionary, between sympathomimetic and sympatric (Page 1788, if it helps)

                            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                            D 1 Reply Last reply
                            0
                            • C Chris Maunder

                              I'm not after spell-ckecking - every decent browser already has that. I've after spell fixing. But really, not even spelling: just punctuation and stuff. Light touch to make a big difference.

                              cheers Chris Maunder

                              D Offline
                              D Offline
                              DaveAuld
                              wrote on last edited by
                              #28

                              But clearly there is a lack of use by many. At least if there appears to be errors flagged by the JS implementation, you could flag a message "Hey, dunderhead, it looks like you have issues to sort out, fix them before submitting!" :rolleyes:

                              Dave Find Me On:Web|Facebook|Twitter|LinkedIn Folding Stats: Team CodeProject

                              1 Reply Last reply
                              0
                              • OriginalGriffO OriginalGriff

                                Trouble is there would have to be at least three of 'em: Chrome, Firefox and Opera. Maybe an IE6 one for the companies that won't let people use a "proper" browser? :laugh:

                                You looking for sympathy? You'll find it in the dictionary, between sympathomimetic and sympatric (Page 1788, if it helps)

                                D Offline
                                D Offline
                                DaveX86
                                wrote on last edited by
                                #29

                                We'll just do one for IE and open source it...the rest can add it if they want...IE's market share will go up and they will all get in line :)

                                1 Reply Last reply
                                0
                                • C Chris Maunder

                                  I've mentioned before an idea I had about getting the smartest and brightest (yeah, that means you lot) to come up with solutions to day to day issues we have that will, ultimately, save the community as a whole some time and pain. A challenge I'm facing at the moment is in correcting grammar and punctuation. Many, many, MANY times I see questions or articles that have things like "i then did" or "im not sure" or the punishable-by-death "ur mileage may vary". Even Sql instead of SQL and Asp.Net instead of ASP.NET keep popping up. Is anyone interested in a challenge to write a Javascript library that will auto-correct bad spelling and punctuation? It'll be a formal contest with prizes (and maybe even some better specs). Yay or nay: any interest?

                                  cheers Chris Maunder

                                  M Offline
                                  M Offline
                                  MacSpudster
                                  wrote on last edited by
                                  #30

                                  My voat iz fer a kontezt. Cuz, the codez and kommentz that ppl right should b ur choice 2 regul8, what, az owner of the boardz around hear, though im not sure. Plz consider thiz a YEZ voat, so i then did the rite thing. However, my voat's mileage may vary. ;P

                                  1 Reply Last reply
                                  0
                                  • C Chris Maunder

                                    I've mentioned before an idea I had about getting the smartest and brightest (yeah, that means you lot) to come up with solutions to day to day issues we have that will, ultimately, save the community as a whole some time and pain. A challenge I'm facing at the moment is in correcting grammar and punctuation. Many, many, MANY times I see questions or articles that have things like "i then did" or "im not sure" or the punishable-by-death "ur mileage may vary". Even Sql instead of SQL and Asp.Net instead of ASP.NET keep popping up. Is anyone interested in a challenge to write a Javascript library that will auto-correct bad spelling and punctuation? It'll be a formal contest with prizes (and maybe even some better specs). Yay or nay: any interest?

                                    cheers Chris Maunder

                                    L Offline
                                    L Offline
                                    Lost User
                                    wrote on last edited by
                                    #31

                                    This is a paragraph.

                                    from http://www.w3schools.com/tags/att_global_spellcheck.asp[^]

                                    C P 2 Replies Last reply
                                    0
                                    • C Chris Maunder

                                      That's actually a required part of the spec.

                                      cheers Chris Maunder

                                      J Offline
                                      J Offline
                                      Jorgen Andersson
                                      wrote on last edited by
                                      #32

                                      :thumbsup:

                                      Wrong is evil and must be defeated. - Jeff Ello[^]

                                      1 Reply Last reply
                                      0
                                      • L Lost User

                                        This is a paragraph.

                                        from http://www.w3schools.com/tags/att_global_spellcheck.asp[^]

                                        C Offline
                                        C Offline
                                        Chris Maunder
                                        wrote on last edited by
                                        #33

                                        See reply[^]

                                        cheers Chris Maunder

                                        L 1 Reply Last reply
                                        0
                                        • L Lost User

                                          This is a paragraph.

                                          from http://www.w3schools.com/tags/att_global_spellcheck.asp[^]

                                          P Offline
                                          P Offline
                                          Pete OHanlon
                                          wrote on last edited by
                                          #34

                                          It's automatic speech correction that he's after, not spell checking. So, you'd want to correct text speech from things like ur to your.

                                          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