Showing posts with label short. Show all posts
Showing posts with label short. Show all posts

Monday, 8 February 2016

How to Build a Christian Website for FreeIn Feburary 2016 08,

In Feburary 2016 08,
Choose a free Christian website hosting company. There are a number of hosting companies that offer free website hosting for Christian websites. I like OurChurch.com for its professional-looking Web page templates and easy-to-use website builder application. Others that offer similar free Christian hosting services include Ministry Webs, Witness Today and MyChristianSite.com.
Choose a name for your website. This may be your church or ministry name or a short phrase that speaks to your testimony. If the name you desire has already been reserved by someone else, you may be able to add a dash between words or add a number at the end. Since you cannot change this name once you've registered your site, take your time and decide carefully.
Sign up with the hosting company and register your new website. Follow the instructions given by the hosting company you have chosen to register your new website and name.
Build your new Christian website. You can create your website with the website builder application your hosting company uses. You will be provided a wizard type of application that will walk you through the initial creation of your website.
Modify your new website to fit the needs of your readers. On the homepage, you will want to include the name of the church or ministry, the purpose or focus of the ministry, the location and meeting times (including any special events), and contact information for further questions. Additional pages on your site could include (but are not limited to) a detailed calendar of events, prayer requests, Bible study tools, history of the church or ministry and weekly announcements.
Update your website frequently. Ensuring that your ministry's website is current will make your readers confident this is the location to find current information and answers to questions. The needs of your viewers may change over time, and your website needs to be flexible enough to change to fill those needs.
In Feburary 2016 08,

Saturday, 6 February 2016

How Does a Server Work?In Feburary 2016 06,

In Feburary 2016 06,
The basic function of a server is to listen in on a port for incoming network requests, and a good demonstration of this is the interaction between a Web server and browser. Although to a user the process is instantaneous, or nearly so, when he clicks a link while surfing the Web, several things are taking place behind the scenes: the request for the Web page is transmitted to the corresponding Web server, the server fetches and assembles the Web page and retransmits it using a protocol like HTTP, and, finally, the user's browser receives the data, converts it, and displays the page to him.
Understanding the Technology
Depending on the type of server being set up, a server-class machine with specialized hardware is usually needed. Rather than a hard drive like most desktops have, servers use a data storage system known as Redundant Array of Inexpensive Disks, or RAID for short. As the name implies, RAID systems are actually several disk drives configured to act like one. This improves efficiency, and if one disk fails, the array continues to function with little or no loss of data. Commercial servers also need fast processors, enough RAM to service the estimated number of requests, and an uninterrupted power supply. Many organizations have redundancies built into their system to accommodate failover; that is, if one server goes down, the standby server takes over immediately.
Types of Servers
Some of the most common servers in use today are database servers, application servers, mail servers and Web servers. As the name indicates, a database server provides the services and connections for storing, organizing and searching enterprise data. An application server, also called middleware, is the glue that holds the entire system together; it provides the runtime environment for applications and seamlessly coordinates things between the applications and database. Without mail servers, email would not get delivered; as bad or worse to go down would be Web servers, which are what allow people to surf the Web. Other types of critical servers in use are FTP servers, print servers, proxy servers, file servers and domain-name servers, to name a few.
Setting Up a Server
Almost any computer can be set up as a server. Many people use slightly obsolete computers to set up their own network servers at home using operating systems like Linux that aren't resource-intensive -- some don't even have graphical user interfaces -- and know that you don't need newer machines to make good servers. Some folks even set up Web servers and use it to host their own site, and the remarkable thing is that this can be done on a shoestring budget given that most of the software you will need is open source and free. Also, unless you're planning on having Web traffic approaching that of Amazon or Google, an old computer should be powerful enough for your server needs. There are some good, easy to understand tutorials on the Web to help you get started (see links in Resources).
In Feburary 2016 06,