Archive for February, 2008

Wordpress noindex nofollow meta tags problem

One of the most frustrating thing about using open-source applications is that you never know what are some of the default obscure settings the application comes with. It doesn’t help when I add my own stupidity into the equation.
I found out today, 3 months after this site went live, wondering why it still hasn’t been [...]

Posted on February 18, 2008 at 4:02 pm by Eldee · Permalink · 6 Comments
In: Website Building/SEO · Tagged with: , , ,

PHP Operators: Assignment

The main assignment operator is ‘=’, which basically assigns a value on the right to a variable on the left. If you think this is the same as an equal sign in mathematics, don’t! Think of it as a ‘assigned to’ so whatever is on the right is assigned to the left.
Here’s a simple [...]

Posted on February 11, 2008 at 4:58 pm by Eldee · Permalink · Leave a comment
In: PHP Tutorials · Tagged with: , , ,