track

Tracking changes to a (functional) design document

Hi, I am looking for a good way to keep a design document up to date with the latest decisions. We are a small team (two developers, game designer, graphic designer, project manager, sales guy). Most of our projects last a couple of months. At the start of the project a design is made but we generally find ourselves making changes or ...

How can i track changes in content on a html page after page has loaded

Hi, I'm wracking my brain on this one. After a html document loads in a browser,I want to be able to monitor the page incase any content on it changes for any reason. Is there a Javascript function with which I can track 'what has changed' on the webpage . This should be irrespective of the type of content on the html page I hav...

Keeping track of changes I make by copying project folders.

Hello, I'm a beginner so if there is a terminology for what I'm doing I don't know how to search for it. So forgive me if this has been asked before. So here is what I do. Before I make any major code changes, I make a copy of the projects folder and call it "project v6" for example. Then if I really mess things up and cant find a way to...

How to track flash / video content usage?

I have a few YT videos embedded on the pages of my site. Is there any way (say, via Javascript/DOM) I can track the following: How much % (bytes, duration, etc) of the video content got transferred to the user's browser? (The red progress bar in YT videos, for example.) How much % (bytes, duration, etc) actually got played (watched by ...

What's the best way to implement tracking changes on your entities?

The requirement is to track all changes made to an entity, track it to know who did it, when he did, etc. For example, I have a Person entity, and a user has change the name of the person, I'd like to keep that information somewhere. What's the best approach for this? Or is there an existing framework to achieve this. I know that SQL ...

Dynamic web record

Hi, im trying to build a simple app: Six colums with these values Nr, Name, checkbox 1, checkbox 2, checkbox 3, checkbox 4. The checkboxes are project stages, Im using Mysql to store the data and retrieving it to a webpage with php. My problem is on how to go updating the checkboxes, and also how to filter the results (display onl...

How to embed a Silverlight application into trac Wiki

How to embed a Silverlight application into trac Wiki Some PLUGIN or what? ...

Tracking outgoing links with Javascript and PHP

I have tryed it using jQuery but it is not working. <script> $("a").click(function () { $.post("http://www.example.com/trackol.php", {result: "click" }, "html"); }); </script> <a href="http://www.google.com"&gt;out&lt;/a&gt; ...

Where to get TracWiki Formatting xslt stylesheet?

Where to get TracWiki Formatting xslt stylesheet? I'm asking because we all use TRACK SVN and TRACK WIKI so I need to do all my dok tables in it's wiki... BTW: Just in case you searched for simple Wiki xslt can be found here ...

How to track a long hold in finger in iPhone ?

Hi, How could I track event like touch on iPhone screen for 2 seconds. Like in safari to save image for image added to a UIWebView.. ? Thank you and Kind Regards, Tharindu Madushanka ...

How to track my flash video player embed on other sites

Setup: an online tv channel with "youtube" like clips and categories our own flash video player which can be embeded into other remote sites as2 flash player Goal: To track who's embeding my videos, at least with basic statistics per domain. Since it's AS2, it's harder to do this. My ideea is that I can create a php page which shou...

UISlider track image that doesn't stretch

Hi All, I'm trying to use a custom track image for a UISlider but it is an asymmetric image from one end of the slider to the other. I have tried setting up my image with leftCapWidth and so on but this just makes it take a maximum stretch and then starts spreading out one pixel of infor across the slider. I'd like an image that doesn...

How to set costume header logo on your Track Wiki project page?

How to set costume header logo on your Track Wiki project page? How to set costume header logo on special Track Wiki page? ...

Looking for a service that lets me easily track phone call #'s and just forward the calls elsewhere

Want something inexpensive that just tells me how many calls a number gets, id like a different # for different sources of users and want to track volume from each source Any ideas? Thanks Aaron ...

PCCTS track input column number

How can I make PCCTS track the number of the tokens columns? ...

Is there a method / system / program to keep track of different stages and changes in writing the code for a project?

forgive me, but I don't know the technical term to know what to search for. I am trying to find a way to keep track of changes in my code during the development of my program. something that would allow me to go back to a section of code that I deleted. I am not talking about "undo". But rather a way that would let me keep track or be a...

What do these words mean in Git: Repository, fork, branch, clone, track?

I'm honestly not clear on the semantics here. They're all about copies/variants of a code+history unit, but past that I'm not sure I could say. Is this logical structure explained somewhere? ...

What are Windows SVN+Tasks Management+Blog+Timeline free, opensource solutions?

What are Windows SVN+Tasks Management+Blog+Timeline free, opensource solutions(projects)? ...

Modify MP3 File

Hello, I have an MP3 file uploader. I want to add an additional audio track to the file upon upload - via PHP. Is that possible? Thanks in advance! ...

from web server, how I can get the exact GPS location of any iphone ?

HI I want to run my code on web server , which will track any iphones physical location (using mobile number of card inside iphone) . How can I do that , Is coreLocation gives that facility ? thank you. ...