NewsPeeps - Stories tagged with programming
2
peeps

Bing and Gnomedex - Will Code for Green! Developer Contest

published 1014 days, 6 hours, 56 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1050 days, 23 hours, 25 minutes ago
Wednesday, August 12, 2009 2:21:45 PM GMT Monday, July 06, 2009 9:52:19 PM GMT
Enter the Will Code for Green! developer contest and if your economy or ecology themed web application is chosen as one of the two grand prize winners at the 2009 gnomedex.com technology conference, you'll win $10,000 - enough to take the idea further! Imagine how that could help you help others!   Tell us how your application is either helping people deal with the worsening global economy or helping to improve the ecology of the planet Earth and Show Us how you're coding for green!   Check back eve... (more)
category: News | clicked: 0 | comment | | source: willcodeforgreen.gnomedex.com
tags: green, programming
1
peeps

MADHU@MICROSOFT BLOG : WCF/WF 4.0 Resources

published 1050 days, 4 hours, 51 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1050 days, 23 hours, 40 minutes ago
Tuesday, July 07, 2009 4:26:00 PM GMT Monday, July 06, 2009 9:37:36 PM GMT
WCF/WF 4.0 Resources   VS 2010 and .NET Framework 4.0 Beta 1 now available for public download   http://blogs.msdn.com/kavitak/archive/2009/05/20/vs-2010-and-net-framework-4-0-beta-1-now-available-for-public-download.aspx     WCF and WF .NET Framework 4.0 Beta1 Training Kit   http://blogs.msdn.com/kavitak/archive/2009/05/19/wcf-and-wf-net-framework-4-0-beta1-training-kit.aspx     WF 4 Migration Guidance now live on MSDN   http://blogs.msdn.com/kavitak/archive/2009/06/05/wf-4-migration-gu... (more)
category: News | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET, Microsoft, programming
1
peeps

Kurt's Weblog: July 2009 Archives

published 1050 days, 4 hours, 51 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1050 days, 23 hours, 42 minutes ago
Tuesday, July 07, 2009 4:26:00 PM GMT Monday, July 06, 2009 9:35:35 PM GMT
Main07.06.2009 15:32AIS Area Notice reference implmentationI've just released ais-areanotice-py verion 0.1. This initial release is guaranteed to have bugs and is still missing some implementation details on the rendering side. Feedback is definitely needed! ais-areanotice-py-0.1.tar.bz2 [77K] This is my attempt to provide sample software that handles the Area Notice that will be submitted to IMO's NAV 55 conference this summer by Sweden. The message is documented in 2009-Nav55-CG-AIX-Report... (more)
category: News | clicked: 0 | comment | | source: schwehr.org
tags: AIS, marine, programming
1
peeps

Proper Handling of 404 Errors - Imar.Spaanjaars.Com

published 1051 days, 8 hours, 26 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1052 days, 2 hours, 25 minutes ago
Monday, July 06, 2009 12:51:13 PM GMT Sunday, July 05, 2009 6:52:51 PM GMT
Proper Handling of 404 Errors ASP.NET has a handy feature that lets you easily determine an error page that gets displayed in case an error occurs on your server. Using the customErrors section in the web.config file you can assign specific pages that are displayed for specific HTTP error codes. The following example shows how 404 errors (page not found) and 500 errors (server errors) are routed to the file ~/Errors/Error404.aspx and ~/Errors/Error500.aspx respectively. All other errors are handled by ... (more)
category: News | clicked: 0 | comment | | source: imar.spaanjaars.com
tags: .NET, programming, web design
1
peeps

SubSonic 3.0 is Released « Rob Conery

published 1051 days, 8 hours, 26 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1052 days, 2 hours, 32 minutes ago
Monday, July 06, 2009 12:51:13 PM GMT Sunday, July 05, 2009 6:45:27 PM GMT
SubSonic 3.0 is Released At some point you need to stop polishing and let it go already – so I did just that today: SubSonic 3.0 is released. This thing took me just about a year to finish up, and a lot of work has gone into it. So, what’s new? Well…A nice Linq engine which parses IQueryable “stuff” into SQL (thanks to Matt Warren’s excellent work with the IQToolkit, which we stole mercilessly). A templating system which allows you to use ActiveRecord, good old Linq in Lin... (more)
category: News | clicked: 0 | comment | | source: blog.wekeroad.com
tags: database, programming
1
peeps

Understanding the StackOverflow Database Schema - SQLServerPedia

published 1052 days, 2 hours, 15 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1055 days, 6 hours, 17 minutes ago
Sunday, July 05, 2009 7:01:58 PM GMT Thursday, July 02, 2009 3:00:06 PM GMT
See Also: Main Page - Business Intelligence - Data Mining the StackOverflow Database Now for some schema notes, and I'm going to go out of alphabetical order because everything links back to the Users table. I'm only going to cover the fields that aren't immediately obvious: Contents * 1 Users Table * 2 Posts Table * 3 Comments Table * 4 Badges Table * 5 Votes Table * 6 Related Articles About the StackOverflow Database Users Table * Id - primary key, identity field from the original S... (more)
category: News | clicked: 5 | comment | | source: sqlserverpedia.com
tags: programming, StackOverflow
1
peeps

Prism Silverlight - 10 Things to Know

published 1052 days, 2 hours, 15 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1055 days, 6 hours, 58 minutes ago
Sunday, July 05, 2009 7:01:58 PM GMT Thursday, July 02, 2009 2:19:13 PM GMT
Downloading Prism10 Things to Know About Silverlight Prism July 1st, 2009 Prism is one of the hottest topics in Silverlight.  Here, I provide the top 10 things that I think every developer should know about Prism. For a great write-up on Prism, I recommend: Shawn Wildermuth’s MSDN article. 1. Prism is a collection of libraries for implementing best-practices in Silverlight Now, Prism actually contains more than just the libraries (it also has source code, examples, quickstarts and excellent docum... (more)
category: News | clicked: 3 | comment | | source: www.sparklingclient.com
tags: programming, Silverlight, web design
1
peeps

Clever JPEG Optimization Techniques | How-To | Smashing Magazine

published 1052 days, 2 hours, 15 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1055 days, 7 hours, 14 minutes ago
Sunday, July 05, 2009 7:01:58 PM GMT Thursday, July 02, 2009 2:03:42 PM GMT
When people talk about image optimization, they consider only the limited parameters offered by popular image editors, like the “Quality” slider, the number of colors in the palette, dithering and so on. Also, a few utilities, such as OptiPNG and jpegtran, manage to squeeze extra bytes out of image files. All of these are pretty well-known tools that provide Web developers and designers with straightforward techniques of image optimization. In this article, we’ll show you a different approach to image... (more)
category: News | clicked: 0 | comment | | source: www.smashingmagazine.com
tags: programming, web design
1
peeps

Kigg - Building a Digg Clone with ASP.NET MVC Part - 1

published 1055 days, 6 hours, 50 minutes ago posted by adminadmin 1056 days, 19 minutes ago
Thursday, July 02, 2009 2:27:44 PM GMT Wednesday, July 01, 2009 8:58:16 PM GMT
Introduction For the last few days, I have been trying to get my hands dirty with the new ASP.NET MVC framework. I saw many discussions on some of the advanced topics like IoC Container/DI, View Engine, Controller factory and so on, but I could not find a simple application to harness the power of the new ASP.NET MVC framework. Certainly, knowing these things is an added benefit but it is not mandatory to develop applications with the ASP.NET MVC Framework. In this article - from the Dot... (more)
category: News | clicked: 1 | comment | | source: dotnetslackers.com
tags: KiGG, programming
1
peeps

Windows® API Code Pack for Microsoft® .NET Framework - Home

published 1055 days, 6 hours, 50 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1056 days, 7 hours, 16 minutes ago
Thursday, July 02, 2009 2:27:44 PM GMT Wednesday, July 01, 2009 2:01:23 PM GMT
The Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some new Windows 7 features (and some existing features of older versions of Windows operating system) from managed code. These Windows features are not available to developers today in the .NET Framework. (more)
category: News | clicked: 0 | comment | | source: code.msdn.microsoft.com
tags: .NET, programming, Windows
Previous 1 2 3 Next