Translate this page
Powered by
Microsoft® Translator
Erik Reitan's ASP.NET WebLog - Site Home - MSDN Blogs
Sign In
Erik Reitan's ASP.NET WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
ASP.NET Controls For Silverlight
ASP.NET FAQ
C#
Expression Encoder
FAQ
FAQs
General
Health Monitoring
Helpers
HTML Bridge
MediaPlayer
MediaPlayer Control
Object Browser
Silverlight
Silverlight 3
Silverlight Control
Silverlight FAQ
Silverlight MediaPlayer
SQL Server
WebMatrix
Windows Azure
Windows Development
Windows Phone
XAP
Archive
Archives
January 2012
(1)
October 2010
(2)
August 2010
(1)
July 2010
(4)
January 2010
(1)
August 2009
(1)
May 2009
(1)
December 2008
(2)
June 2008
(1)
December 2007
(1)
June 2007
(1)
May 2007
(2)
November 2006
(1)
May 2006
(2)
MSDN Blogs
>
Erik Reitan's ASP.NET WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Erik Reitan's ASP.NET WebLog
Developer Community Suite (Azure, WP7 & ASP.NET) for Windows Phone
Posted
26 days ago
by
ErikReitan
0
Comments
I’ve been thinking about how developers will be staying connected to Microsoft technologies and the tech community in the future. They will often be on the go and desire up to the minute information. Much like now! With this in mind, I created a...
Erik Reitan's ASP.NET WebLog
WebMatrix - Creating 3D Charts
Posted
over 2 years ago
by
ErikReitan
0
Comments
This post provides details and code about creating 3D charts in WebMatrix (Beta). A quick method for creating 3D charts using ASP.NET Web Pages is to use the built in theme named Vanilla3D . However, if you need to create a custom 3D chart, you can add...
Erik Reitan's ASP.NET WebLog
WebMatrix – Creating a Custom Chart Template
Posted
over 2 years ago
by
ErikReitan
0
Comments
This post shows you how to create a custom chart template based on an existing theme in WebMatrix Beta 2 . The ChartTheme class includes built-in themes. You can create a page to display the XML contained in a built-in theme, and then create a custom...
Erik Reitan's ASP.NET WebLog
Dynamic Caption Translation for your Videos = Greater World Wide Audience
Posted
over 2 years ago
by
ErikReitan
0
Comments
Are you interested in WebMatrix, Silverlight, or Expression Encoder? Do you create instructional videos? Are you interested in reaching a bigger audience? Then take a look at the post I created on my team's blog: Translated Captions for Silverlight...
Erik Reitan's ASP.NET WebLog
WebMatrix - Creating a Custom Silverlight Helper
Posted
over 2 years ago
by
ErikReitan
0
Comments
This post provides details and code about creating a custom helper for WebMatrix (Beta). The idea behind helpers in WebMatrix is to be able to add functionality very easily to your Web page. You will see that adding (or calling) the helper using...
Erik Reitan's ASP.NET WebLog
WebMatrix Helpers (Part 2)
Posted
over 2 years ago
by
ErikReitan
0
Comments
This post provides details and code syntax about the helpers provided in WebMatrix (Beta). This post continues from an early post that describes other WebMatrix helpers. Here, I'm providing information about the following helpers: · Chart...
Erik Reitan's ASP.NET WebLog
Understanding WebMatrix Helpers using Visual Studio's Object Browser
Posted
over 2 years ago
by
ErikReitan
0
Comments
This post provides details about viewing the Helper classes and members contained in the WebMatrix (Beta) assemblies. I found it very useful to use the Object Browser in Visual Studio to check the WebMatrix assemblies and see the parameters I...
Erik Reitan's ASP.NET WebLog
WebMatrix Helpers
Posted
over 2 years ago
by
ErikReitan
1
Comments
This post provides details and code syntax about the helpers provided in WebMatrix (Beta). If you're not familiar with WebMatrix, here are a few details. WebMatrix is used to build Web sites. It includes IIS Developer Express (a development Web server...
Erik Reitan's ASP.NET WebLog
Programming Lessons for Kids – Videos and Articles
Posted
over 2 years ago
by
ErikReitan
0
Comments
Articles (with Videos) Learn what to do and why it works with Visual Studio Express. · Creating Windows Forms User Interfaces · Customizing Visual Studio Express · Saving Your Application's Settings · Web Sites vs. Desktop Applications...
Erik Reitan's ASP.NET WebLog
ASP.NET Controls in Silverlight 3
Posted
over 3 years ago
by
ErikReitan
0
Comments
This post provides quick steps to use the ASP.NET controls for Silverlight with Silverlight 3. (This information relates to Silverlight 3 and ASP.NET) The two ASP.NET Controls for Silverlight (the MediaPlayer control and the Silverlight control...
Erik Reitan's ASP.NET WebLog
10 Quick Tips to Make Accessible Web Sites
Posted
over 3 years ago
by
ErikReitan
1
Comments
I was reviewing accessibility information today and found a quick list from the W3C that might be helpful to all Web developers. Also, it looks the link below includes these quick tips as a free business-card-size reference card (up to 500 cards are available...
Erik Reitan's ASP.NET WebLog
Silverlight - Maintaining Video Timeline Position Between Posts
Posted
over 4 years ago
by
ErikReitan
0
Comments
This post shows how to persist the timeline position of a Silverlight video between postbacks. (This information relates to Silverlight 2, ASP.NET and JavaScript) Are you familiar with the Silverlight MediaPlayer ? It allows you to easily play a...
Erik Reitan's ASP.NET WebLog
Silverlight HTML Bridge FAQ
Posted
over 4 years ago
by
ErikReitan
2
Comments
This FAQ provides answers to questions about Silverlight HTML Bridge. What is HTML Bridge? Why is HTML Bridge important? How do I use HTML Bridge classes in managed code? How do I call managed code from JavaScript? As well as several other questions,...
Erik Reitan's ASP.NET WebLog
ASP.NET - Silverlight XAP FAQ
Posted
over 4 years ago
by
ErikReitan
3
Comments
This FAQ provides answers to questions about Silverlight XAP and ASP.NET. What does XAP mean? Why is XAP important? How does XAP work? How can I create a .xap file in Visual Studio? And, several other questions and answers. (This information relates...
Erik Reitan's ASP.NET WebLog
Silverlight (for ASP.NET) FAQ
Posted
over 5 years ago
by
ErikReitan
2
Comments
What is Silverlight? Silverlight is a new Web presentation technology that is created to run on a variety of platforms. It enables the creation of rich, visually stunning and interactive experiences that can run everywhere: within browsers and on multiple...
Erik Reitan's ASP.NET WebLog
ASP.NET AJAX Client Events - Interacting with Client Objects
Posted
over 5 years ago
by
ErikReitan
0
Comments
ASP.NET AJAX makes working with client objects and client events much easier. The code below allows you to choose the type of event and the "test" object to act upon. I pulled a sub-set of client events from the W3Schools.com site (included below). Also...
Erik Reitan's ASP.NET WebLog
Learning C# - MSDN Links
Posted
over 5 years ago
by
ErikReitan
1
Comments
In addition to the ASP.NET MSDN links (see related blog entry), here are C# links to MSDN content. I hope these links are helpful in this format. Visual C# Language C# Language Tour What's New in Visual...
Erik Reitan's ASP.NET WebLog
Learning ASP.NET - MSDN Links
Posted
over 5 years ago
by
ErikReitan
0
Comments
I recently read a post on http://forums.asp.net that asked where ASP.NET resources could be found. Here's a listing that I adapted from msdn that may be helpful. ASP.NET Building ASP.NET Applications ...
Erik Reitan's ASP.NET WebLog
FAQ - Web Application Projects
Posted
over 6 years ago
by
ErikReitan
1
Comments
What is a Web Application Project? A Web Application Project is a Visual Studio 2005 project template. Why would I use Web Application Projects? The Web Application Projects template is ideal for web developers who are converting a Visual...
Erik Reitan's ASP.NET WebLog
FAQ - Health Monitoring in ASP.NET 2.0
Posted
over 6 years ago
by
ErikReitan
3
Comments
What is Health Monitoring? Health Monitoring is a framework for monitoring status of running ASP.NET applications and logging significant ASP.NET application events. Why would I use Health Monitoring? Health Monitoring is runtime based...
Erik Reitan's ASP.NET WebLog
First Post
Posted
over 6 years ago
by
ErikReitan
0
Comments
Today seemed like a good day to start up a blog. My plan is to post a few FAQs about ASP.NET. Let me know if you have any topics of interest. Thanks Erik
Page 1 of 1 (21 items)