What is BitTorrent

BitTorrent is a content distribution protocol that enables efficient software distribution and peer-to-peer sharing of very large files, such as entire movies and TV shows, by enabling users to serve as network redistribution points. Rather than having to send a download to each customer requesting it, the distributor or holder of content sends it to one customer who in turn sends it to other customers who together share the pieces of the download back and forth until everyone has the complete download. This makes it possible for the original server to serve many requests for large files without requiring immense amounts of bandwidth.

BitTorrent's protocol has been described as a "swarming, scatter and gather" file transfer protocol. It was written in the Python programming language by Bram Cohen and is distributed freely under an open source license.

Reblog this post [with Zemanta]

What is Joomla?

Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone.

Reblog this post [with Zemanta]

How Install Joomla on your Computer.

Joomla is one of the most popular and powerful Content Management System today. It has wide range of features which makes you feel you are lost somewhere within joomla without knowing what to do next. If you are a beginner, you can always start by reading the Quick Startup Guide or you can also download a podcast so that you learn some basic functions easily.

But learning Joomla which is installed your web server is a painful task. Since you know very little thing, you may require to work back and fourth to get the job done. It takes your time and you will be wasting your bandwidth as well. Especially if you are on slower internet connection, then it will be pathetic task to learn Joomla which is installed on your web server.

So the only solution to overcome this problem and headache is by installing Joomla on your computer (localhost), so that you can save a lot of bandwidth and can work faster and easier and most of all, offline – hassle free!

Since Joomla is a Sever-Side script, you need to install three essential software which enables you to install Joomla on your computer. Those three softwares are PHP, MySQL and Apache Server. PHP is server-side scripting which is used to create Joomla and whereas MySQL stores all the data such as articles, sections, posts, comments and pages etc. And Apache server is a web server and it is responsible to deliver the output on web browser.

Instead of installing all these applications individually, you can just install a program called WampServer 2.0. For linux you can install software called LAMP or the LampServer. And for MAC you can install MAMP Server.

WampServer stands for Windows Apache MySQL PHP Server. Which means it installs all those applications at one time easily. Installing WampServer on your computer doesn’t require you to be a Rocket Scientist. All you need to do is just download and install it in few clicks. By default, WampServer 2.0 will be installed in your “c:\wamp”. And if you have installed WAMP5 earlier, you need to uninstall it before installing WampSever 2.0.

After you install WampServer on you computer, your windows firewall may ask to block or unblock, just unblock it. In order to test whether if the WampServer is installed properly or not, launch the WampServer from your desktop or All Programs. The WampServer runs in your system tray.

Now open your web browser and type http://localhost in your address bar and hit return key. That should take you to the “Server Configuration” page

Installation of Joomla.

Before installing Joomla! on your WampServer, you need to create a MySQL Database to store the tables.

To create a MySQL database, go to your Server Configuration page by typing http://localhost in your web browser’s address bar. Now click on the link called “phpmyadmin” under “Your Aliases”. Now you will be taken to the phpmyadmin page. Under “Create new Database”, enter a name of your desire and click on Create button.

Now you have finished creating the database. Since you did it in few steps and on the localhost, your database username will be “root” and your database password will be blank.

Now download the latest version of Joomla! by clicking on this link. And extract it. Rename the folder called “Joomla-1.x.x” to whatever you wish, like “mygreatjoomla”. This will make easy for you to remember the path to enter whenever you want to open your Joomla site from your computer.Copy and paste that folder in “c:\wamp\www”. so that it must make the path like this,

Quote:
c:\wamp\www\mygreatjoomla\
Now open your web browser and type the URL of your joomla folder in the address bar. It must be like this, http://localhost/mygreatjoomla.

This will take you to the Joomla! installation page:

Follow the steps and remember the database settings must be like this:

Hostname: localhost
Database Password:
Username: root
Database Name:
Follow the remaining steps and after the installation is complete, go to http://localhost/mygreatjoomla in your favorite web browser to starting learning Joomla!


Reblog this post [with Zemanta]

What is WAMPServer?

WAMP is a form of mini-server that can run on almost any Windows Operating System. WAMP includes Apache 2, PHP 5 (SMTP ports are disabled), and MySQL (phpMyAdmin and SQLitemanager are installed to manage your databases) preinstalled.

An icon on the taskbar tray displays the status of WAMP, letting you know if; a) WAMP is running but no services are opened (the icon will appear red), b) WAMP is running and one service is opened (the icon will appear yellow) or c) WAMP is running with all services opened (the icon will appear white). Apache and MySQL are considered to be services (they can be disabled by left-clicking on the taskbar icon, guiding your cursor over the service you wish to disable and selecting "Stop Service").

The files/web pages that are hosted on your WAMP server can be accessed by typing http://localhost/ or http://127.0.0.1/ in the address bar of your web browser. WAMP must be running in order to access either of the above addresses.

If you would like to share your files/web pages with others, click on the icon located on your taskbar tray and select "Put Online." You must have access to the Internet in order to continue.
You can download WAMPServer from WampServer.com.

Reblog this post [with Zemanta]