I am kind of a fan of Jetbrains products for IDEs. So the latest android studio which bundles Intellij looks great to me. Eclipse seems to be too bloated.
Iframe is all client side trick. That means, if you load an url in an iframe, the data has to come from that url. So the bandwidth of the server which hosts the url will be used
Without using encapsulation, you will run into maintenance problems when the size of code base become large. Although you may not be able to appreciate the benefits in small projects, I think it's still better to have it so that you get experience in doing it.
To crawl a lot of pages, you need an efficient multithreaded crawler.
Java and python seem to be the best languages for building multithreaded crawler for the following reasons,
1. Multi threading support.
2. Have a good set of libraries. Pythong has Scrapy, Java has crawler4j.
3. There are a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.