Using images to track user

Hi all,
I basically am developing an application in java/jsp to send emails to people (it's not spam, trust me). The trouble is that lately a vendor told some of our executives that his application uses images to see if a user has opened the email or not. He claimed to have been able to do this on hotmail, yahoo n all...
Does anyone know how this can be done? I tried to use JavaScript to open a window onLoad that sent a queryString to a webpage on my server with the client username, then use jsp to log that into the database and then close the window. Sounds great in theory but Yahoo as well as Hotmail block JavaScript.
I realise this is more a web development based question, but I have been searching on-line all day and haven't found anything to help. So if someone can at least point me in the right direction that would be great.
Al
p.s I know that being able to do this is an invasion of privacy and all that jazz, and I am strictly against it, but I gotta eat...

Thanks all,
Interestingly enough, the missing piece of the puzzle came from a completely unrelated project for me, what J-Fine said was it actually, along with the fact that you are supposed to set the page context to the image type you are using.
This is how I'm doing it, I don't know how efficient it is, but my understanding is that using BufferedInput is always good (mind you I haven't tried it since I'm at home and still downloading j2ee):
          InputStream in = new BufferedInputStream(new FileInputStream("myImage.gif"));
          res.setContentType ( "image/gif" );
          ServletOutputStream out = res.getOutputStream ();
          int c;
          while((c = in.read()) != -1)
               out.write(c);
          in.close();
          out.close();
Thanks again all...
Good news is that we decided not to implement this... so I save my sole for an other time.
Al

Similar Messages

  • Anyone use sccm to track user's HP docking station serial number and model?

    i am only able to see whether the laptop is dock or not by registry key so far.
    HKLM\System\CurrentControlSet\Control\IDConfigDB\CurrentDockInfo
    anyone manage or use sccm to track user's HP docking station serial number and model before?
    thanks
    This topic first appeared in the Spiceworks Community

    The pin in picture looks liek a 5mm pin and one one on docking station is a smart pin. So you would need something like the one in picture in this link.
    In the picture observe the component in left hand bottom corner.
    http://www.amazon.com/HP-power-adapter-airplane-DV574A/dp/B0006VX07I/ref=pd_sim_sbs_pc_11?ie=UTF8&re...
    I would say, take the adaptor to store and get one.
    Wish you luck,
    Karthik
    --Say "Thanks" by clicking the Kudos (purple thumbs up icon in the lower right corner of a post)
    --Please mark the post that solves your problem as "Accepted Solution"

  • Is there a way I can use BC to track user's progress in a Tutorial Web Site?

    I am developing a Web Site with Video Tutorials and Games. I want to track the user's progress and give rewards as it goes. I wonder if there is a way, within BC, where I can set this up without having to go through the whole PHP/MySQL. I will if I have to, but I having searching for an easier solution. I normally use BC from Dreamweaver.

    Hi Haroon1234,
    Unfortunately no. The closest thing I've found is an app linked to the MDM where teachers can view what app is active on each of their classroom iPads (i.e. they can't see the screen itself, but can see that Edmodo is the active app on one device, Notability is the active app on another device, etc)
    ~Joe

  • How do I use JSP to track online user

    Hi,
    I am using JPSs to build a website,and I want these JSPs to detect and display how many users are active browsing on my website and their usernames.I know I can use session to track cocurrent users online,but I had to use some external class to do that,so my Q is that is there pure JSP solution for this without use bean or call other class?
    Thanks!
    John

    Okay,
    I am fairly new to the whole JSP thing, but I
    I understand what you are saying by putting the login
    names into a vector. What I don't understand is how
    you would set up the vector. I know this isnt going
    to be syntactically correct but for example - :
    In my file Logon.jsp lets say I have the following
    code:
    Vector v = new Vector();
    String LoginName = session.getValue("login");
    v.add(LoginName);
    Now the problem I see with this code is that
    t everytime someone logs in, Vector v is going to be
    reset to a new empty vector and instead of adding to
    an already existing vector, this code would just only
    be able to hold at most, one login name. Where would
    I declare my vector and how do I prevent it from being
    wiped out? I am new to this, so please dont bash me
    too hard.
    EdThis is why you would want to use an external class.
    Write a class which has the vector as an instance variable.
    The class should have a method to add to the vector
    when someone logs in and remove them when they log out.
    Use the <jsp:useBean ... scope='application'> tag in your JSP.
    This will make the class available to all JSPs in the application.
    The first time your class is called it is instantiated.
    After the first call it is read from the application object and
    is not re-instantiated. You can call your add/remove methods from
    a scriptlet in the JSP.

  • How to count number of vehicles using image processing tools in LabVIEW

    anyone can give me idea that how to do counting of vehicles using image processing tools

    Hello,
    if camera is stationary, first take an image of the background. Then subtract each acquired image from the reference image. Limit the region of interest - build a mask of the area, where you want to detect vehicles. Use only the pixels that are under the mask for further processing. You probably would need to do some morphological operations (for example dilate) to make the detection more noise-free...
    Maybe you could get more reference images (different time of day) and compare the average intensities of the acquired and the reference image to select the best image for subtraction.
    You could then probably just count the numer of objects to get the number of vehicles.
    You can perhaps also use optical flow to track the vehicles, but you would need to compute some features for example strong corners for each vehicle (check good features to track, http://docs.opencv.org/modules/imgproc/doc/feature_detection.html). Or you can use the new mean-shift tracking library (Labview 2013).
    Hope this helps a bit.
    Best regards,
    K
    https://decibel.ni.com/content/blogs/kl3m3n
    "Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."

  • How can I use ALL audio tracks in multiclip editing?

    I want to be able to use all audio tracks after the multiclip cut.
    It's only a two camera shoot, but I want to be able to use the ambient room sound from the second camera ... and control its level (in relation to the master audio track on the first camera) AFTER the cuts are made.
    Is this possible in multiclip editing? And how does one go about it?
    Apologies. I've spent an hour or so in the manual, and it isn't clear ... or I'm just not finding the right reference.
    All ears,
    Ben

    Sorry if I'm steering you down a path you don't want to go or even if there's a better way but I wouldn't be ding complex audio mixing anywhere near the multiclip interface. Export your reference movie or nest the multiclip project into another sequence, bring in your additional tracks, get to work. Just my preferences, I put a bunch of rough keyframes in the audio tracks and enter some markers (and make a lot of paper notes). Then I go back using the large mixer window to do the fine tweaking.
    Stick around for a couple of days, some other multiclip users with more experience than I will offer some more useful suggestions.
    bogiesan

  • System Image Utility - Create User - Activate Remote Management

    When creating an image with system image utility, based on a DVD image instead of a cloned image, I cannot create a user and activate Remote Management.
    I have created an installer package with Apple Remote Desktop that is supposed to do both, however it doesn't work. I do not get an error, but no user is created.
    I have tried a post-install script however the dscl command is not recognized even if I put the path /usr/bin/dscl.
    I even tried to use a popular package out there called "createUser" but that fails as well.
    Has anyone had any luck with this when trying to make a moduler image with System Image Utility?
    Message was edited by: NeedSomeAnswer

    After configuring all the appropriate settings, I
    push the "Create" button and it appears to start
    working, prompts me for a location to save the actual
    image itself, creates a folder with the default name
    and then nothing happens.
    ok here's the deal: i created a folder in my OSX server home directory labelled "images" and keep our multiple images there. although you CAN have your images on other drives or on the network, that would take a LOOOOOOOONG time to do the data transfer to the invisible netboot folder on your server. my advice: keep local copies of all images. save a ton of time for yourself, eh?
    then, when it's time to use the system image suntility to load up an image, i go to that same location each time, call it up and have the app set to the prefs i want or need. i'm on 10.4.7 server and have had no problem using the software.
    so try using images locally and then, if that doesn't work, upgrade to 10.4.7

  • Tutorial - how to track user progress in a Captivate movie

    I wanted to start working with the new scripting capabilities
    in Captivate 4 and thought a good first project would be to create
    a set of variables and custom actions and execute the actions based
    on the state of the variables. I wrote up a description/walkthrough
    with screenshots and the source .cp is downloadable here:
    http://elearninglive.com/wordpress/2009/01/tracking-user-progress-in-captivate-4-using-var iables-and-actions/
    Hopefully it proves useful to others!
    A couple of things I mention at the bottom of the post in
    regards to the new features in CP4:
    1. The actions window is amazingly slow once you add more
    than a handful of actions. Perhaps it's just my machine? I have a
    very fast machine with lots of ram, but perhaps it's something
    unique to my environment?
    2. You can't 'chain' actions. In other words, you cannot use
    'execute multiple actions' setting to execute user-created actions,
    just the built-in ones, which seems to me a pretty big limitation.
    I had to work around it.
    3. As an add-on to #1 above - there is no way to
    import/export code. Since the actions window is so slow it would be
    ideal if we could just import code written in a text file, or
    better yet, have a simple code editor (like the actions panel in
    Flash).
    My 2 cents, fwtw, as a new CP4 user....
    mark
    www.elearninglive.com

    > But I didn't really know what AuthorWare was actually
    > capable of producing until this past year when I
    happened to subscribe to
    > the
    > AWARE list (AuthorWare Developers) and over time read
    about the
    > capabilities it
    > had. It was an excellent tool - and it seems, the best
    there ever was for
    > our
    > needs, and it amazes me that there isn't anything to
    replace it yet that
    > matches it. Of course, the problem was the shockwave
    plugin. Which is a
    > big
    > problem and the real original reason I never looked into
    it in the first
    > place.
    The biggest problem Authorware had was poor marketing. Second
    was it had no
    way to natively create the eye-candy that Flash was wowing
    the world with.
    Third, there was no attempt by Macromedia modernise
    Authorware with a lot of
    very basic things that would have made a huge difference to
    everyone's
    perception of the tool
    Fourth, Marketing kept telling people Authorware was dead,
    from about
    Authorware 5. I think the Flash team was on a bonus for
    converting people
    >
    > I don't understand why Adobe is now making Captivate the
    next AuthorWare.
    > That's basically what they're doing it seems. It's like
    saving up to buy a
    > ferrari when you have on sitting unused in your garage!
    They already had a
    > great elearning development tool in AuthorWare and just
    needed the one big
    > piece: output to flash swf and not shockwave. I guess
    there were technical
    > reasons why that wasn't done?
    I think it is clear to those of us that have had to move to
    Captivate from
    Authorware that Captivate is *very* lacking in specific
    advanced features
    and functionality that old hands are used to. As with any
    product, users are
    bombarding adobe with requests that boost the power and scope
    of Captivate.
    It's a natural progression.
    >
    > As much as I like Captivate 4, it's a few major releases
    away from coming
    > close to what we *really* need.
    I agree - but it is a lot closer this time around :-)
    Steve
    http://twitter.com/Stevehoward999
    Adobe Community Expert: eLearning, Mobile and Devices
    European eLearning Summit - EeLS
    Adobe-sponsored eLearning conference.
    http://www.elearningsummit.eu

  • How can I create a DVD image that PC users can retrieve and burn...

    I need to create a DVD disc image that PC users can retrieve from a private network share and burn to a blank DVD. Once burned, it needs to auto-start at the Menu. The master works fine. Images burned using the Mac Disk Utility work fine. But I have little control over who will download the image or the method by which they will burn it, so I need to provide visitors with guidance. Thank you in advance for any assistance you can provide.

    Thank Jeff for this one.....
    http://homepage.mac.com/geerlingguy/macsupport/mac_help/pages/0023-convert_dmg_imgiso.html
    I've also heard that you can just copy an ".img" iDVD image to a pc, change the extension to .iso and then burn with Nero, etc. But I haven't tried it myself.....
    John B.

  • TS3276 Having trouble sending jpeg images as attachments in Mac email.....they go thru as images and PC users can't see the SAVE or QUICK LOOK boxes that Mac mail has.  One friend scrolled over the image, right clicked on it and saved as a PNG file.

    Having trouble sending jpeg images as attachments in Mac email.....they go thru as images and PC users can't see the SAVE or QUICK LOOK boxes that Mac mail has.  One friend scrolled over the image, right clicked on it and saved as a PNG file.

    Apple Mail isn't going to change the format of any of your attachments. it isn't going to corrupt them either.
    Exchange is a transport protocol and server. The issue you describe is not related to Exchange.
    There are many different versions of Microsoft Outlook in use and they all have e-mail bugs. Different versions have different bugs. Some Apple Mail hack to get around a bug in Outlook 2003 may cause the same message to be problematic in Outlook 2000. Fix them both and another issue will cause trouble in Outlook 2007. You can't fix this. Apple can't fix this. Microsoft can and has but that is irrelevant if your recipients are using older versions.
    One specific problem is that Apple Mail always sends image attachments inline, as images, not as iconized files. You can change this with Attachment Tamer. Just be aware that use of this software will break other things such as Stationery. E-mail is just a disaster. To date, no one outside of Apple has ever implemented the e-mail standards from 1993. Apple has continually changed its e-mail software to be more compatible with the de-facto standards that Netscape and Microsoft have unilaterally defined and people documented as "standards" after the fact. The e-mail messages that Apple Mail sends are 100% correct and do not violate any of the original standards from 1993 or the Microsoft/Netscape modifications. The problem is entirely bugs and limitations in various versions of Outlook.

  • I have used Image Capture to scan images/documents and then saved them as either PDFs or PNG files.  For some reason, just this past week Image Capture will no longer save the file.  It scans, and the Scan Results window pops up, but it won't save file.

    I have used Image Capture to scan images/documents and then saved them as either PDFs or PNG files.  For some reason, just this past week, Image Capture will no longer save the file.  It scans, and the Scan Results window pops up, but it won't save file.
    The file name has no special character in it, just letters and no spaces.
    I have done this in the past and it has worked, but now it will not.
    I have not upgraded any software, that I am aware of.
    After scanning, the Image Capture pops up the Scan Results with the file name in the window, but neither the Scan Results nor the Image Capture window responds to inputs.  The Image Capture window is frozen, with only the "Overview" and "Cancel" buttons active (but non-responsive).
    Is this a software issue or a scanner hardware issue?  I am using a HP Photosmart C6200 series printer/scanner on a network using a Time Capsule airport.
    Thanks.

    I had the same problem.
    Got a 90% fix.  Apparently the Mavericks preferences won't work with Yosemite, so I just deleted the Image Capture preferences.
    Unfortunately, the "Scan to" folder seems to be permanently set to the Pictures folder.
    1.  Quit Image Capture
    2.  Go to Finder > Go > Home, which opens up your home folder (named after your user name)
    3.  Open Library > Preferences > com.apple.ImageCapture.plist - Drag this file to the Trash
    4.  Start "Image Capture", click "Details" and change all your settings as you prefer
    5.  Quit and restart "Image Capture".   Notice it remembers all your settings except "Scan to" folder.  It insists on saving to "Pictures".
    That's as far as I was successful.  I tried changing the "Scan to" folder to "Desktop", but on launch, Image Capture always sets it back to "Pictures".
    This is what I tried:
    6.  Download and install "Pref Setter" from http://www.nightproductions.net/prefsetter.html
    7.  Quit "Image Capture".  Right-click on "com.apple.ImageCapture.plist" and open with Pref Setter.
    8.  Search for "Pictures", which finds "~/Pictures" (the tilde character at the start means your home directory).
    9.  Double-click on "~/Pictures" and change it to the folder you prefer.  I like "~/Desktop"
    10. Choose File > Save then Quit from Pref Setter.  Note that re-opening the plist file still shows "~/Desktop"
    11. Start up "Image Capture" -- on startup, "Image Capture" sets "Scan to" folder to "Pictures"
    I consider this a bug.

  • Using images with Transparency in Photobooks

    I'm to a point where I would like to use images that utilize transparency in Aperture photo books. Is this possible? So far, PSD files that I've cropped with PS's lasso tools to have transparent areas surrounding their subject tend to change this area to white when dropped into a book.
    Does anyone know of a way or format to use to retain this transparency? I love the speed of Aperture's photobook tools, along with export and printing options, and would like to be able to layer images that bleed together, or have a cut-out subject on top of others, but I haven't noticed a way as of yet.
    Is this ability even available in Aperture yet?
    If not, is there a third party plugin that gives it to the user when making photo books?
    Please let me know soon, else i'm going to have to adjust my workflow back to photoshop only for page set layouts and the created PSD files on blank book pages- not fun.

    i have been trying different ways to make it work fine, and find several things to consider:
    Note: for the next ways i tried with images with transparency.
    1 searching images in the iPad with safari and saving it into Photo app
    then copying it with the popup and pasting it with the popup inside Pages or Keynote:
    work fine.
    2 using the saved images that worked fine in the first way but
    then inside Pages in my opened document, using the menu to import the image from the
    Photo app, to insert the same downloaded image used in the first case:
    does not work, the image appears with a white background.
    3 trying the first way (manually copying and pasting) but with the images i imported from
    my MacBook Pro using the normal way via iTunes(10.1.1 (4))
    does not work, some images appears with a black background, other images
    appears with a white background.
    4 trying with the images of the third way, but changing the method using the photo app
    menu from Pages
    does not work as in the third way
    i dont have problem using transparency images in the first complex way.
    my problem is when i try to use images with transparency in the other three normal ways.

  • MOSS 2007 Custom Theme Images Invisible to Users

    Hi,
    Our MOSS 2007 Site uses Custom Theme and the theme uses image for styling navigation background. The issue is the when a user logs in to site he is not able to view the navigation background image whereas when a user with full control
    logs in to site he can view the navigation background image.
    Kindly suggest.

    Hi,
    Is the image stored in a location that standard users have access to (style library)?
    Is the image checked-in and published/approved?
    Cheers
    Matt

  • (Urgent) - Using Image as a link

    Hi All,
    I have a requirement to use image as a hyper link so that when a user clicks on that image he can see the report related to it.
    Could this Feature is possible through ABAP.
    If yes how can i achieve it, is there any FM with the use of which i can use the image as a hyper link.
    Please reply as soon as possible.
    Thanks in advance
    Message was edited by:
            Rachit Khanna

    Hi,
    Refer to the the following code for using image as hyperlink.
    <%@ page import="com.sapportals.portal.prt.resource.IResource"  %>
      <hbj:link
        id="link1"
        text="Link to SAP"
        reference="http://www.sap.com"
        target="_TOP"
        tooltip="this takes you to: http://www.sap.com"
        onClick="LinkClick"
        >
        <hbj:image
            id="image_logo"
            alt="Image not available"
            src=""
            >
            <%
                IResource
                rs=componentRequest.getResource(IResource.IMAGE,
                "../mimes/sap.gif");
                image_logo.setSrc
                   (rs.getResourceInformation().getURL(componentRequest));
                %>
        </hbj:image>
      </hbj:link>
    regards
    Gaurav
    Reward points if helpful

  • Matching Quiz in Captivate CS4 (using images)

    Hi all,
    I am looking to create a quiz slide in Captivate CS4 using the matching quiz tool.  Does anyone know whether or not you can use images as a question rather than text, for example, (see below) i would have the 4 hazard signs on the left and then the 4 answers on the right and the person completing the quiz would have to match the correct answer to the correct picture.  If it can be done, where would i start????

    Hi there
    It can "sort of" be done using Captivate. You wouldn't be able to click the actual image and drag to make the match, but you could certainly insert images just above the text. Then instruct the user to click the text answer and drag to make the match.
    If you took this approach you would certainly want to avoid shuffling the answers unless you wanted to totally confuse folks!
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for

  • Fan is not operating

    Dear Sirs, I'm from São Carlos / SP / Brazil and I bought a TouchSmart Notebook HP ENVY 17-j041nr in Orlando at the Microsoft Store in Millenia Mall 30/10/2013. However, the unit is experiencing the following error: "The system has detected the cooli

  • Frozen nano

    ipod frozen inbetween screens in ON mode. No response, can't move between screens, dial does nothing, can't turn off. Did the whole reset thing, nothing works. It's fully charged. Any idesas?

  • Error in IPC1752 Class 4 document for FG400(Cu Wire)

    I am checking Material Declaration Data Sheet for Spartan-3E/-3A FG400 (Cu Wire) Package . This is Fine-pitch BGA package (http://www.xilinx.com/support/documentation/package_specs/pk518_fg400_cu.pdf ) and RoHS non compliant part since it contains le

  • Why there's no Need for Speed game in the apple store?

    Hi, I really wanna have Need For Speed game for my macpro, I only found it through my ipad but not from mac, can you help me for that? Thank you

  • You are running an operating system that is no longer supported.

    Why am I getting this message when I have win 7, Intel quad core 64 bit,  1T of HD space and a 24 bit graphics card?