<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cape Town Web Designers &#124; The Forge Web Creations &#124; Website Development &#187; Understanding The Web</title>
	<atom:link href="http://www.theforge.co.za/category/understanding-the-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theforge.co.za</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 25 Jan 2012 09:21:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Software Licenses &#8211; Part 2: Open Source</title>
		<link>http://www.theforge.co.za/2009/11/12/software-licenses-%e2%80%93-part-2-open-source/</link>
		<comments>http://www.theforge.co.za/2009/11/12/software-licenses-%e2%80%93-part-2-open-source/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 07:00:35 +0000</pubDate>
		<dc:creator>The Forge</dc:creator>
				<category><![CDATA[Understanding The Web]]></category>

		<guid isPermaLink="false">http://www.theforge.co.za/?p=708</guid>
		<description><![CDATA[Open Source licenses fall under two categories- those that aim to retain the freedom of the software itself (a copyleft license) and those that aim to give freedom to the users of that software (permissive license).
An example of a copyleft ...]]></description>
			<content:encoded><![CDATA[<p><strong>Open Source licenses</strong> fall under two categories- those that aim to retain the freedom of the software itself (a copyleft license) and those that aim to give freedom to the users of that software (permissive license).</p>
<p>An example of a copyleft free software license is the GNU General Public License (GPL). This license is aimed at giving the end-user significant permission, such as permission to redistribute, reverse engineer, or otherwise modify the software. These permissions are not entirely free of obligations for the end-user, however. The end-user must comply with certain terms if the end-user wishes to exercise these extra permissions granted by the GPL. For instance, any modifications made and redistributed by the end-user must include the source code for these, and the end-user is not allowed to re-assert the removed copyright restrictions back over their derivative work. The GNU General Public License is often called the GNU GPL for short; it is used by most GNU programs, and by more than half of all free software packages. The latest version is version 3.</p>
<p>An example of the permissive free software license is the BSD License, which grants the user with the permission to do anything they wish with the source code, including the right to take the code and use it as part of a commercial software venture. <strong> </strong></p>
<p><strong>GNU License Types </strong></p>
<p>The GNU Project was launched in 1984 to develop a complete Unix-like operating system which is free software &#8211; the GNU system.</p>
<p style="text-align: center;"><img class="aligncenter size-thumbnail wp-image-718" title="GNU" src="http://www.theforge.co.za/wp-content/uploads/2009/11/614px-The_GNU_logo-150x150.png" alt="" width="150" height="150" /></p>
<p>Free software is a matter of the users&#8217; freedom to run, copy, distribute, study, change and improveÂ the software.</p>
<p>GNU has a number of licenses all geared towards different uses of software. They are:</p>
<p><strong> </strong></p>
<p><strong>The GNU General Public License, </strong>which is often called the GNU GPL for short; it is used by most GNU programs, and by more than half of all free software packages. The latest version is version 3.</p>
<p><strong>The GNU Lesser General Public License, </strong>which is used by a few (not by any means all) GNU libraries. The latest version is version 3.</p>
<p><strong> </strong></p>
<p><strong>The GNU Affero General Public License,</strong> is based on the GNU GPL, but has an additional term to allow users who interact with the licensed software over a network to receive the source for that programme. The latest version is version 3.</p>
<p><strong>The GNU Free Documentation License, </strong>is a form of copyleft intended for use on a manual, textbook or other document to assure everyone the effective freedom to copy and redistribute it, with or without modifications, either commercially or non-commercially. The latest version is 1.3.</p>
<p><strong><em> </em></strong></p>
<p><strong>Creative Commons License Types</strong></p>
<p>Creative Commons is aÂ <strong>non-profit</strong> corporation dedicated to making it easier for people to share and build upon the work of others, consistent with the rules of copyright.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-717" title="ccsa_logo" src="http://www.theforge.co.za/wp-content/uploads/2009/11/ccsa_logo.gif" alt="" width="396" height="96" /></p>
<p>The following describes each of the six main licenses offered when publishing work with a Creative Commons license.</p>
<p><strong>Attribution Non-commercial No Derivatives (by-nc-nd)</strong> &#8211; This license is the most restrictive of the Creative Commons licenses, allowing redistribution. This license is often called the &#8216;free advertising&#8217; license because it allows others to download a product or work and share them with others as long as the user mentions the original source and links back to the original source in some way. None of the work or product may be changed or used commercially.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-711" title="Attribution non commercial no derivatives" src="http://www.theforge.co.za/wp-content/uploads/2009/11/Attribution-non-commercial-no-derivatives.png" alt="" width="88" height="31" /></p>
<p><strong>Attribution Non-commercial Share Alike (by-nc-sa) -</strong> This license lets users play with a product and build upon it in a non-commercial way, as long as the source is credited and new creations or products are licensed under the same terms. Hence, nothing derived from this original product can be commercial in nature.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-712" title="Attribution Non commercial share alike" src="http://www.theforge.co.za/wp-content/uploads/2009/11/Attribution-Non-commercial-share-alike.png" alt="" width="88" height="31" /></p>
<p><strong>Attribution Non-commercial (by-nc)</strong> &#8211; This license lets users play with a product and build upon it in a non-commercial way, as long as the source is credited and new creations or products do not have to be licensed under the same terms.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-713" title="Attribution Non Commercial" src="http://www.theforge.co.za/wp-content/uploads/2009/11/Attribution-Non-Commercial.png" alt="" width="88" height="31" /></p>
<p><strong>Attribution No Derivatives (by-nd)</strong> &#8211; This license allows for</p>
<p>redistribution, commercial and non-commercial use, as long as it is passed along unchanged and in whole, with source fully credited.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-714" title="Attribution No Derivatives" src="http://www.theforge.co.za/wp-content/uploads/2009/11/Attribution-No-Derivatives.png" alt="" width="88" height="31" /></p>
<p><strong>Attribution Share Alike (by-sa)</strong> &#8211; This license lets users play with a product and build upon it in a commercial way, as long as the source is credited and new creations or products are licensed under the same terms. This license is often compared to open source software licenses.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-715" title="Atttribution Share Alike" src="http://www.theforge.co.za/wp-content/uploads/2009/11/Atttribution-Share-Alike.png" alt="" width="88" height="31" /></p>
<p><strong>Attribution (by)</strong> &#8211; This license lets users play with a product, build upon in a commercial way, as long as the source is credited as creator of the original work.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-716" title="Attribution" src="http://www.theforge.co.za/wp-content/uploads/2009/11/Attribution.gif" alt="" width="32" height="32" /></p>
<p>Choosing a license for your software programme which best suits your software programme, work or creation can be a difficult process but keeping the ultimate purpose of your work in mind at all times will aid your decision.</p>
<p><a title="Propriety &amp; Free Software Licenses" href="http://www.theforge.co.za/2009/11/11/software-licenses-part-1-propriety-free/">Click here</a> to read about <a title="Propriety &amp; Free Software Licenses" href="http://www.theforge.co.za/2009/11/11/software-licenses-part-1-propriety-free/">Propriety &amp; Free Software Licenses</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theforge.co.za/2009/11/12/software-licenses-%e2%80%93-part-2-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Licenses &#8211; Part 1: Propriety &amp; Free</title>
		<link>http://www.theforge.co.za/2009/11/11/software-licenses-part-1-propriety-free/</link>
		<comments>http://www.theforge.co.za/2009/11/11/software-licenses-part-1-propriety-free/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 07:00:55 +0000</pubDate>
		<dc:creator>The Forge</dc:creator>
				<category><![CDATA[Understanding The Web]]></category>
		<category><![CDATA[free software license]]></category>
		<category><![CDATA[propriety software license]]></category>
		<category><![CDATA[software license agreements]]></category>
		<category><![CDATA[software licenses]]></category>

		<guid isPermaLink="false">http://www.theforge.co.za/?p=706</guid>
		<description><![CDATA[A software license provides the legal right to install, use, access, display, run, or otherwise interact with a software programme. Software is considered to be a form of intellectual property, as the value of the software does not come from ...]]></description>
			<content:encoded><![CDATA[<p>A <strong>software license</strong> provides the legal right to install, use, access, display, run, or otherwise interact with a software programme. Software is considered to be a form of intellectual property, as the value of the software does not come from its physical form but rather, from the knowledge of the programmers who wrote the software. When you purchase the software, you do not own the rights to it, but you do acquire a certain limited amount of rights to use it. In much the same way, when you purchase a book, you can own and read it but, you cannot claim to have written it.</p>
<p>A typical software license grants a user permission to use one or more copies of software in ways where such a use would otherwise constitute infringement of the software publisher&#8217;s exclusive rights under <strong>copyright law</strong>. This can extend to all types of software, product and creative output, including artistic works and designs.</p>
<p>The terms and conditions of a software license control the usage of that software. The license agreement defines the way in which software can be used, and determines whether or not the software can be installed on more than one computer or device. In addition to granting rights and imposing restrictions on the use of software, software licenses typically contain provisions which allocate liability and responsibility between the parties entering into the license agreement. Software license agreements usually take the form of an <strong>End User License Agreement</strong> (EULA). This EULA could be in paper form, or form part of the software installation process. Should a user reject the terms and conditions of a license agreement, the software installation process aborts, and the software will not be installed.</p>
<p>Licenses can have different life spans &#8211; perpetual or non-perpetual. <strong>Perpetual licenses</strong> are everlasting and valid as long as the software is used in accordance with the license agreement requirements. <strong>Non-perpetual licenses</strong>, also known as subscription licenses, are temporary and provide the right to use a particular licensed product until the end of the license agreement term.</p>
<p>There is a wide variety of license types, each of which are geared towards a specific type and usage of a particular product.<strong></strong></p>
<p><strong>Proprietary Software License</strong></p>
<p>Perhaps the most commonly known software license involves the use of proprietary software. With a proprietary software license, the software publisher grants a license to use one or more (commonly known as a volume license) copies of the software but, ownership of the software still rests with the software publisher. All rights regarding the software are therefore, reserved by the publisher. Usually, proprietary software licenses include numerous terms and conditions which prohibit certain uses of the software, such as copying. Thus, when purchasing the software, a user tacitly agrees to all terms and conditions listed by the software publisher. Microsoft Windows is a perfect example of the proprietary software license.</p>
<p><strong>Free Software License</strong></p>
<p>With free software licenses, on the other hand, ownership of a particular copy of software does not remain with the software publisher. Instead, ownership of the copy is transferred to the user. So, whilst ownership of the copy of software is transferred to the user, ownership of the copyright remains with the software publisher. Additionally, a free software license typically grants to the end-user extra rights, which would otherwise be reserved by the software publisher.</p>
<p>With free software licenses, acceptance of the license is optional. A user may use the software but does not have to accept the license in order to do so. However, if the user wishes to exercise any of the additional rights granted by a free software license (such as the right to redistribution), then the end-user must accept, and be bound by, the software license.</p>
<p><a title="Open Source Software Licenses" href="http://www.theforge.co.za/2009/11/12/software-licenses-%e2%80%93-part-2-open-source/">Click here</a> to read about <a title="Open Source Software Licenses" href="http://www.theforge.co.za/2009/11/12/software-licenses-%e2%80%93-part-2-open-source/">Open Source Software Licenses</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theforge.co.za/2009/11/11/software-licenses-part-1-propriety-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Reasons to use Wordpress</title>
		<link>http://www.theforge.co.za/2009/11/02/15-reasons-to-use-wordpress/</link>
		<comments>http://www.theforge.co.za/2009/11/02/15-reasons-to-use-wordpress/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 06:00:50 +0000</pubDate>
		<dc:creator>The Forge</dc:creator>
				<category><![CDATA[Understanding The Web]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[custom wordpress]]></category>
		<category><![CDATA[self managed website]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.theforge.co.za/?p=689</guid>
		<description><![CDATA[WordPress is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability. WordPress is both free and priceless at the same time.
Wordpress enables you to run your website efficiently and effortlessly.
1. Open Source
WordPress is built on an ...]]></description>
			<content:encoded><![CDATA[<p><em>WordPress is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability. WordPress is both free and priceless at the same time.</em></p>
<p style="text-align: left;">Wordpress enables you to run your website efficiently and effortlessly.</p>
<p style="text-align: left;"><strong>1. Open Source</strong></p>
<p>WordPress is built on an <a title="What is Open Source" href="http://en.wikipedia.org/wiki/Open_Source_Definition" target="_blank">open source platform</a> and is, itself, open source. This means that it is free to use for any purpose (personal or commercial). This is, naturally, of huge benefit for any small business or not-for-profit organisation that has a limited budget and resources but, requires the ability to manage their own website. Also, it is simple to learn and quick to keep your site fresh and updated, so you are able to eliminate both the cost of possible expensive training and extra staff capacity.</p>
<p><strong>2. Flexible</strong></p>
<p>Wordpress has a global, buzzing community backing it which offers its users a wealth of information from tutorials to add-ons. With these resources so freely available, it is easy to manipulate Wordpress to cater for any website requirements.</p>
<p><strong> 3. SEO</strong></p>
<p>Wordpress has been built with Search Engine Optimization (SEO) in mind. Websites built on Wordpress have an immediate head start when it comes to being searchable in search engines. An abundance of SEO plugins (add-ons) exist for free, which easily plug into the website to increase the sites visibility in search engines.</p>
<p><strong>4. User friendly</strong></p>
<p>Wordpress is one of the easiest web management tools available. In just a few hours, anyone can master the basics of what Wordpress has to offer. The administration area is laid out logically and focuses on easy navigation for all users.</p>
<p><strong>5. Standards Compliant</strong></p>
<p>Web standards are the use of correct web coding standards as laid out by the World Wide Web Consortium (W3C). The web standards which are of most concern to modern business are XHTML and CSS coding practices. The idea behind a standards compliant website is that the look of the website is separated from the content on the website. This results in a website loading quickly as well as easily working across the various browsers different people use, such as Internet Explorer, Mozilla Firefox and Google Chrome.</p>
<p><strong>6. Self Managed / Low Maintenance</strong></p>
<p>Wordpress is a Content Management System (CMS) which provides the owner of the website with the ability to maintain the content on the website, without contacting a web designer to make changes. If a website has been built correctly, and runs on Wordpress, there is very little upkeep for the owner.</p>
<p><strong> 7. Low running costs</strong></p>
<p>Wordpress is a light-weight CMS which doesn&#8217;t require expensive <a title="What is web hosting?" href="http://www.theforge.co.za/2009/07/14/what-is-web-hosting/" target="_blank">web hosting</a> and updates to Wordpress are released free of charge.</p>
<p><strong>8. Adapt to design/brand</strong></p>
<p>With Wordpress being a light-weight, open source framework, adapting the look of a brand to the design of the website is possible, regardless of the nature of the brand.</p>
<p><strong>9. Community Support</strong></p>
<p>The incredible community following that Wordpress has, also means that fans and users are able to active release tips and tricks daily. This support system provides website owners with easy, instant access to necessary information for any situation.</p>
<p><strong>10. Feature Rich</strong></p>
<p>Part of Wordpress flexibility is the fact that there are thousands of plug-ins freely available on the Internet. These plug-ins cater for a variety of functions including, displaying latest news posts, enhancing the SEO of the website and increasing the speed at which the website loads. These plug-ins allow for a static website to become dynamic and encourage true interaction between visitors.</p>
<p><strong>11. Easy Media Management</strong></p>
<p>With Wordpress, the publishing of photographs, videos, podcasts and other media becomes incredibly easy for the website owner. In most cases, no third-party or externally hosted applications are required.</p>
<p><strong>12. Advertisement Management</strong></p>
<p>For website owners who want the ability to run advertisements on their website, a Wordpress plug-in can cater for this. The plug-in will provide statistics on clicks and impressions and provide the ability to limit advertisements to certain pages or certain duration of time, amongst other things.</p>
<p><strong>13. Spam-free Contact Forms</strong></p>
<p>When it comes to having a form on your website for people to contact you via your website or subscribe to a mailing list, spam can become a huge problem. Wordpress has built-in spam protection functionality and will prevent you from receiving all those unwanted emails.</p>
<p><strong>14 Automatic RSS generation</strong></p>
<p>RSS Feeds are another way of distributing information on a website each time a new piece of information is published on the website, everyone who is subscribed to the RSS feed will receive the updates either in an RSS reader or via email.</p>
<p><strong>15. Easy Integration with Social Media Applications</strong></p>
<p>Wordpress has functionality which makes it easy to integrate with the most popular social networks such as Twitter and Facebook. This is incredibly useful if marketing is taking place on one of the social networks and the campaign needs to incorporate a website.</p>
<p>The Forge Web Creations has produced a variety of customized Wordpress websites for our clients, including Cape Villa Collection (<a title="Visit Cape Villa Collection" href="http://www.capevillacollection.com/" target="_blank">http://www.capevillacollection.com/</a>) and the Cape Stay Blog (<a title="Visit the Cape Stay Blog" href="http://www.capestayblog.co.za/" target="_blank">http://www.capestayblog.co.za/</a>)</p>
<p>Should you be interested in letting The Forge work their magic with a Wordpress site for you, please contact us by <a title="Contact Us" href="http://www.theforge.co.za/contact-us" target="_self">clicking here</a>.<a href="mailto:info@theforge.co.za?Subject=Email%20from%20The%20Forge%20website"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theforge.co.za/2009/11/02/15-reasons-to-use-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>South African Payment Gateways that don&#8217;t require bank registration</title>
		<link>http://www.theforge.co.za/2009/10/09/south-african-payment-gateways-that-dont-require-bank-registration/</link>
		<comments>http://www.theforge.co.za/2009/10/09/south-african-payment-gateways-that-dont-require-bank-registration/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 07:35:45 +0000</pubDate>
		<dc:creator>The Forge</dc:creator>
				<category><![CDATA[Understanding The Web]]></category>
		<category><![CDATA[2checkout]]></category>
		<category><![CDATA[iveri]]></category>
		<category><![CDATA[netcash]]></category>
		<category><![CDATA[pay4it]]></category>
		<category><![CDATA[payfast]]></category>
		<category><![CDATA[setcom]]></category>

		<guid isPermaLink="false">http://www.theforge.co.za/?p=595</guid>
		<description><![CDATA[The most well-known global payment gateway is PayPal (www.paypal.com). Even though PayPal was developed by a South African, PayPal was not offering merchant services to South African based companies for a long time. This changed in 2010. It&#8217;s now relatively ...]]></description>
			<content:encoded><![CDATA[<p>The most well-known global payment gateway is PayPal (<a href="http://www.paypal.com/"><span style="text-decoration: underline;">www.paypal.com</span></a>). Even though PayPal was developed by a South African, PayPal was not offering merchant services to South African based companies for a long time. This changed in 2010. It&#8217;s now relatively simple to setup a PayPal account in South Africa. Paypal charges no setup or cancellation fees and offers transaction rates as low as 2.4% to 3.4%, plus $0.30 USD.</p>
<p>You can choose between the PayPal Express Checkout, which provides a seamless checkout for PayPal account holders via an API integration or the PayPal Standard Checkout, where PayPal authorizes payments and then returns the online customer to your website.</p>
<p>There are, however, a number of alternative payment gateways in South Africa which are well-established and reputabled.</p>
<p>There are two types of Payment Gateway providers in South Africa – those which require a client to register as an internet merchant with a South African Bank, and those that do not. In this article, we outline those that do not require clients to register as an internet merchant with a South African Bank.</p>
<p>UPDATED 18/02/2011:</p>
<p><strong>Pay4It (</strong><a href="http://www.pay4it.co.za/"><span style="text-decoration: underline;"><strong>www.pay4it.co.za</strong></span></a><strong>)</strong> provides e-commerce solutions for small to medium businesses. A subsidiary of REDi Internet Services, Pay4It will even host and develop the online retailer’s website and making it entirely ready for e-commerce transactions.</p>
<p>Pay4It charges a R750 +VAT once-off setup fee, R250 monthly subscription fee, and levies 6% per each transaction. Pay4It does not require online retailers to register a merchant bank account with their bank before registering.</p>
<p>Pay4It is a one-stop-shop for all your online e-Commerce requirements and offers its clients a full portfolio of web design and development services, in addition to its payment gateway services. Pay4It will also happily send clients a full integration guideline document and enable clients&#8217; developers access to the Pay4It technical team, to assist with the integration process.</p>
<p>UPDATED 18/02/2011:</p>
<p><strong>Netcash (</strong><a href="http://www.netcash.co.za/"><span style="text-decoration: underline;"><strong>www.netcash.co.za</strong></span></a><strong>) </strong>transacts directly with the 4 larger banks – Standard Bank, First National Bank, ABSA and Nedbank, and through Bankserv, with the smaller banks, and is able to guarantee service levels and payment clearance times. Primarily used by retailers as a debit order collection service it also enables retailers to add a payment gateway service to their websites.</p>
<p>Netcash requires online retailers to register online, and will then revert with a service agreement for completion by the retailer. NetCash caters both for merchant account holders and for sole proprietors, and is willing to sign up a sole proprietor, once assessed, via their personal bank account.</p>
<p>Netcash prides itself on a quick turn-around time with registrations, and does not lock its clients into a fixed timeframe contract. Further, online retailers can cancel their registration with Netcash at any time, should they be dissatisfied with the service, without incurring any penalties or cancellation fees.</p>
<p>Netcash charge a R450 setup fee, with a R160 per month retainer. Netcash charges R1 per transaction, plus 5% of the transaction value.</p>
<p>Netcash focuses on creating and implementing efficient and easy payment gateway services and as such, the data validation component of their systems is available to all clients, as a web service which can be integrated into the client website or account management software. Netcash’s portfolio of services includes a comprehensive reporting system.</p>
<p>UPDATED 18/02/2011:</p>
<p><strong>MonsterPay (</strong><a href="http://www.monsterpay.com/"><span style="color: #942f07; text-decoration: underline;"><strong>www.monsterpay.com</strong></span></a><strong>) </strong>(formerly known as Setcom) is the favoured choice for smaller businesses, as it does not require a merchant account to be registered beforehand. Whilst they don’t charge merchants a setup or monthly subscription cost, their transaction fees are slightly higher.</p>
<p style="margin: 0.0px 0.0px 12.0px 0.0px; line-height: 18.0px; font: 12.0px Tahoma; color: #615e52;">MonsterPay takes a small percentage fee of each transaction made through its services but also does not charge any monthly fees. The MonsterPay service provides Rand and US Dollar credit card acceptance.  Acceptance of Instant EFT via SID and direct deposits are also provided for Rand. This service is unique to MonsterPay and no other payment gateway can provide Instant EFT facilities. To receive payments via MonsterPay will cost you 2.9% per transaction plus $0.30 USD for Dollars. For South African Rand transactions, it will cost you 2.9% per transaction, plus R2 ZAR.</p>
<p>MonsterPay provides a variety of payment gateway tools and integration tools for clients’ websites. Integration tools offered include: Auto-Redirect; Auto-Post and Synchronisation facilities. A full implementation and integration guide is available for download from the MonsterPay website.</p>
<p>MonsterPay offers a wide range of selling tools for its clients. These include a shopping cart; Buy Now and Checkout buttons; catalogue and mail listing; customizable payment pages; a shipping calculator; tax calculator and downloadable statements.</p>
<p>UPDATED 18/02/2011:</p>
<p><strong>2CheckOut </strong>(<a href="http://www.2checkout.com/"><span style="text-decoration: underline;">www.2checkout.com</span></a>) offers a service with no waiting period and no term contracts. 2CheckOut also supports recurring billing and will work with existing shopping carts.</p>
<p>A signup fee of $49USD is levied by 2CheckOut and a 5.5% commission on each transaction, along with a $0.45USD charge per transaction. With just a 5.5% and %.45USD charge per sale, no monthly, gateway or statement fees, 2CheckOut also makes it possible for customers to purchase products with PayPal, as well as the most popular online payment methods.</p>
<p>2CheckOut provides its clients with an easy to integrate payment gateway service, which will work with existing shopping carts and includes a range of comprehensive account management tools. 2CheckOut clients are required to maintain a website containing complete marketing, advertising and product information themselves.</p>
<p>UPDATED 18/02/2011:</p>
<p><strong>Payfast (</strong><a href="http://www.payfast.co.za/"><span style="text-decoration: underline;"><strong>www.payfast.co.za</strong></span></a><strong>)</strong> does not charge monthly fees – only per-transaction fees. Offering four types of accounts, Payfast is geared entirely towards payment processing for South Africa only.  Payfast does not require a client to register as a merchant with a South African bank.</p>
<p>Payfast’s Basic Account is intended only for users who only send money, whilst the Personal Account is geared towards regular users who need to pay online stores, and receive small amounts of money for online goods or services.  A Premier Account is intended for use by online retailers who need to accept money from customers and who are able to accept credit card payments. The Business Account focuses on larger businesses, who send and receive larger amounts of money on a regular basis. The Basic Account does not require you to have a South African Bank Account but, the Personal, Premier and Business accounts do.</p>
<p>PayFast does not charge setup or monthly fees, or charge users a fee to send money. To receive funds, however, Payfast charges a minimum of 2% on an Instant EFT and PayFast Voucher transaction. For a credit card transaction, Payfast charges 4.9% of the transaction plus an extra R2, and 7% of the transaction amount on a Ukash transaction. Payouts cost R8,77 and all selling tools offered by Payfast are free to use. Payfast accepts payments from South African clients; by credit card and by UKash clients from all over the world.</p>
<p>PayFast provides a number of pre-built modules for a number of e-Commerce engines/shopping carts. These include: OSCommerce; VirtueMart, ZenCar and CubeCart. PayFast enables you to simply and quickly add their facilities to your website, and provides a full, easy to read integration guide on their website. PayFast has also enabled UKash (<a href="http://www.ukash.com/"><span style="text-decoration: underline;">www.ukash.com</span></a>) on their systems. UKash enables a client to buy things online without needing a credit card or even a bank account.</p>
<p>A variety of options are available for those wanting to enable their e-commerce website, and clients are offered a wide variety of options and account types.</p>
<p>Related: <a title="South African Payment Gateways that require bank registration" href="http://www.theforge.co.za/2009/10/08/south-african-payment-gateways-that-require-bank-registration/">South African Payment Gateways that require bank registration</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theforge.co.za/2009/10/09/south-african-payment-gateways-that-dont-require-bank-registration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>South African Payment Gateways that require bank registration</title>
		<link>http://www.theforge.co.za/2009/10/08/south-african-payment-gateways-that-require-bank-registration/</link>
		<comments>http://www.theforge.co.za/2009/10/08/south-african-payment-gateways-that-require-bank-registration/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 07:35:25 +0000</pubDate>
		<dc:creator>The Forge</dc:creator>
				<category><![CDATA[Understanding The Web]]></category>
		<category><![CDATA[alertpay]]></category>
		<category><![CDATA[mygate]]></category>
		<category><![CDATA[payfast]]></category>
		<category><![CDATA[paygate]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[pricetag]]></category>
		<category><![CDATA[ukash]]></category>
		<category><![CDATA[VCS]]></category>

		<guid isPermaLink="false">http://www.theforge.co.za/?p=590</guid>
		<description><![CDATA[The most well-known global payment gateway is PayPal (www.paypal.com). Even though PayPal was developed by a South African, PayPal was not offering merchant services to South African based companies for a long time. This changed in 2010. It&#8217;s now relatively ...]]></description>
			<content:encoded><![CDATA[<p>The most well-known global payment gateway is PayPal (<a href="http://www.paypal.com/"><span style="text-decoration: underline;">www.paypal.com</span></a>). Even though PayPal was developed by a South African, PayPal was not offering merchant services to South African based companies for a long time. This changed in 2010. It&#8217;s now relatively simple to setup a PayPal account in South Africa. Paypal charges no setup or cancellation fees and offers transaction rates as low as 2.4% to 3.4%, plus $0.30 USD.</p>
<p>You can choose between the PayPal Express Checkout, which provides a seamless checkout for PayPal account holders via an API integration or the PayPal Standard Checkout, where PayPal authorizes payments and then returns the online customer to your website.</p>
<p>There are, however, a number of alternative payment gateways in South Africa which are well-established and reputabled.</p>
<p>There are two types of Payment Gateway providers in South Africa – those which require a client to register as an internet merchant with a South African Bank, and those that do not. In this article, we outline those that do not require clients to register as an internet merchant with a South African Bank.</p>
<p>UPDATED 18/02/2011:</p>
<p><strong>Virtual Card Services</strong> <strong>(</strong><a href="http://www.vcs.co.za/"><span style="text-decoration: underline;"><strong>www.vcs.co.za</strong></span></a><strong>)</strong> was established in 1996 and works with ABSA, Nedbank, Standard Bank and First National Bank and has more than 50 years’ collective experience in developing and implementing credit, debit and smartcard processing systems for all of the major card issuers in South Africa. In order for an online retailer to register with VCS, the retailer must register with their bank as a Credit Card Merchant. Once registered, the retailer will receive a Merchant Number and, using this, can register for VCS services.</p>
<p>In terms of VCS fees, VCS does not charge to setup a retailer. Volume Discounts can be negotiated with VCS, based on the retailer’s transaction processing history. No setup bank fees are levied for new Internet Merchant applications for users who utilize the services of Nedbank. Users with First National Bank will pay a Bank fee of R399, and for Standard Bank customers, a charge of R500 is levied. ABSA clients will have their bank fee negotiated with VCS. Commission on all transactions through an ABSA account carry a negotiable levy whilst a commission fee of between 5 and 7% applies when transacting with a First National Bank; Nedbank or Standard Bank account. ABSA clients pay a R120 administration fee too. The minimum monthly amount for a Standard Bank client is R150, whilst for First National Bank clients it is R399 and Nedbank clients need a minimum monthly of R500.</p>
<p>VCS provides its clients with full interfacing instructions, to enable the client’s web design and development team to integrate the VCS payment gateway into an e-Commerce website. Merchant web sites must pass parameters (i.e. reference number, description and amount to VOnline via the Pay buttons). Sample code will be provided on approval of a VCS application.</p>
<p>UPDATED 18/02/2011:</p>
<p><strong>Setcom (</strong><a href="http://www.setcom.co.za/"><span style="text-decoration: underline;"><strong>www.setcom.co.za</strong></span></a><strong>)</strong> is another payment service where bank registration is required for credit card acceptance. This service is aimed at companies with a minimum of 6 month trading history and banking relationship. The credit card acquiring is done directly with either ABSA, FNB or Standard Bank.  Setcom provides the technology to link the website to the banks. In addition to credit card processing, Setcom provides the only instant EFT service in South Africa, called SID Payment.</p>
<p><strong>SID Payment (</strong><a href="http://www.sidpayment.com/"><span style="color: #942f07;">www.sidpayment.com</span></a>) is an assisted EFT (electronic funds transfer) which allows the customer to make payment directly to a merchant using their existing Internet banking facility.</p>
<p>If a customer has never used SID before, they will be asked to run the application. The customer will then be directed to their chosen bank site where they can login to make payment. The merchant’s banking details will be pre-populated on the payments page. Once the customer completes the payment and receives the receipt, their order will be fulfilled straight away without having to fax the confirmation to the merchant.</p>
<p>UPDATED 18/02/2011:</p>
<p><strong>Paygate (</strong><a href="http://www.paygate.co.za/"><span style="text-decoration: underline;"><strong>www.paygate.co.za</strong></span></a><strong>)</strong> is very well known as it’s used by companies who have a merchant account with the banks. Paygate has been around since 1996 and is therefore being used extensively on websites around the country. Credit cards accepted include Mastercard, Visa, American Express and Diners Club. PayGate provides a number of different solutions to merchants and all are easy to use and extremely cost effective for online merchants and retailers.</p>
<p>Paygate requires online retailers to register as a merchant at their bank and will supply you with a quote on costings to you for joining, once you enquire here: <a href="https://www.paygate.co.za/pricing.php"><span style="text-decoration: underline;">https://www.paygate.co.za/pricing.php</span></a>. Paygate focuses its services entirely on being a specialist payment services provider and leaves the web design and development to the experts. Paygate provides code samples, payment modules, logos and documentation for download on its website to enable clients development teams to easily integrate the Paygate system into their e-Commerce website.</p>
<p>UPDATED 18/02/2011:</p>
<p>IVeri (<a href="http://www.iveri.co.za/"><span style="text-decoration: underline;"><span style="color: #000000;">www.iveri.co.za</span></span></a>) is offered by Nedbank. The iVeri Payment Gateway is a comprehensive solution that meets all the essential requirements of a true multi-channel card payments system and enables online retailers to access a range of services from remote payment devices to full-scale monitoring of all transactions in real-time. The key to the success of the iVeri Payment Gateway is that it provides a range of acceptance channels which provides more ways to accept payments and therefore more transactions. The iVeri Payment Gateway is a flexible yet robust and reliable solution that truly gives banks a competitive edge in the market.</p>
<p>Nedbank’s IVeri is a simple way to add payment facilities to your website. The IVeri Lite service requires very little integration and is aimed at Internet merchants who have limited technical resources. On checkout, the card holder is redirected to a secure payment page that is hosted by IVeri. This simplifies the integration and reduces integration time. The Iveri Enterprise service is ideal for medium to large e-Commerce websites. The Enterprise service leaves database storage, formatting and development entirely at the discretion of the clients’ web design and development team. IVeri’s systems provide advanced security and transaction monitoring, in real-time.</p>
<p>UPDATED 18/02/2011:</p>
<p><strong>MyGate   (</strong><a href="http://www.mygate.co.za/"><span style="text-decoration: underline;"><strong>www.mygate.co.za</strong></span></a><strong>)</strong> Financial Switching and Verification Platform enables customers to have one point of contact for all of their Payment, Collection and Verification needs.</p>
<p>MyGate is a registered Payment Service Provider (PSP) offering leading payment gateway services enabling merchant to accept credit card and pin less debit cards from a website or MOTO (Mail Order/Telephone Order) environment. MyGate Payment Gateway enables merchants to accept payments from credit cards and have an extensive range of Alternative Payment Methods which consists of Cell PayPoint, MiMoney and eBucks. Merchants can view and manage online transactions through MyGate Web Console.</p>
<p>MyGate currently works with all four major Banks in South Africa and assists all it&#8217;s clients in setting up their merchant accounts with the banks. MyGate prides itself on being one of  the most cost effective and innovative payment gateway in South Africa and focuses on guiding clients through each step of setting up their ecommerce websites, providing clients with all necessary technical API and various transactions reporting to ease transaction management.</p>
<p>UPDATED 18/02/2011:</p>
<p><strong>AlertPay </strong>(<a href="http://www.alertpay.com/"><span style="text-decoration: underline;">www.alertpay.com</span></a>) enables online retailers to manage multiple online businesses with just one AlertPay account and is the only third party payment processor enabled for use in South Africa. Touting itself as the easiest way to sell online, AlertPay offers three options a free Personal Starter Account, designed for the beginner retailer or online shopper, whilst the Personal Pro Account is geared towards the more established and regular retailer or online shopper, and offers low receiving fees and access to AlertPay&#8217;s Business Tools. AlertPay’s Business Account, however, focuses entirely on the online business owner and is fully tailored to meet the needs of their business and clientele.</p>
<p>AlertPay’s fee structure differs per Account Type. Whilst all types of accounts are free to open, the Personal Starter Account transaction fees are nil for sending and receiving money. Users can receive up to $400 per month without paying receiving fees. On the Personal Pro and Business Accounts, it costs 2.5% of the transaction value, plus $0.25 USD for e-wallet payments, and 4.9% of the transaction value plus $0.25 USD for credit card payments.</p>
<p>AlertPay focuses on simple integration of payment gateway services into your website. The standard integration method is ideal for those with no previous programming knowledge. AlertPay stores product/service details to enable easy updates of a description, pricing or other information. The advanced integration method is designed for businesses who manage their own data.</p>
<p>AlertPay also offers its clients with a range of business tools including Buy Now and Subscribe Now buttons. Instant Payment notifications; Mass Payments and the ability to add a number of Business Sub-Accounts, in order to manage multiple businesses, form part of AlertPay’s Value-added services. AlertPay’s Development Community forum provides sample code, scripts documentation and a range of downloads useful to enable the use of AlertPay’s systems on clients’ websites. A Merchant Integration Guide is also available for download.</p>
<p>UPDATED 18/02/2011:</p>
<p><strong>Payfast (</strong><a href="http://www.payfast.co.za/"><span style="text-decoration: underline;"><strong>www.payfast.co.za</strong></span></a><strong>)</strong> does not charge monthly fees only per-transaction fees. Offering four types of accounts, Payfast is geared entirely towards payment processing for South Africa only. Payfast may require a client to register as a merchant with a South African bank, but this depends on the account type selected.</p>
<p>Payfast’s Basic Account is intended only for users who only send money, whilst the Personal Account is geared towards regular users who need to pay online stores, and receive small amounts of money for online goods or services.  A Premier Account is intended for use by online retailers who need to accept money from customers and who are able to accept credit card payments. The Business Account focuses on larger businesses, who send and receive larger amounts of money on a regular basis.  The Basic Account does not require you to have a South African Bank Account but, the Personal, Premier and Business accounts do.</p>
<p>PayFast does not charge setup or monthly fees, or charge users a fee to send money. To receive funds, however, Payfast charges a minimum of 2% on an Instant EFT and PayFast Voucher transaction. For a credit card transaction, Payfast charges 4.9% of the transaction value plus an extra R2, and 7% of the transaction amount on a Ukash transaction. Payouts cost R8,77 and all selling tools offered by Payfast are free to use. Note, though, Payfast only accept payments from South African clients. PayFast provides a number of pre-built modules for a number of e-Commerce engines/shopping carts. These include: OSCommerce; VirtueMart, ZenCar and CubeCart. PayFast enables you to simply and quickly add their facilities to your website, and provides a full, easy to read integration guide on their website. PayFast has also enabled UKash (<a href="http://www.ukash.com/"><span style="text-decoration: underline;">www.ukash.com</span></a>) on their systems. UKash enables a client to buy things online without needing a credit card or even a bank account.</p>
<p>A variety of options is available for those wanting to enable their e-commerce website, and clients are offered a wide variety of options and account types.</p>
<p>Related: <a title="South African Payment Gateways that don't require bank registration" href="http://www.theforge.co.za/2009/10/09/south-african-payment-gateways-that-dont-require-bank-registration/">South Africa Payment Gateways that don&#8217;t require bank registration</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theforge.co.za/2009/10/08/south-african-payment-gateways-that-require-bank-registration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Payment Gateways for South African merchants</title>
		<link>http://www.theforge.co.za/2009/10/07/payment-gateways-for-south-african-merchants/</link>
		<comments>http://www.theforge.co.za/2009/10/07/payment-gateways-for-south-african-merchants/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 07:35:41 +0000</pubDate>
		<dc:creator>The Forge</dc:creator>
				<category><![CDATA[Understanding The Web]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[merchant]]></category>
		<category><![CDATA[merchant account]]></category>
		<category><![CDATA[merchant account provider]]></category>
		<category><![CDATA[payment gateways]]></category>

		<guid isPermaLink="false">http://www.theforge.co.za/?p=587</guid>
		<description><![CDATA[With the rise of e-commerce as a convenient way for consumers to purchase a variety of products online, many more South African retailers are setting up shop on their websites.
Security is, however, paramount. The exchange of critical personal information, especially ...]]></description>
			<content:encoded><![CDATA[<p>With the rise of e-commerce as a convenient way for consumers to purchase a variety of products online, many more South African retailers are setting up shop on their websites.</p>
<p>Security is, however, paramount. The exchange of critical personal information, especially identification numbers and banking details must be done in a secure and seamless way. Enter the payment gateway &#8211; an easy way for online retailers to enable their site users to safely purchase and pay for items or services required. Payment Gateways are the way to ensure that your online retail and e-commerce website is fully equipped to accept and process easier, efficient and secure transactions.</p>
<p>A payment gateway is an e-commerce application service provider that authorises payments for e-businesses and online retailers. In layman&#8217;s terms, a payment gateway enables you to make a transaction over the Internet and pay for goods you have ordered online, in a secure fashion.</p>
<p>The most well-known global payment gateway is PayPal (<a href="http://www.paypal.com/" target="_blank">www.paypal.com</a>). Even though PayPal was developed by a South African, PayPal does not currently offer merchant services to South African based companies. If, however, you have a bank account in the US or UK, for example, PayPal might be a good option for accepting credit cards over the Internet.</p>
<p>Thankfully though, our clever-headed and tech-savvy South African developers have created more payment gateway options.</p>
<p>In order to familiarize yourself with the arena of Payment Gateways and e-commerce, it&#8217;s important to learn some related terminology.</p>
<p>Here are some important terms to know before venturing into the world of Payment Gateways:</p>
<p><strong>e-Commerce</strong><br />
Primarily the distributing, buying, selling, marketing, and servicing of products or services over electronic systems such as the Internet and other computer networks</p>
<p><strong>Internet Service Provider (ISP)</strong><br />
An organization or business that provides Internet services and resource management to businesses and consumers.</p>
<p><strong>Merchant</strong><br />
The person or business entity that sells goods or services to a customer.</p>
<p><strong>Merchant Account</strong><strong><br />
</strong>A financial institution or bank account that is used by a merchant specifically for the purpose of collecting proceeds consumer bank account or credit card payment transactions. A Card Present (CP) merchant account is used by merchants that receive payments in a physical location where payment is physically presented to the merchant by the customer at the time of the transaction. A Card Not Present (CNP) merchant account is used by merchants that receive payments electronically or in situations where payment is not physically presented to the merchant by the consumer at the time of the transaction.</p>
<p><strong>Merchant Account Provider</strong><br />
A financial institution, or bank, that provides a financial account to a merchant for the purpose of collecting proceeds from consumer bank account or credit card payment transactions.</p>
<p><strong>Merchant Identification Number (MID</strong><strong>)</strong><br />
An identification number assigned to each member merchant of an acquiring organization, such as a financial institution.</p>
<p><strong>Transaction</strong><br />
The exchange of information, goods or services in which all participating parties benefit. Specifically, the exchange of a consumer&#8217;s payment or payment information for merchandise or services provided by an organization or business.</p>
<p><strong>Transaction ID (Trans ID)</strong><br />
A unique identification value assigned to each transaction processed through the payment gateway. This ID may be used to search for or sort transactions.</p>
<p><strong>Transaction Type</strong><strong><br />
</strong>The type of credit card transaction taking place. For charge transactions, a consumer is allowing a merchant to collect payment for merchandise or services rendered. However, in the case of a refund transaction, a merchant is returning funds to the consumer for a previous charge transaction.</p>
<p>Related:</p>
<ul>
<li><a title="South African Payment Gateways that require bank registration" href="../2009/10/08/south-african-payment-gateways-that-require-bank-registration/">South African Payment Gateways that require bank registration</a>.</li>
<li><a title="South African Payment Gateways that don't require bank registration" href="http://www.theforge.co.za/2009/10/09/south-african-payment-gateways-that-dont-require-bank-registration/">South African Payment Gateways that don&#8217;t require bank registration</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.theforge.co.za/2009/10/07/payment-gateways-for-south-african-merchants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is web hosting?</title>
		<link>http://www.theforge.co.za/2009/07/14/what-is-web-hosting/</link>
		<comments>http://www.theforge.co.za/2009/07/14/what-is-web-hosting/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:57:09 +0000</pubDate>
		<dc:creator>The Forge</dc:creator>
				<category><![CDATA[Understanding The Web]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.theforge.co.za/?p=355</guid>
		<description><![CDATA[Web hosting refers to the place where all the files that comprise your website are located and stored. This is the location where your web designer will put the files they create so that they are accessible on the internet. ...]]></description>
			<content:encoded><![CDATA[<p>Web hosting refers to the place where all the files that comprise your website are located and stored. This is the location where your web designer will put the files they create so that they are accessible on the internet. A domain name, eg. www.theforge.co.za, points to the siteâ€™s hosting location.</p>
<p>When it comes to selecting hosting for a website, there are 4 main things to consider:</p>
<p>1. Location &#8211; Deciding where to host a website is important for many reasons. The most important being the amount of time it takes to load a website. When it comes to deciding where, it makes most sense to host your website in the same country as your target audience as this results in the fastest load speeds of the website as well as maximizing visitor access to the website. A good example of this involves a website, which targets South African Internet users. In South Africa, ISPs (Internet Service Providers) split bandwidth up into two brackets: local and international. Local bandwidth is far cheaper and far easier to acquire than international bandwidth. Many ISPs offer free local bandwidth to users once they&#8217;ve used up their international bandwidth, this means that if the website is hosted in South Africa, these users will still be able to view the website even once their international bandwidth has been used up.</p>
<p>2. Cost &#8211; Hosting can become very expensive if a website is large and has a lot of people visiting it. Hosting accounts are normally charged for data usage, meaning that each time a visitor loads a website, the owner of the website will be charged for sending data from the website to the visitor and, as you can imagine, this can get quite expensive depending on the size of your website and the number of visitors. Hosting a website internationally is cheaper, but naturally, as mentioned above, this has a great effect on load speeds and visibility to South Africans, for example.</p>
<p>3. Management &#8211; Hosting a website locally gives the administrator (normally your web designer) far more control over the website. When things go wrong, a local phone call can be made in order to sort problems out. When a website is hosted internationally, it often requires a number of emails between the administrator and the company that hosts the website to resolve any technical issues. International hosting that resides in a different time zone to the owner of the website can result in email correspondence drastically delaying the resolution of problems.</p>
<p>4. Software &#8211; Before choosing a host, it is critical to determine what the website is going to do. If the website is going to run a corporate blog or an e-commerce shop as opposed to a simple, static website, specific software will be required to run the website. The hosting solution will need to be selected based on the software choice, as not all hosting solutions will run all software requirements. Choosing the incorrect hosting solution for a website will result in a loss of money. An example would be: If you want to run a blog, you would require software which interacts with a database &#8211; Most basic hosting packages will not offer a database and you would therefore need a mid-range package. Another important consideration to take into account is whether the software to be run on the website will require a Linux or Windows server. In a fair number of cases, running Linux software on a Windows host will result in problems, and visa versa. This also has an impact on cost as Windows hosting solutions tend to be more expensive than others.</p>
<p>Before purchasing a hosting solution, it is important to consult your web design team. The web design team will be able to look at your requirements and guide you, if not handle the hosting completely themselves and save you the time and potential hassle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theforge.co.za/2009/07/14/what-is-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a blog and should your business have one?</title>
		<link>http://www.theforge.co.za/2009/04/16/what-is-a-blog-and-should-your-business-have-one/</link>
		<comments>http://www.theforge.co.za/2009/04/16/what-is-a-blog-and-should-your-business-have-one/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 06:00:53 +0000</pubDate>
		<dc:creator>The Forge</dc:creator>
				<category><![CDATA[Understanding The Web]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[corporate]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[terms]]></category>
		<category><![CDATA[understand]]></category>

		<guid isPermaLink="false">http://www.theforge.co.za/?p=254</guid>
		<description><![CDATA[Before looking into what a blog is, what it can be used for and whether or not your business should have a blog, it&#8217;s important to look at some definitions.
A blog (a contraction of the term weblog) is a type ...]]></description>
			<content:encoded><![CDATA[<p>Before looking into what a blog is, what it can be used for and whether or not your business should have a blog, it&#8217;s important to look at some definitions.</p>
<p>A blog (a contraction of the term weblog) is a type of website, usually maintained by an individual with regular entries of commentary, descriptions of events, or other material such as graphics or video. Entries are commonly displayed in reverse-chronological order. &#8220;Blog&#8221; can also be used as a verb, meaning to maintain or add content to a blog. ~ <a title="Wikipedia - What is a blog" href="http://en.wikipedia.org/wiki/Blog" target="_blank">Source</a></p>
<p>A weblog (usually shortened to blog, but occasionally spelled web log) is a web-based publication consisting primarily of periodic articles (normally in reverse chronological order). Although most early weblogs were manually updated, tools to automate the maintenance of such sites made them accessible to a much larger population, and the use of some sort of browser-based software is now a typical aspect of &#8220;blogging&#8221;. ~ <a title="Online Media - Blog Definition" href="http://www.onlinemedia.co.in/glossary/4#letterb" target="_blank">Source</a></p>
<p>A corporate weblog is published and used by an organization to reach its organizational goals. The advantage of blogs is that posts and comments are easy to reach and follow due to centralized hosting and generally structured conversation threads. Currently, all major browsers (including Firefox, Opera, Safari and Internet Explorer 7) support RSS technology, which enables readers to easily read recent posts without actually visiting the blog, which is very useful for low-volume blogs. ~ <a title="Corporate Blogging - Wikipedia" href="http://en.wikipedia.org/wiki/Corporate_blog" target="_blank">Source</a></p>
<p>In its simplest form, a blog is a publishing tool maintained by an individual or team and is used to communicate news to interested parties as well as engage with interested parties. In comparison to a conventional website, a blog is far more dynamic and interactive.</p>
<p>Corporate blogging has fast become an essential marketing tool for most businesses due to the fast nature in which news can be distributed as well as the ability to allow readers to leave comments and receive feedback. A corporate blog gives a business the ability to &#8216;talk&#8217; to readers apposed to the one-way communication of traditional media.</p>
<p>There are 2 main types of recognised corporate blogs:</p>
<ul>
<li>Internal Blogs</li>
<li>External Blogs</li>
</ul>
<p><strong>Internal Blogs</strong></p>
<p>An internal blog is much like a memo, the difference being that the information is located on a website, which is only accessible by employees, via an intranet. The advantages behind this are:</p>
<ul>
<li>Easy to update</li>
<li>Distributed quickly</li>
<li>Save on printing costs</li>
<li>Allows employees to leave responses, if required</li>
<li>Available to staff who work remotely</li>
</ul>
<p>An Internal blog could also be used for the following:</p>
<ul>
<li>Setting up meetings</li>
<li>Staff Discussions</li>
<li>Event Management</li>
</ul>
<p><strong>External Blogs</strong></p>
<p>Probably the more popular of the two types of corporate blogs is the External Blog. An External Blog is a publically viewable blog, which allows businesses to communicate information to the public. New product or service releases would be a good example of such information. An External Blog could also be used for:</p>
<ul>
<li>Business announcements</li>
<li>Press releases</li>
<li>Public Opinion management</li>
<li>Increasing business transparency</li>
<li>Interacting with a target market on a more personal level</li>
</ul>
<p>Advantages of an external blog:</p>
<ul>
<li>Easy distribution of news, press releases and announcements</li>
<li>Low running costs</li>
<li>Public engagement</li>
<li>Low cost engagement with target audience</li>
</ul>
<p>To get a better idea of what blogs are available on the Internet, here are some examples:</p>
<p>Converse Blog &#8211; http://www.converseblog.co.za/<br />
Photography Blog &#8211; http://www.photographyblog.com/<br />
Business Blog &#8211; http://www.sabusiness.co.za/<br />
Interior Design Blog &#8211; http://www.designspongeonline.com/<br />
Animal Rescue Blog &#8211; http://animalrescue.typepad.com/</p>
<p>Regardless of the industry you operate in, a blog will provide you with a new means to marketing, communicating and interacting with clients and/or potential clients.</p>
<p>If you&#8217;re interested in exploring the possibility of a blog for your business, please feel free to contact us by <a title="Contact The Forge" href="http://www.theforge.co.za/contact-us">clicking here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theforge.co.za/2009/04/16/what-is-a-blog-and-should-your-business-have-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web jargon explained &#8211; Part II</title>
		<link>http://www.theforge.co.za/2009/04/07/web-jargon-explained-part-ii/</link>
		<comments>http://www.theforge.co.za/2009/04/07/web-jargon-explained-part-ii/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 11:30:39 +0000</pubDate>
		<dc:creator>The Forge</dc:creator>
				<category><![CDATA[Understanding The Web]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[jargon]]></category>
		<category><![CDATA[understand]]></category>
		<category><![CDATA[web stuff]]></category>
		<category><![CDATA[web terms]]></category>

		<guid isPermaLink="false">http://www.theforge.co.za/?p=243</guid>
		<description><![CDATA[MySQL
Is a database server. This database is ideal for both small and large applications.
MPEG
Stands for Moving Picture Experts Group and refers to a compression standard.
Meta Tags
Meta Tags are used by search engine spiders to help understand website content.
Microblogging
Microblogging is a ...]]></description>
			<content:encoded><![CDATA[<p><strong>MySQL</strong><br />
Is a database server. This database is ideal for both small and large applications.</p>
<p><strong>MPEG</strong><br />
Stands for Moving Picture Experts Group and refers to a compression standard.</p>
<p><strong>Meta Tags</strong><br />
Meta Tags are used by search engine spiders to help understand website content.</p>
<p><strong>Microblogging</strong><br />
Microblogging is a form of multimedia blogging that allows users to send brief text updates or micromedia such as photos or audio clips and publish them, either to be viewed by anyone or by a restricted group which can be chosen by the user. These messages can be submitted by a variety of means, including text messaging, instant messaging, E-mail, digital audio or the web.</p>
<p><strong>Mockup</strong><br />
This is how your website designer will give you an idea of what the finished website will look like. This is normally achieved by using a graphics program, so it is a representation of the finished item. Generally depicting the look of the home or index page.</p>
<p><strong>Navigation</strong><br />
A navigation bar or navigation buttons are normally placed on each web page so you can navigate through the contents of the website.</p>
<p><strong>Perl</strong><br />
Perl is a programming language and can be used for a variety of tasks.</p>
<p><strong>PHP</strong><br />
Is a server-side scripting language similar in ways to ASP. PHP stands for: Hypertext Preprocessor.</p>
<p><strong>PNG</strong><br />
Portable Network Graphics. PNG is a graphics file format endorsed by the World Wide Web Consortium that is expected to eventually replace the GIF format. PNGs are not restricted to the 256 color limitation of GIF files, support better transparency options and have better compression but do not support the multiple frames and simple animation that GIF files have.</p>
<p><strong>Resolution</strong><br />
Resolution is about the clarity of an image. The higher dpi (dots per inch), the higher the quality of an image, whether it be an image on a web page or our computer monitor.</p>
<p><strong>RSS</strong><br />
There are two definitions for this, Rich Site Summary and Really Simple Syndication. RSS is an automated way of transmitting and updating news. As a user, you allow the automated transmission by subscribing to the feed or source. To use the service you need a RSS reader installed on your computer, or you can use an online reader such as Google Reader.</p>
<p><strong>SEM</strong><br />
SEM is the acronym for Search Engine Marketing. SEM is the process whereby a website is marketed online using the means of Google Adwords, for example. Costs are measured on Cost per Click (CPC) or Cost per 1000 Impressions (CPM).</p>
<p><strong>SEO</strong><br />
SEO is the acronym for Search Engine Optimisation and by definition this means â€œthe process of improving the volume and quality of traffic to a web site from search engines.</p>
<p>This includes, but is not limited to, optimising your website pages by using appropriate source code throughout the website so that search engines can easily index your website and improve the website&#8217;s ranking. SEO techniques are used for improving your position when a search is carried out on a specific keyword or keyword phrase.</p>
<p><strong>Site map</strong><br />
The site map is a visual illustration of the various aspects of your site. It shows the structure and layout of the pages on your website. A site map is also a tool used for SEO.</p>
<p><strong>SMTP </strong><br />
Simple Mail Transfer Protocol. This protocol is used to send e-mail messages.<br />
Spam: Is an unsolicited electronic message.</p>
<p><strong>Social Networking</strong><br />
A social network service focuses on building online communities of people who share interests and/or activities, or who are interested in exploring the interests and activities of others. Most social network services are web based and provide a variety of ways for users to interact, such as e-mail and instant messaging services.</p>
<p><strong>Template</strong><br />
In web design a template is usually a website that is pre-made. You can get your website designer to modify a template so it has your own look and feel. Using a template can help reduce overall cost.</p>
<p><strong>URL</strong><br />
Uniform Resource Locator. Put very simply a URL is an address of a resource or web page.</p>
<p><strong>Usability </strong><br />
A measure of how easy it is for a user to complete a task. In the context of Web pages this concerns how easy it is for a user to find the information they require from a given Web site.</p>
<p><strong>Stickiness</strong><br />
The ability of your website to gain and retain visitors.</p>
<p><strong>Web Designer </strong><br />
A person who designs Web pages. Usually a designer will produce a mock-up of a page in a graphics application (for example, Adobe Photoshop or The GIMP). Once a design has been approved by a client the designer will produce an HTML template, CSS files and all of the images needed to produce the Web site. These files will then be passed to a Web developer or directly to the client.</p>
<p><strong>Web Page</strong><br />
A web page is a document created with HTML (Hypertext Mark-up Language) that is part of a group of hypertext documents or resources available on the World Wide Web. Collectively, these documents and resources form what is known as a website.</p>
<p>Web pages can contain hypertext links to other places within the same document, to other documents at the same website, or to documents at other websites. They can also contain fill-in forms, photos, large clickable images, sounds, and videos for downloading.</p>
<p><strong>Web Server </strong><br />
A term often used to describe a computer that hosts a Web site. In actual fact the term refers to software running on that computer allowing Web pages to be requested and then sent to a user&#8217;s Web browser.</p>
<p><strong>Web Statistics </strong><br />
Statistics produced by analysing the log files for a Web server that may include information such as page views, unique visitors, referring URL&#8217;s and browser software used.</p>
<p><strong>Wireframes</strong><br />
Wireframes are visual representations of proposed elements to be included in the website interface. A wireframe is typically produced before design and development commences and may include important elements such as the location of elements (header, footer, navigation, content), the grouping of elements (side bars, navigation bars), labeling and placeholders. Wireframes help to familiarize all relevant parties with the proposed site structure.</p>
<p><strong>WYSIWYG</strong><br />
What you see is what you get. WYSIWYG is a website editor. Best described as a word processor that converts your text, image and graphic layout into HTML. Most content management systems utilize a WYSIWYG editor.</p>
<p><a title="Website Jargon Explained Part I" href="http://www.theforge.co.za/2009/04/06/web-jargon-explained-part-i/">Click here to read Part I</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theforge.co.za/2009/04/07/web-jargon-explained-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web jargon explained &#8211; Part I</title>
		<link>http://www.theforge.co.za/2009/04/06/web-jargon-explained-part-i/</link>
		<comments>http://www.theforge.co.za/2009/04/06/web-jargon-explained-part-i/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 11:32:18 +0000</pubDate>
		<dc:creator>The Forge</dc:creator>
				<category><![CDATA[Understanding The Web]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[understand]]></category>
		<category><![CDATA[web terms]]></category>

		<guid isPermaLink="false">http://www.theforge.co.za/?p=240</guid>
		<description><![CDATA[Many of our Clients are new to the world of websites and the jargon used in the design, development and hosting process can be confusing to those who aren&#8217;t familiar with our industry.
For this reason we&#8217;ve put together a glossary ...]]></description>
			<content:encoded><![CDATA[<p>Many of our Clients are new to the world of websites and the jargon used in the design, development and hosting process can be confusing to those who aren&#8217;t familiar with our industry.</p>
<p>For this reason we&#8217;ve put together a glossary of commonly used terms that we hope you&#8217;ll find useful.</p>
<p><strong>Accessibility </strong><br />
In the context of a Web site, accessibility refers to the degree that a Web site can be accessed by people with disabilities.</p>
<p><strong>Anchor Text</strong><br />
Anchor text is usually a text link to another web page. The text should give an indication of what to expect when you click the link and using a keyword/key phrase in your anchor text is a good SEO technique. Here is an example: View our web design portfolio.</p>
<p><strong>Blog<br />
</strong>A type of website, maintained by an individual or company with regular commentary, description of events, and/or other material such as photographs, images and video. Entries are commonly displayed in reverse-chronological order.<br />
<strong></strong></p>
<p><strong>Browser</strong><br />
A browser is a software program that allows you to view and interact with various kinds of Internet resources available on the World Wide Web. A browser is commonly called a web browser. We recommend Firefox.</p>
<p><strong>Cascading Style Sheets (CSS)</strong><br />
These are a special type of HTML that is used to set up a group of design rules for your web page.</p>
<p><strong>Content Management System (CMS)</strong><br />
A CMS is any facility that allows a Client to update parts of a website themselves. It normally allows users to log-in to a secure administrative area with their web browser and change components of the site. A database is used to store the content and a file called a Template is used to give the overall structure and look of the page.</p>
<p><strong>Copy editing</strong><br />
Web sites are a very different medium to other forms of advertising, and it is important to write the content of your pages to take this into account. In addition to editing content in order to optimise it for search engines, other factors should be taken into account, for example the use of hyperlinks and the breaking down of lengthy text blocks into smaller and more readable chunks.</p>
<p><strong>DNS Transfer</strong><br />
DNS stands for domain name server. Domain name servers turn domain names to IP addresses. A DNS transfer is simply the moving of a registered domain name from one location to another. Your domain name can be shifted from one hosting service to another by requesting a DNS transfer.</p>
<p><strong>Domain Name</strong><br />
Domain names are controlled by a domain registrar. A domain name is simply a readable version of a numeric IP address, eg. www.theforge.co.za.</p>
<p><strong>Embedded</strong><br />
Definition &#8220;Enclosed firmly in a surrounding mass&#8221;. When we embed video into a web page it becomes part of the page and is fixed to the page.</p>
<p><strong>Encryption </strong><br />
Is a method of transforming plain text into unreadable code, so it can be sent over the Internet and then be reconstructed into its original form either by decryption or by using a password.</p>
<p><strong>E-commerce</strong><br />
Meaning Electronic commerce and sometimes referred to as e-business. E-commerce is more aligned to selling goods online and e-business is referring to conducting business on line.</p>
<p><strong>FTP</strong><br />
File Transfer Protocol. This is the method used to transfer your files between your computer and servers on the Internet. It is also used to transfer files from the server to your computer.</p>
<p><strong>Flash</strong><br />
This term is used to describe the design tool Adobe Flash and is used to add interactivity and animation to a website. Some websites are built entirely using flash and others may have some flash elements applied to the pages.</p>
<p><strong>Fluid Design</strong><br />
Liquid or fluid design refers to the way your web pages are set up. Your website designer can set the width of the page to 100% of the browser window and the page will always resize to span the entire width of the window.</p>
<p><strong>GIF</strong><br />
Stands for Graphics Interchange Format and is an image format best suited for non photographic use.</p>
<p><strong>HTML</strong><br />
Hypertext Markup Language. This is the most common coding language used when producing a website.</p>
<p><strong>Hosting</strong><br />
Website hosting is where a website lives. When someone types in a domain name, the webhost displays the pages of the website. Essentially, it is the rental of a big computer that has a high-speed connection to the Internet and is never turned off. Using a web host means that your website is always available.</p>
<p><strong>Hotspot</strong><br />
Is an area on an image that when you click on or mouse over the hotspot an action takes place.</p>
<p><strong>Hyperlink</strong><br />
A hyper link is a link to another web page and is also a link to a certain part of an open web page.</p>
<p><strong>IP Address</strong><br />
IP stands for Internet Protocol. Any computer that connects to the Internet has an assigned identity number or IP address.</p>
<p><strong>Image map</strong><br />
An image map is an area on an image that can be turned into a link or action.</p>
<p><strong>Image Optimization</strong><br />
This term is used to describe the process of image slicing and resolution reduction. This is done to make file sizes smaller so images will load faster.</p>
<p><strong>Index Page</strong><br />
The index page is your home page. It is referred to as an index page, because this is what a search engine will index when it comes to the website to find the content of a site.</p>
<p><strong>JavaScript</strong><br />
JavaScript is a client-side scripting language that allows more interactivity than HTML and is normally embedded within HTML documents.</p>
<p><strong>JPEG</strong><br />
Stands for Joint Photographic Experts Group and refers to an image compression standard, best applied to photographic images.</p>
<p><strong>Keywords</strong><br />
Keywords are the words that people search for when using a search engine.</p>
<p><strong>Key phrase</strong><br />
Key phrases are phrases that people search for when using a search engine. They are a key to the subject searched for.</p>
<p><a title="Website Jargon Explained Part I" href="http://www.theforge.co.za/2009/04/07/web-jargon-explained-part-ii/">Click here to read Part II</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theforge.co.za/2009/04/06/web-jargon-explained-part-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

