Questions tagged [hit]

Health information technology (HIT) is information technology applied to health care. It provides the umbrella framework to describe the comprehensive management of health information across computerized systems and its secure exchange between consumers, providers, government and quality entities, and insurers.

91 questions
0
votes
1 answer

Adding a hit counter to Desktop Intelligence/Xi 3/Business Objects webpage?

for my company I am making a report in Xi3/Desktop Intelligence that pulls data via free hand SQL and makes a html file displaying the data, updating every 20mins. We want to incorporate a hit counter that will show us the number of times this…
Justin
  • 55
  • 1
  • 5
0
votes
1 answer

Joomla Hit module CSS

So I am using this module for a Joomla website: http://extensions.joomla.org/extensions/site-management/analytics/visitors/20925 And I was wondering how do I edit the CSS of it? It is putting a border around the module and I also want to get rid of…
Ayohaych
  • 5,099
  • 7
  • 29
  • 51
0
votes
1 answer

Article hit counter and Joomla 2.5.x cache?

There was a comment on Adding in a hit counter to Joomla that the cache impacts the stock hit counter. Do you have any idea how I can fix that bug in Joomla or where I can start to look in the code? I see it's submitted in the bug tracker but nobody…
Paul van Jaarsveld
  • 1,524
  • 1
  • 10
  • 9
0
votes
1 answer

Find out hit count using ajax & javascript

We have a page which has the option to add websites. The application should create a JavaScript code which we could include in a website which would cause hits to the other websites added in the application when a user visit a parent website. For…
Lucky13
  • 11,393
  • 7
  • 25
  • 36
0
votes
4 answers

Check Rotated Rectangle hit Point with Fixed shape Rectangle in HTML5 + Javascript and Canvas

Hi, I am making a car game where I draw a car shape Rectangle as follows. xP and yP is coming dynamically from the keyboard event in JavaScript and so is the rotation. ctxDrift.clearRect(0, 0, 426,…
VarunJi
  • 685
  • 2
  • 14
  • 31
0
votes
1 answer

How to draw only the visible pixels which are >0% alpha with a custom color in canvas?

I would like to make a good performance hit test for png images and other shapes. I don't really care what shapes they are because with this technique there is no performance issues at checking (not setup). I intent to collect all the images on the…
Totty.js
  • 15,563
  • 31
  • 103
  • 175
0
votes
1 answer

bitmap hit testing error

I'm trying to get my character to bounce back when it hits an object in order to not allow it to touch the objects. My problem is when its touching 2 objects, it gets stuck and moves backwards because of my else statement. Is there any way I can…
Crossman
  • 278
  • 5
  • 18
0
votes
0 answers

wpf hit testing

I am facing a problem where I need to decide if the visual object im dealing with, is actually VISUALLY visible to user. The things I've tried(combined), however my approach is still not completely working. 1) If the Object.IsVisible is false, user…
user1327407
  • 103
  • 1
  • 7
0
votes
2 answers

code for counting number of hits in ruby on rails application

i want to know the code for counting number of hits in my ruby on rails application : conditions are it should not increment when a refresh action is executed. And it should be incremented by 1 only when clicked by a unique MAC address
RoR Prog
  • 84
  • 2
  • 11
0
votes
1 answer

Newbie needs help on random record

Possible Duplicate: Random row from Linq to Sql I'm a total newbie when it comes to .NET. I have this line of code, that pulls the record from the DB containing a specified system name. I have the possibility of naming more than one topic with…
-1
votes
1 answer

Function to save Variables monthly to a text-file

I am working on a HitCounter for my website. I want to add some monthly statistics. On my "info.php" I can access to all relevant variables, like: $totalhits, $visits, $botcount Now I want to add a function which stores these variables to a…
lrsp
  • 1,213
  • 10
  • 18
-1
votes
1 answer

Track hits over many domains

a quick question. I'm looking at doing a multi-domain hit counter over many different domains, preferabbly in PHP. What would the best way to track each hit be? I was thinking storing a central database and updating the number in the database every…
Tim Coysh
  • 39
  • 7
-1
votes
3 answers

php and mysql hit counter, counting once only

I've tried several methods, but i can only get it to count once. I am thinking there must be something wrong with my database? When i reset my database coloumn "count" to 0, and refresh the page, it counts to 1, but after that no…
kensil
  • 126
  • 1
  • 6
  • 15
-1
votes
1 answer

android how to hit the URL? with out opening browser

try { URL myURL = new URL("myURL that works fine on browser"); URLConnection myURLConnection = myURL.openConnection(); myURLConnection.connect(); } catch (MalformedURLException e) { // new URL() failed // ... } catch (IOException…
Android
  • 8,995
  • 9
  • 67
  • 108
-1
votes
1 answer

Getting a List of My Email Recipients who have viewed my email?

Trying to get a list of my email recipients who have seen my email, and then to use a different medium to address who didn't see (via SMS/Call). I could get the number of people who saw the email by having a hit counter set up in a web server,…
Pasan Eeriyagama
  • 277
  • 1
  • 4
  • 15