Wednesday, November 12, 2008

image The Raleigh Code Camp is coming this weekend and you don’t want to miss out.

Details:

ECPI College of Technology
4101 Doie Cope Rd.
Raleigh, NC 27613-7387

Directions:

Http://maps.google.com/....

Information Link:

http://www.ecpi.edu/

Location: ECPI

image

Here are just some of the great sessions you can see there:

Session Titles

  • Ocean
  • Introduction to Entity Framework
  • Wildcard Searches in SharePoint
  • SSIS
  • Much Ado About the DLR
  • Essential Web Services
  • LINQ to SQL
  • Getting Down and Dirty with SharePoint Branding
  • Building Reports in SQL Server Reporting Services 2008
  • An Introduction to Castle ActiveRecord, or Stop Writing CRUD
  • Design Principles
  • Something Silverlight
  • Automation with MSBuild 3.5 and Team Build 2008
  • Spice Up User Experience With Silverlight 2.0
  • HttpRuntime.Cache Management and Thread Safety
  • Back to the Basics: Developing SharePoint Features
  • Care and Feeding of TempDB
  • Bending the Asp.Net MVC to do Your Bidding, the Virtues of Extensibility 
  • Creating Custom Templatable Controls in Silverlight
  • 0wn Your Phone
  • Integration SQL Server 2005 Reporting Services with SharePoint
  • Turning the Ship: Getting a Traditional Organization to Adopt Agile Practices
  • SOA: Building the Arch
  • Introduction to the Microsoft Synchronization Services for ADO.NET
  • Extending the mobile experience for your existing website
  • Integrating ASP.NET Dynamic Data into Existing Web Applications & Websites
  • Using WaTiN for GUI based testing in Visual Studio
  • Implementing Microsoft Virtual Earth in Your ASP.NET Applications
  • Mixing Static and Dynamic .NET Languages
  • XNA Game Studio 3.0
  • Microsoft and Ruby Sittin' In a Tree
  • Integrate ASP.NET 2.0 application (FBA Management) with SharePoint 2007

Wednesday, November 12, 2008 14:50:00 (Eastern Standard Time, UTC-05:00)  #    Comments [0]  |  Trackback
Tuesday, November 11, 2008

PDANUG_Short_Small Open Spaces

Tuesday, November 11th, 2008
Open Spaces

Topic: Open Spaces - Bring your questions and ideas!

Tuesday, November 11th, 2008, is the next meeting of the Pee Dee Area .NET User Group. 
Open Spaces is the chance for you to discuss topics with your peers.  Any developer topic is fair game and welcome!  This is your chance to gain valuable insight from your peers, so come equipped with your ideas!  This meeting is a general open conversation and there will be no presenters.  See you there!



Here is the tentative schedule:
6:00 PM - 6:20 PM Socializing / Free Dinner
6:20 PM - 6:30 PM Introduction, Sponsor Time, and News.
6:30 PM - 8:00 PM Open Spaces


Tuesday, November 11, 2008 13:48:00 (Eastern Standard Time, UTC-05:00)  #    Comments [0]  |  Trackback

msdnRoadshow MSDN Southern Fried Roadshow - December 2008 Edition

The MSDN Southern Fried Roadshow is a free developer event with a southern flair, where you will learn about some of the latest developments in Microsoft technologies. For December, 2008 the Roadshow will be presented by Architect Evangelist Chad Brooks and Developer Evangelists Glen Gordon and Brian Hitney. Chad, Glen & Brian will be loading up a minivan with lots of goodies, and trying to hit 4 cities in North Carolina and South Carolina in 4 days.

  • Take a tour of Microsoft’s cloud computing platform and the services that make it easy to give your applications the most compelling experiences and features.  Explore the journey a developer takes, from writing a service to launching that service in the cloud. Learn about the cloud services that enable developers to easily create or extend their applications and services.
  • Microsoft Silverlight 2 provides a powerful platform for building the next generation of rich interactive applications on the Internet. In this session, we take a look at the programming model and tools that developers and designers can leverage to build these true next-generation experiences for consumers and business, and demonstrate building a rich interactive application (RIA) using Silverlight and Microsoft .NET.
  • ASP.NET is evolving a very rapid pace, come explore all the latest features of ASP.Net such as Dynamic Data, MVC, and even take a sneak peak at the upcoming features in ASP.NET 4.0!  We’ll look at some new features such as taking control of your Control IDs, using the DynamicImage control, and ViewState management options.   We’ll spend plenty of time talking about MVC and creating applications based on this framework, so if you’re wondering how to leverage MVC in your web applications, this talk is for you!

We will also feature local speakers from each of our stops delivering short talks at the beginning of the Roadshow. These Homegrown Nuggets will sure be tasty!

Every attendee will receive a free MS Press book on Silverlight 2 (while supplies last) as well as pointers to tons of resources for further learning. Register today using the links below.  Each day begins at 9 AM and goes until 3 PM. In keeping with our theme, a nice Southern fried lunch will be served.


cool | PDANUG
Tuesday, November 11, 2008 13:00:00 (Eastern Standard Time, UTC-05:00)  #    Comments [0]  |  Trackback
Thursday, October 02, 2008

I need to open a new email message in Pocket Outlook today. Keep in mind that’s different from just programmatically sending an email from my application.

Here’s how to programmatically send an email from your application:

   1: Microsoft.WindowsMobile.PocketOutlook.EmailMessage email = new EmailMessage();
   2: email.From = "From";
   3: email.BodyText = "BodyText";
   4: email.To = "To";
   5: email.Subject = "Subject";
   6: email.Send("AccountName");

 Here’s how to programmatically create a new mail message in Pocket Outlook and more:

[Source: Open a Specific Email Account in Pocket Outlook? - WM Experts]

  • To open inbox for MyMail:
    • tmail.exe -service MyMail
  • To additionally launch a new message with no recipient for sending:
    • tmail.exe -service MyMail -to ""
  • To have the new message pre-addressed:
  • To add a cc (copy to):
  • To add a bcc (blind copy):
  • To have the new message pre-addressed to multiple addresses:
  • To additionally add the subject line "Call Me Tonight":
    • tmail.exe -service MyMail -to nobody@nowhere.com -subject "Call Me Tonight"
  • To additionally add a message in the body:
    • tmail.exe -service MyMail -to nobody@nowhere.com -subject "Call Me Tonight" -body "at 555-1212"
  • To attach the file "Recipe.xls" in the "My Documents" folder:
    • tmail.exe -service MyMail -to nobody@nowhere.com -subject "Call Me Tonight" -body "at 555-1212" -attach "\My Documents\Recipe.xls"

Thursday, October 02, 2008 14:31:00 (Eastern Standard Time, UTC-05:00)  #    Comments [2]  |  Trackback
Sunday, August 17, 2008

image_thumb204

If you have ever used Total Commander for Windows then you know how fast it is. It gives the command prompt a run for its money.

I was looking around the other day, and notice there is a version for Windows Mobile and it is FREE. Grab it here.

imageimage image

Main features:

  • Copy, Move whole subdirectories
  • In place rename, create directories
  • Delete (no recycle bin)
  • Zip and unzip
  • Properties dialog, change attributes
  • Built-in text editor
  • Search function (also for text)
  • Select/unselect groups of files
  • Select with [Sel] button
  • FTP client
  • Registry editor
  • LAN access
  • Send/Receive via Infrared (OBEX)
  • Brief, full and large icons mode
  • Single or two file window mode
  • Option to hide all files in ROM
  • Directory hot list as in Total Commander
  • Directory history through drop down list
  • Tree view
  • Configurable button bar
  • Simple help function
  • Supported languages: English, German, Catalan, Czech, Danish, Dutch, French, Hungarian, Italian, Polish, Russian, Simplified Chinese, Spanish and Swedish

Sunday, August 17, 2008 16:43:00 (Eastern Standard Time, UTC-05:00)  #    Comments [2]  |  Trackback
Saturday, August 16, 2008

ceSnipURLimage_thumb204:

Features:

  • Auto places URL’s from clipboard into conversion window on application launch
  • After conversion the snipped URL is placed on the clipboard for use in your SMS/email or application of choice
  • Very simple one screen application
  • Built in checking for update via the about screen

image


Saturday, August 16, 2008 16:37:00 (Eastern Standard Time, UTC-05:00)  #    Comments [1]  |  Trackback
Friday, August 15, 2008

image_thumb204MPlayer is one of the most popular Linux/Unix media player. Now, thanks to XDA-Developers forum member amitv_17, the porting to Windows Mobile has started.

image

This application pretty much plays anything, and is a great application to have install, ready and waiting.

Here’s another option:

The Core Pocket Media Player is an open-source media player for Windows CE / Windows Mobile-based devices.

image


Friday, August 15, 2008 20:32:00 (Eastern Standard Time, UTC-05:00)  #    Comments [0]  |  Trackback
Thursday, August 14, 2008

image_thumb204Here’s an article that list tons of shopping Web sites that have a mobile interface.

image

Shopping Search, Via Mobile Phone

Has lots of information on these sites and more:

  • Amazon
  • eBay
  • Froogle
  • PriceGrabber
  • Yahoo! Shopping

Thursday, August 14, 2008 16:27:00 (Eastern Standard Time, UTC-05:00)  #    Comments [0]  |  Trackback
Wednesday, August 13, 2008

image_thumb204Live Search Mobile is like the Swiss Army knife of Windows Mobile apps. Or maybe it is more like having your own butler ready to take care of just about anything you need. About the only thing it won’t do for you is drive your car. Who knows, maybe the next version. Open-mouthed

 Local information and navigation

  • Find local businesses and restaurants, and click to call them
  • Get turn by turn driving directions
  • Explore interactive maps with satellite imagery
  • View current traffic information and find cheap gas1 stations
  • See movie show times by theaters

image

Web search from any phone with Internet access

  • Search the full Web
  • Find the latest news items
  • Search images and photos
  • Get instant answers for weather, stocks, maps, etc

image

Easy to use, and optimized for your phone

  • Choose the customized version that’s best for your phone
  • Speak your questions—no need to type
  • Browse business listings by categories
image
Wednesday, August 13, 2008 16:18:00 (Eastern Standard Time, UTC-05:00)  #    Comments [0]  |  Trackback
Tuesday, August 12, 2008

image_thumb204What a feature of many modern applications that just about everyone loves? Tabs. Visual Studio has them, Internet Explorer has them, and on and on.

What about Internet Explorer Mobile? It doesn’t have them be default but it is easy for you to add them.

Here’s how:

Install Web Viewer for Windows Mobile.

Features:

  • Tabbed Browser
  • Standard Navigation Buttons (Back, Forward, Refresh, Stop)
  • Open links in new tab
  • Duplicate tab
  • View Source (customize external viewer/editor)
  • Remember closed tabs
  • Remember typed URLs
  • Full Screen mode
  • Hide Tabs Option (to increase viewing area)
  • Various Tab Options (Close, Close Others, Reload All)

 

imageimage


Tuesday, August 12, 2008 19:58:00 (Eastern Standard Time, UTC-05:00)  #    Comments [0]  |  Trackback
Monday, August 11, 2008

image_thumb204

Digg.com is probably one of the most well known and most used Web 2.0 sites on the Internet.

Check out the article on Digg.com on Wikipedia.

 

But today we live in a mobile world, is there any we can have our Digg and not be chained to our desktop?

The answer of course is YES.

Here’s a couple of easy ways to have your Digg on the runn.

image

Digg has mobile enabled Web site at http://m.digg.com/.

 

image

And there is another mobile Digg site at http://mobits.com/digg/.

 

image

See I told you Digg was popular, and dgm8 proves it.

image

And last but not least, there is Digg River.


Monday, August 11, 2008 16:04:00 (Eastern Standard Time, UTC-05:00)  #    Comments [0]  |  Trackback

Theme design by Jelle Druyts

Pick a theme: