I am trying to create a simple alert app for some friends.
Basically i want to be able to extract data \"price\" and \"stock availability\" from a webpage like the f
What ever you do: Don't use regular expressions to parse HTML or bad things will happen. Use a parser instead.