SEO Blog
Search Engine Optimization Blog
Latest Content
PHP: If Number Negative Then Make Zero - 11 days ago
In PHP, checking if a integer is negative and if it is then setting it to zero is easy, but I was looking for something shorter (and potentially faster) than:if ($x < 0) $x = 0;Well, this is a very quick check and reset, but there is a function max... Topics: negative, number, php, zero
South African Words - 28 days ago
I was sent this email with SA words and thought it rude not to share it:In preparation for next year’s World Cup, tourists need to brush up ontheir Sarf EfricanBraai What is a braai? It is the first thing you will be invited to when you visit South. Topics: Afrikaans
PHP Shorthand IF – ELSE Statement - 92 days ago
The IF – ELSE statement in PHP has a shorthand version if you are comparing two values. A conditional operator “?:” (or ternary) operator is used to shorten this statement down to one line. The expression (expr1) ? (expr2) : (expr3)... Topics: code, php
Counting Distinct Domains in Email List - 102 days ago
I found this MySQL query that counts the number of emails that have the same domain name in a table. This is handy when you want to check which domain, in your list of emails in a table in the database, is the most popular or even the top group of... Topics: email, mysql
Twitter for Business - 144 days ago
As Twitter becomes more and more popular, more businesses are using it as a marketing tool. This social marketing tool can potentially reach millions of people… depending on the topic of course. Twitter recently starting culling spamming accounts,.. Topics: business, social network, twitter











