Archive for the ‘JQuery’ Category

Ajax using .Net and jQuery

I am not a fan of the classic method of implementing ajax in .net – scriptmanagers and updatepanels. The load on the front end is pretty big (100kb+), especially considering local bandwidth restrictions and challenges. So I set out to find a better way as one does when one feels that something is not quite [...]

More »

Google Analytics and JQuery

Google analytics is fantastic. Add Jquery into the mix and things get even better. Want a script that will make sure that links to external sites and documents are tracked in analytics? Then look no further! All external links (links that begin with http:// or https://) will concatenate the current url + /outgoing/ + link [...]

More »