Category Archives: Web

Developer Cheat Sheets

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 :: [...]

Learn To Play The Piano

This is a really cool application.
Wish it was that easy.
Virtual Piano

Google Chucking IE6…YIPEE!!!

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 [...]

Target Versions of IE Using CSS

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 { [...]

Another ASCII Text Site

Similar to the last post here is another ASCII text site.
http://ascii.mastervb.net/
<nobr>   ___  ____       _           <br />   / _ \|  _ \ __ _(_)_ __  ___ <br /> | (_) | |_) / _` | | ‘_ \/ __|<br />   \__, |  _ < (_| [...]