Posted by Catur Nugroho | File under :
Simple Code to Using Html Agility Pack So i have a code of Htmlagilitypack in my mind and hopefully what I get can be useful for those. Lest try!  Do not forget to add this code in your reference : using HtmlAgilityPack; This is firs time, we will take the example of html and put it into the HTML Agility Pack HtmlAgilityPack.HtmlDocument doc = new HtmlAgilityPack.HtmlDocument(); doc.LoadHtml(sampleHtml);    Get Text Box Value HtmlAgilityPack.HtmlNode node = new HtmlAgilityPack.HtmlNod(); node = doc.DocumentNode.SelectSingleNode("//input[@id='nameOfId']"); string...
Posted by Catur Nugroho | File under :
It works much like PrizeLive and other such web sites. You are paid for completing offers and clicking on links. Before the first of the year, daily they had at least a dollar's worth of links to click on per day which was fast and easy, but since it's gone down quite a bit. I guess it fluctuates, but I wish I hadn't been lazy since it would have been easy money. You also get 50 cents for each referral, but all money earned in my first...