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. Database & SysAdmin
  3. Database
  4. image in database

image in database

Scheduled Pinned Locked Moved Database
databasehelptutorialquestion
22 Posts 3 Posters 4 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.
  • L Lost User

    vinay dahiya wrote:

    if u don't have knowledge about this..then don't reply..

    Statements like this are considered abusive on this site. Please remove it.

    V Offline
    V Offline
    vinay dahiya
    wrote on last edited by
    #13

    he has also used statements like this......" bastard programmer from the hell"... i think u should see that statement also...

    L 2 Replies Last reply
    0
    • V vinay dahiya

      lol....kid...its a project..and yeah i have used name of facebook and gmail as a example.....and i have already told...that i have to do interfacing of electronic with server.......:mad:

      if u don't have knowledge about this..then don't reply...

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

      vinay dahiya wrote:

      lol....kid..

      Thanks for the compliment :D It is a request that comes rather often on this forum, usually from an academic circle. From a webapplication you will not have direct access to the users' hardware. Good luck btw.

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

      V 1 Reply Last reply
      0
      • V vinay dahiya

        he has also used statements like this......" bastard programmer from the hell"... i think u should see that statement also...

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

        That was a meme before the word meme existed. It is merely a reference to these[^] stories.

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

        1 Reply Last reply
        0
        • V vinay dahiya

          he has also used statements like this......" bastard programmer from the hell"... i think u should see that statement also...

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

          That is a totally different statement; he is using it to make a comment about himself.

          1 Reply Last reply
          0
          • L Lost User

            vinay dahiya wrote:

            lol....kid..

            Thanks for the compliment :D It is a request that comes rather often on this forum, usually from an academic circle. From a webapplication you will not have direct access to the users' hardware. Good luck btw.

            Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

            V Offline
            V Offline
            vinay dahiya
            wrote on last edited by
            #17

            :) but will u tell me..that can't i access the ports of pc and then i can take input from the port(using socket programming)..and then that input can be given to the server.......

            L 1 Reply Last reply
            0
            • V vinay dahiya

              :) but will u tell me..that can't i access the ports of pc and then i can take input from the port(using socket programming)..and then that input can be given to the server.......

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

              What PC? The server or a client? A webbrowser cannot access the hardware on the client, that would be a security-issue.

              Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

              V 1 Reply Last reply
              0
              • L Lost User

                What PC? The server or a client? A webbrowser cannot access the hardware on the client, that would be a security-issue.

                Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

                V Offline
                V Offline
                vinay dahiya
                wrote on last edited by
                #19

                so what should i do now.....????

                L 1 Reply Last reply
                0
                • V vinay dahiya

                  so what should i do now.....????

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

                  Verify that the technical limitation I named actually exists, then find a workaround or an alternative. Better yet, make a list, naming merits and expected problems for each; make prototypes of the best two ideas. To get you started; you could opt to write a browser-addin (for each type of browser you want to support) that acts as an intermediate, or, you'd write a client-side application (think WinForms/WPF) that provides the same functionality. The latter will sound like a bad idea to your professor; then again, it would not only be the correct approach; you'd end up with a finger-print protected password-manager. Would not require a dedicated server, as it could run completely (!) on the client. There's no risk in me loosing data, as all my sensitive data never has to leave the client-machine. And best of all, you wouldn't need Google's cooperation to provide the functionality and being able to claim to support GMail. If you take the latter approach, then you might also want to look up the strategy-pattern. It would be nice if the password-manager also supports other ways of authenticating/authorizing. That would be targetting a shrinkwrap-application. If your course requires you to write an enterprise-level application, you'd need the first approach.

                  Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

                  V 1 Reply Last reply
                  0
                  • L Lost User

                    Verify that the technical limitation I named actually exists, then find a workaround or an alternative. Better yet, make a list, naming merits and expected problems for each; make prototypes of the best two ideas. To get you started; you could opt to write a browser-addin (for each type of browser you want to support) that acts as an intermediate, or, you'd write a client-side application (think WinForms/WPF) that provides the same functionality. The latter will sound like a bad idea to your professor; then again, it would not only be the correct approach; you'd end up with a finger-print protected password-manager. Would not require a dedicated server, as it could run completely (!) on the client. There's no risk in me loosing data, as all my sensitive data never has to leave the client-machine. And best of all, you wouldn't need Google's cooperation to provide the functionality and being able to claim to support GMail. If you take the latter approach, then you might also want to look up the strategy-pattern. It would be nice if the password-manager also supports other ways of authenticating/authorizing. That would be targetting a shrinkwrap-application. If your course requires you to write an enterprise-level application, you'd need the first approach.

                    Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

                    V Offline
                    V Offline
                    vinay dahiya
                    wrote on last edited by
                    #21

                    thnks....eddy....the all i have to do now...is to think upon some new concept....

                    L 1 Reply Last reply
                    0
                    • V vinay dahiya

                      thnks....eddy....the all i have to do now...is to think upon some new concept....

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

                      You're welcome :)

                      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

                      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