by JCJune 29, 2009
Form & Function
We love web apps, and as we’ve said before, we use a lot of them. The only problem with web apps is keeping them all open in 1 browser. Fluid App can help with this…
Are you a Gmail, Facebook, Campfire or Pandora fanatic? Do you have 20 or more browser tabs open at all times? Are [...]
Tagged as:
adwords,
basecamp,
highrise,
netinsight,
wordpress
Read the full article →
by JCOctober 23, 2008
Settings
More often than not when using NetInsight you’ll want to strip out sections of URL, rewrite parts and modify the query string.
A common task is removing session ids from the page, here is the regular expression you need to remove the session id from the following example:
URL
http://www.pickuppal.com/pup/intro.html;jsessionid=79FG987987987JGDGDK7YTTUYT
Regular Expression pattern
(;jsessionid=[0-9A-F]+)
Tagged as:
netinsight,
regex
Read the full article →