Ask your own question, for FREE!
Computer Science 23 Online
OpenStudy (osanseviero):

I am having a serious problem with this (i just have curiosity). How can i stablish a code (any coding language or scripting language) that tells me the number of visits a page had in this computer?

OpenStudy (osanseviero):

I have tried making a program in c and a code with javascript...but i dont know a lot of internet-computer relations

OpenStudy (anonymous):

Do you mean that you want to find out how many visits a web page has received from a particular visitor? If you have control over the server that serves up the page, you can use a Javscript analytics package (like Google Analytics) or something server-side to collect data.

OpenStudy (osanseviero):

For example, how can i know how many times I have visited this website (openstudy.com) from this computer?

OpenStudy (osanseviero):

maybe it could look at the historial of the websites visited...but that program would take too much time

OpenStudy (anonymous):

Ah, I see. This may require you to install a plug-in for your browser, depending on how reliable you need the numbers to be. If you have Firefox, check out this link: http://lifehacker.com/396598/see-how-often-you-visit-web-sites-in-firefox-3 or this one: http://www.techtin.com/browser/know-how-many-times-you-have-visited-a-website-in-firefox/ On Chrome, try this tool ( http://www.nirsoft.net/utils/chrome_history_view.html). There are a number of ways to do it, so you may have to look around to find what exactly you need.

OpenStudy (osanseviero):

the thing is to create a code that will work... :S

OpenStudy (anonymous):

You might look into creating an extension for either Firefox or Chrome which will allow the user to see how many times a website has been visited. Since this information is available in the browser, you may be able to write an extension which can display this value.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!