follow me
  • @misskeribebe hey Kerry I need a girl to for project. No videos, no pay, maybe a hug? What u think?

SaveASmile developed by David WalshSaveASmile.co.uk

Each day, thousands of families throughout Britain deal with the consequences of bullying, and can find little in their lives to smile about. But, with a little help from YOU, we can make a difference.


Read More about Save A Smile

CCKW is design developed and maintained by David WalshNew CCKW Layout

The new layout is here, ore enhancements will be coming in the near future.

Everything is a little Clearer

Floating is a very common occurrence in web development, and with SEO screaming there heads off at every little piece of extra code.  It is extremely common for developers to use clear:both after floated elements.  This ensures that the parent element has the correct height.

However did you know that its not needed and all you needed to do was set overflow on the container?

Nope? Neither did I. 

So throw away you clear mind and get into the overflow. (apologies for the cheesiness)

Example of clearing using overflow

div.wrapper {
	border: 1px solid #000000;
	overflow: auto;
	width: 100%
}
<div class="wrapper">
<div style="float:left">Left Col</div>
<div style="float:right">Right Col</div>
</div>
I'm trying to donate money to a company for there charitable work throughout the world promoting freedom of speech. However it seems that paypal are refusing to process there payments, I hear that the reason was something to do with criminal activity which hasn't been shown to be valid, however i'm pretty sure paypal is used as the payment provided of a couple of major knock off shops `Ebay` and `China`.
With the plan to increase the pension age to 66 how will the spending be effected
Mary Bale charged over Cat in Bin after failing to provide the cat with a suitable environment. So what is a suitable environment for a cat?
Chachakawooka.com have created an api that can be used with jquery that converts any text to a speech file that is played to the user.
« PreviousNext » 1 2 3 4 5