Elements can be aligned horizontally and/or vertically with Visual Studio's formatting tools. You can access them at the top of the interface, or through the Format menu. In this screenshot you can see how selecting multiple elements (shift + click) highlights the alignment options at the top of the interface.
Category: Platform
C# Hello World
A simple application in C#. Hello World is a traditional first application for a programmer learning a new language. It is a simple program that prints out a message to a display device and is a good way to learn the basic syntax of a language. A simple Hello World example: using System; namespace HelloWorld ...continue reading "C# Hello World"
PHP Madlib
A simple madlib example. This PHP Madlib example uses a mix of PHP and markup, with a bit of CSS for presentation. PHP Madlib Form There are two pages; one page has a form where a person can enter in words, and the other will display the results. When the submit button (Create story) is ...continue reading "PHP Madlib"