[jQuery] Re: Total Noob needs help please with emailing on clicking of links

2009-03-13 Thread KillerKellerjr
Thanks for the input so far! I figured out a slightly different route, I installed PHP and CCount on the server. Now we can at least have an admin php page that keeps track of how many times each video link is clicked on in a flat dB file. Now I just wish it would send the user's network usernam

[jQuery] Re: Total Noob needs help please with emailing on clicking of links

2009-03-12 Thread Sam Sherlock
surely google analytics and jquery gatracker in addition to RobG suggestion to qualify what google reports Then you can have google analytics send dat in pdf every week - S 2009/3/13 RobG > > > > On Mar 13, 7:52 am, KillerKellerjr wrote: > > [...] > > I > > am looking to get some code to tha

[jQuery] Re: Total Noob needs help please with emailing on clicking of links

2009-03-12 Thread RobG
On Mar 13, 7:52 am, KillerKellerjr wrote: [...] > I > am looking to get some code to that will email someone ever time > different links are clicked on a page.  Basically to report back so > someone can keep track of when educational videos are watched so we > can keep track of total education

[jQuery] Re: Total Noob needs help please with emailing on clicking of links

2009-03-12 Thread James
I'm not going to write everything for you, but a good way would be to give every link that you want tracked a specific class name. For example, 'link' track me clicky click Your code will be to bind a click event to every element with the class 'link', and perform an AJAX request to some server-