My Blogpost For Students

So here is this SEO contest that even students can join. This is the My Blogpost SEO contest that is participated by mane SEO practitioners around the world. There are a lot of beginners who join the contest and there are also those familiar names in previous SEO contests.

This mix makes the contest more exciting. A combination of experts and beginners are gong head to head in this contest. There is no worry for beginners since all entries are coming from the same domain so the playing field is leveled to the beginners and experts alike. It is now the my blogpost optimization techniques that will matter most on who will win the contest.

Residual Income Opportunities: HTML Tutorials

Here is one of the many residual income opportunities in the internet that you can make money with. As this blog preaches, the knowledge of HTML is of great use when you are going to make money online. But it is not only through using HTML to create pages that you can make money with.

You can also make money with HTML by sharing it. Teach other people how to use HTML and this could be a great residual income opportunity that you can make. First, you can have  tutorial with the people around you for a fee, your office mates, friends and other people in you community.

But to reach more people, why not create a HTML tutorial website? In such a way, you can reach more people and you can make money in the process. See? HTML is one of the great residual income opportunities out there.

Residual Income: What's the Fuss?

There are a lot of employees who are having a problem on their residual income. This is very true especially to those employees who have a lot of loans from different lending agencies. Not only from the legitimate lending agencies but also from fly by night agencies/individuals who are charging them up to 20 percent per month of interest.

Residual income is defined as the amount left after all expenses and obligations are paid for the month. What if the employee is paying more than what he is earning? This sounds stupid but there are a lot of employees who are experiencing that.

This scenario in the life of some employees are also due to their own doings. Some just really don't know how to budget their income. Some are just so extravagant and because of their massive expenses, their residual income is so small.

One has to watch their expenditures. Residual income is so important that this is the basis if a family is still living in a decent way of life or already in the poverty line. Do not spend more than what you earn. It's a very simple thing to say but most people just don't know how to apply it in their lives.

Why ITCSales?

If you are in the United Kingdom, there are a lot of choices when you are looking for computer vendors for your computer equipment needs. You can just visit them wherever is the most convenient store in your place.

But if you don't want to leave your homes and want to buy computers or laptops, then online stores are your best bet. And what sote tops them all? It's ITCSales. They are considered the largest computer and laptop vendor in the whole United Kingdom today.

They are a premier Dell partner that makes the the most credible Dell computer dealer in town. ITCSales UK services are also good that you will want to go back and transact in their store the next time you need same services.

Filipina Actresses and HTML

Blogging is becoming the way in the internet nowadays when publishing contents about anything. In all niches, blogging platforms prevails and they are pretty good and neat.

Especially in the entertainment niche, blogs galore in the world wide web. But there is a website that still rely in HTML - the Filipina Actresses website. This site uses PHP and HTML and I am wondering it is presentd real neat and nice and it is dominating the search engines SERPs.

Filipina actresses in the website are all gorgeous and beautiful. It contains their photo galleries where you can really feel some hot urge within you. You can visit this site at http://www.filipina-celebrities.net.

Make Money with the Philippine Idiot

A friend of mine has launched his new blog titled "Make Money with the Philippine Idiot". His title with his blog is inspired by Greenday song American Idiot. Anyway, he is not idiot, maybe slightly.

His blog contains make money articles. He has been making money online for more than a year now and he is posting his ways or procedures in making money online. All techniques he illustrated there are his own proven techniques in making money online.

He also has some tips in Search Engine Optimization and blogging. He will be featuring some tips in Adsense, which is his main source of his online income.

MMA Pound For Pound for Students

Don't be fooled by the title of this post. I am not going to teach you how to fight the MMA way, neither would I promote MMA as I hate it. But what does "mma pound for pound" doing in this post?

That is the key phrase of the latest international SEO contest conducted by Promo Junkie webmasters forum. This post will likely help my site to rank well in the SERP as it is a support post or it. I am going to create a link from this post to vote for the site that I created for the contest.

The contest started last December last year and is going to culminate on March 18. The prices are 1000, 300 and 200 dollars respectively for the first, second and third.

Oes Tsetnoc For Students

This has nothing to do with HTML. This post has something to do with SEO and maybe, as a beginner, this has nothing of interest with you. Oes Tsetnoc is the key phrase of the ongoing (as of this writing) SEO Contest sponsored by Promo Junkie Webmasters forum. It is an international contest and it is participated by the best SEO practitioners all over the world.

The competition is real tough. It is even admitted by Hellas, the winner of the previous SEO contest. This is due to the growing competition among the great SEO specialists. They met in previous contests and there develops the "love" among them.

As students or beginners, you will be passing through this path. You need SEO, whether you like it or not. You need to study them. The techniques, strategies, campaigns and the likes. And to test if your SEO skill is at par against the best in the world, then try to join an SEO contest like this oes tsetnoc. You have nothing to lose, and what you will gain here is the SEO experience against the gurus.

Basic Tools in Web Development

So what are the tools we need so we can start writing our pages? First is a text editor. This is the tool we are going to use when we write our HTML files. There's a lot of text editors out there, most basic would be Microsoft's Notepad but there's also a lot of free text/html editors primarily intended for HTML editing. An example of this is the HTML-Kit (you can download HTML-Kit here), which is my favorite, but you can use any text/html editor of your choice.

There are also a lot of WYSIWYG HTML editors like Dreamweaver, FrotPage, etc. but in this tutorial, we will be using hard coded HTML so we don't need these WYSIWYG html editors yet. Although they are very useful when you are going to venture into serious web development. We will be doing the "hard way" of hard coding HTML since I believe this will be a very strong foundation for your knowledge in web development.

Next is a webhost. We won't be running your websites in your local computers only. Our goal here is let you make a website that is accessible in the internet. Take note of our goal, you are going to make money through your website so one pre-requisite here is a webhost. There's a lot of FREE web hosting companies out there. Let's just have these FREE ones in our course and opt for the paid ones later.

Since the webhost is a remote computer somewhere in the internet, you need also a tool to transfer your local files to the webhost. Here, you need an FTP client. There's also a lot of free FTP clients out there and I can recommend FireFTP which is an add-on to Mozilla FireFox. I prefer to use FireFTP for it's portability since I can install it in every computer that I use.

Another tool we are going to use here is the web browser. Any browser (Internet Explorer, FireFox, Opera, Chrome, etc.) will do. You can use whatever browser is installed in your computer.

How are you going to edit your files?

First, write your HTML codes through the HTML editor you chose. Save it, let us say, in c:\myweb, and name it myfirst.html. To view your page, you are going to use your web browser. Write the complete path of your page in the web browser's address bar, in our example "c:\myweb\myfirst.html" (without the quote). If you want to modify the page, go back to your HTML editor, update it, then save. To view the changes go to your browser, then "Refresh" the page (F5) and the updates will be reflected in the page.

You will be doing that again and again until you will be satisfied with the result and that page then is ready to be uploaded in the internet through your chosen web host. In this stage, you are going to use FireFTP to upload your files.

Introduction to HTML

This basic HTML tutorial is intended for students who are just beginning their journey in web development. I target students for this series of tutorials so my discussion is simplified to its lowest level as I could.

This blog is a prelude to my other blog which aims to help students to make money with Adsense. So why students? Simple. I want to teach students how to earn money while at school. I have observed that most start their online money making activities after their graduation. So why not start as early as you are still in school?

But before that money-making stuff, you must equip first yourself with the most basic arsenal in web development - HTML.

Ok, first things first. Before we can write something for the internet, we must have the basic understanding how the internet works. To understand it better, we'll compare the internet to that of a library. The library has books, and books has pages which contain the information of whatever that book is.

The same way with the internet. In the internet, we can find websites of different topics (niche). In those websites, resides the pages which contain the information or data.

To compare them, the library itself is the internet; the books in the library are the different websites, and the pages in the books are the web pages which contain the information or data.

So what to expect here? We are going to "compose" pages which will collectively become our website. We'll be writing pages, and the role of HTML will now come into play. All pages, no matter how complicated may it look, are presented through HTML.

How does the system works? Web pages are stored in a place, specifically a remote computer, that is going to "host" your pages. These pages have their unique URL (Uniform Resource Locator) or simply their "address", so that users know where they are when they access them. To access those pages, we need to use a web browser (i.e. Internet Explorer, FireFox, Opera, Chrome, etc) that is going to interpret the codes (HTML) contained in those pages and present it in human readable form.

Ok, looking at the above scenario, this is what we are going to do: we write pages through HTML, upload them to the remote computer, then let the users view our pages through web browsers. Pretty simple, huh?

But before we finally start with our HTML tutorial, we must know first what are the basic tools in web development.