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

<channel>
	<title>Webtalk.co.za</title>
	<atom:link href="http://www.webtalk.co.za/feed/" rel="self" type="application/rss+xml"/>
	<link>http://www.webtalk.co.za</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jun 2021 09:12:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.12</generator>
	<item>
		<title>Changing VI background colour</title>
		<link>http://www.webtalk.co.za/2021/06/changing-vi-background-colour/</link>
					<comments>http://www.webtalk.co.za/2021/06/changing-vi-background-colour/#respond</comments>
		
		<dc:creator><![CDATA[bliksem]]></dc:creator>
		<pubDate>Wed, 30 Jun 2021 09:12:20 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://www.webtalk.co.za/?p=83</guid>

					<description><![CDATA[By default, the VI editor on Linux has a dark background (black) and syntax highlighting uses a lot of dark colours too, for example, dark red or dark blue, resulting in text that is very hard to read. You can &#8230; <a href="http://www.webtalk.co.za/2021/06/changing-vi-background-colour/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>http://www.webtalk.co.za/2021/06/changing-vi-background-colour/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Connecting to a remote MySQL database via SSH tunnel with local phpMyAdmin</title>
		<link>http://www.webtalk.co.za/2018/08/connecting-to-a-remote-mysql-database-via-ssh-tunnel-with-local-phpmyadmin/</link>
					<comments>http://www.webtalk.co.za/2018/08/connecting-to-a-remote-mysql-database-via-ssh-tunnel-with-local-phpmyadmin/#respond</comments>
		
		<dc:creator><![CDATA[bliksem]]></dc:creator>
		<pubDate>Thu, 02 Aug 2018 05:10:43 +0000</pubDate>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">http://www.webtalk.co.za/?p=64</guid>

					<description><![CDATA[I got tired of working with unfamiliar and slow database tools and wanted to use my old favourite tool, phpMyAdmin on my local machine to connect to a remote database, that I can only access via an SSH tunnel. First, &#8230; <a href="http://www.webtalk.co.za/2018/08/connecting-to-a-remote-mysql-database-via-ssh-tunnel-with-local-phpmyadmin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>http://www.webtalk.co.za/2018/08/connecting-to-a-remote-mysql-database-via-ssh-tunnel-with-local-phpmyadmin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Excel, CSV and SYLK</title>
		<link>http://www.webtalk.co.za/2016/08/excel-csv-and-sylk/</link>
					<comments>http://www.webtalk.co.za/2016/08/excel-csv-and-sylk/#respond</comments>
		
		<dc:creator><![CDATA[bliksem]]></dc:creator>
		<pubDate>Wed, 24 Aug 2016 19:57:07 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web development]]></category>
		<guid isPermaLink="false">http://www.webtalk.co.za/?p=55</guid>

					<description><![CDATA[Anyone who often works with CSV exports programmatically may have had this issue before, and I am sure that you may have been confused about what is causing it. You may have gotten one of the below, or both. Error &#8230; <a href="http://www.webtalk.co.za/2016/08/excel-csv-and-sylk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>http://www.webtalk.co.za/2016/08/excel-csv-and-sylk/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Replace the value of one column with a value from another column in MySQL</title>
		<link>http://www.webtalk.co.za/2015/09/replace-the-value-of-one-column-with-a-value-from-another-column-in-mysql/</link>
					<comments>http://www.webtalk.co.za/2015/09/replace-the-value-of-one-column-with-a-value-from-another-column-in-mysql/#respond</comments>
		
		<dc:creator><![CDATA[bliksem]]></dc:creator>
		<pubDate>Fri, 18 Sep 2015 11:51:05 +0000</pubDate>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">http://www.webtalk.co.za/?p=35</guid>

					<description><![CDATA[Let&#8217;s say that you need to import a large set of student data together with the campus (string), faculty (string) and course information (string). Your main table, let&#8217;s call it `students` must have ID links to the separate tables, `campuses` &#8230; <a href="http://www.webtalk.co.za/2015/09/replace-the-value-of-one-column-with-a-value-from-another-column-in-mysql/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>http://www.webtalk.co.za/2015/09/replace-the-value-of-one-column-with-a-value-from-another-column-in-mysql/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Select all columns except one from a MySQL table</title>
		<link>http://www.webtalk.co.za/2014/08/select-all-columns-except-one-from-a-mysql-table/</link>
					<comments>http://www.webtalk.co.za/2014/08/select-all-columns-except-one-from-a-mysql-table/#respond</comments>
		
		<dc:creator><![CDATA[bliksem]]></dc:creator>
		<pubDate>Thu, 21 Aug 2014 22:01:57 +0000</pubDate>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://www.webtalk.co.za/?p=28</guid>

					<description><![CDATA[I am not sure how often you would stumble upon this problem, however, I did recently, and after some research, found a nifty way to overcome it. Here is the scenario: You want to import a large CSV file into &#8230; <a href="http://www.webtalk.co.za/2014/08/select-all-columns-except-one-from-a-mysql-table/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>http://www.webtalk.co.za/2014/08/select-all-columns-except-one-from-a-mysql-table/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[REVIEW] Laravel Design Patterns and Best Practices</title>
		<link>http://www.webtalk.co.za/2014/08/review-laravel-design-patterns-and-best-practices/</link>
					<comments>http://www.webtalk.co.za/2014/08/review-laravel-design-patterns-and-best-practices/#respond</comments>
		
		<dc:creator><![CDATA[bliksem]]></dc:creator>
		<pubDate>Wed, 20 Aug 2014 22:43:24 +0000</pubDate>
				<category><![CDATA[Laravel]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<guid isPermaLink="false">http://www.webtalk.co.za/?p=24</guid>

					<description><![CDATA[I saw a post on LinkedIN inviting people to review a new book, and I thought &#8211; what the heck. I have reviewed books before, so this could be fun. So &#8211; I signed up, and was asked to blog &#8230; <a href="http://www.webtalk.co.za/2014/08/review-laravel-design-patterns-and-best-practices/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>http://www.webtalk.co.za/2014/08/review-laravel-design-patterns-and-best-practices/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Finding duplicate records in a MySQL table</title>
		<link>http://www.webtalk.co.za/2014/08/finding-duplicate-records-in-a-mysql-table/</link>
					<comments>http://www.webtalk.co.za/2014/08/finding-duplicate-records-in-a-mysql-table/#respond</comments>
		
		<dc:creator><![CDATA[bliksem]]></dc:creator>
		<pubDate>Wed, 20 Aug 2014 22:19:02 +0000</pubDate>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">http://www.webtalk.co.za/?p=21</guid>

					<description><![CDATA[So, you imported a large CSV file. You do not have a UNIQUE index on one of the fields, for example, the &#8220;student_number&#8221; field. Your client asks you to find a list of the duplicates. What do you do? You &#8230; <a href="http://www.webtalk.co.za/2014/08/finding-duplicate-records-in-a-mysql-table/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>http://www.webtalk.co.za/2014/08/finding-duplicate-records-in-a-mysql-table/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Reveal.js – a marvelous toy</title>
		<link>http://www.webtalk.co.za/2013/06/reveal-js-a-marvelous-toy/</link>
					<comments>http://www.webtalk.co.za/2013/06/reveal-js-a-marvelous-toy/#comments</comments>
		
		<dc:creator><![CDATA[bliksem]]></dc:creator>
		<pubDate>Fri, 14 Jun 2013 09:50:28 +0000</pubDate>
				<category><![CDATA[CSS2 and CSS3]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<guid isPermaLink="false">http://www.webtalk.co.za/?p=15</guid>

					<description><![CDATA[Edit &#8211; 2021-06-30: The site Renault Société is no longer available online. For examples of usage, rather look at Reveal.js website for demos. Recently, I have done a project called Renault Société. The technologies used here were: iCMS, my own &#8230; <a href="http://www.webtalk.co.za/2013/06/reveal-js-a-marvelous-toy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>http://www.webtalk.co.za/2013/06/reveal-js-a-marvelous-toy/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>PHP 5.4 released</title>
		<link>http://www.webtalk.co.za/2012/03/php-5-4-released/</link>
					<comments>http://www.webtalk.co.za/2012/03/php-5-4-released/#respond</comments>
		
		<dc:creator><![CDATA[bliksem]]></dc:creator>
		<pubDate>Fri, 09 Mar 2012 08:20:33 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web development]]></category>
		<guid isPermaLink="false">http://www.webtalk.co.za/?p=12</guid>

					<description><![CDATA[After nearly three years since the release of PHP 5.3, PHP 5.4 is finally released. Although PHP 6.0 was meant to be the next PHP release, several issues, in particular issues with unicode, postponed the release. Instead, work on PHP &#8230; <a href="http://www.webtalk.co.za/2012/03/php-5-4-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>http://www.webtalk.co.za/2012/03/php-5-4-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Client abuse… what do you do?</title>
		<link>http://www.webtalk.co.za/2012/03/client-abuse-what-do-you-do/</link>
					<comments>http://www.webtalk.co.za/2012/03/client-abuse-what-do-you-do/#respond</comments>
		
		<dc:creator><![CDATA[bliksem]]></dc:creator>
		<pubDate>Fri, 09 Mar 2012 07:56:30 +0000</pubDate>
				<category><![CDATA[Business psychology]]></category>
		<category><![CDATA[Customer relationship management]]></category>
		<guid isPermaLink="false">http://www.webtalk.co.za/?p=10</guid>

					<description><![CDATA[It is a well known fact that by conceding in everything a client says is a recipe for disaster. Okay &#8211; so you set your price. The client tells you it is too high, and that you will have to &#8230; <a href="http://www.webtalk.co.za/2012/03/client-abuse-what-do-you-do/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>http://www.webtalk.co.za/2012/03/client-abuse-what-do-you-do/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>