MySQL – Count Number Of Words
MySQL doesn’t contain built in function for counting number of words in a column. It’s a very common request so we need use a trick for this purpose.
The query bellow returns ...
Do You Want To Be A Web Developer?
If you want to be a web developer or designer think again.
Here are some devices your sites and web applications need to be tested on
Website Bounce Rate
The bounce rate of a website can mean a few things, but it’s most commonly used to describe the number of visitors who land on a page on your site and then immediately click off. ...
Does Microsoft Push C++ Instead of C#?
Will modern C++ replace C#? Does Microsoft push developers to adopt C++ programming language? Many developers are talking about modern C++ popularity and migrating back to C++ from ...
Is SEO Doing To Be Too Difficult?
I know a lot of people think to themselves, should I even try to go after high search engine rankings? That’s a question only you can answer, but I’ve done really well getting ...
Backlinking Tips
In this post I talked about link building and how not all links are equal. I mentioned how Google can figure out the quality of the sites linking back to you by looking at the sites ...
Not All Link Building is Created Equal
This article is about how not all link building is equal.
With the changes Google has made to their algorithms recently this is especially true. Google doesn’t just count the ...
WordPress and OpenX integration
OpenX is an open-source advertising server that is licensed under the GNU General Public License. It features an integrated banner management interface and tracking system for gathering ...
Database Charset and Collation Changing
Here is a useful PHP script for changing collation of your database.
Just follow the steps:
1. Create file e.g.: changedbcollation.php with the following content:
<?php
/**
* ...

