Showing posts with label Create Blog And Website. Show all posts
Showing posts with label Create Blog And Website. Show all posts

Wednesday, October 2

How to Make Money Online for Free

How to Make Money Online for Free

There are times when we find ourselves at loose ends in our careers. When we get bored we go for movies, we go for hangout and sometimes either we do not have money or sometimes left with no money.
But Sometimes we need to word hard to get a single livelihood even if the the return is far far less then what we needed or what we actually expected!!



Ways to make money online

Buy and sell the Internet

You can now buy or sell your undesired or desired things by selling or buying it through Paypal,debit or credit cards through internet. In business terms it is usually called B2B and B2C i-e Business to business and Business to customers.


Show your creativity

Here you can show how good and creative you can be and how creative you actually are!
Make your things, take pictures and display it on several famous social websites like Facebook. Trust me, it will surely be helping you positively.

Sorry This Post Is Not Completed, Sorry Again For This Mistake.


Tuesday, October 1

Website Development

Getting Started 

There are basically two ways to make a web page. The first way is to create the page(s) offline and then upload them to your Internet Service Provider (ISP) via FTP. The second way is to create your web page(s) online using a Telnet program by accessing your UNIX account, if you have one. 
If you are creating your web page(s) offline, do so in any text editing or word processing document. Make sure that when you save your document, you save it as a "text", "plain text" or "text only" document. Otherwise it will not be read properly by a web browser. Once you have created your page(s), you will need to contact your ISP about how to go about uploading them to your server.
If you have a UNIX account, you can create your web page(s) online. You first need to get a program that can access your UNIX account. I recommend Telnet for the Mac or Ewan for Windows 95/98.
Once you can access your account, you need to make a new directory called "public_html". You can do this by typing:
mkdir public_html
After this, change your directory to this new directory called "public_html".
cd public_html
If you want to, you can make other directories, one for all the web pages that you make, and one for all of the graphics that you have. Follow the same steps as above to do this.
Next, you need to think of a filename for your page (this is not a title, but what will be in the URL). A common filename for a main web page, is "index". Once you've decided on this, add ".html" to the end of it. Then type (i.e.)
pico index.html
Of course, use your page's filename, instead of this one. Next, you need to gain some knowledge of the many HTML commands. Lucky for you, I've already gotten some of the basic commands for you. Follow the index below, to decide what to put on your page, and how to do it. Once you've gotten started, exit your page. You can do this by pressing control-x. Then you need to type:
chmod 744 index.html
Only do this with the filename of your page. You only need to do this the very first time that you leave your web page. This command will make sure that nobody else can delete your page. You will need to do this to any other pages that you make in the future. Then, look at your page on the WWW. Lets say that your server is "www.domain.com", your username is "username", and the name of your page is "index.html". The URL would normally be:
http://www.domain.com/~username/index.html
However, you will need to contact your ISP for your URL. 
If you have made separate directories for pages and graphics, then you need to include that in the URL also. Lets say that you made a directory for all of your web pages, called "Pages". The new URL would be: http://www.domain.com/~username/Pages/index.html

  1. red 
  2. orange 
  3. green 
  4. blue 
  5. purple 
  6. black 
  7. brown 
Character Formatting
You can go ahead and try it if you want to.

Some people like to put animation on their web pages. It actually is not that hard. Here is some background history. Most GIFs over the years have only one image per file. According to "technical specifications from 1987", a GIF could have had more than one image per file, making it like a slide show presentation and not a single image. However, most programs that work with GIF are designed around the idea of one image per file. So the multi-image aspect of GIFs was forgotten. In 1989, they added timing and various other abilities to the GIF format, including transparency. Nobody used these new additions either. Then the Web took off. Transparency and interlacing became features people wanted to use and software companies began supporting those features. In order to have animation on your web page, you need to download a program that was made to fit more that one GIF in a file. I recommend GifBuilder for the Mac. Windows users can go here to download another program. Here is one example of a small animation:

On most pages, you want to have a specific color for the background, text, unvisited links, visited links, and active links. In order to do this, you need to find the code number for the specific color that you are looking for. Here is a HUGE list of code numbers, and here is how you would display this in your page. NOTE: Type these ONLY right below your title. NOTE: You must have the "#" sign before the actual code.
  • <body bgcolor="#code">for background color 
  • <body text="#code">for color of text (all non-links) 
  • <body link="#code">for color of unvisited links 
  • <body vlink="#code">for color of visited links 
  • <body alink="#code">for color of active links (while being selected) 
You can also string two or more of these commands together:
<body bgcolor="#000015" text="#000020" link="#000050" vlink="#7a7777" alink="#8f8e8d">
Instead of having a solid color as a background, you might want to have one graphic that repeats over and over to create a background. Here are several places that you can go to find background graphics. The text that you would type in for a background called "bk.gif" would be:
<body background="bk.gif">


Here is what you would type in for, first the plain graphic-link, and second, the graphic-link with text:
<A href="http://www.yahoo.com"><IMG SRC="http://www.infhost.com/members/web/Images/yahoo.gif"></A>
<A href="http://www.yahoo.com"><IMG SRC="http://www.infhost.com/members/web/Images/yahoo.gif">Yahoo!</A>
NOTE: At the very end of your form, you must type </FORM> or your forms won't work!!

Monday, September 30

How to Create a Blog Website

How to Create a Blog Website from the Ground Up

Starting from the ground up
You have something to say and you think that blogging will help you say it...but just how do you do it. Should you check out the various blogging platforms, have your own...what? This article will help you with creating your own blog website.

Decide on a name. You want something that 'flows'. Something that is descriptive, flows, and if you want to become known at all, is brand worthy.

  1. 2
    Decide if you want your own blog on your own site, or if you want to use one of the many blogging platforms. Those are ones like Blogspot, Wordpress, and many others. Don't limit yourself to those two, they are just a place to begin looking. You might find a better fit with one of the lesser known ones. Use your favorite search engine to find one.
  2. 3
    Create an account on your chosen blog site (if you choose that method).
    • This is probably a better method for those who just plan on blogging for your friends and family.
  3. 4
    Be aware that creating your own blog site on your own domain is not free. The advantage is that you have much more administrative control with it and much more flexibility.
  4. 5
    Find a site that allows you to register your domain name. This is only necessary if you are creating your own blog on your own website.
  5. 6
    Find a server. Basically, a server will be the place that your blog/domain calls home. Depending on who you know and what you find, this can cost a minimal amount per month, or be a yearly cost, or be free.
  6. 7
    Get an account on the server. You will need to have an account there for you to get the information that you will put on your domain once you have acquired it.
  7. 8
    Find out what the nameserver information is on the server. That is the information that you will need to plug into wherever you bought your domain from.
    • It will look something like ns20.nameserver.com and ns21.nameserver.com.
  8. 9
    Wait for the information from the server you have. It will have information as to how to do many of the things that you will need to do to start a blog.
    • cPanel login
       cPanel login
      The information that you get will depend on the software that they use. One very popular server software is cPanel.
  9. 10
    Find some blogging software. Things that you will want to take into consideration are ease of use and cost.
    • Screen shot of a few Wordpress themes
       Screen shot of a few Wordpress themes
      Using more popular software has the huge advantage of being able to find themes for it. Themes are what make up the look of your blog and can truly make it or break it.
  10. 11
    Initial screen after logging in on cPanel
     Initial screen after logging in on cPanel
    Log into your account. Your initial screen should tell you the options that you have with your website. One thing that you will want to do is set up an email account or accounts.
  11. 12
    Install Wordpress (or your chosen software) onto your domain. You might be able to have your domain server support load it onto the domain.
    • If that isn't an option, check your dashboard (you may call it something different) for your domain.
    • You should have a variety of options for you. In cPanel, it is under Fantastico De Luxe.
  12. 13
    Find out the various options that you have for submitting articles to your blog. Some ways are:
    • Using a particular email address and email articles to your blog.
    • Entering your articles straight into a data interface on your domain.
  13. 14
    Create categories on your blog. It may seem unnecessary now, but you will want to have some kind of order in your blog and categories help you do that.
  14. 15
    Look for plugins. Some plugins that you might want are for:
    • Site Security
    • Site Administration
    • SEO (Search Engine Optimization)
    • Site Statistics
    • Formatting tools
  15. 16
    Make an entry into your blog. This can help you decide if anything is missing.