|
Home-Based-Business Articles from EzineArticles.com
EzineArticles.com - Trusted By Millions as The Source For Quality Original Articles
Data Entry at Home Sites - Pulling the Wool Over Your Eyes?
What's up with 99% of the data entry at home sites you will find on the Internet? What is behind their absurd claims? Can they justify misleading the user into believing he or she can earn many hundreds of dollars a day doing data entry at home work? Read this article and discover the truth.
Real Tips For Mom's Who Want to Work From Home
If you are anything like me, you have spent as many years as the age of your oldest child trying to work from home. I have been at this for 7 years and I have some practical tips and suggestions.
Work at Home + Mothers = Perfect
As a stay a home mom, I can vouch that it is a full time job. But as the children got older I had more free time on my hands that I used to make extra income to take some of the pressure off my husband. It allowed me some independence as I was not entirely dependent on my husband for support. It also allowed me a break from the everyday routine of four children.
Home Based Business - Is the Web the Savior of the American Dream?
With all the uncertainty in the economy and people fed up with the 9-5 routine, millions are turning to the Internet as a place to start their home business. Can this really be the road to the American Dream?
How to Earn Money Typing at Home
Typing for dollars at home is a popular search term that is used on the popular search engines such as Google, Yahoo, Msn or one of the many other search engines being used. I think the main reason is that many people feel that this is a skill set that they have and they feel is well within their comfort zone. Often time's people are unsure of what types of typing jobs are available on the Internet.
Postcard Magic Or Postcard Tragic Home Business?
The Home business industry is more relevant today than it ever was. Question, is it really possible to make a substantial home business with postcards? This article will reveal the truth about creating wealth with your own postcard home business.
How to Earn Extra Money Free of Investment
Imagine how good you will feel soon from now after you learn how to earn extra money free of investment. Picture yourself working in the comfort of your own home making money at your computer without having to spend any money to get going.
How to Make Extra Money Typing
Imagine how good you will feel when you learn how to make extra money typing. Picture yourself soon from now after reading each word in this article working from the comfort of your own home and making a healthy living only working a few hours a day.
The Best Online Job Typing
Imagine how good you will feel to be able to have the best online job typing. Picture yourself soon from now after reading each word in this article making money, typing in the comfort of your own home for a few hours each day.
The Best Way to Make Extra Money
Imagine how good you will feel when you learn the best way to make extra money. Picture yourself soon from now after reading each word in this article making more than enough money to quit your job and only work a few hours a day.
Amazing Way to Make Easy Money For College
Imagine how good you will feel when you learn how to make easy money for college. Picture yourself not having to worry about paying those costly tuition fees, being about to go out to all the parties and making enough money that you wont even need to get a job when you pass your exams.
Top Ways to Make Easy Money
Imagine how good you will feel when you learn the top ways to make easy money. Picture yourself after reading each word in this article making easy money from the comfort of your own home.
Amazing Easy Quick Money Guide
Imagine how good you will feel to learn an amazing way to make easy quick money. Picture yourself after reading each word in this article making more money in one day than most people make in a week.
Data Entry Work at Home - Do's and Don'ts That You May Not Know
Data entry work at home means understanding and working within some guidelines although they tend to be less restrictive in nature. Here are a few common sense rules to consider.
Home Business Computer Opportunity - Plenty to Choose From!
Are you searching for a home business opportunity using your computer? You're not alone! Thousands of people every day are looking for a way to make a good income from home. There are many options available, and here is a short list of some things you may want to consider.
Newsfeed display by CaRP
-------------------------------------------------
Displaying RSS Feeds on
Your Web Page
Sanjay Johari
RSS feeds have made it very convenient to syndicate
information from various sources. Most of websites and services that publish
fresh content, such as ezines, press release, new agencies, blogs make their
content available thru RSS feeds. As new content is published the RSS feed gets
updated automatically.
Adding RSS feeds to web pages has many advantages. Let
us say you have added RSS feeds from a popular ezine on one of your web pages.
• The content of the web page is automatically updated
as the ezine makes new content available via RSS feeds. Every time search engine
spiders crawl your web page they are likely to find the web page updated.
• The visitors to your web site will also find new
content on every visit and they might be tempted to visit your web page more
often.
• You do not have to bother about writing fresh content
as RSS feeds are updated automatically.
Earlier I had written an article on adding RSS feeds to
a web page using java script. While this method makes fresh content available to
the readers, the content of the feed cannot be “read” by search engine spiders.
Therefore the web page does not get the benefit of changing content from the
search engines.
On the other hand php based installation makes it
possible for spiders to notice the changing content of the web page. This
article is a follow-up of my previous article which outlines simple steps to put
RSS feeds on a web page.
For the purpose of this article I have chosen the free
version of software available from CaRP. The software can be downloaded from
this site:
http://www.geckotribe.com/rss/carp/
The instruction manual which comes with the package
gives detailed instructions for installing and running the software. Additional
information is available from the site. While there are several options
available for using the software, I am showing here the simplest steps to load
and run the software:
1. Download the software on your computer. It comes in
a zip file. After unzipping save the available folders and files on your
computer. These files and folders will be available – carp (folder), img
(folder), carpsetup.php, README.html .
2. Upload all the files and folders to the root
directory of your website. This can be done by using FTP. If uploading is done
file by file, ensure that the names of the files and folders, and location of
files in their folders do not change.
3. Create a new mySQL database.
4. Run the setup file carpsetup.php from you web
browser.
5. A new page will be displayed. On this page select
mySQL database option which is easier of the two options given there.
6. Another new page will open in which you have to fill
the details of mySQL database. Click on “Create Database Tables”.
7. The page which opens now will have code which has to
be put on the web page where you want to show RSS feed. The code will be
displayed in a gray box.
8. Within the code there is “setup code”. This setup
code should be pasted into a file called carpconf.php . The file will be
available in carp directory. On the html script of this file locate the line
“//Add configuration code that applies to all themes here” . Just below this
line paste the setup code.
9. Choose a web page where RSS feed has to be
displayed. The file name of the page should have .php extension. If your page
has .html or .htm extension, you can try replacing only the extension with .php
. Normally this should not change the way the page appears in a web browser. If
you encounter any problem you could make a new web page with .php extension.
10. At appropriate location of the web page, where you
want RSS feed to be displayed, paste the code in the html script of the page.
From there you can remove the setup code. It is not required to be added to all
pages once it has been added to carpconf.php page in step 8 above.
11. If you now open your web page in the web browser it
will start showing the RSS feed which comes along with the package. For changing
this to RSS feed of your choice you will need to make changes in the code you
have entered in step 10. In the code there is a URL after CarpCasheShow. Change
this URL with the URL of RSS feed you wish to display.
Now the web page will display the RSS feed of your
choice. You can choose to display more feeds on the same page or have separate
pages for RSS feeds for different sources.
You can see this page on my website on which RSS feed
has been added using exactly the steps shown here.
http://www.sanjay-j.com/RSSFILE/homebusinesspop.php
You can see some more pages from the links on left
column of this page.
I have tried to make the process easy to follow. You
can always refer to more detailed instructions which come with the package. Take
advantage of the free content available and use them to boost your page
positioning and traffic to your website.
|