Calculate URL Size
I don't have a clue how to begin.
Thanks
You must familiarize yourself with System.Net.HttpWebRequest (or TcpClient if you're hard-core), then you probably want to familiarzie yourself with basic HTTP ("HEAD" requests, in particular), and then you must write an HTML parser to pick out all the linked images, css files, scripts, etc. You also need a CSS parser to pick out linked images in there, and a script parser to see if any of the javascript files download data themselves.
-Ryan / Kardax