Blog VS 2010 All Tutorials Wordpress Studio
Certification LinksRandom Thoughts

Tutorials

Getting Started With Hello World

May 12th, 2010 | By | Category: .NET Platform, Tutorials

In the programming world, regardless of the language, the ‘Hello World’ program is a right of passage. It’s right up there with terms such as ‘foo’ and ‘bar’. If you are complete beginner, it’s best to view Introduction to Visual Studio .NET Environment before going through this tutorial. Okay, so let’s get started. The source [...]



Introduction to the .NET Environment

May 12th, 2010 | By | Category: .NET Platform, Tutorials

Newbies to the Visual Studio .NET Environment will find this tutorial useful. The .NET environment allows for multiple projects to be included in a single solution. Not only that but the ability to add projects with different code types is a special bonus. This capability is referred to as an ‘Integrated Development Environment’ or ‘IDE’ [...]



Mulitple Projects In One Solution

May 12th, 2010 | By | Category: .NET Platform, Tutorials

Adding multiple projects to a single solution is something every developer will need to do sooner or later. Or let’s say that they should do it that way. A good example of this is where you would have a project with custom controls or possibly business rules that you will want to use in other [...]



FileSaveDialog in C#

May 12th, 2010 | By | Category: C Sharp, Tutorials, WinAPI

Using the Windows API SaveFileDialog This video tutorial demonstrates implementing the FileSaveDialog API with C#. The source code for this tutorial is located in the zip file “Working With text Files” Digg this postRecommend on FacebookShare on LinkedinTweet about itSubscribe to the comments on this post



FileOpenDialog in C#

May 12th, 2010 | By | Category: C Sharp, Tutorials, WinAPI

Using the Windows API FileOpenDialog This video tutorial demonstrates implementing the FileOpenDialog API with C# in Visual Studio 2008. The source code for this tutorial is located in the zip file “Working With text Files” Digg this postRecommend on FacebookShare on LinkedinTweet about itSubscribe to the comments on this post



Custom page lists in wordpress

Apr 28th, 2010 | By | Category: Tutorials, Wordpress

There are several ways to customize which pages are listed in a directory. The simplest way to do this is by using either ‘include’ or ‘exclude’ but these are far from flexible if your content is constantly changing Digg this postRecommend on FacebookShare on LinkedinTweet about itSubscribe to the comments on this post



Showing wordpress page names in the URL

Apr 28th, 2010 | By | Category: Tutorials, Wordpress

One of the most commonly asked questions regarding wordpress websites is how do I show a page name instead of the page id? The simplest way without a lot of explanation is to follow these steps. Open the admin panel. Select, “Settings” and the “Permalinks” from the left hand options. Under Custom Settings, select “Custom [...]