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 :-)

Oct 24

Yeah I want to learn computer programming and I’ve stated teaching myself Python but I’m not sure if thats the best program to start out on or not. So yeah plz help me ;)
This question is asked quite a bit and the majority of people answer with a C language. There are definite benefits from learning c / c++ first due to the syntax being similar to java and because it is so widely used, but I would still vouch for Python as the best language for someone who has no prior programming experience.

The cons of Python are pretty clear:
Unless you’re an avid unix/linux user, you aren’t going to run into it very often. (note that you can use Python on Windows)
The syntax isn’t all that similar to other languages.
It’s not used as frequently as c / c++.
It’s more resource intensive than c / c++.

The nice part about python is that it’s an easy to learn language. You only need to take in a few concepts at a time, and having experience with the general concepts an OO language like Python will help you in learning another OO language like c or c++.

I like to use the ‘hello world’ example to make the point. Here is ‘hello world’ in c++:
—-
#include <iostream>
using namespace std;

int main()
{
cout << ‘hello world’ << endl;
return 0;
}
—-
In this simple program, there are several concepts that you would need to understand. like #include (and certain compilers have mandatory includes which can be problematic if you are new). You need to be aware of namespaces, functions, cout, endl, strings, returns, bracket and semicolon usage, etc. It’s alot to take in if you have never dealt with it before. Also, the difficult syntax results in poor readability to the new user, which can result in bad programming habits like excessive nesting and overly complex implementations. As a final note on c++, you will have to put up with the nuisances of forward calling or the painstaking debugging the first time you learn about / experience overflowing buffers and the way c++ rounds numbers.

Now for ‘hello world’ in Python:
—-
print ‘hello world’
—-
That’s much less of an eyesore. There are 2 concepts: 1) the print command, and 2) strings. Plus, even if you had absolutely no knowledge of Python, you have an idea of what this program actually does. Readability is a major pro.

====
In all, I’d at least take a look at c / c++. If you have trouble with it or if you simply have time and want to learn in more casual sessions, Python is a great choice.

Oct 24

A 1 kg ball is thrown straight up in the air. What is the net force acting on the ball when it reaches its maximum height? What is the ball’s acceleration at that point?

There is only one force on the ball, the force of gravity. Since the acceleration of gravity is always 9.8 m/s^2, the acceleration of the ball is 9.8m/s^2 downward. Since we know force is the acceleration times the mass of an object, multiply 9.8m/s^2 by 1 kg, to get the force, 9.8N.

Oct 16

I am going to school for computer programming and specializing in java script. I am also learning Arabic. I just want to know if knowing Arabic is helpful in the computer world. If it isn’t what other languages are compatible?

The arabic language matters to about 22% of the world’s population. There’s a lot of lost science and other books of knowledge that were written in arabic (due to wear and tear, computer programs may be able to decipher the missing words ) . Other uses of arabic are for design purposes (like company names written in arabic) and also, the arabic style of writing seems very artistic and of a flow-type, which could make it a base for logo design. I can think of many other uses, but a language combined with programming isnt always the greatest option (unless you’re a genius that has a mathematical need for a language combined with programming )

Oct 16

1) Centripetal and centrifugal force on the object is equal and opposite, so both cancel each other and net force is zero.
2) The velocity constantly changes, and change in velocity cannot be zero and change is towards the center , thus acceleration cannot be zero since a=change in velocity/change in time, that means net force is in the direction towards the center( because direction of force is same as direction of acceleration.)
3) If Net force is non zero, why doesn’t object goes to the center?

Tie a ball to a string and whirl it over your head. The only two forces (neglecting air resistance) acting on the ball are gravity and the tension in the string, and if you spin it fast enough, the tension will be much greater than gravity, and we can neglect gravity as well. So one force pointing towards the center of the circle is all that is needed to maintain circular motion. The reason is deceptively simple. When you accelerate at a right angle to your velocity, the magnitude of the velocity is unchanged, only its direction. If you know a little differential calculus, it’s a very easy thing to show:
A particle moving in a circular path of radius R in a circle around the origin with speed u has position given by
s = ( R cos((u/R) t) , R sin((u/R) t)) )
where u/R is the angular frequency of the sinusoids.
we can find the acceleration by taking two derivatives:
v = ( - u sin((u/R) t) , u cos((u/R) t) )
a = ( - u^2/R sin((u/R) t) , - u^2/R cos((u/R) t) )
notice that the magnitude of a is
|a| = u^2/R
and that is points in the direction opposite the position:
a/|a| = - s/|s|

Oct 11

I assume that those would be two separate fields of study, programming being writing lines of program to create things in a computer and mechanics being the how of what is happening physically in a computer. I don’t know if mechanics and programming are the right terminology, but what I have described is what I would like to learn. I’m a complete beginner in those concepts, and would like advise on what good resources to begin studying those fields are, mainly books, but web links would be appreciated too… although I can find those myself. Thanks a lot.

Instead of mechanics you can say computer architecture or hardware. I used this book http://williamstallings.com/COA5e.html as part of my computer science degree and explains the whole architecture of a computer and how it works, it’s a very good book. And for programming you can use you any introductory book for the language which you want to learn first. I suggest you learn C++ or Java first. You can use this book for Java, http://www.amazon.com/Introduction-Programming-Java-Problem-Approach/dp/0073047023/ref=sr_1_10?ie=UTF8&qid=1309873920&sr=8-10 . Hope it helps.

Oct 11

All the company is - is a desk and a computer (for the sake of argument) but brings in Net Revenue of around $50,000 a month on avarage for the last year, so an avarage of 600K per year in NET INCOME. it also owns a few brand names and contracts with high net worth individuals that are worth millions in future income.

How do you calculate the net worth of a company like that?
The company has no liabilities as well, only income and expenses.

Assign an amount as an asset called goodwill