Can Google Truly Make Quality Content King of The Web?

My short notes to this excellent article by Titus Hoskins "Can Google Truly Make Quality Content King of The Web?" The original of the article can be found here, while I'd like to outline several things sounded important to me: with every new Google's algorithm implementation, there are some web masters, some web sites which are down in SERP and those who benefit. Are there the ones, who benefit from any Google's changes under any scenario? I'd say yes - those who constantly build … [Read more...]


FTP trap on transfering files in a wrong mode – FTP transfer type

ftp transfer type in filezilla

After transfering files (html pages and some images) to hard drive, changing them and uploading back, web-site pages broke... I was trying to upload backup - the same story. My angel told me (I won't think about it by myself:) to check FTP transfer type. I've noticed it is set to Binary. I forgot to switch it back to 'Auto' after some specific files upload. In my case I needed to upload "clean" images from my very old backup to start web-site's pages working properly again. But! … [Read more...]


You Have Reached The Limit Of Password Reset Attempts

As I see many people do experience this Facebook password reset problem. Sometimes there's a security threat when somebody tries to steal your FB password. In this case friend of mine lost FB password. While attempting to reset password, Facebook said "You Have Reached The Limit Of Password Reset Attempts". The solution was to wait another 24 hours and demand password reset again on this page https://www.facebook.com/recover.php. It failed again with same formulation You Have Reached … [Read more...]


Making Money Online. How to Monetize Your Web Content

monetizing web site content

By Titus Hoskins (c) 2011 Perhaps one of the most frequently asked questions for webmasters has to be: How do I monetize my web pages? How do I earn revenue from my online content? As a full time online marketer and webmaster, this is a question I have considered many times and found my own answers through many years of trial and error. Of course, I have taken the passive route in my quest for that online income. This means instead of producing my own products, I market and promote … [Read more...]


Polish letters in WordPress – correct display

Was struggling with correct displaying of Polish letters in WP. Was trying to install Polish language, but solved this problem only after changed wp-config.php character set. Strange, but utf8 doesn't work, while utf-8 does. Small dash did help. /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf-8'); … [Read more...]