Cassandra Query Language v3

CQL v3 offers a model very close to SQL in the sense that data is put in tables containing rows of columns. For that reason, when used in this document, these terms (tables, rows and columns) have the same definition than they have in SQL. But please note that as such, they do not refer to the concept of rows and columns found in the internal implementation of Cassandra and in the thrift and CQL v2 API.

 

Php The Right Way

There’s a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and insecure code. PHP: The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web and what the contributors consider to be best practices at the present time.

 

JQuery shrink div from centre

I have created some JQuery that will expand a div ‘popup’ on hover and then it will shrink it on mouse out. However, this effect seems to happen from the top left and I need it to happen from the centre. I have see similar topics on Stack Overflow and the solution seems to be in getting the correct ‘top’ and ‘left’ values in the JQuery and the CSS, however, despite my best of efforts I can’t get this right.

Also: http://creativeindividual.co.uk/2011/02/create-a-pop-up-div-in-jquery/