Maybe I should try it someday. it's pretty cool, especially the last part.
2009年4月30日 星期四
2009年4月29日 星期三
2009年4月28日 星期二
2009年4月27日 星期一
2009年4月26日 星期日
2009年4月25日 星期六
Yedda Twitter C# Library
Yedda is not liable or responsible for anything you do with this code. You can take it, change it, use it, eat it, whatever.
2009年4月23日 星期四
Shirky: Social Software and the Politics of Groups
The definition of Social Software. Great article.
2009年4月22日 星期三
2009年4月18日 星期六
2009年4月17日 星期五
The End of Coding as We Know It
Technology rusts quickly, but fades slowly, it seems.
Cannot agree more.
2009年4月14日 星期二
Get Date From DateTime In SQL
Get Date From DateTime In SQL
Something I need to do from time to time is get just the date part of a datetime value in SQL. I found a cool way to do it on SQLJunkies today.
select convert(varchar,DateColumn,101)
The 101 means “mm/dd/yyyy” format, but there are a bunch of other codes you can use. 108 will return just the time “hh:mm:ss” for instance.
Update: 101 includes 4 digit year 'yyyy'. A code of 1 would apparently be "mm/dd/yy", according to user comments. Thanks!
A cool way to get date from DateTime in SQL!!
Posted via web from CodeBetter
2009年4月13日 星期一
2009年4月12日 星期日
A Complete List of 100 Attributes of People Who Start Companies:How You Can Be One of America’s Entrepreneurs.
Clarke's three laws
Arthur C. Clarke formulated the following three "laws" of prediction:
- When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong.
- The only way of discovering the limits of the possible is to venture a little way past them into the impossible.
- Any sufficiently advanced technology is indistinguishable from magic.
2009年4月11日 星期六
Help Support Open Source Software - Go Vote Now : Jeffrey Palermo (.com)
Help Support Open Source Software - Go Vote Now
Here is your call to action to support open source projects.
2009年4月9日 星期四
Reading: Problems I have had with GoGrid cloud hosting
There are a lot of great things about GoGrid, and you can read about them all over the net. I am writing this post because ...http://digg.com/u1ZUc
2009年4月8日 星期三
Don’t Start What Cannot Be Done: Many Agile teams face a dilemma when picking up a new story towards the end of .. http://ping.fm/suG5R
Google Announces Java Support for App Engine: Today at its latest Campfire One event, Google announced major upd.. http://ping.fm/hGigq
This Week on C9: April Fools Day, open source MVC, ExceLINQ, and cool Silverlight apps: This week on Channel 9, .. http://ping.fm/Qu6H8
Google Earth Now Goes From the Ocean Floor to Mars in 3D: Google has released version 5.0 of its Google Earth Pl.. http://ping.fm/dVNqi
Adrenaline Junkies with DeMarco and Hruschka
This episode is an interview with Tom DeMarco and Peter Hruschka about the new book of the Altantic Systems Guild.
Crime Mapping Snafu Caused by Erroneous Geocoding: That aggravated assault isn't where you think it is. Due to a.. http://ping.fm/6PEzc
Text-Overflow for Firefox via jQuery: Devon Govett is a fan of the new CSS3 property text-overflow: There are a .. http://ping.fm/Fqr3E
Interview with Robin Dymond at Agile 2008: Robin Dymond gives an overview of Lean, how it can help take Agile to.. http://ping.fm/IGhFl
2009年4月7日 星期二
A Tour of WPF in Visual Studio 2008: Take a look at the various features of Visual Studio for working with WPF. http://ping.fm/aTP91
DiggBar - Create Easy Short URL’s
This is a demo video showing you how easily DiggBar creates a short URL for you. Cool!!
2009年4月6日 星期一
2009年4月5日 星期日
Better Practices on Building High performance Web Pages
This article details out the better practices on how to get the most out of your web pages in terms of delivering, parsing and rendering the content on a web browser.
Posted via web from CodeBetter
Enterprise Library 5.0 – feature prioritization is open – your participation is invited!
2009年4月4日 星期六
IT Managers & The Secret Of The Color Wheel | The Accidental IT Leader
"IT Managers Need To Learn How To Use A Color Wheel."
http://www.theaccidentalitleader.com/powerpoint/it-managers-the-secret-of-the-color-wheel
97 Things Every Software Architect Should Know
Automated Index Defrag Script
A good solution to improve database performance.
http://sqlfool.com/2009/03/automated-index-defrag-script/
Posted via web from CodeBetter
Cloud computing versus grid computing from developerWorks
Service types, similarities and differences, and things to consider
2009年4月3日 星期五
Source code documentation generator tool
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.
http://www.stack.nl/~dimitri/doxygen/index.html
Posted via web from CodeBetter
The best Google Maps mashup travel sites | Travel | guardian.co.uk
Awesome!! A great Google Maps mashup for Android mobile phones.
2009年4月2日 星期四
Great Programming Font For Developers
Envy Code R preview #7 (scalable coding font)
http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released
Posted via web from CodeBetter
2009年4月1日 星期三
My Framework is More Productive Than Your Framework
Very interesting article. In my opinion a good framework should never make things harder or more complex than simply starting from scratch.
http://www.jroller.com/kenwdelong/entry/my_framework_is_more_productive
"Why I Hate Frameworks"
"Why I Hate Frameworks" - Excellent article. Sometimes the hammer is just fine for us.
http://discuss.joelonsoftware.com/default.asp?joel.3.219431.12
Ideal Iteration Length
The appropriate iteration length depends on many different factors. I agree with Mike Cohn's view points. Once you determine the length, stick with it. The consistence rhythm is more important.
http://www.infoq.com/news/2009/03/ideal-iteration-length

















