Dec 13

Three forces are applied to a 10 kg box. The magnitude and direction of the forces are:
1) 5.0N due North
2) 3.0N due West
3) 6.0N @ 30 degrees S of E

Determine the net force acting on the box (include both magnitude and direction). What is the net acceleration of the box?

VECTOR Add East and South Components of 6.0 N force, respectively, to 3N and 5N forces.
ie
East Component of 6N = 6 cos 30° = 5.2 N => added to 3.0 N W = 2.2 N, E
South Component of 6N = 6 sin 30° = 3.0 N => added to 5.0 N N = 2.0 N, N
Size of Fnet = √2.2²+2.0² = √8.84 = 3.0 N ANS
Direction of Fnet = arctan 2/2.2 = 42° ANS

Net Accelertion on box = Fnet/m = 0.3 m/s² at 42° ANS

Dec 13

I m more familiar with Window form as everyone started VB with it, but in term of thread implementation, does it matter? please explain.

You can use threads in either so it doesn’t matter.

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/

Oct 30

For most Americans, the house is a major part of their net worth.

How much has the down grading of home prices affected the net worth of average Americans since the "housing bust"?

Of the average American? Not much.

Think of it this way: most people who own homes already had them before the bubble, and now still have them after. Those didn’t lose much if any value. They simply went up and then came back down, but since there was never a sale, none of that added "worth" was ever realized.

Oct 30

I’m trying to make a layout on Dreamweaver for my Tumblr. I am getting really confused with trying to link the images to the server. Once I post a picture on Dreamweaver and preview it with Safari, it works, but when I post the html code to the Tumblr page, the pictures do not show up. What am I doing wrong? Thanks!

Tumblr uses PHP and unless you know how to code the page in Code Source mode, you’ll never get it to work very well. Might help:

Creating a custom HTML theme (Very good example given): http://www.tumblr.com/docs/en/custom_themes
How To Create Your Own Custom Tumblr Theme?: http://thumlog.com/how-to-create-your-own-custom-tumblr-theme
How To make a Theme in Tumblr (Video): http://www.youtube.com/watch?v=nPX1pl_WKOM

Things to Know About Custom Tumblr Theme Design: http://buildinternet.com/2010/04/things-to-know-about-custom-tumblr-theme-design/
Getting Started With Tumblr and Custom Theme Design: http://line25.com/articles/getting-started-with-tumblr-and-custom-theme-design
Theming Tumblr: http://matthewbuchanan.name/post/37355563/theming-tumblr

Ron

Oct 30

I worked in ASP.Net 2.0 and I want update latest version. So I want learn new technology like WCF, WWF, LINQ, WPF. Please suggest me which one best (demand in IT market) for me among WCF, WWF, LINQ, WPF. I want concentrate any one only.

I recommend you to check the motor of search of Yahoo :-)

« Previous Entries Next Entries »