Information Dynamics
BLOG.INFORMATIONDYNAMICS.US

Voice chat

http://www.downloadc3.com/ventrilo/?gclid=CJCkt8Cw9q8CFQ-AhwodRRKUUw

Storyboarding with Visio

http://www.boxesandarrows.com/view/storyboarding_rich_internet_applications_with_visio

Time data visualization examples

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/

20 performance tips

http://www.realsoftwaredevelopment.com/20-tips-to-improve-aspnet-application-performance/

Spin

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.

Convincing arguments

Just cast your view point as 'good, just and the American way' or 'For
The Children' or ' to save the planet'.

WebException off of a SOAP service

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();
}

Commonly used attributes

http://www.devcurry.com/2010/10/attributes-every-net-developer-should.html

Excellent Standards

http://mikebroberts.com/2005/02/
http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart3&referringTitle=Part2&ProjectName=treesurgeon

csc

C:\WINDOWS\Microsoft.NET\Framework

Calendar

May 2012
SuMoTuWeThFrSa
12345
6789101112
13141516171819
20212223242526
2728293031

Monthly Archives

Recent Posts

  1. Voice chat
    Thursday, May 10, 2012
  2. Storyboarding with Visio
    Friday, April 20, 2012
  3. Time data visualization examples
    Monday, April 16, 2012
  4. 20 performance tips
    Friday, April 13, 2012
  5. Spin
    Thursday, April 12, 2012
  6. Convincing arguments
    Thursday, April 12, 2012
  7. WebException off of a SOAP service
    Wednesday, April 11, 2012
  8. Commonly used attributes
    Monday, March 19, 2012
  9. Excellent Standards
    Friday, March 16, 2012
  10. csc
    Thursday, March 15, 2012

Recent Comments

  1. Deb on Agile
    2/7/2012
  2. Deb on Silverlight graphic
    1/12/2012
  3. Deb on Silverlight graphic
    1/12/2012
  4. Deb on Silverlight graphic
    1/12/2012
  5. Deb on HTML editor
    12/19/2011
  6. Deb on HTML editor
    12/19/2011
  7. Deb on HTML editor
    12/19/2011
  8. Deb on HTML editor
    12/19/2011
  9. Deb on HTML editor
    12/17/2011
  10. Deb on HTML editor
    12/7/2011

Subscribe


Tag Cloud