Handwriting in webpages

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Handwriting in webpages

    I am hoping that someone out there will be able to help.

    From within my pocketpc web application, I require a signature to be written
    on the screen and captured as an image. This then has to be put into a database
    for strorage. I do not require any digital encryption or authorisation etc, it
    just needs to be real simple.

    Eg. User opens webpage, user signs screen and submits the signature. Job done.

    That is what I am trying to achieve. Has anyone ever seen this or done it? Any
    suggestions would be appreciated.

    Note I have seen some apps but they are to be used within a .NET environment,
    and seeing as I am developing in php they are no good to me.

    Many thanks.


    Bedroom Curtains Guest

  2. Similar Questions and Discussions

    1. some webpages wont wok
      i have succesfully installed macromedia flash player on my windows xp service pack 2 computer. but some websites i still can't access. most...
    2. Links On Webpages
      I just downloaded the new Flash Player 9.0.29 and when I go to any site that uses Flash, the video and sound plays. However, on sites where they've...
    3. How can I edit my webpages?!
      I had Contribute version 1 and was able to work on all three websites I own. I have a webmaster that built two of my websites in dreamweaver -but I...
    4. JPEG, PNG and Webpages
      I just upgraded from Publisher 2000 to Publisher 2003. The web publisihing process converts JPEGs to PNGs which dramtically increases the file sizes...
    5. Enhance Handwriting in low-light, low-contrast images
      I am sure that there are some specialised techniques and this is a good place to look for them. Apart from the obvious tools to adjust contrast ,...
  3. #2

    Default Re: Handwriting in webpages

    > From within my pocketpc web application, I require a signature to be
    written
    > on the screen and captured as an image. This then has to be put into a
    database
    > for strorage. I do not require any digital encryption or authorisation
    etc, it
    > just needs to be real simple.
    Out of curiosity, what is this signature being used for?
    > That is what I am trying to achieve. Has anyone ever seen this or done
    it? Any
    > suggestions would be appreciated.
    There are two options:

    create the image file client side, then upload that

    or

    use a java applet or activeX control (maybe even flash?) to provide an
    interface client-side that then creates the signature server-side.

    If this is for pocketPC users ONLY, then I think it'd probably make the most
    sense to just build a client-side application that can connect to your web
    application.

    Otherwise, there are a few web-based java and activex components that can do
    this. Alas, I don't recall their names. I've never used them, but did a bit
    research a long time ago on it (just enough to find them and then write them
    off for our needs at the time).

    -Darrel


    darrel Guest

  4. #3

    Default Re: Handwriting in webpages

    thanks Darrel
    Bedroom Curtains Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139