I’m sure you have all seen screenshots where adsense earnings have topped $1,000,000 or seen some other form of “earnings” where these earnings” are just out of this world. Most of these are probably altered in one way or another - they did this by using the javascript browser hack.
By putting a simple line of javascript into the URL bar once you are on a page of your choice you can edit the content in any way you wish - in designer mode. Now you can fake your “earnings”.
javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0
Try it yourself

photo credit: cote
The rel=”nofollow” attribute on links is very usefull. Additionally nofollow in robots can be usefull. They should not be confused with eachother.
The rel=”nofollow” description below is courtesy of robotstxt.org
The rel=”nofollow” is an attribute you can set on an HTML <a> link tag, invented by Google, and adopted by others. Those links won’t get any credit when Google ranks websites in the search results, thus removing the main incentive behind blog comment spammers robots.
See Preventing comment spam on the Official Google Blog.
From that description it sounds like it only affects the ranking, and the Google robot may still follow the links and index them. If so, it is different from the robots meta tag NOFOLLOW semantics.
Additionally, the below is courtesy of robotstxt.org too
<html> <head> <title>...</title> <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> </head>There are two important considerations when using the robots <META> tag:
- robots can ignore your <META> tag. Especially malware robots that scan the web for security vulnerabilities, and email address harvesters used by spammers will pay no attention.
- the NOFOLLOW directive only applies to links on this page. It’s entirely likely that a robot might find the same links on some other page without a NOFOLLOW (perhaps on some other site), and so still arrives at your undesired page.
Now, get using nofollow links!
This is a post expanding on the backend / developer site structure.
Is it perhaps the most important thing of a site. It aids the following factors;
Across my sites, I try to use a common file structure. I even make sure that applications I decide to install or use use this file structure to some extent and if they dont use it, I dont use that application and write my own or find another. Simple.

photo credit: totalAldo
A common site structure is necassary in terms of the site shell and the generated content the site produces (HTML/CSS/JS etc…).
In terms of a site structure, here is one that I tend to try to find and use from a developers point of view. A site structure like the one listed below will help to maintain the site, address problems and ensure that each site component is individual from another.

photo credit: Heather R.
Bit of a while since an update due to a few things, but take a look at the open source releases over at DooBDee.net.
If you are interested in phpBB, wordpress and most things computers / coding / internet entrepreneuring then open source releases is for you.
An excerpt from the site;
Welcome to DooBDee.net. This website is designed to cover open source releases, internet resources, downloads and support.
The navigation of internet items on the left hand side aims to cover specific areas of the Internet. This website is heavily focused on internet resources for webmasters, web and computer users.
Check out open source releases, its worth it. Technorati Profile