Image via WikipediaThe Pomodoro Technique®
Pomodoro Technique
Pomodoro Widget
This blog will hold favorite gadgets and graphic user interfaces that don't really fit in my main blog @ mmcelhaney.blogspot.com
Tuesday, May 31, 2011
G4 Mobile App Update 1.4 -- Now With Multitasking, Push Notifications, and Live Streaming - G4tv.com
G4TV has posted a updated and upgraded their app!!!
G4 Mobile App Update 1.4 -- Now With Multitasking, Push Notifications, and Live Streaming - G4tv.com
G4 Mobile App Update 1.4 -- Now With Multitasking, Push Notifications, and Live Streaming - G4tv.com
Related articles
- G4TV goes behind the scenes at Turbine (massively.joystiq.com)
- Zemanta on G4tv.com (zemanta.com)
- Scrappy Reddit user outs G4TV as site spammer (venturebeat.com)
- Fat To Fitness "Coming in 2010" 6ft 4inches 372 lbs (wlfreedom.typepad.com)
Labels:
Android,
App,
Arts,
Broadcasting,
G4,
Online Media,
Television,
Video game
Friday, May 27, 2011
How to use a WebCam in C# with the .NET Framework 4.0 and Microsoft Expression Encoder 4 - CodeProject
Introduction to article
How to use a WebCam in C# with the .NET Framework 4.0 and Microsoft Expression Encoder 4 - CodeProject
If you are interested in using your webcam from C# in an easy way, this little article is for you. In order to achieve our goal, we need the Microsoft .NET 4.0 and Microsoft Expression Encoder 4. You can get the latter for FREE, using the 'Microsoft Web Platform Installer', that can be downloaded from here: http://www.microsoft.com/web/downloads/platform.aspx
How to use a WebCam in C# with the .NET Framework 4.0 and Microsoft Expression Encoder 4 - CodeProject
Related articles
- ADO.NET Entity Framework Code First (binglongx.wordpress.com)
- Microsoft ADO.NET Entity Framework 4.1 Released (blogs.msdn.com)
- Alchemy Solutions Expands to Accommodate Rapid Growth (prweb.com)
Labels:
.NET Framework,
C-sharp,
C#,
Microsoft,
Programming,
webcam
C#er : IMage: Entity Framework 4.1 Code First, Silverlight, and Shared Models with REST+JSON
Image via CrunchBaseHere's a blog article that might be useful for our development. It outlines a simple application development using the Entity Framework 4.1 with Web Services and Silverlight.
C#er : IMage: Entity Framework 4.1 Code First, Silverlight, and Shared Models with REST+JSON
C#er : IMage: Entity Framework 4.1 Code First, Silverlight, and Shared Models with REST+JSON
Related articles
- Entity Framework 4.1 Release Candidate with Go-Live (with Final Release to follow in a month) (hanselman.com)
- Introduction of Entity Framework (developmentexperience.wordpress.com)
- ADO.NET Entity Framework Code First (binglongx.wordpress.com)
Thursday, May 26, 2011
Silverlight: How to Receive Messages from Desktop Application - CodeProject
Image via WikipediaIntroduction to Article
Silverlight: How to Receive Messages from Desktop Application - CodeProject
The article shows how to implement receiving of notification messages from the hosting server in the Silverlight application by using
Basically there are two approaches if you need to implement the communication scenario where the Silverlight client needs to be notified about some events on the server:
Silverlight: Notification Messages from the Server - CodeProject
The article shows how to implement communication between Silverlight application and some non-Silverlight application by using Eneter.Messaging.Framework. The example shows Silverlight client invoking requests to the console application. The request can be paused, resumed or cancelled.
Silverlight: Interprocess Communication from Silverlight Application - CodeProject
Summary: The article shows how to use Eneter.Messaging.Framework for the communication between Silverlight applications to send typed messages (no size limitation).
Silverlight: Comunication between Silverlight Applications with Typed Messages - CodeProject
The article is a free continuation of How to Send Message to Desktop Application where the Silverlight application sends a text message to the desktop application. Now I would like to show how the Silverlight application can receive text messages from the desktop application using TCP connection. (Actually, the example below shows the bidirectional communication between the Silverlight application and the desktop application.)
Silverlight: How to Receive Messages from Desktop Application - CodeProject
Very simple example showing how to send a message from Silverlight application to standalone desktop applicationSilverlight: How to Send Message to Desktop Application - CodeProject
The article shows how to implement receiving of notification messages from the hosting server in the Silverlight application by using
Eneter.Messaging.Framework
.Basically there are two approaches if you need to implement the communication scenario where the Silverlight client needs to be notified about some events on the server:
Silverlight: Notification Messages from the Server - CodeProject
The article shows how to implement communication between Silverlight application and some non-Silverlight application by using Eneter.Messaging.Framework. The example shows Silverlight client invoking requests to the console application. The request can be paused, resumed or cancelled.
Silverlight: Interprocess Communication from Silverlight Application - CodeProject
Summary: The article shows how to use Eneter.Messaging.Framework for the communication between Silverlight applications to send typed messages (no size limitation).
Silverlight: Comunication between Silverlight Applications with Typed Messages - CodeProject
Silverlight: How to Communicate with Desktop Application via HTTP - CodeProject
Image via WikipediaIntroduction to Article
Silverlight: How to Communicate with Desktop Application via HTTP - CodeProject
This article is a free continuation of How to Receive Messages from a Desktop Application and How to Send Message to a Desktop Application where the Silverlight application communicates with the standalone .NET application via TCP. In this article, I would like to show how to implement the communication via HTTP.
The example below implements a .NET application as a service and a Silverlight application as a client. The service listens to text messages and responses with their length. The client then uses the service to get the length of the given text.
The implementation uses the Eneter Messaging Framework. (Full, not limited, and for non-commercial usage free version of the framework can be downloaded from http://www.eneter.net/. The online help for developers can be found at http://www.eneter.net/OnlineHelp/EneterMessagingFramework/Index.html.)
Silverlight: How to Communicate with Desktop Application via HTTP - CodeProject
Related articles
- Silverlight 5 Beta - WebBrowser Control In Browser to Display HTML (devcurry.com)
- Silver light causing error on page and you can't browse your files (edugeek.net)
- jQuery, Silverlight, WPF, ASP.NET, MVC and .NET articles Link List - April 2011 (devcurry.com)
- Access Camera using Silverlight 4.0 and COM (devcurry.com)
Dynamically send WCF endpoint in Silverlight - CodeProject
Image via WikipediaIntroduction to Article
Dynamically send WCF endpoint in Silverlight - CodeProject
Silverlight webservice references get harcoded in ServiceReference.ClientConfig. The URLs get set to your development servers. But when you deploy live, the URLs don't match. Here's a way to dynamically change the URL of the service based on which website the Silverlight app is loaded from.
Dynamically send WCF endpoint in Silverlight - CodeProject
Tuesday, May 24, 2011
What’s New in Silverlight 5? - CodeProject
Introduction to Article
What’s New in Silverlight 5? - CodeProject
The first thing to know about Silverlight 5 is that it’s currently in beta, means that it definitely has bugs, and it also not yet feature-complete; some features are going to be shipped later in the final version. In addition, being in beta means that no go-live license available, this is for internal use and testing only so do not install on user’s machine.
Worth mentioning that Silverlight 5 was first announced at PDC 2010 conference (October 2010) and the beta version was shipped later at MIX11 (April 2011,) and the final version will be released soon this year.
What’s New in Silverlight 5? - CodeProject
Related articles
- Silverlight 5 beta now available to download (winrumors.com)
- Microsoft to ship Silverlight 5 beta next week (thenextweb.com)
- Learn to Develop and Deploy Silverlight 5 App with MSDN Documentations (with Offline Download) (mydigitallife.info)
- Silverlight 5 Beta Available for Download (devcurry.com)
- Silverlight 5 Beta - Unrestricted File Access in Browser (devcurry.com)
Sunday, May 22, 2011
Introduction to Microsoft Silverlight - CodeProject
Image via WikipediaIntroduction to Article
Introduction to Microsoft Silverlight - CodeProject
When we say rich applications we don’t mean those with amazing interfaces and lots of graphics. Indeed, we mean by “rich” those have lots of functionalities not available for standard Web applications. Common examples of rich applications are online document editors and image processors; both are very interactive and offer lots of functionalities that are usually not available for standard Web applications. And that actually what Silverlight is devoted for, its main goal is to allow for developing rich interactive applications for the Web.
Introduction to Microsoft Silverlight - CodeProject
Saturday, May 21, 2011
Bezier curve angle calculation in Silverlight - CodeProject
Introduction to Article
A Bezier curve is a curve which is one of the most frequently used for computer graphics. Higher dimensions of Bezier curves are used for 3D works, which also includes Bezier triangle. Pierre Bezier, a fresh engineer who worked for Renault, derived the concept behind the calculative mechanism of the curve, which he used to design automobile body parts. In general, Bezier equations are simple but parametric equations in a variable of t (where t ranges from 0 - 1).
Bezier curve angle calculation in Silverlight - CodeProject
A Bezier curve is a curve which is one of the most frequently used for computer graphics. Higher dimensions of Bezier curves are used for 3D works, which also includes Bezier triangle. Pierre Bezier, a fresh engineer who worked for Renault, derived the concept behind the calculative mechanism of the curve, which he used to design automobile body parts. In general, Bezier equations are simple but parametric equations in a variable of t (where t ranges from 0 - 1).
Bezier curve angle calculation in Silverlight - CodeProject
Labels:
Bézier curve,
Microsoft Silverlight,
Silverlight,
tools
Friday, May 20, 2011
NuGet - Home
Introduction
NuGet - Home
NuGet is a free, open source developer focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development. NuGet is a member of the ASP.NET Gallery in the Outercurve Foundation (see the press release).
NuGet - Home
Related articles
- NuGet Action Plan - Upgrade to 1.1, Setup Automatic Updates, Get NuGet Package Explorer (hanselman.com)
- NuGet Package of the Week #5 - Debugging ASP.NET MVC applications with Glimpse (hanselman.com)
- Add easy-to-add functionality you your .Net Development Project with NuGet (ghacks.net)
- NuGet Package of the Week #3 - PhoneyTools for Windows Phone 7 (hanselman.com)
- TechDays/DevDays Netherlands and Belgium: (hanselman.com)
Thursday, May 19, 2011
Enterprise RIA Development: Comparing Flex/Flash, Silverlight, HTML5/CSS3, jQuery/JavaScript - CodeProject
Image via CrunchBase
Enterprise RIA Development: Comparing Flex/Flash, Silverlight, HTML5/CSS3, jQuery/JavaScript - CodeProject
Abstract
The Rich Internet Application (RIA) landscape is richer than ever before. The technologies that are available today have reached maturity, and there are many examples of quality enterprise applications built on each technology. Knowing the strengths and weaknesses of each platform can help determine which technology makes the most sense for your organization’s project. This decision has become increasingly complicated due to the mobile space. Businesses no longer have to simply determine a direction for their browser based application, but they also have to consider how this decision affects their mobile strategy across multiple platforms. With newly added mobile support as well as enterprise tooling and server connectivity, the Flash Platform proves to be a compelling choice for enterprises.
Android Browser | Android Apps | iOS Browser | iOS Apps | Playbook Browser | Playbook Apps | WP 7 Browser | WP 7 Apps | |
HTML5 | ||||||||
Traditional Ajax | ||||||||
Flash Platform | ||||||||
Silverlight |
Figure 1 - Mobile Compatability
Enterprise RIA Development: Comparing Flex/Flash, Silverlight, HTML5/CSS3, jQuery/JavaScript - CodeProject
Labels:
Android,
HTML,
JQuery,
Microsoft Silverlight,
Programming,
RIA,
Rich Internet application,
Silverlight
Subscribe to:
Posts (Atom)