Tagged Questions
The tracking tag has no wiki summary.
32
votes
17answers
10k views
Is version control (ie. Subversion) applicable in document tracking?
I am in charge of about 100+ documents (word document, not source code) that needs revision by different people in my department. Currently all the documents are in a shared folder where they will ...
18
votes
21answers
3k views
What's the best way to track and submit a timesheet? [closed]
I work for a small-ish company, 70 people or so, 10 of us are developers. Every month we submit a timesheet tracking the hours spent on the projects we're involved in. Because we leave this until the ...
17
votes
3answers
1k views
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 ...
15
votes
4answers
18k views
Reading barcodes with android
Hi I am developing an application for the android htc hero. I am looking into ways of using the inbuilt camer to read 2D barcodes and extract the string returned from the barcode. I have only recently ...
12
votes
8answers
10k views
C#: GPS Tracking system
How do I go about building a GPS tracking system with mobile (with GPS) in C#.net ?
The scenario is
Track a user (service engineer, nothing illegal here) via a GPS enabled mobile Phone. What ...
11
votes
4answers
373 views
What is the most reliable way to hide / spoof the referrer in JavaScript?
Normally, the referrer is traceable through:
JavaScript's document.referrer
The request headers, e.g. PHP's $_SERVER['HTTP_REFERER']
I have set up a Codepad demo which shows these properties, for ...
11
votes
23answers
726 views
Is it ethical to monitor users?
Update: I didn't know I would be getting too many replies so fast. I can provide more details. It is definitely for use within the company. I was looking for some info on whether I should be more ...
10
votes
6answers
933 views
Track php emails with php script?
I am sending email newsletters using php mail() function.
I have to track the newsletter emails status.
The status would be
1. Num.Of Sent.
2. Num.Of Delivered.
3. Delivered date.
4. Total Num.Of ...
10
votes
5answers
1k views
Distributed ProjectManagement/Bug Tracking
Now that we have DSCMs, are there any Project Management / Bug Tracking tools
that are distributed?
9
votes
2answers
842 views
How to trigger Google Analytics events from Python?
I'm developing a site that has a REST API and I'd like to track the API usage using Google Analytics events. Is there a straightforward way to trigger GA events from Python that doesn't involve ...
8
votes
6answers
239 views
What is the best way to handle this: large download via PHP + slow connection from client = script timeout before file is completely downloaded
My client wanted a way to offer downloads to users, but only after they fill out a registration form (basically name and email). An email is sent to the user with the links for the downloadable ...
8
votes
3answers
2k views
Track mass email campaigns
Litmus released an email analytics service last month (may 2010).
See here: http://litmusapp.com/email-analytics
They boast a very cool "read rate" tracking: they can track normal reads, Skims, and ...
8
votes
6answers
923 views
Mass email tracking
Most services offered online today that claim to "track" e-mails, do so by embedding images in the emails. My questions are:
Is this the only way to do it and if not, what are the other methods?
Are ...
8
votes
3answers
2k views
Track changes: svn + latex
In MS Word, there's a nice feature called "track changes" that allows the program to track edits. This is useful when collaborating with others because you can enable various visualization modes ...
7
votes
1answer
291 views
How to track ONE person with Kinect (trackingID)
I would like to track the first person, and use this person's right hand to navigate in the application that I made.
I can take over the cursor, now I just want only one person being tracked. So ...
7
votes
1answer
2k views
Real time GPS Tracker on JUST HTML / JS and Google Maps to be run on a handphone? Is it possible?
I have read up on GPS Real time tracking and found out several things about it, mostly requiring PHP, zope and a database to store the incoming data. Some other methods uses ajax with relations to ...
7
votes
2answers
243 views
Is there a way to send tracking info to Google Analytics from PHP?
I have a PHP code that will return a image.
the link is given to 3rd party. so, i need to keep track where the php request coming from. Because the PHP only return the image, I cannot use the ...
7
votes
16answers
612 views
Small company of 150 employees needs inexpensive Issue Tracking system
We are a small company of 150 employees and I am searching for a hosted, inexpensive Issue Tracking system for all employees, both in the office and who work remote. Does anyone know a reliable ...
7
votes
11answers
444 views
What are effective ways to log and track programming mistakes?
On occasion I've heard people discuss the benefits of keeping track of programming mistakes, if for no other reason than it increases awareness of common errors. I've started to keep a list of bugs ...
6
votes
1answer
666 views
Finger tracking / counting using OpenCV convex hull and Convexity Defect functions
Just a quick question. I have been working on a basic hand/ finger tracking code using OpenCV and the ConvexHull and ConvexityDefects method. Basically I am able to create a contour of the hand. I now ...
6
votes
1answer
661 views
How to track downloads on iOS5 without UDID
Anyone who knows how to track iOS app downloads (through web ads) without UDID?
I have thought it becomes impossible especially if the user comes from website to AppStore. But a company called WDA ...
6
votes
3answers
603 views
Recommendation for click/event tracking mechanisms (python, django, celery, mongo etc)
I'm looking into way to track events in a django application (events would generally be clicks tied to a specific unique user id).
These events would essentially contain an event type like "click" ...
6
votes
6answers
272 views
Automatic tracking algorithm
I'm trying to write a simple tracking routine to track some points on a movie.
Essentially I have a series of 100-frames-long movies, showing some bright spots on dark background.
I have ~100-150 ...
6
votes
6answers
4k views
How do I dynamically load Google Analytics JavaScript?
Without using any other JS frameworks (dojo, jquery, etc), how would I dynamically load Google Analytic's javascript to be used on a web page for web-tracking?
The typical appropriate to dynamically ...
6
votes
6answers
5k views
Tracking changes in a SQL server 2005 database
I have been tasked with developing a solution that tracks changes to a database.
For updates I need to capture:
date of update
old value
new value
field affected
person doing change
record id
table ...
5
votes
1answer
171 views
Are there different meanings to the concept of 'tracking' in git?
I run 'git branch -r' and get
origin/branch1
origin/branch2
From the man page, the -r option will "list or delete (if used with -d) the remote-tracking branches". So origin/branch1 and ...
5
votes
5answers
128 views
What's the most elegant way of keeping track of the last time a python object is accessed?
I have a list of objects in python that I would regularly check and destroy some of them - those which haven't been accessed lately (i.e. no method was called).
I can maintain the last time accessed ...
5
votes
3answers
139 views
Tracking visitor JS errors?
Is it possible to track JS errors that a visitor encounters? Obviously we do our own testing, but from time to time a visitor will be running a certain browser version, or have a particular plugin, at ...
5
votes
2answers
204 views
Hudson: Keeping track of number of changed files in each build
Does anyone know of a built-in way to have Hudson keep track of how many files are changed, added or deleted in the source code repository in each build ? I'd like to plot the results in the same way ...
5
votes
4answers
139 views
Right tool for tracking DB structure changes
Right now i have a PHP project and i track all changes in code by SVN.
I would also like to track changes made in database structure.
Which is the right tool to use ?
5
votes
3answers
1k views
How to capture if a visitor is from a google adwords click
When a user signs up on my site I want to be able to store whether or not they came to my site via an Adwords campaign.
I know google uses javascript to track conversions based on a cookie that is ...
5
votes
1answer
1k views
How to track online users in Rails?
This was always a problem for me, as rails doesn't have some mechanisms for session tracking like java frameworks do, what methods do you use to track who is currently logged on your site? I use a ...
4
votes
2answers
87 views
Tracking a download button click with Analytics using events
I'm tracking the Download button click on a website featuring a project of mine with this code:
function trackDownload(link) {
try {
_gaq.push(['_trackEvent', 'Downloads', 'Click', 'Setup ...
4
votes
2answers
565 views
Rails add parameter to each URL in the application
I would like to add a parameter to each URL in my Rails 2.3.10 application. I played with the default_url_options but I want the parameter to be visible in the URL. Something like:
...
4
votes
2answers
644 views
Determine whether a user installed our app via Market link
I have an app which is linked to (via an Android Market URL) on several different websites. What I need to implement is a way to determine where my users came from. Is there a way to determine the ...
4
votes
2answers
519 views
Analytics - Tracking actions per user
One of our customers has a web application that requires login, and they would like to get Google Analytics to track it per user - to know which users came to their site.
From what I read on Google ...
4
votes
2answers
137 views
What is the best way to do historic comparisons of database data?
i have a database that has a list of employees of an organziation. There is one main employee table and number of joined tables.
i want to start to track week over week and month over month metrics ...
4
votes
9answers
2k views
How to write an efficient hit counter for websites
I want to write a hit counter script to keep track of hits on images on a website and the originating IPs. Impressions are upwards of hundreds of thousands per day, so the counters will be incremented ...
4
votes
3answers
11k views
Running Google Analytics in iframe?
Our company runs a web site (oursite.com) with affiliate partners who send us traffic. In some cases, we set up our affiliates with their own subdomain (affiliate.oursite.com), and they display ...
3
votes
1answer
32 views
Git: How to list branches with info about tracked remote?
I'd like to have a list of all branches with an info about what do they track. I.e.:
$ git branch -a -???
master <-> origin/master
new_menu <-> origin/feature1
remotes/origin/master
...
3
votes
2answers
74 views
How to use $.post to be included in request of a new page
I'm working on cookie-free session, I dont intend to pass variables through URL, but I try to use window.name or hidden forms. For window.name, I'd do mosething like this:
...
3
votes
1answer
94 views
3
votes
2answers
217 views
3D head tracking on iphone
I want to make an augmented reality application for trying glasses on iphone.
To do that i need 3D head tracking ( providing X,Y,Z position and orientation ).
someting like this FaceApi but for ...
3
votes
1answer
371 views
Tracking Multiple Domains with Google Analytics in same code
I have portal which behaves like multiple portal.
The portal code base is same but for all sites but content is based on which url or domain you came across.
Currently i am able to track my domain
...
3
votes
2answers
110 views
tracking a leaf
I want to track a moving leaf. Its shape changes and occlusion happens because there are other leaves also. What feature should I use to differentiate this leaf among other leaves.
Thanks.
3
votes
1answer
298 views
Decode GPS Data - No idea what the format is
I have a GPS tracker that a friend lent me. It's a chinese model, with sparse documentation.
It's got a built in gps and a gprs module (sim) and it's sending me my data to a particular ip address.
I ...
3
votes
1answer
242 views
User Agent in an iPhone App
What is the default user agent if I want to add third party code (analytics or ads) in an iPhone app and how can I do to change it?
3
votes
1answer
206 views
Kalman Tracking - Measurement variance
I'm doing some work on tracking moving objects using a ceiling mounted downward facing camera. I've got to the point where I can detect the position of the desired object in each frame.
I'm looking ...
3
votes
1answer
320 views
How are cookies managed in iPhone apps?
Are apps-cookies stored in separate per-app location, or shared throughout the device? Are third-party cookies allowed (read/write)? Are persistant cookies allowed?
3
votes
3answers
189 views
Tracking data changes
I work on a market research database centric website, developed in PHP and MySQL.
It consists of two big parts – one in which users insert and update own data (let say one table T with an user_id ...