I have the following associations: Outlet => has_many :problems User => has_many :problems Checkin => belongs_to :outlet, belongs_to :user
I have a site that features other websites, and displayed details. Now I wa开发者_C百科nt to get more information about the sites I feature like page views, visits, etc.
I know that I can extract the English letters and numbers by using the A-Za-z0-9 regex. How can I extract the words from other languages such as Arabic and only allow the letters and开发者_开发技巧 n
I have a Flash player, and I want to add a simple analytics system to it. I want it to track how many times a video was watched, the viewers IP address, etc.
I am looking for a good solution to do mobile analytics for Jquerymobile . I did check this question
im working on a project that collects analytics from twitter, facebook, and bitly API.I was wondering what was the best type of data base i should be using for this to be ef开发者_如何学Cficient.Mysql
We have 6 or 7 key metrics that we want to track on a daily, weekly and monthly basis.We have an iOS app with a backend service. Right now we do this by just querying out DB and calculating the metric
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
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?
So I want to make sure I have this right. First, I\'m an undergrad computer engineering major with much more hardware/EE experience than software. This summer I have found myself using a clustering al