Heres a little trick that I just picked up on.
Whilst it may be a little bit of a nasty thing, and you WILL get your adsense account banned for doing it, here it is in all its glory.
The way to remove the ‘Ads by Google’ line in adsense ads.


<script type="text/javascript"><!--
google_ad_client = "your publisher id here";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
xsrc="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

Notice the ‘google_ad_format’?
It doesnt have the ‘_as’ at the end of it.
Too easy.

blogger logo

Heres a little tip on how to remove the blogger search bar from your Blogger.com Blog.

Follow the instructions below.

To hide the Blogger NavBar paste the CSS definition between the style tags:

<style type="text/css">

#b-navbar {
height: 0px;
visibility: hidden;
display: none;
}

</style>

Hiding the banner in Blogger Beta (iframe):

<style type="text/css">

#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}

</style>

Just remove the code to show it again.

Here some code that allows you to put the Nav Bar at the bottom of the blog page.


<style type="text/css">
body { position: relative; }
#b-navbar {
position: absolute;
top: inherit;
bottom: 0px;
margin-bottom: 0;
}
</style>

Actually dont, please dont :D

Probably not the best title for my blog post, but hey if it gets hacked it gets hacked.

Onward.

Found this site today, whilst digging around a little, my initial thoughts were, how can these guys get away with making this information publicly available.??

Well on further investigation and a few hours spent, I have to admit, I actually enjoyed running through their forums, and they have this neat area where you can almost take lessons. More of an introduction to hacking, but opens your eyes a little all the same.

Go ahead check it out, do some of their missions. Theyve got basic web tutorials, and also realistic missions where you are left to try different methods of hacking certain things on their site.

Some may be disgusted, but it really is in your best interest as a webmaster to at least ‘know of’ this kind of stuff.

Without further ado..  http://www.hackthissite.org