Source code refers to the programming language one uses to write a program. There are hundreds, if not thousands, of forms of source code. Some computer languages include C++, Java, and Unix. Often people refer to source code of websites, which means programming conducted in HTML and possibly Java.
In most Internet browsers, one has the option of viewing an Internet page in source code format. This is actually quite helpful for people learning to program in HTML. One can look at source code and figure out how to do a table, construct a list, or make a hyperlink. People often use source code from websites they like to achieve a similar look to a page they are constructing.
While it is fine to use source code to create different things like tables, columns or separations on a website, it is important not to copy graphics that come from source code or other websites, unless they are free to use. This would come under the heading of Internet plagiarism, and could lead to problems for one’s new website. Thus source code can be used to learn how to do something, but should never completely copy text or pictures.
In HTML, source code can be differentiated from text and pictures, as code instructions will almost always initiate in < > format. If one views the source code of this page, one will note that the above bold word of "views" is surrounded by code. This is because HTML requires this information in source code in order to present the word in bold format.
When viewing the source code, it may be noted that all hyperlinks are surrounded by source code instructions. Each paragraph begins and ends with <p>, meaning "paragraph." In order to italicize a word, the word is put between <em> and </em>. Often the "/" is taken to mean one is ending a particular set of instructions.
Note that many word processing programs may not be appropriate for writing HTML source code. Many do not recognize some of the symbols used, like quotation marks. Often one can obtain free programs, which allow the user to write source code that is easy to upload to an Internet site. As well, many website programming programs exist for purchase and may eliminate the need to know a lot of source code.
|
anon166046
Post 3 |
I viewed the source code of a facebook user's profile whom I believe has been hacking my account. My name appeared near words like 'switch identity' and 'account'. I do not post to or interact with this user. What does this information tell me? |
|
BioNerd
Post 2 |
@Leonidas226
If source code, HTML, and programming languages, are becoming more "human" as you say, what is to prevent machines from also becoming more human? If Artificial Intelligence is advanced to the point of near-humanity, how can we be sure that we will have a sustainable grasp on our own technologies? |
|
Leonidas226
Post 1 |
Programming languages like C++ are not incredibly difficult to learn, and have been designed to simplify the programming process. The amount of work done to execute a program may seem tedious to some, but it is becoming more and more accessible as computer languages are improved upon and made more "human." |