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. How many lines of code...

How many lines of code...

Scheduled Pinned Locked Moved The Lounge
question
30 Posts 10 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.
  • M Michael P Butler

    benjymous wrote: It's surprising how many apps do use HTML interfaces now Even I have dabbled with adding HTML interfaces. Okay, I cheat a little. If I have a large amount of data fields that need to be displayed to the user, I now use a WebBrowser control and create a temp HTML document to display the data. It saves me a lot of time designing readable dialogs and gives me flexibility in format and design. I'd really like to write an interface like Microsoft Money but there are very few toolkits and source libraries available to make this easier. (And I don't like reinventing the wheel as it tends to cost me money) Michael The avalanche has started, it's too late for the pebbles to vote.

    B Offline
    B Offline
    benjymous
    wrote on last edited by
    #12

    Another option might be to use shockwave/flash embedded into your app as an interface (or as part of a html interface) -- Help me! I'm turning into a grapefruit!

    P M C 3 Replies Last reply
    0
    • B benjymous

      Another option might be to use shockwave/flash embedded into your app as an interface (or as part of a html interface) -- Help me! I'm turning into a grapefruit!

      P Offline
      P Offline
      Paul Watson
      wrote on last edited by
      #13

      benjymous wrote: Another option might be to use shockwave/flash embedded into your app as an interface (or as part of a html interface) Flash UI elements are not mature enough for Windows apps, IMO :)

      Paul Watson
      Bluegrass
      Cape Town, South Africa

      Roger Wright wrote: Using a feather is kinky; using the whole chicken is perverted!

      B 1 Reply Last reply
      0
      • B benjymous

        Another option might be to use shockwave/flash embedded into your app as an interface (or as part of a html interface) -- Help me! I'm turning into a grapefruit!

        M Offline
        M Offline
        Michael P Butler
        wrote on last edited by
        #14

        LOL. I won't even allow flash/shockwave to be downloaded to my PC never mind inflict it on my users. Michael The avalanche has started, it's too late for the pebbles to vote.

        1 Reply Last reply
        0
        • P Paul Watson

          benjymous wrote: Another option might be to use shockwave/flash embedded into your app as an interface (or as part of a html interface) Flash UI elements are not mature enough for Windows apps, IMO :)

          Paul Watson
          Bluegrass
          Cape Town, South Africa

          Roger Wright wrote: Using a feather is kinky; using the whole chicken is perverted!

          B Offline
          B Offline
          benjymous
          wrote on last edited by
          #15

          Yeah, I was just mentioning it as an option. I know that there are quite a few console games that use Flash for all of their menu UI (as I guess you can sit down a web designer in front of shockwave and get a professsionally designed interface and not have to worry the programmers about it) -- Help me! I'm turning into a grapefruit!

          1 Reply Last reply
          0
          • P Paul Watson

            Michael P Butler wrote: but then of course I'm a dinosaur who thinks that HTML is best suited as a document format rather than a base for building applications. A correct and wise dinosaur then. I am a web developer and I still think HTML is not good for applications. Great for documents, lovely for information, but poor as a robust application layer. Frankly I see web-applications moving back to Windows/Linux/Whatever standards and the browser moving forward as a document and information tool only. Microsoft Money is a good example, a proper Windows app with lots of internet-connectivity for feeding in data and querying servers. I want a shopping application for instance. One I can query for books. It then goes off to Amazon's and BN's servers and returns information (XMLised.) The app then presents it as a good old list which is sortable and searchable and can be manipulated client side without all the usual browser problems. Odd coincidence, I was just reading HTML's Time is Over. Let's Move On.[^] a few minutes ago.

            Paul Watson
            Bluegrass
            Cape Town, South Africa

            Roger Wright wrote: Using a feather is kinky; using the whole chicken is perverted!

            P Offline
            P Offline
            ProffK
            wrote on last edited by
            #16

            Don't forget Kalahari.net for books. I've found their selection adequate, and delivery times and charges better than overseas sellers.

            P 1 Reply Last reply
            0
            • P ProffK

              Don't forget Kalahari.net for books. I've found their selection adequate, and delivery times and charges better than overseas sellers.

              P Offline
              P Offline
              Paul Watson
              wrote on last edited by
              #17

              ProffK wrote: Don't forget Kalahari.net for books I have a thing against Kalahari... did some work for them and.. well.. not enjoyable. Being part of Naspers which owns MWeb does not help :) As for what I said. What I was driving at with the example is the removal of the individual branding and processes of each site that sells book and the creation of an e-Commerce application which you can find, compare and buy items with. So with books I could fire up the app and type in 60 Ways To Do The Hookie Pookie. The app would then contact the Amazon, BN, Kalahari, Exclusive Books etc. servers and return an XML list of all the books and their details that they have on offer. I can then in the app with the unified interface compare prices, details, availability, shipping costs etc. Then I would choose my source for the book and click a Buy button and the app would then tell the chosen source to ship me the book. All of that, instead of having ten browser windows open with 10 sites, with different details, having to have an account for each book store and going half way through the checkout to compare shipping costs. After all they all sell the same thing with the same base details and ancilliary variables. Title, description, author, price, stock, shipping. But I don't see them giving up their branding very easily ;)

              Paul Watson
              Bluegrass
              Cape Town, South Africa

              Roger Wright wrote: Using a feather is kinky; using the whole chicken is perverted!

              B 1 Reply Last reply
              0
              • P Paul Watson

                ProffK wrote: Don't forget Kalahari.net for books I have a thing against Kalahari... did some work for them and.. well.. not enjoyable. Being part of Naspers which owns MWeb does not help :) As for what I said. What I was driving at with the example is the removal of the individual branding and processes of each site that sells book and the creation of an e-Commerce application which you can find, compare and buy items with. So with books I could fire up the app and type in 60 Ways To Do The Hookie Pookie. The app would then contact the Amazon, BN, Kalahari, Exclusive Books etc. servers and return an XML list of all the books and their details that they have on offer. I can then in the app with the unified interface compare prices, details, availability, shipping costs etc. Then I would choose my source for the book and click a Buy button and the app would then tell the chosen source to ship me the book. All of that, instead of having ten browser windows open with 10 sites, with different details, having to have an account for each book store and going half way through the checkout to compare shipping costs. After all they all sell the same thing with the same base details and ancilliary variables. Title, description, author, price, stock, shipping. But I don't see them giving up their branding very easily ;)

                Paul Watson
                Bluegrass
                Cape Town, South Africa

                Roger Wright wrote: Using a feather is kinky; using the whole chicken is perverted!

                B Offline
                B Offline
                benjymous
                wrote on last edited by
                #18

                There's a site that does this for DVDs (aimed at a UK market) http://www.dvdpricecheck.co.uk/[^] -- Help me! I'm turning into a grapefruit!

                1 Reply Last reply
                0
                • C Chris Richardson

                  ...does CodeProject consist of I wonder. Surely there must be an outstanding amount, given all the different features the site offers. Anyone care to guess? Or even better, does Chris M. care to tell us all? Chris Richardson Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith

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

                  No guesses? :D cheers, Chris Maunder

                  R M C A 4 Replies Last reply
                  0
                  • C Chris Maunder

                    No guesses? :D cheers, Chris Maunder

                    R Offline
                    R Offline
                    Roger Wright
                    wrote on last edited by
                    #20

                    I hear the gears grinding... Will this be a contest anytime soon? Nobody wants to read a diary by someone who has not seen the shadow of Bubba on the prison shower wall in front of them!
                    Paul Watson, on BLOGS and privacy - 1/16/2003

                    1 Reply Last reply
                    0
                    • C Chris Maunder

                      No guesses? :D cheers, Chris Maunder

                      M Offline
                      M Offline
                      Michael Dunn
                      wrote on last edited by
                      #21

                      Chris Maunder wrote: No guesses? 6.022 × 1023 ? :cool: --Mike-- Looks like I picked the wrong week to stop sniffing glue. 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click! My really out-of-date homepage Sonork-100.19012 Acid_Helm

                      1 Reply Last reply
                      0
                      • C Chris Maunder

                        No guesses? :D cheers, Chris Maunder

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

                        What a tough guess to make. 30,000? Chris Richardson Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith

                        C 1 Reply Last reply
                        0
                        • C Chris Maunder

                          No guesses? :D cheers, Chris Maunder

                          A Offline
                          A Offline
                          Anna Jayne Metcalfe
                          wrote on last edited by
                          #23

                          69? ;) Anna :rose: www.annasplace.me.uk

                          "Be yourself - not what others think you should be"
                          - Marcia Graesch

                          Trouble with resource IDs? Try the Resource ID Organiser Add-In for Visual C++

                          1 Reply Last reply
                          0
                          • C Chris Richardson

                            What a tough guess to make. 30,000? Chris Richardson Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith

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

                            Higher. Much higher. cheers, Chris Maunder

                            C 1 Reply Last reply
                            0
                            • B benjymous

                              Another option might be to use shockwave/flash embedded into your app as an interface (or as part of a html interface) -- Help me! I'm turning into a grapefruit!

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

                              benjymous wrote: Another option might be to use shockwave/flash embedded into your app as an interface :omg: Burn him! Quick, someone find some some burning brands, dry sticks and maybe a pitchfork for good measure. cheers, Chris Maunder

                              1 Reply Last reply
                              0
                              • C Chris Maunder

                                Higher. Much higher. cheers, Chris Maunder

                                C Offline
                                C Offline
                                Chris Richardson
                                wrote on last edited by
                                #26

                                Arg, I knew it was going to be higher. How about 100,000? Chris Richardson Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith

                                C 1 Reply Last reply
                                0
                                • C Chris Richardson

                                  Arg, I knew it was going to be higher. How about 100,000? Chris Richardson Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith

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

                                  Keep going... cheers, Chris Maunder

                                  C 1 Reply Last reply
                                  0
                                  • C Chris Maunder

                                    Keep going... cheers, Chris Maunder

                                    C Offline
                                    C Offline
                                    Chris Richardson
                                    wrote on last edited by
                                    #28

                                    Oh boy. Let's swap the 1 with a 5. Could it be 500,000?? :omg: Chris Richardson Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith

                                    C 1 Reply Last reply
                                    0
                                    • C Chris Richardson

                                      Oh boy. Let's swap the 1 with a 5. Could it be 500,000?? :omg: Chris Richardson Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith

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

                                      No - a little lower than that. And remember - this is all high quality VBScript we're talking about ;) cheers, Chris Maunder

                                      C 1 Reply Last reply
                                      0
                                      • C Chris Maunder

                                        No - a little lower than that. And remember - this is all high quality VBScript we're talking about ;) cheers, Chris Maunder

                                        C Offline
                                        C Offline
                                        Chris Richardson
                                        wrote on last edited by
                                        #30

                                        Whew. I was hoping I would hit a higher number one of these times...So I'm thinking it's in the area of 400K. It must take a lot of work to maintain all that. Chris Maunder wrote: And remember - this is all high quality VBScript we're talking about :eek: That doesn't sound like fun. Although, that much code in any language is a lot to manage. Chris Richardson Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith

                                        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