tracking

i have written code for marking an object in two frames,but the object is not getting marked...can anyone help me with a correct code?

import opencv.cv as cv import opencv.highgui as hg import sys roi_x0 = 0 roi_y0 = 0 roi_x1 = 0 roi_y1 = 0 startDraw = 0 image = cv.IplImage window_name = "Press c to capture" draw = "Mark" crop = "ROI" result = "Result" def on_mouse(event,x,y,flag,param): global startDraw,im,roi_x0,roi_x1,roi_y0,roi_y1 if(event == hg.CV_EVENT_LBU...

Tracking email deliverability using our own mail server

I am trying to find out a way to track what the delivery rate of mails sent from our ESP is. I am aware of services like AWebber, but I was trying to find out a way to track complaints from the mail providers we send mails to using our mail server. Is there any kind of header tag that somehow "alerts" us when an user clicks on Report Sp...

Find out if resource is used

I am looking for an efficient way to find out if a resource (mostly a drawable) is used in java or in an XML file. The problem is, that on my current project the drawables are changed often and now I have some drawables, which might never be used. Is there a tool/way to find those unused drawables without search each filename in the wh...

Problem reading a cookie from within a tracking pixel in IE

I wrote a simple pixel tracking program that works something like this Step 1) tracker.com sets a cookie Step 2) mysite.com displays <img src="tracker.com/tracking.php">. That image reads the cookie from Step 1 & does some processing. Works great in Chrome, Firefox and Safari. But when tested in IE, the cookie can't be read in Step ...

SharePoint Closed web part

Hi All, I have a site developed in MOSS2007. where can I see the list of web parts that are closed and the user name who closed that web parts i.e(ClosedBy). Or Else, if a perticular web part is closed, how can I get to know that web part is closed by whome? Thanks, Sachin Katkar. ...

Programatically track conversions with/whithout Google Analytics - SpringMVC

I need to track conversions from a banner ad which will be displayed on different affiliate websites. This is not via AdWords. Now, I read about Campaigns and Goals in Google Analytics, and I think this approach could work. But, I'm trying to find a more automatic solution, if such exists, to ease the work load on the marketing people. ...

Looking for a document collaboration tool

Does anyone know of a good way to use Word, Outlook or anything else to be able to review documents collaboratively in parallel? It would be nice if there were a way to even merge multiple documents each with their own revisions into a single document with all revisions and comment authors. Maybe version control software would help, bu...

How does Google prevent gaming of its SERP click-tracking?

Google tracks what links are clicked on search result pages, and probably how many times each is clicked as well. If this data were to be used to influence search results, perhaps by lowering the rank of links that got low click-through rates, how can Google protect it from gaming? I ask because I'd like to track clicks in a similar way...

Trigger an event when system locks/unlocks on Windows XP

Please help me to find a way to track lock/unlock time on my WinXP machine. I've tried windows scheduler - it only logs logins, not locks. Any alternatives? In Miranda's source code I saw implementation via IdleObject tracker, but this way is too long. May be an AutoIt script? Time tracking program (freeware)? ...

Google Analytics question - tracking somePage.exe pages

If I have my server setup to serve up pages with .exe extension as html content, and I put standard GA tracking code (javascript) onto my page, will GA reject hits to that page, since it's a .exe extension? I am asking because .exe files are traditionally tracked as downloads by tracking tools... ...so has anybody had experience with...

How to track file downloads

I am running a Image gallery website which can be used to download images... say if you call somedomain.com/flowers it will return a zip file containing top 10 flower images.... Now my requirement is to track these downloads.. how can I implement this.. any possibility to use Google Analytics. Update: I forgot to add another importan...

Conversion tracking with Google Analytics on 3rd party (off-site) shopping cart

Hello, I have the following scenario: The user has an on-site shopping cart where he adds products. When the user clicks on checkout he is POSTed to a script that computes the buy link to an off-site shopping cart and redirects him with the Location header. The user continues with the payment in the 3rd party website. What I need is...

How do I Track Software Installs For Affiliates?

Right now I track installs of a particular piece of software through the use of a cookie. (This is all windows currently.) Since the download comes from my site through a link I can give custom links to affiliates to figure out who to credit the download with. I also assign a unique id of sorts to the computer to track it. These get popp...

Letterspacing (tracking) with TextBlock in WPF?

What is the best way to do letterspacing (tracking) with TextBlock in WPF? I would think TextBlock.Typography would have taken care of this but it doesn't. What is the best approach? ...

Best grails implementation for tracking number of views (or unique visitors) for a web page ?

I need to implement a very popular feature : displaying the number of views for a profile page. For instance, my profile page in StackOverflow will display how many persons have viewed my profile (just under my reputation score). I suppose that the algorithm is based on some cookies and/or visitor IP addresses. Is there a simple way (a...

Google Event Tracking on <p> clicks

I am looking to implement Google Event Tracking on a new website and couldn't find any documentation on this, but basically I just need to confirm that I add the standard 'onClick="_gaq.push([...' to a paragraph tag (which I have a jQuery event on already), the event tracking will still function as it would on an ...

solution for Company Intranet (wiki + database + bug tracking + document management +++)

We are looking for a Company Intranet product with some or all of these attributes - common home page - departmental sections with password protection for some content - allow designated users to edit specific pages - wiki type knowledge repository - company phone list - document & image management (uploads, some ...

Tracking for How Long an Email was Read

Greeting Overflowers, I am asked to code an email tracker using PHP. Email clients request my PHP script thinking it is an image (BODY's background). However, the client (namely Outlook 2007) hangs then (showing nothing) until my PHP script reaches its timeout. <?php define("DB_FILE", "sqlite:C:\wamp\www\database.sdb"); define("QUERY",...

How to integrate Carrier site using rails application

Hi All, I am integrating the UPS, USPS, DHL and FEDEX with my rails application. For that i am using 'trackify' plugin to find the carrier type for given Tracking Number and for also finding the XML response from the respective tracking site. I want complete guide for each of the above about How to Integrate Tracking API's? ...

What is opencounter and why is my client trying to use it in a bulk email?

My company send a LOT of bulk email for clients. And yes, we follow all the best practice protocols to ensure we're not spammers. The system is proprietary, based on open source code. Customers have a GUI to enter content, similar to the big guys like MailChimp and the like. A staff member brought a UI challenge with the GUI to me, u...