Tag: Javascript

  • HtmlUnit as Java Screen Scraping Library

    If you are needing behavior ‘as though a real browser was scraping and using the page’ HtmlUnit is definitely the best option available. It was designed for testing websites but works great for screen scraping and navigating through multiple pages. It takes care of cookies and other session-related stuff and can execute (if you want…

  • Advanced javascript tutorial

    http://ejohn.org/apps/learn/ – A really good advanced javascript tutorial. If you want to be able to understand the code below, than this tutorial is the right thing.

  • Javascript Environment Tips

    One may think that if he or she wants to work “professionally” with Ajax and Javascript that he will gonna need a comprehensive IDE that enables “fancy” features. But, in this case, you can do everything well and with great efficiency if you stick to Firebug and its built-in Javascript debugging tools. Of course, you…