Small Business
RSS Feed
 
Home | Articles | Sitemap | Links  

Business:Small-Business Articles from EzineArticles.com
EzineArticles.com is Trusted By Millions as The Source For Quality Original Articles

Money, Money, Money - It's a Prudent (Business) Man's World
Business is great in the good times when you are making a profit and you have good cashflow, but what happens in the difficult times like the global recession? Its how you manage your money during the good times that will determine how well you manage to survive the bad times.
Top Detergent Manufacturers Listed In the B2B Markets
Detergents are among the most essential and commonly used products for cleaning purposes. There are over hundreds of washing and cleaning products in the market today.
Tips for Building Your Own Small Business Website
Much to the dismay of many businesses, the internet is constantly updating its standards and the playing field keeps on changing every so often. To maintain an edge over the competition, you have to learn the tricks of the trade and equip yourself with the necessary armor to survive in the battle of the cunning and wise.
Reasons Why Manpower Recruitment Agencies Are Indispensable
Manpower recruitment is highly essential for proper growth of an organization. It is not easy to obtain the right candidates with the required skill sets. Today the business scenario witnesses tremendous changes and has to overcome innumerable challenges to obtain the desired results.
Business Directory - Exact Way To Beef Up Business Prospects
With more web portals coming out these days, consumers' lives have become simpler and sophisticated. Such portals operate to furnish invaluable information on the business units that are being run in a particular place. People used to go crazy when not being able to see desired contact information from the yellow pages or any other local directory that they have.
Alternative Financing You May Not Have Heard Of
Need capital to keep your business going or to implement new growth initiatives? Well, just run down to your local bank. Wait... banks are still not lending to small businesses.
How To Print Cheap Business Cards
Business cards are one of the best ways to promote yourself, especially if you are in a small business with limited capital. There are many people that you will come across in your everyday life and give a business card for promotion.
Making the Tough Decisions in Your Business
There are times in your business when you need to make the tough decision to do what's best for you, your business in the long term. Some of those decisions can include letting go.
A Success Tip About Authenticity
Have you ever considered that your level of authenticity may be impacting your success? Judy Garland got it right when she said, it's always better to be a first rate version of yourself, rather than a second rate version of someone else. Learn why this is important and how to increase your authenticity.
How to Start a Gift Basket Company
Are you looking for ideas on starting a gift basket business? The gift basket industry offers you an excellent opportunity to start a home based business with minimal startup costs and excellent income potential. Just imagine what it would be like to be rewarded fairly for the energy and creativity that you put into your work. In this article we take you through the basic steps involved with starting a gift basket business.
Have Success in Your Florist Business by Selling Cut Flowers
Cut flowers are of great essence to the flower industry. They not only add glory to you interiors but are also a valuable part of decorations in events. For instance, no wedding is complete without flowers. A buyer or the event planner always looks for the quality of flowers, their display arrangements, and also the flexibility of the florist before making the order.
How to Apply For Private Foundation Grants
Private foundation grants may be readily used for personal purposes, for business purposes, and also for funding community ventures and projects. There are plenty of foundation grants and each of them is one of a kind. This is because each of them is dedicated and specified for particular advocacy's and causes such as science, education, children's welfare, and environmental causes.
Hair Salon Checklist - What Equipment Do You Need?
If you own, or are about to open, a hairdressing salon, you need to make sure you have all the relevant supplies, equipment and furniture well stocked. Here's a checklist of five items you can't operate without...
Major Advantages of Business Credit Cards
When talking about business credit cards, many think about it negatively. But with proper usage, you can benefit lots from it. Let's summarize the major advantages in this article.
Earning Money Online Doing Online Research
As you might already know there are a lot different types of free-lance jobs you are able to do on the internet including writing, graphic design, web design, programming and there is one that you may not know: doing online research. In order to do this sort of job you are not required to have any exceptional skills like writing or programming. You do not need to possess any specialised knowledge on any particular area.

Newsfeed display by CaRP

Google

-------------------------------------------------

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.



 
 

Home                   |                   Sitemap                   |                   Terms of service                   |                    Contact