Tutorials
May 12th, 2010 |
By Tamara Urry |
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 [...]
Posted in .NET Platform, Tutorials |
Comments Off
May 12th, 2010 |
By Tamara Urry |
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’ [...]
Posted in .NET Platform, Tutorials |
Comments Off
May 12th, 2010 |
By Tamara Urry |
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 [...]
Posted in .NET Platform, Tutorials |
Comments Off
May 12th, 2010 |
By Tamara Urry |
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
Tags: C# file save, FileSaveDialog, saving a file in C#, Windows API save file Posted in C Sharp, Tutorials, WinAPI |
Comments Off
May 12th, 2010 |
By Tamara Urry |
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
Tags: File Open Dialog, Open file api, Video Tutorial .NET, visual studio tutorials, Windows API Posted in C Sharp, Tutorials, WinAPI |
Comments Off
Apr 28th, 2010 |
By Tamara Urry |
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
Tags: customize wordpress page list, exclude pages, include pages, key /value pair pages, list pages, Wordpress Posted in Tutorials, Wordpress |
Comments Off
Apr 28th, 2010 |
By Tamara Urry |
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 [...]
Tags: page names, permalinks, show page names in URL, Wordpress Posted in Tutorials, Wordpress |
Comments Off