.rounded-corners {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
}
http://jonraasch.com/blog/css-rounded-corners-in-all-browsers
Tuesday, January 17, 2012
What is NoSQL
NoSQL databases aim to save Business Entities directly to a persistence store without O-R Mapping.
NoSQL stands for ‘Not only SQL’. Martin Fowler recently posted on his blog that calling NoSQL as ‘Not only SQL’ is unnecessarily polite. It should mean ‘NO-SQL’.
Reference:
http://www.devcurry.com/2012/01/hello-ravendb-introducing-ravendb-for.html
NoSQL stands for ‘Not only SQL’. Martin Fowler recently posted on his blog that calling NoSQL as ‘Not only SQL’ is unnecessarily polite. It should mean ‘NO-SQL’.
Reference:
http://www.devcurry.com/2012/01/hello-ravendb-introducing-ravendb-for.html
Subscribe to:
Posts (Atom)