its suprising to find out that most of you web designers/developers don't know how to get the codes. So this is how you can get any html, php, ect.... code from any website like facebook, deviantart..ect. all you have to do is on Internet Explorer you hit on upper tab bar where it says View down to where it says source when you are on a website. Now close the website window or minimize the screen and behind it is the page with the codes. Remember you have to link pages that exist in a website for it to work like a gallery has to be linked to login and submit button page once you copy and paste the codes to dreamweaver or save it. Basically any important pages in a website that would make it properly work. Some unnecessary codes you don't need should be taken out. All this can been done in Adobe dreamweaver which you can download as a trial version for 30 days. The bad thing is you have to replace the website links in the scripts with your own website links to make it into your own websites which is the only thing you have to do. So there aren't you glad know you have a blueprint for your website. In dreamweaver the features you don't need you can take out easily. So hit internet explorer tab -view, source. CSS links should be deleted to prevent it from misdirecting it to the original website.
Are you serious?.... Hmmm... The word STEALING comes to mind when reading your ignorant post. If you want to figure out how someone did something or simply see how some of the sites front side code is written that's one thing... But to blatantly suggest that you view the source from SOMEONE ELSE'S website and TAKE it to make it your own is absolutely horrendous and it's people like you that degrade the quality of work that people have take the TIME as well as the EFFORT to learn how to do it themselves.... Oh yeah, and make a living doing it. Educate yourself and learn how to do it the right way. Don't steal from anyone or anywhere. Better check my wallet before I leave this thread... sheesh... Ever hear of "class" or "dignity" or hell, simple common courtesy?..
Well, the process you are referring you'll only get browser generated source and will be HTML(remember, borwser only shows HTML markup). There may be code in server side in .php, asp.net which you don't get when you try to get from browser generated source. Browser can only show you the generated source from the functional codes. So funtionalties you see on websites like facebook will not work when you just get them from browser source. Nobody would invest $$$$ if it is so easy as you referred to get those website working. It's always better gather knowledge before suggest others so that you don' make a fool of yourself by posting a thread like this.
As has been stated a couple of time already most any site you might be interested in their code are using server side scripts that "write" the html page on the fly. That code is only for rendering it to the browser. Facebook??? In your dreams. Facebook is written in ASP and is all server side scripting. And that doesn't even begin to address the database business logic. Besides if you want to know how to do something you're far better off looking it up on Google. There are thousands of tutorials on everything you might want to know and they don't just give you a bunch of code that you have to figure out. They actually give you detailed explanations.