February 15, 2010 – 1:34 pm
A site with cheat sheets for developers covering a large number of different technologies:
Programming & Scripting Languages: ActionScript :: Ada :: AJAX :: C :: C# :: C++ :: CFScript :: Clojure :: COBOL :: ColdFusion :: Common Lisp :: Delphi :: Erlang :: F# :: Fortran :: Haskell :: [...]
February 12, 2010 – 1:36 pm
This is a really cool application.
Wish it was that easy.
Virtual Piano
February 3, 2010 – 11:05 am
I received the following message from Google last night:
Dear Google Apps admin,
In order to continue to improve our products and deliver more sophisticated features and performance, we are harnessing some of the latest improvements in web browser technology. This includes faster JavaScript processing and new standards like HTML5. As a result, over the [...]
January 22, 2010 – 9:18 pm
Cool way to easily target a specific version of IE in CSS:
#someElement {
background: red; /* modern browsers */
*background: green; /* IE 7 and below */
_background: yellow; /* IE6 exclusively */
}
.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { [...]
January 8, 2010 – 6:13 pm
Similar to the last post here is another ASCII text site.
http://ascii.mastervb.net/
<nobr> ___ ____ _ <br /> / _ \| _ \ __ _(_)_ __ ___ <br /> | (_) | |_) / _` | | ‘_ \/ __|<br /> \__, | _ < (_| [...]