Blog Stats
  • Posts - 298
  • Articles - 0
  • Comments - 3122
  • Trackbacks - 0

 

September 2006 Blog Posts

Saving a webform for later

.csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; } I received an odd specification request recently, something that actually goes against the statelessness of the web in general.  You see, the users in question often have customer phone calls interrupt their work in...

What is a Great Developer?

A great developer is a person who:Understands that different tools and languages excel at different tasks.  They do not engage in "zealotry" choosing only one pattern or paradigm and jamming it into every problem situation.Understands that the goal of development is to produce "Working Software".  Anything that distracts from working software should be shunned.Realizes that they will not be the only or last person to experience the code.  Avoids unecessary complexity and comments where appropriate.Gets along with other developers.  Realizes there are many solutions that can viably solve a problem and that their way is not always right or best. ...

 

 

Copyright © Eric Wise