• Home
  • About
    • Contact
    • Disclaimer
  • Giveaways and Discounts
  • Library
    • Reading List
  • Community News
    • Add News
Radical Development
Technical Without The Technicalities
Top Ringtones for your Mobile!

tweetboard

  • Deal Of The Day
  • Entertainment
    • Animation
    • Celebrities
    • Food and Beverage
    • Interviews
    • Movies
    • Music
    • Travel
  • News
    • Business
    • Career
    • Finance
    • Health
    • Military
    • Politics
  • Software Development
    • JavaScript
    • Microsoft
    • Toolbelt
    • WordPress
  • Technology
    • Graphics
    • Hardware
    • Mobile
    • Science
    • Security
    • Software
  • Subscribe
Browse: Home / How To

How To

.NET Performance Counters

.NET Performance Counters

By Steven on March 10, 2010

Recently while catching up on technical reading I ran across the subject of performance counters. I must admit that I had not looked closely at this subject in the past and thought it was time to do so. If you are not sure what performance counters are and what they provide simply put they have [...]

Posted in Hardware, Microsoft | Tagged Business, How To, Knowledge, Microsoft, Software | Leave a response

Make Money Blogging

Make Money Blogging

By Steven on March 2, 2010

Making money while blogging is not as difficult as you may think. I will say that if you have dreams at becoming rich right away you are setting yourself up for a disappointment. If you focus on quality content and communications with your readers as time goes own you may find that you begin to [...]

Posted in Business | Tagged Business, How To, Income, Knowledge, Tips | Leave a response

Charting Controls In ASP.NET

Charting Controls In ASP.NET

By Steven on February 19, 2010

Recently I inherited a legacy Microsoft .NET 1.1 web application that employed charts via a third party vendor. Since I am working to best support this project I thought I would turn my attention to the Chart Controls for Microsoft .NET Framework 3.5 that I recalled first reading about from Scott Guthrie, aka @ScottGu. As [...]

Posted in Microsoft | Tagged CSharp, Development, How To, Microsoft, Software | Leave a response

Printer Friendly Web Pages

Printer Friendly Web Pages

By Steven on January 30, 2010

While I personally do print a great deal of web pages I do find myself from time to time running across an article that I want to to keep and a bookmark is something I do not want to use. Print is something that you can file away to ensure that the information is available [...]

Posted in Software Development | Tagged Community, CSS, Development, How To, Knowledge, Thoughts, Tips | Leave a response

Best Practices: Visual Studio .NET Project Naming Standards

Best Practices: Visual Studio .NET Project Naming Standards

By Steven on January 23, 2010

If you have not adopted a best practice when it comes to naming your solution and projects within Visual Studio .NET, I urge you to take a moment a think about this subject. As anyone will tell you best practices are worth their weight in gold and why would anyone not want to review what [...]

Posted in Microsoft | Tagged Development, How To, Knowledge, Microsoft, Tips, Tutorial, Visual Studio IDE | Leave a response

How To Achieve Website Optimization

How To Achieve Website Optimization

By Steven on January 14, 2010

Why should you care about optimization when it comes to your website? Should it really be a surprise to learn that your visitors are impatient and wants what they want immediately? I think not. We have become a society of faster is better therefore you should take every approach possible to get your data rendered [...]

Posted in Software Development | Tagged Development, How To, Knowledge, Optimization, Technology, Thoughts, Tips | Leave a response

How To Root A MyTouch 3G

How To Root A MyTouch 3G

By Steven on December 28, 2009

Today I decided to root the MyTouch 3G and thanks to theunlockr.com the process was quick and painless, reference How To: Root a Donut Phone (Android 1.6). I have made a local PDF copy however you should always check theunlockr for news and updates.
I must admit that I really wanted to run a Hero ROM [...]

Posted in Mobile | Tagged Cell Phone, Google, How To, Software, Technology, TMobile | Leave a response

How To Create A Bootable Windows 7 Virtual Hard Disk (VHD)

How To Create A Bootable Windows 7 Virtual Hard Disk (VHD)

By Steven on November 21, 2009

In this article I will cover creating a bootable Windows 7 VHD. If you missed the previous article on creating a VHD titled How To Create a Virtual Hard Disk (VHD) in Windows 7 you may want to take a few minutes and visit this article first. You may be asking yourself why would I [...]

Posted in Microsoft, Software | Tagged How To, Microsoft, Virtual Hard Disk, Virtualization, Windows | Leave a response

How To Create a Virtual Hard Disk (VHD) in Windows 7

How To Create a Virtual Hard Disk (VHD) in Windows 7

By Steven on November 20, 2009

What is a virtual hard disk?
Virtual hard disk (VHD) is a disk image file format for storing the complete contents of a hard drive. The disk image, sometimes called a virtual machine, replicates an existing hard drive and includes all data and structural elements. It can be stored anywhere the physical host can access.
There are [...]

Posted in Microsoft, Software | Tagged How To, Microsoft, Tutorial, Virtual Hard Disk, Windows 7 | Leave a response

Cheat Sheets

Cheat Sheets

By Steven on November 11, 2009

If you looking for a cheat sheet then you may possibly find it here!

Python cheat sheet: The Python Cheat Sheet, a quick reference guide for the Python programming language.
Subversion cheat sheet: The Subversion Cheat Sheet, a quick reference guide for command line Subversion.
Regular Expressions Cheat Sheet (v2): The second version of the Regular [...]

Posted in Software Development | Tagged Code, CSharp, Development, How To, Javascript, JQuery, Knowledge, Microsoft, Software, Tips | Leave a response

LearnVisualStudio.NET Three Day Thirty Percent Off Sale

LearnVisualStudio.NET Three Day Thirty Percent Off Sale

By Steven on October 27, 2009

Beginning October 28th, Learn Visual Studio .NET is launching a big “3 Day” 30% off sale for all subscriptions. If you’re not familiar with this site then you are missing out on a great resource! If you’re looking for tutorials on VB.NET, C#, ASP.NET, and more then you will find this resource a must have. [...]

Posted in Microsoft, Software Development | Tagged Code, CSharp, Development, How To, Knowledge, Microsoft, Software, Technology, Tutorial, Visual Studio IDE | Leave a response

How To Upload An Excel 2007 Document Data To SQL Server

How To Upload An Excel 2007 Document Data To SQL Server

By Steven on September 30, 2009

I have been asked to provide an example of uploading data from an Excel 2007 document to a SQL Server Database . While there are a number of different approaches you may take in this example I will use the SqlBulkCopy Class .
Microsoft SQL Server includes a popular command-prompt utility named bcp for moving data [...]

Posted in Microsoft, Software Development | Tagged Code, CSharp, Development, Example, How To, Microsoft, TSQL, Tutorial | Leave a response

Is Freelancing The Right Move

Is Freelancing The Right Move

By Steven on September 30, 2009

Have you ever considered making the move into freelancing? I have considered this idea myself over the years and I must say the idea is alluring for a number of reasons. First, who doesn’t want to be their own boss and at the same time provide a service to others that both works well for [...]

Posted in Career | Tagged Business, How To, Software, Technology, Thoughts | 2 Responses

Obtain Web Server Details With CSharp Or VB.NET

Obtain Web Server Details With CSharp Or VB.NET

By Steven on September 28, 2009

C# Example

/// <summary>
/// Handles the Load event of the Page control.
/// </summary>
/// <param name="sender">The source of the event.</param>
/// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
protected void Page_Load(object sender, EventArgs e)
{
StringBuilder sb = new StringBuilder();

sb.AppendLine(string.Format("Machine Name: {0}{1}", Environment.MachineName, "<br>"));
sb.AppendLine(string.Format("OS Version: {0}{1}", Environment.OSVersion.VersionString, "<br>"));
sb.AppendLine(string.Format("Platform: {0}{1}", Environment.OSVersion.Platform, "<br>"));
sb.AppendLine(string.Format("No. of Processors: {0}{1}", Environment.ProcessorCount, "<br>"));
sb.AppendLine(string.Format("Uptime: {0}{1}", TimeSpan.FromMilliseconds(Environment.TickCount).Days, " [...]

Posted in Microsoft, Software Development | Tagged Code, CSharp, Example, How To, Microsoft, Tutorial | Leave a response

WordPress Tutorials and Tips: Part One

WordPress Tutorials and Tips: Part One

By Steven on September 19, 2009

WordPress is an extremely powerful blogging platform and has a wide range of options to make it your own. In this entry I will list a number of resources for both new and seasoned users.
Tips and Tutorials

WordPress Install Process: A guide for installing WP.
The Ultimate Guide to Setting Up WordPress after an Install : A 10 [...]

Posted in WordPress | Tagged Community, Development, How To, Wordpress Themes, Wordpress Tips | Leave a response

SiteMinder Versus Custom Code

SiteMinder Versus Custom Code

By Steven on August 23, 2009

The benefits of using a Single Sign-On system are endless. User-rights are tightly integrated with user and company policies and these policies are all centralized in data center or such within a given organization. Users have only one identity (user IDs and Passwords) to maintain. Companies have the feeling of security that all the entry points to a number [...]

Posted in Microsoft, Software Development | Tagged Active Directory, Development, How To, Knowledge, Microsoft, Security, Software, Technology, Visual Studio IDE, Windows

WolframAlpha Knowledge Engine

WolframAlpha Knowledge Engine

By Steven on August 20, 2009

While browsing the web today I ran across a very interesting site called WolframAlpha . Geeks and non-geeks alike find this knowledge engine entertaining and possible useful in solving the answer to a question you may have.
What Is WolframAlpha
Wolfram|Alpha’s long-term goal is to make all systematic knowledge immediately computable and accessible to everyone. We aim to collect [...]

Posted in News | Tagged How To, Knowledge, Science, Tips, Tutorial

ASP.NET Tip: Take Your Application Offline

ASP.NET Tip: Take Your Application Offline

By Steven on August 18, 2009

Should you find yourself needing to perform maintenance on a website, rather than just alarming your end users would it not make much more sense to make them aware when maintenance is occurring. For that matter instead of going thru the time and effort to log into the server, fire up the IIS management console and stop [...]

Posted in Microsoft, Software Development | Tagged Development, Example, How To, Microsoft, Tips, Tutorial

Understanding SMTP Status Codes

Understanding SMTP Status Codes

By Steven on August 17, 2009

Many programmers take processing email as one of those actions that is easily implemented and rarely fails. If you have not read my earlier post How-to: Easily Sent Emails With .NET you want to review this example.
One would greatly benefit from understanding the status code result from the attempt to process emails and the .NET [...]

Posted in Microsoft, Software Development | Tagged Code, CSharp, Development, Example, How To, Microsoft, Tips, Tutorial

Scott Hansleman Provides A Step-By-Step: How To "Upgrade" from Windows XP to Windows 7

Scott Hansleman Provides A Step-By-Step: How To “Upgrade” from Windows XP to Windows 7

By Steven on August 17, 2009

At The time of this post I have not purchased Windows 7 yet and the only reason I have not is there is rumor that Microsoft may be lowering the price for a limited time. I am simply sitting on the sidelines to see if there is any truth to this matter. The rumors of [...]

Posted in Software | Tagged How To, Knowledge, Microsoft, Software, Technology, Tips, Tutorial

Next »

About Me

Steven enjoys all things technical, politics, fun and family. Basically life in general.

Giveaways and Discounts

Do not miss these giveaways and discounts
  • Hot Tags
  • Archives
  • Random

Active Directory Business Certification Code Community CSharp Development Example Family Free Fun Google Government Health How To Interviews Javascript JQuery Knowledge Microsoft Military Mobile Office Open Source Oracle Politics Savings Science Security SharePoint Software Sprint Technology Thoughts Tips TMobile Training Travel Tutorial Twitter VB.NET Visual Studio IDE Windows Wordpress Wordpress Themes

  • 2010
  • 2009
  • Scott Hansleman Provides A Step-By-Step: How To “Upgrade” from Windows XP to Windows 7
  • The Best Way to Generate Traffic to Your Site
  • A Software Developer Life
  • CodeRun Cloud: Reach for the cloud
  • Ink – An Independent Movie Worth Watching
  • How To Put AutoResponders To Work For Your Business
  • Windows 7 Hotkey Cheat Sheet
  • ASP.NET Tip: Take Your Application Offline
  • Theme Giveaway: Fresh News By Woo Themes
  • Understanding SMTP Status Codes
#1 in Identity Theft Protection

Your Opinion Counts

Rackwire
Sponsored Tweets
RevResponse
Chitika
LearnVisualStudio .NET

Video Gallery

Get the Flash Player to see the wordTube Media Player.

Unlimited Backup only $4.95 Fandango - Movie Tickets Online Download an eBook today FREE Shipping at AccessoryGeeks.com! Once You Know, You Newegg

Reading

RSS Fox News

  • Tea Party Stuck in Neutral?
  • Ex-Rep: Gropin' Guys Ain't Misbehavin'
  • Join Texas Textbook Battle
  • 7-Year-Old Calls 911, Saves Family From Attack
  • Survival Tactics

RSS Talk Android

  • Google Labs Release Gesture Search App For Android
  • AT&T Motorola Backflip To Include Yahoo! As Default Search Engine
  • Google Nexus One Launch Postponed In China
  • Google Nexus One Sold Just 20,000 Units In Opening Week?
  • Verizon OTA Update For Droid Eris – Sadly Not Android 2.1

RSS C# Headlines

  • Covariance and Contravariance FAQ
  • .NET 4 RC Parallel Programming Samples
  • Visual Studio 2010 Release Candidate is Here
  • Migrating an Existing ASP.NET App to run on Windows Azure
  • New Articles on MSDN: ClickOnce, Office 2007 Business Apps

RSS New On MSDN

  • MSDN Simulcast Event: Take Your Applications Sky-High with Cloud Computing and the Windows Azure Platform
  • Implementing the Security Development Lifecycle (SDL) at a Large Insurance Company
  • You're Hearing All About Windows Phone 7 Series - Now Learn All About It at MIX10
  • Learn to Create Fun Games in Blend Using Behaviors
  • MSDN Webcast: BenkoTips Live and On Demand: Getting Started with Team Foundation Server 2010

Latest photos

금강산 (73).jpg
SDC10437.JPG                               사진 062.jpg


Random Articles

  • Conference Call Services
  • Why Electronic Book Readers Can Make Life Easier For Students
  • Microsoft Launches WebsiteSpark
  • Microsoft set to deprecate OracleClient in the .NET 4.0 Framework
  • Weekly Reading Roundup 12-FEB-2010
  • Apple picks up the iPhone and tells Google to go away
  • Cheat Sheets

Recent Comments

  • Steven on Microsoft Certified Professional Training
  • Glenn Estrada on Microsoft Certified Professional Training
  • Steven on WPtouch: A Top Notch WordPress Mobile Theme
  • Cherry on WPtouch: A Top Notch WordPress Mobile Theme
  • steveballmer on Public Speaking: Part One

RSS Jobs via StackOverflow

  • Software Engineer at Wingspan Technology, Inc. (Blue Bell, PA 19422)
  • Client Services Engineer at OPOWER (Arlington, VA 22201)
  • Senior Software Engineer at Digital Envoy (Norcross, GA 30092)
  • Web Administrator at Scheels (Fargo, ND 58103)
  • Senior Software Engineer at NextDocs (King Of Prussia, PA 19406)

Copyright © 2010 Radical Development /

Powered by WordPress and Hybrid.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's, sponsors, or affiliates view in any way.