http://www.downloadc3.com/ventrilo/?gclid=CJCkt8Cw9q8CFQ-AhwodRRKUUw
http://www.boxesandarrows.com/view/storyboarding_rich_internet_applications_with_visio
Nice color
http://www.miner3d.com/index.php
More line oriented
http://www.cs.umd.edu/hcil/timesearcher/
Circle oriented
http://www.visualisingdata.com/
Very in-depth pdf with a variety of solutions
http://vadl.cc.gatech.edu/documents/36_Yang_class7_time.pdf
Includes a few resources I have run into more than once
http://dailytekk.com/2012/02/27/over-100-incredible-infographic-tools-and-resources/
http://www.realsoftwaredevelopment.com/20-tips-to-improve-aspnet-application-performance/
This morning, while listening to my daily dose of the public media
spinning topics, I heard a commentator say, "They are saying..." at
which point he proceeded to slander the person he was speaking about
in a rather horrendous way. The commentator did not say who 'They'
are, but simply plowed through the statement delivering it with an
attitude that if you disagreed with the statement it was not his fault
but the fault of 'They'. Classic straw man... Or, if you did agree
with the statement, how awesome of that commentator to have
(supposedly) repeated it.
Just cast your view point as 'good, just and the American way' or 'For
The Children' or ' to save the planet'.
HttpWebRequest httpWebRequest;
(HttpWebRequest) =
System.Net.WebRequest.Create("http://localhost/NEVEREVER");
HttpWebResponse httpWebResponse;
try
{
httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse();
}
catch (WebException ex)
{
WebResponse resp = ex.Response;
((IDisposable) resp).Dispose();
}
http://www.devcurry.com/2010/10/attributes-every-net-developer-should.html
C:\WINDOWS\Microsoft.NET\Framework