All for Joomla All for Webmasters
    WordPress

    WordPress: How to fix page not found error (404)

    Despite being the most used Content Management System and usually the first choice for most developers, WordPress has some configuration issues that may break your entire website. One of most commons errors that happens using that platform is about the permalinks error, causing a not found message for every post and page. When I faced this problem, I found many approachs to solve it and it may be necessary to perform all those steps to fix the error. I’m gonna show…

    Continue Reading

  • Data Mining Python

    Tweepy: Tweet Collector in Python

    Twitter is a social network widely used for research (for both market and academy), mostly because its API is really robust and allows to emulate any user action. It also has…