I\'m trying to get php to update a MySQL table using UPDATE statement but it simply won\'t work. Here\'s the code I wrote:
I am a big fan and regular user of RescueTime, the time tracking application. The service requires you to install a small program that runs in the background and keeps track of which programs and pag
We are testing a new kind of advertising method that does call scripts asynchronously but they DO NOT provide a callback for anything.We want to track the loading time of this new method after it has
I am thinking of writing a spec project management webpage. I wonder of anybody have some idea how to start.
Using the FlowPlayer API, is there a way to capture Video Progress? I\'m looking to capture the progress of the video so I can fire events to the page at certain points in the Video. In Flash, there i
I\'m using django to do a pixel tracker on an email Is it easy to return an actual image from a dj开发者_如何学Cango view (and how would this be done?) or is it easier to just return a redirect to th
Using the Magento API, I see how to mark an order as shipped with开发者_运维百科 the sales_order_shipment.create call and how to add a tracking number with the sales_order_shipment.addTrack call.Is th
I am using LG Optimus 2x smartphone which cons开发者_如何学JAVAists ofgyro and accelrometer sensors. I am using it in indoor tracking application by using pedestrian dead reckoning techniques. I want
http://www.instamapper.com/android I am planning to dive into android dev and i have a pretty good java and web-dev background.
I\'ve written a Java applet to record the position of a user\'s mouse and calculate the velocity and acceleration at each time step. I\'d like to convert it to Javascript. Is this possible?