Nov 29

The button code:

private void button2_Click(object sender, RoutedEventArgs e)
{
Form1.Show();
}

The path to my form in the solution:
DatabaseForms.Forms.Form1

Why to I keep getting an object reference is required error?

Did you try putting:

Form1 form1 = new Form1();
form1.ShowDialog();

Nov 27

I have a 9 year old son with high functioning Autism. He is a smart kid but hard to teach the conventional way. I really want him to get into computer field. I am interested in finding out what should I do or what route should I take to teach him computer programming.

I think it is safe to say that most (good) programmers are self taught. Teaching him how to find resources that he can learn from (by going to the library, searching the Web, asking questions in IRC channels and news groups, etc.) is a fairly important skill that you should focus on teaching him. Once he has that skill, he’ll be able to find the resources he needs to become a good programmer, if he is interested in programming.

Nov 27

As i am a noob in this field, i designed my site using Photoshop and the slice tool. I have completed the transition from Photoshop to Dreamweaver, and my files are html, and when i open them they work fine. But now i need to know how do i get the site online?
I have a html file for each page of the site and a folder with the images in, so is there a tutorial i can follow to set it up online?

If you don’t already have hosting, get a host. You can get free hosting at webs.com or you can google search for others. Once you have hosting they will have form to upload your site files.

Nov 27

I imagine it’s directed to General streaming such as Youtube and such, but would it also have any effect on streaming live football? Also, how effective is this programme in general, is it worth downloading and installing?

Silverlight is more or less Microsoft’s version of flash player, it is required for some Microsoft sites, and at present very little else depends on it for streaming, though some services use it the default is still Flash Player and shockwave.
http://en.wikipedia.org/wiki/Microsoft_Silverlight explains it far better than I can.

Nov 12

I need the exact look and feel of this template as I have it in Dreamweaver.

http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/
http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/
http://codex.wordpress.org/Theme_Development

Converting current website to wordpress:

http://www.jonbishop.com/2010/03/convert-html-wordpress/