Tuesday, April 12, 2011

Internet Bandwidth Monitoring Tool

0 comments
1. Tcptrack (http://www.rhythm.cx/ ~ steve / devel / tcptrack /).
sniffer which displays information about TCP connections seen on the interface. Can track their state and displays a list of connections in a similar way with the command 'top' in unix. It displays source and destination addresses and ports, connection status, idle time, and bandwidth usage.

2. BWM-ng (http://www.gropp.org/?id=projects&sub=bwm-ng).
Bandwidth Monitor NG is a small console-based live bandwidth monitor and simple for Linux, BSD, Solaris, Mac OS X and others.
Features:
* Supports / proc / net / dev, netstat, getifaddr, sysctl, kstat, / proc / diskstats / proc / partitions, IOKit, devstat and libstatgrab
* Unlimited number of interfaces / devices supported
* Interfaces / devices are added or removed dynamically from list
* White-/blacklist of interfaces / devices
* Output of KB / s, Kb / s, packets, errors, average, max and total sum
* Output in curses, plain console, CSV or HTML
* Configfile

3. Pktstat
- Http://packages.sw.be/pktstat/
- Http://www.stearns.org/pktstat/
pktstat displays real-time list of active connections seen on the network interface, and how much bandwidth is being used by what. Partially decodes HTTP and FTP protocols to show what filename is being transferred. X11 application names are also displayed. Entries hanging around on the screen for a few seconds so you can see what just happened.

4. CBM (http://www.isotton.com/software/unix/cbm/)
CBM is the color bandwidth meter. CBM is a small program to display the traffic currently flowing through your network devices.

5. Iftop (http://www.ex-parrot.com/ ~ PDW / iftop /)
Displays the bandwidth usage on an interface. He watched the traffic network on the named interface and displays the bandwidth used tables.
this means that it is a tool for monitoring the bandwidth with an interactive console.

6. Speedometer (http://excess.org/speedometer/)
To monitor network traffic or speed / file transfer process. Measure and display the data on the level of network connection or data stored in files
Read full story

Saturday, April 2, 2011

Blogging Lifestyle (lifestyle) on the Net | Lifestyle Blogger

0 comments
Blogging has now become a lifestyle internet lovers, not least me. In the daily free time outside activities as a private employee spent in front of a laptop, nothing else is done online internet activities. Now the internet has become part of my life needs, because with the internet I get a lot of advantages, among the benefits that I get is a hobby, get extra pocket money, and I know a lot of new friends through social networking portals and many more portals that meet the lifestyle needs.

Among the activities that became routine in front of my internet are blogging, blogging has become my new hobby since familiar with RSS, with a profound curiosity about the world of the Internet's underlying I am very happy to explore the Internet. Starting curiosity that pour through the media blog, and from this blog many new things that I know to this day through the blog I also know what the name Science Internet world that is SEO (Search Engine Optimation) and now often held the SEO contest.

Through a media blog, in addition to my new blog, also can pour my thoughts pass a paper published via a blog post. By posting via blog posts expected to be read by many people of my writings, and may also be useful to readers. In addition to the media blogs to pour the mind through writing, I also poured my works in the world of photography through the media blog. By pouring the work that I make, the blog visitors are expected to give advice and criticism of my work.

And many more benefits that we can with the activity of blogging, and the rapid growth of the lovers or Blogger blogs now prove that the blog has the benefit that very much and has become a way of life (lifestyle) of the lovers or connoisseurs of the internet.
Read full story

ONLINE BUSINESS LIFESTYLE ON THE NET

0 comments
Online business is a business that is in their transactions online via the internet. This business is now quite a trend, with the sophistication of internet business people do not need hard to find customers with large enough energy. done enough in front of a computer or laptop that can be done by relaxing at home or may be done anywhere from the connect to the internet.
many ways to start a business online, there are many websites that offer online business cooperation with some fantastic. indeed all that is offered is not necessarily true and also not necessarily wrong, but the online businesses should be very careful in doing business online for fear of online business under the guise of fraud. but also the online businesses that are offered are also many who are a real business.
The variety of online business are also different kinds, such as selling a product goods sales system via the internet, the average business is the business side and also more efficient in running it, because it does not need to bother looking for a place to sell, but there are also business This purchase is permanent. typically purchase products online through permanent nature have a special website whose contents offer a product, or buying and selling goods through online deals, and this system maintain mutual trust between sellers and buyers. if the website is already famous and professional then the trust could not doubt.
In addition to buying and selling, many other online businesses are now growing rapidly, for example: a business that offers as an affiliate in which the party website provider offers to the user to become a member, and the system works with users to sell their products for results, as well as user if it can attract other users get a commission like the MLM system, the commission would be obtained if a user can sell the products offered by media BLOG / personal website. This system is free and also there are paid. In addition to the affiliate still many other online businesses such as referrals which this system is that users pay a sum of money to become a member and a nominal amount of money also varies among several businesses that offer, the offers for the business if users get a down line or network, and many online businesses with different systems vary.
Not to forget the online business also this one, which a business is to become a member is free, and the requirement to be owned is having a BLOG or personal website. This business offers to members to become publisher ads to appear on your blog or website. commission system for the very profitable for members, and the payment system was calculated accumulation click ads on your blog or website, and businesses that offer a publisher are: blogger gathering, domestic ads, Ads camp, harvest ads, indofad, and many again.
Read full story

Tuesday, March 29, 2011

HOW TO POST "META TAG"

0 comments
All know that meta tags are very instrumental in our position on search engines. Meta tag itself is the identity of our blog. There are various ways in taught by master SEO on how to install meta tag in HTML code of our blog, but I will try to help make buddies who do not know how to put meta tags on the blog.

No need high-level techniques to perform the installation of this meta tag, because it is very easy, easy in my opinion .. hmmm.
To put us quite a bit of HTML code editing our blog.
Here are the steps

1. Log in to Blogger with ID Blogger pal.

2. Go to the "Edit HTML".

3. Search codes <title> <data:blog.pageTitle/> </ title>

4. Replace the code with the code below

<b:if cond='data:blog.pageType == "index"'>
<title> <data:blog.title/> </ title>
<b:else/>
<title> <data:blog.pageName/> </ title>
</ B: if>

5. and insert the meta tag code below right under the code

<meta expr:content='data:blog.pageTitle + "-description blog disini"' name='description'/>
<meta expr:content='data:blog.pageTitle + " keyword1, keyword2, Keyword 3 "'name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

Examples like this:

<b:if cond='data:blog.pageType == "index"'>
<title> <data:blog.title/> </ title>
<b:else/>
<title> <data:blog.pageName/> </ title>
</ B: if>

<meta expr:content='data:blog.pageTitle + "-this description blog "' name='description'/>
<meta expr:content='data:blog.pageTitle + " keyword1, keyword2, Keyword 3 "'name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

6. Do not forget to "Save Template" when you finish installing the meta tags.
Read full story

Wednesday, March 23, 2011

TIPS TO SEE TRAFFICS RANKINGS, WEBSITE, PORTAL AND BLOG

0 comments
Growth in the number of websites, portals and blogs so fantastic, the issue of competition the number of visitors even more stringent. Alexa.com, the Web Information Company, specializing traffics rankings monitor all websites, portals and blogs that exist in the world. You have a website, portal or blog, let's see where to position its traffic rankings. The trick, copy the URL, paste it in the Lookup Website, click "Go", then a few seconds then comes the information about the traffic history graph, traffic rank, page views per user, the percentage of users by country, traffic rank in various countries, and so forth.

For example, we note the position of www.yahoo.com, traffic rank 1; page views per users 12.52; Most users come from the United States of 34.6 percent, India 8.6 percent, Taiwan 3.4 percent; traffic rank in various Taiwan 1, United States 2, India 3, England 3, China 8.

Top Sites Alexa.com also presents a global, by country, by language, and based on categories. There are also facilities for downloading down load 1 million top sites, for which data is updated every day. Every day was also declared the most top 500 sites globally. Position February 2, 2009, the number 1 Yahoo.com, 2. Google.com, 3. Youtube.com, 4. Live.com, 5. Msn.com, 6. Myspace.com, 7. Wikipedia.com, 8. Facebook.com, 9. Blogger.com, 10. Yahoo.co.jp, and so on.

As for the users in Indonesia, position 1. Yahoo, 2. Google.co.id, 3. Friendster, 4. Google, 5. Up, 6. Blogger.com, 7. YouTube, 8. WordPress.com, 9. Detik.com, 10. Kaskus - Indonesian Community (kaskus.us).

In the presence of Alexa.com, so at least we know where to position your website, portal or blog we are. Especially regarding the number of visitors and the number of web pages accessed. To improve ranking, of course, necessary improvements, either in relation to web design, web editor, web servers, web browsers, as well as content.
Read full story

EXCESS AND DEFICIENCY BLOGGING

0 comments
To say that blogging is popular on the Internet is an understatement. In fact, the popularity of blogging comes from the fact that everyone with an Internet connection can start a blog post and probably the easiest way to have comments and opinions to read all over the world. Everyone from politicians to journalists to actors to housewives is keeping a blog that gives insight into their lives and minds.
Of course, the blogs related to business and corporations are also increasingly popular given the fact that it is an effective and efficient way to communicate with various stakeholders. Most people think that blogging is a good idea and more often than not. But like everything there is a flip side to blogging as well. Especially when we talk about corporate blogging, it is a sensitive matter because of things like business image and customer and employee relations into the picture. So it would be a good idea to work out what exactly you want out of our business blog before you start it off.

For starters, it is important that you decide the type you will begin your blog. Keep in mind that personal blogs are very different from a business blog. For one thing, a personal blog can be more freely with content in the sense that individuals do not actually have to answer to anyone vis-a-vis the views and comments expressed on the blog. But the same does not apply to business blog. The content posted on your business blog can have a direct relationship with your business affairs. In a business blog, it might not be appropriate to write in a relaxed manner, which is one way of going on a personal blog but, it again depends on the type of blogs that defend your company.
The hardest part when it comes to business blogs is how you will arrange the type of information will rise. The nature of blogs is that space where the views and opinions can be expressed freely and with the logic that anyone can say what they want on the blog. Now, if this is a blog that clients and other stakeholders can read, is that it would be a good thing or bad for your business image? At the same time, all of which are in business you will have the authority to blog posts. Is it only the top management or owners or employees of the company? The issues you need to consider carefully before you start a business blog.
Another problem may be to confuse the role of business blogs and personal blogs is the amount of personal information that could find its way into the blog business. This does not necessarily have to be a bad thing for a corporate blog but, again, you should keep in mind the purpose of your blog even if it is as simple as providing an open communication channel for the organization. blog your company must have a purpose in mind, and ideally each blog post should be directed toward meeting that goal.

As mentioned earlier, one of the reasons that blogs became so popular so quickly is because it is a convenient and fast way of communicating information. Which still remains one of the greatest benefits of blogging. An organization that decides to have a corporate blog is to open an extra channel of communication for its members. this blog can be used as a tool for two-way communication so that information can flow freely throughout the organization. Type of communication open can last a long time in encouraging employee morale as well. Knowing that there are communication channels that are open to everyone and will also be taken seriously is a feeling of empowerment.
Once again, blogging the speed factor can not be overlooked. In both a type and upload a post, other members of the blog can see them. Given the fact that there are many organizations working at the global level and have the stakeholders spread across the world, the type of communication is fast and economical way to keep all the up-to-date about events in the organization.
Needless to say, blogging is a great way to communicate. Even lets you do things that ever happened before. But as a business owner you have to remember that the blog also has pros and cons to them. This is definitely a good idea to have a company blog that really can improve organizational communication channels but, at the same time, you must decide what kind of results you have in mind the type of communication so that your blogging system to put in place to add your goals.
Read full story

Defining the Dream of Higher Education

0 comments
Defining college dream, a series of words which occurred not far from the high school graduation. The word was also never crossed my mind when stepping on a bench high school class 3, and also said it is often called by his friends, high school when stepping on grade 3, especially when it was nearing graduation. Likewise students now when approaching graduation exam definitely crossed a lot about the best colleges.

Students who graduate from high school still stout is confused to choose where to after graduation, seek employment or continue directly to college. Speaking choose college is still a lot of confused what to choose where, choosing majors and what works well on the university's dream later.

Students who graduate from high school and equal who will proceed to public universities or private universities should seriously consider ideal. Universities and colleges have the materials and different learning systems, so that in choosing college majors also have to consider various things.

There are several things you should consider the students who have graduated from high school in Indonesia to choose your favorite college. Before choosing the best college, seek as much information as possible about the description of the various state universities favorites Indonesia and Indonesia's favorite private universities, such as the Islamic University of Indonesia. The information was quite easily obtained, for example: friends, relatives, neighbors, brochures, internet and others. By searching a lot of information can be easier in choosing colleges and majors are appropriate for students. After getting information about the colleges, then determine college student's dream to be lived, but it remains to consider various things, including:

   1. Measure the capacity, by measuring the ability of students will not choose to occupy the university's dream and will not regret it in later.
   2. Interests, talents and ideals, in choosing college majors ideal match talents, interests and ideals that led to a profession or job.
   3. Venue and cost, consider in choosing a college dream by looking at the economic capabilities of each. Do not force yourself in choosing the ideal college tuition fees not in accordance with ability, because the later can be at risk of breaking the middle road. And choose a college that is not burdensome when the lecture later, choose a city or a low cost of living according to ability, if necessary, choose those closer to home
   4. Profession or Occupation, in choosing the ideal college should be looking ahead after graduation, whether departments and colleges can support to get a good job. Although the background of majors and higher education is not absolute influence in obtaining a job, but can also be a material consideration, because the alumni who are successful will consider also the juniors in selecting new employees.

After consideration of the above, may be used as reference in selecting the ideal college, so students are not wrong in defining the college's dream and be precise in choosing a college.
Read full story

HOW TO REGISTER TO BLOG SEARCH ENGINE

0 comments
One basic way to start learning SEO (Search Engine Optimation) is registering his BLOG on popular search engines so easy to find and of course will bring greater traffic and into the first page of the search index.
To get listed in search engines, BLOG you must meet several requirements of the following:
1. BLOG must contain elements of text
Search engines read the non-binary files on your BLOG. Text - the text contained in it will be stored in a database search engine that will appear in the search with the keywords that are relevant to the content. We do not recommend making a full flash for BLOG in search engine technology currently can not read flash files
2. Complete the header on each page
Header consisting of the title, meta description, meta keywords and must be filled with words - words that are relevant to the content BLOG. This further allows search engines to store the contents of your web pages in its database.
3. Create all the pages with the complete
Before you start registering your BLOG in search engine, please create a whole page with the full. There must be no dead link. Usually the search engines is not much reference to the search results on the BLOG that there are still many dead link.
4 We recommend that you create a sitemap
To simplify the search engines find the page - the page on your BLOG, create a sitemap that contains links to all pages in the BLOG.
5 Add alt tags on image links
Alt tag on images that relate (a link) will allow search engines to capture the intended page by the link.
# Register on Google
To register a BLOG on Google can select one of the ways listed on page: http://www.google.com/intl/en/submit_content.html
Usually for a new BLOG, you are advised to register through http://www.google.com/addurl/?continue=/addurl
# Register at Yahoo
To register your BLOG on Yahoo, it can be done through: http://search.yahoo.com/info/submit.html
Read full story

Tuesday, March 15, 2011

IMPROVE YOUR BLOG VISITORS

0 comments
Affiliate marketing requires other people or companies to promote products or services through the website or blog to the commission. This means that you need a lot of publicity to achieve this, by creating awareness of your website or blog to the visitor or surfer internet. This awareness in turn will attract more visitors to your site. The process of moving people to your site known as traffic generation.
Traffic generation seems to be the most difficult aspect of affiliate marketing, because the more visitors you attract to your site, chances are many that you will generate more sales or clicks more and this is the only way to make money in affiliate marketing.
There are many techniques in traffic generation. Some of the techniques described below. You can use a combination of all or use the convenient and better for your affiliate market.

1. Use Forums
A kind of online community forum, where people of common interest come together to share ideas, discuss current issues, share problems and propose solutions. Share your opinion and make a positive contribution to the problem at hand will make the forum members have confidence in you, what you need to do is direct them to your website for more information, you achieve this by leaving a link to your website every contribution you created.

2. Article Writing
You can also attract people to your website or blog by writing articles with quality, so that every time they visit they will want to come back and make sure that you write articles frequently fresh and relevant articles should
to a website or blog. You can also submit articles to other websites and at the bottom always include a link to your website. Newspapers and magazines should not be left out, please send your article to them for publication. It also will expose you and your web

3. Email Advertising
This technique requires a lot of caution, over the use of these systems may cause this is spam and Internet crime. So be careful with the use of this method, make your website known through the use of email, is to send an email to the address known and unknown, and the people you find from any source. It pays well if used properly and diligently.

4. Through Ads
Magazines / Newspapers
Placing ads in your target market magazine / newspaper a lot of help in creating awareness cum attract visitors to your website.

5. Use Business Cards
This can be used in traffic generation by providing a business card at seminars, churches, fund-raising ceremony and any other functions. You do not know who is who, the man who you think is the church may be the real internet marketer.

6. Advert through Pay-Per-Click
Paying a lot for subscribing to the adverting on websites pay-pay-click, it helps to generate more traffic to your site because these sites pay-pay-click to have many visitors. It helps in encouraging more traffic to your website.

7. Use of Free Gift
Giving people free gifts like free e-books etc. will attract more people to your website, people like free gifts are many and they always take the bait.

8. Search Engine
Submitting your site to various search engines to increase the opportunity to get more people to visit your website.

Applying all or most of these techniques will increase the chances of attracting more visitors to your website or blog.
Read full story

READ MORE TIPS BLOGSPOT

0 comments
Again a matter of making the facility Read more .. or Read More .. on the new template (XML), this topic seems the most in reading and in the interest of the new blogger. This is evident from the number of incoming comments on the article, there is a delight because it was felt successful and there is also a little disappointed because they still failed.
With the persistence of these failures, it can be deduced that the method that I have to say was still less to the understanding. Of course it should consider appropriate ways in the delivery of a guide. Some time ago there was an incoming comments on one of my articles (articles which I forgot and a bit lazy to open the document comments) that the delivery method is very easy to understand, then the opportunity this time I will try these methods on the article create function Read more .. or more ...
My advice, when you do Editing the template code, you should not use the Internet Explorer browser, especially Internet Explorer 6, please use another browser such as FireFox or Opera. For those who do not have the FireFox browser can download it for free here! and for Opera can download it here!, Why do not use Internet Explorer? This is my personal experience when doing editing often find error messages when using IE, and if using another browser error message does not appear (the process editing success), and I've read in many forums blogger who reported this issue and the blogger themselves suggest while using a browser other than IE (sorry forgot his note address link).
For those who have not successfully create a function ... read more, try to follow these steps:
Step # 1

    * Sign in blogger with your id.


    * Click Settings


    * Click Format


    * On the bottom screen, there is a blank text area in addition to writing Posting Templates, content tesxt empty area with the code below:


      <span class="fullpost"> </ span>


    * Click the Save Settings button


Installation of this code meant that at the time of posting the article, the code appears directly without having to write first, so help us to not have to always remember the code.

Step # 2

    * Click the Dasboard


    * Click on Layout


    * Click the Edit HTML tab


    * Click Download Full Template.


    * Please save the template first, this is meant to reduce risk in the event of an error when editting the template, we still have a back up data to restore it to normal


    * Check the box next to Expand Widget Templates, see picture below:


      expand widget templates


    * Wait a few moments when the process is underway


    * Please find the following code in your own template code:

      <data:post.body/>

      or the code below (same);
      <p> <data:post.body/> </ p>

    * Delete the above code, and replace with the code below (click on the button to mark):

      <b:if cond="'data:blog.pageType"> <style>. fullpost {display: inline;} </ style> Fri <data:post.body/> </ p> <b: else / > <style>. fullpost {display: none;} </ style> Fri <data:post.body/> <a href="'data:post.url'"> <strong> Read more ...</ strong> </ a> </ p> </ b: if>

    * Click the Save Template button
    * Done.


How to Post Article

    * Click the Post


    * Click the Edit HTML, then the code automatically appears that we have been setting before, namely:


      <span class="fullpost"> </ span>


    * Write the article to appear on the blog before the code:


      <span class="fullpost">


    * Write the entire rest of the article after the code above and before the code:


      </ Span>


    * Click the button marked publish POST


    * Click on View Blog (in new window) to see the results of our posts, then see whether the result is successful or not. If not, maybe there are parts missing. Take a look back above steps


Hopefully with the existence of this post is no longer a failure to make the menu more ...
Read full story

Saturday, March 12, 2011

4 Quality characteristics of A Leader

0 comments
Maybe some of you work as a leader, but now among you who want to become a leader, so you have to have such a leadership characteristic that might be a model for your subordinates. What is the meaning of a leader? A leader is someone who has influence and make others follow you willingly.
Here are the properties that you must have as a leader:
1. Integrity.
Integrity is doing something according to what you say you will do that can be trusted. One thing that makes most people are reluctant to follow you is when they do not entirely feel confident that you will carry them toward the goal that you promised. Are you known as someone who has integrity? If yes, then you deserve to be an exceptional leader.

2. Optimism.
Would anyone want to follow you when you look bleak future. They
just want to follow someone who can see the future and notify the
them. So a leader must think optimistic and positive thinking. Then you will be eligible
to become a leader.

3. Dare to take risks
Whenever we try something new, The courage to take risks is part of the growth is of paramount importance. Most people avoid risk. Therefore, they are not leaders. Good leaders must be willing to take risks and be responsible, because if he dares to take risks will surely benefit in getting. Are you known as a man who dared to take risks? If yes, you deserve to be an exceptional leader.

4. Ductile
Ductile is in need of a leader, because many people do not have a resilient nature, meaning he did not enter into the category of a leader. If he has a resilient nature means you are eligible to become a leader who is firm and tough.
When you want to be elected to become a leader and a leader who wants to be heard and followed by many people. We will explain tips to always being a leader:
• Worthy of trust
• Having better vision, long, and wide
• Have the ability to communicate
So Make and practice your desire to achieve your success with the ability you have.
Read full story

Friday, March 11, 2011

Creating Value in Business

0 comments
In this business we must always have added value, added value is actually an outline of the three. You can only take two, you can rarely three thirds. This is my take and learn from Michael Tracy how to "Grow Double Digits. " This book is very good and how we grow two-fold. He is the story of IBM and growing company that just two but there is also a percentage of 11% and 20%, and continues to grow. And there is Johnson n Johnson who grew up during his 59 years, business keeps growing and growing. And I still continue to learn, here is said by Michael Tracy have three business excellence.
One is cheap, you with the operation of the most compact and most efficient you can be cheap. I could be like a bookstore, one advantage is the cheap, free parking and all sorts of others, the next second advantage is superior in quality products - your products, extraordinary powerful, better quality than others, the third is the service or services . Only three according to him, and that service includes speed ..
Action Plan:
1. What added value your company?
2. How in the appeal with the competitors of the Company?
3. Create added value that can increase sales
Read full story

Thursday, March 10, 2011

Komodo Island is the New 7 Wonders of the World

0 comments
Komodo Island is an island located in the Nusa Tenggara Islands, which is currently being discussed by the public busy, both local and foreign tourists to the Park which was selected as a finalist in the competition world of the New 7 Wonders of Nature.Pulau Komodo dragons are known as The original habitat of the Komodo dragon animal is the Komodo National Park which is managed by the Government. Komodo Island in the eastern island of Sumbawa, which are separated by the Sape Strait.
Komodo National Park has many advantages, it is worthy of the award as "Komodo Island is The New 7 Wonders of the World" and enter a competition finalist in the world the New 7 Wonders of Nature. Advantage of Komodo Island is:

1. The first "Komodo Dragons, Komodo Island is The New 7 Wonders of the World.
Komodo just live and live on Komodo Island and not available in countries other than Indonesia. It    becomes its own keuunikan for Komodo Island. Komodo is an endangered species of reptiles are believed to be a remnant of ancient creatures are still alive. Adult Komodo dragons can reach 3 meters in length weighing up to 100 pounds. Although dragons including the types of reptiles, but he was able to run up to 80 km per hour. So, dragons were known as one of the world's reptiles because toothed sharp and venomous.




2. The second "Komodo National Park, Komodo Island is The New 7 Wonders of the World.
Komodo National Park is no less unique. This is where the only habitat in the world where dragons animals live in freedom. Komodo dragons can be found on four islands in Komodo National Park, namely the island of Komodo, Rinca, Gili Mota Island, and Nusa Kode.selain Komodo also has 277 animal species which is a mix of animals coming from Asia and Australia, which consists of 32 species of mammals, 128 species of birds and 37 species of reptiles. Together with dragons, at least 25 species of land animals and birds, including protected animals
In addition, in this region there are also coral reefs. The beauty of this reef to attract foreign tourists to swim or dive into a paradise for the Penyelam.para divers can dive with visibility over 30 meters. They also will feel the sensation surrounded by a thousand species of fish, 385 types of coral reefs are colorful, turtles, dugongs, several types of sharks and rays, including manta rays the size of the fish reach four meters. No wonder if the divers from all over the world are willing to cross the continent just to dive on the island of Komodo and surroundings.



3. The Threed "Exotic Flora", Komodo Island is The New 7 Wonders of the World.>
Komodo Island also store a variety of exotic flora, including Wood Sepang which by local people used as medicine and dye clothes, nitak trees which are useful as medicines and seeds are tasty and delicious like peas.
And many more advantages than Komodo island which will make this island deserve to receive the title of "Komodo Island is The New 7 Wonders of the World".
Read full story
 

Followers

ROSSI BLOG © 2008 Business Ads Online is Designed by HOBIS Supported by ROSSI