<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="FeedCreator 1.7.2" --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>New on TeachmeJoomla.net</title>
		<description>Joomla tips, tutorials, downloads and reviews: TeachMeJoomla's RSS feed</description>
		<link>http://www.teachmejoomla.net</link>
		<lastBuildDate>Wed, 16 May 2012 19:56:32 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/teachmejoomla" /><feedburner:info uri="teachmejoomla" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
			<title>PHP and MySql: getting ready for multi language applications with utf8</title>
			<link>http://feedproxy.google.com/~r/teachmejoomla/~3/BXlpsbW_yoY/php-and-mysql-getting-ready-for-multi-language-applications-with-utf8.html</link>
			<description>This explains how to write PHP applications ready for international use.Utf-8 is a wide-used and well-suported character encoding which allows for special characters, like accented characters, characters with umlauts, cedillas and so on.Here&amp;#39;s a few steps to follow to ensure your data gets correctly stored in utf8 encoding:place this at the very top of your &amp;#39;entry&amp;#39; PHP script or your config PHP script(to make sure the code gets executed site-wide):&amp;lt;?php //set INTL encoding for PHP sources and regexpmb_internal_encoding( UTF-8 );mb_regex_encoding( UTF-8 );  When outputting html, make sure you set document encoding by specifying a HTTP header with PHP&amp;lt;?php header(&amp;#39;Content-Type: text/html; charset=UTF-8&amp;#39;);or a meta tag in your HTML &amp;lt;head&amp;gt; &amp;#39;section&amp;#39;:&amp;lt;meta http-equiv= Content-Type  content= text/html; charset=UTF-8  /&amp;gt;&lt;img src="http://feeds.feedburner.com/~r/teachmejoomla/~4/BXlpsbW_yoY" height="1" width="1"/&gt;</description>
			<category>Code - PHP</category>
			<pubDate>Thu, 08 Dec 2011 12:55:41 +0100</pubDate>
		<feedburner:origLink>http://www.teachmejoomla.net/code/php/php-and-mysql-getting-ready-for-multi-language-applications-with-utf8.html</feedburner:origLink></item>
		<item>
			<title>Upgrading OpenBravo POS software</title>
			<link>http://feedproxy.google.com/~r/teachmejoomla/~3/7D1vfoXa2G4/upgrading-openbravo-pos-software.html</link>
			<description>An introduction to OpenBravo POS software and Unicenta OPOS OpenBravo (http://sourceforge.net/projects/openbravopos/files/)  is a point of sales (POS) software. It can be successfully used as a restaurant software, for keeping track of tables, orders and customers. It can be handled  very well with a touchscreen or a mouse.  It can be configured for for multiple devices such as magnetic stripe reader(for quick cashier/operator login), POS ticket printers, ticket display screens and cash drawers. It prints order tickets, it generates statistical reports on sales by product, by cashier, by date range, and it manages product stock. OpenBravo POS may be installed on several computers while sharing the same product and sales data. OpenBravo POS system is free software, licensed under the GPL, so you may use it and modify it freely.  It is based on Java, so you can use it on any Mac, Linux and Windows PC....&lt;img src="http://feeds.feedburner.com/~r/teachmejoomla/~4/7D1vfoXa2G4" height="1" width="1"/&gt;</description>
			<category>Code - Misc</category>
			<pubDate>Tue, 15 Nov 2011 06:25:04 +0100</pubDate>
		<feedburner:origLink>http://www.teachmejoomla.net/code/misc/upgrading-openbravo-pos-software.html</feedburner:origLink></item>
		<item>
			<title>Installing Debian, Ubuntu or LMDE (Linux Mint Debian Edition) from HDD</title>
			<link>http://feedproxy.google.com/~r/teachmejoomla/~3/rLKBFvnWF9I/installing-debian-ubuntu-or-lmde-linux-mint-debian-edition-from-hdd.html</link>
			<description>First of all, you may ask yourself why would you want to do this. I did it because I did not want to waste a blank CD.This Mint installation was performed using a Live Linux booted with PXE( I used plop linux (http://www.plop.at/en/ploplinux.html) , which is a lightweight Linux distribution.&lt;img src="http://feeds.feedburner.com/~r/teachmejoomla/~4/rLKBFvnWF9I" height="1" width="1"/&gt;</description>
			<category>Code - Linux</category>
			<pubDate>Tue, 18 Jan 2011 10:32:42 +0100</pubDate>
		<feedburner:origLink>http://www.teachmejoomla.net/code/linux/installing-debian-ubuntu-or-lmde-linux-mint-debian-edition-from-hdd.html</feedburner:origLink></item>
		<item>
			<title>Canon multifunction printer: getting the printer drivers and scanner to work in debian/ubuntu/mint</title>
			<link>http://feedproxy.google.com/~r/teachmejoomla/~3/PevnCSkLNzw/canon-scanner-fixing-permission-denied-with-udev-rule.html</link>
			<description>I just installed a Canon multifunction printer(MP210) in Linux Mint (based on debian squeeze/sid, i.e &amp;#39;debian testing&amp;#39; at this time) Here&amp;#39;s how I got the printing and scanning to work.&lt;img src="http://feeds.feedburner.com/~r/teachmejoomla/~4/PevnCSkLNzw" height="1" width="1"/&gt;</description>
			<category>Code - Linux</category>
			<pubDate>Thu, 07 Oct 2010 15:09:36 +0100</pubDate>
		<feedburner:origLink>http://www.teachmejoomla.net/code/linux/canon-scanner-fixing-permission-denied-with-udev-rule.html</feedburner:origLink></item>
		<item>
			<title>Authentication without password with SSH and rsync</title>
			<link>http://feedproxy.google.com/~r/teachmejoomla/~3/NqHfuLE-39M/authentication-without-password-with-ssh-and-rsync.html</link>
			<description>There are a lot of articles on this issue. I&amp;#39;m writing this as a note to self, as I often tend to forget how to setup SSH authentication without password upon reinstalling the OS or changing SSH keys.&lt;img src="http://feeds.feedburner.com/~r/teachmejoomla/~4/NqHfuLE-39M" height="1" width="1"/&gt;</description>
			<category>Code - Misc</category>
			<pubDate>Thu, 12 Aug 2010 08:58:12 +0100</pubDate>
		<feedburner:origLink>http://www.teachmejoomla.net/code/misc/authentication-without-password-with-ssh-and-rsync.html</feedburner:origLink></item>
		<item>
			<title>Mysql: host not allowed to connect</title>
			<link>http://feedproxy.google.com/~r/teachmejoomla/~3/XFcZH5gdX70/mysql-host-not-allowed-to-connect.html</link>
			<description>The issue I was encountering was that MySQL 5.1.3 on Ubuntu 9.10 was not allowing external connections, i.e. connections from a host different from the host the server is running on.&lt;img src="http://feeds.feedburner.com/~r/teachmejoomla/~4/XFcZH5gdX70" height="1" width="1"/&gt;</description>
			<category>Code - Misc</category>
			<pubDate>Sat, 17 Apr 2010 08:00:21 +0100</pubDate>
		<feedburner:origLink>http://www.teachmejoomla.net/code/misc/mysql-host-not-allowed-to-connect.html</feedburner:origLink></item>
		<item>
			<title>Adsense: no payment and it's past the 25th?</title>
			<link>http://feedproxy.google.com/~r/teachmejoomla/~3/0XisTxooUqE/adsense-no-payment-and-its-past-the-25th.html</link>
			<description>I just found an useful piece of information for all of you that are anxious to receive Google AdSense payments.Of course, if you&amp;#39;re verified, you reached the threshold last month,  and you&amp;#39;re not havng any payment holds, you expect Google to send you the money as usual, on the 25th of the month.  Adsense  My account  section states  You are scheduled to be sent a payment by the 30th of this month , but we all know it&amp;#39;s regularily happening on the 25th.I even got a payment before the 25th, on the 24th of December(Santa may have been involved).Okay, If it&amp;#39;s past the 25th and you&amp;#39;re still  waiting, here&amp;#39;s the reassuring info: It&amp;#39;s 8:14 AM in california and from what I&amp;#39;ve seen over the last 3 years, payments don&amp;#39;t go out until after 9 or 10 am. I&amp;#39;ve never seen one go out over...&lt;img src="http://feeds.feedburner.com/~r/teachmejoomla/~4/0XisTxooUqE" height="1" width="1"/&gt;</description>
			<category>News - Latest</category>
			<pubDate>Tue, 27 Oct 2009 11:35:25 +0100</pubDate>
		<feedburner:origLink>http://www.teachmejoomla.net/news/latest/adsense-no-payment-and-its-past-the-25th.html</feedburner:origLink></item>
		<item>
			<title>XP firewall: how to repair</title>
			<link>http://feedproxy.google.com/~r/teachmejoomla/~3/JBHElVBzprY/xp-firewall-how-to-repair.html</link>
			<description>This article details a few steps you can take to repair your windows firewall and ICS(Internet connection sharing)I had recently stumbled upon a problem with my XP machine, while trying to access advanced properties of a LAN(Local Area  Connection) network connectionWindows XP reported a problem when I attempted to access Local Area Connection 1-&amp;gt;Properties-&amp;gt;Advanced&lt;img src="http://feeds.feedburner.com/~r/teachmejoomla/~4/JBHElVBzprY" height="1" width="1"/&gt;</description>
			<category>Code - Misc</category>
			<pubDate>Sun, 25 Oct 2009 16:27:35 +0100</pubDate>
		<feedburner:origLink>http://www.teachmejoomla.net/code/misc/xp-firewall-how-to-repair.html</feedburner:origLink></item>
		<item>
			<title>Registration of domain names</title>
			<link>http://feedproxy.google.com/~r/teachmejoomla/~3/4asR4mZMqIE/registration-domain-name.html</link>
			<description>Registration of domain names: introduction, tips and links. Registering a domain name , buying domain names, setting up a web domain.&lt;img src="http://feeds.feedburner.com/~r/teachmejoomla/~4/4asR4mZMqIE" height="1" width="1"/&gt;</description>
			<category>Joomla/Mambo Tutorials and howtos - General questions</category>
			<pubDate>Tue, 18 Aug 2009 08:04:29 +0100</pubDate>
		<feedburner:origLink>http://www.teachmejoomla.net/joomla-mambo-tutorials-and-howtos/general-questions/registration-domain-name.html</feedburner:origLink></item>
		<item>
			<title>Pidgin not connecting? change pager host</title>
			<link>http://feedproxy.google.com/~r/teachmejoomla/~3/rTc_A2v_ozM/pidgin-not-connecting-change-pager-host.html</link>
			<description>Here&amp;#39;s how to fix Pidgin (http://www.pidgin.im) instant messenger if you experience Yahoo account connection problems.&lt;img src="http://feeds.feedburner.com/~r/teachmejoomla/~4/rTc_A2v_ozM" height="1" width="1"/&gt;</description>
			<category>Code - Misc</category>
			<pubDate>Fri, 19 Jun 2009 07:57:33 +0100</pubDate>
		<feedburner:origLink>http://www.teachmejoomla.net/code/misc/pidgin-not-connecting-change-pager-host.html</feedburner:origLink></item>
	</channel>
</rss>

