<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	
	<title>Acqal Blogging</title>
	<subtitle>Life, liberty, and the pursuit of creating the best approved TYPO3 agency for support, training and website migration in the United States and abroad.</subtitle>
	<updated>2010-03-15T16:35:00-04:00</updated>
	<id>http://www.acqal.com/</id>
	<link rel="alternate" type="text/html" href="http://www.acqal.com/" />
	<link rel="self" type="application/atom+xml" href="http://www.acqal.com/rss.xml" />
	<rights>Acqal Corporation</rights>	
	<generator uri="http://www.typo3.com" version="4.2">TYPO3 - get.content.right</generator>
	
		
	<entry>
		<title>Acqal is Going Through Some Changes</title>
		<link rel="alternate" type="text/html" href="http://www.acqal.com/blog/a/article/acqal-is-going-through-some-changes/"/>
		<id>tag:acqal.com,2010:article233</id>
		<updated>2010-03-15T23:59:50-04:00</updated>
		<published>2010-03-15T16:40:39-04:00</published>
		<author>
			<name>Nicole Johnson</name>
			<email>nj@acqal.com</email>
		</author>
		<content type="html" xml:base="http://www.acqal.com/">
			<![CDATA[<p>Most of you have now heard that Acqal’s CEO, Michael Cannon, decided to resign his position with Acqal at the end of February. Michael left in order to start a family and to make career changes. We wish him the best of luck. With that said, Virgil Huston and I have been moving forward in beefing up the Acqal team. We’re very excited by the changes and the upcoming growth.</p>
<p>Acqal has added a team of six TYPO3 gurus that will be assisting us with support items as well as projects. We’ve also added a Senior Technical Advisor, Ries van Twisk. Ries will be working with us on those projects that require more advanced technical and strategic knowledge. We’ve been working very hard to get everyone trained and are constantly implementing new processes in an effort to increase our efficiency. We welcome any and all feedback to ensure that we are strengthening Acqal.</p>
<p>With these changes we believe that Acqal deserves a fresh, new face. We will begin a brand overhaul in the upcoming weeks and plan to unveil the new brand shortly before <a href="http://t3con10-dallas.typo3.org/" target="_blank" >T3CON10 in Dallas – May 20-22</a>.</p>
<p>One more item, please note that we have changed our phone numbers.</p><ul> <li>Sales: +1 (612) 284-2803</li> <li>Support: +1 (803) 426-3355</li></ul><p>Our old numbers will still work for a few days. We will be updating our site and literature with the new numbers over the next day.<br /><hr />Acqal Corporation is an approved TYPO3 agency with over 40 years of Internet experience. Acqal offers you <a href="http://www.acqal.com/typo3-extension-support/" title="TYPO3 extension support">TYPO3 support</a>, <a href="http://www.acqal.com/typo3-templates-typo3-design/" title="TYPO3 templates">TYPO3 templates</a> and <a href="http://www.acqal.com/typo3-tutorial-typo3-video/" title="TYPO3 Tutorials">TYPO3 training and tutorials</a>.</p><p>Please subscribe to <a href="http://www.acqal.com/account/subscribe/">Acqal Newsletter</a> and Acqal Blogging via <a href="http://feedburner.google.com/fb/a/mailverify?uri=AcqalBlogging" target="_blank" class="Email" title="Subscribe to Acqal Blogging via Email">Email</a> or <a href="http://feeds.acqal.com/AcqalBlogging" target="_blank">RSS Feed <img alt="Acqal RSS Feed" title="Acqal RSS Feed" src="http://www.acqal.com/fileadmin/ext-templates/timtab_sociable/Aquaticus.Social/16x16/feed.png" height="16" width="16"></a>.<br /><br /><i>&copy; 2009 <a href="http://www.acqal.com/" target="_blank">Acqal Corporation</a>. All Rights Reserved.</i></p>]]>
		</content>
	</entry>
		
	<entry>
		<title>Creating a MySQL Database for TYPO3 using CPanel</title>
		<link rel="alternate" type="text/html" href="http://www.acqal.com/blog/a/article/creating-a-mysql-database-for-typo3-using-cpanel/"/>
		<id>tag:acqal.com,2010:article232</id>
		<updated>2010-01-15T21:28:08-05:00</updated>
		<published>2010-01-15T20:19:25-05:00</published>
		<author>
			<name>Virgil Huston</name>
			<email>vh@acqal.com</email>
		</author>
		<content type="html" xml:base="http://www.acqal.com/">
			<![CDATA[<p>Today, I created a development site for a support client's web site. A development (dev) server allows you to try all kinds of things without affecting the live site. Not everything can be done in the draft workspace on a live site, so dev sites are essential.<br /><br />There are a number of ways to copy a site to another server, but as I was going through the process, I thought that some things tend to be taken for granted by writers of instructions. One of these things is actually creating a MySQL database for the new site. This applies to copied sites and completely new sites. Some writers assume you know how to do it. Others assume you know how to use a command line shell.<br /><br />That is fine, but not everyone knows these things. If you have CPanel, it is extremely easy to create a database and a user for the database. Here's how:<br /><br />Make sure you record the full database and User Names, as well as the User password, these will be needed to enter in the TYPO3 localconf.php file.<br /><br />1. Log into your CPanel, scroll down to the &quot;Databases&quot; section and click &quot;MySQL Databases.&quot;<br /><br /><img src="http://www.acqal.com/fileadmin/media/articles/MySQLCPanel/DB1.jpg" height="402" width="553" alt=""><br /><br />2. Under &quot;Create New Database&quot; type in your database name and click &quot;Create Database.&quot; Note that the database name you enter results in a full database name that includes your account User name, in this case &quot;mjiacqa_typo3.<br /><br /><img src="http://www.acqal.com/fileadmin/media/articles/MySQLCPanel/db1a.jpg" height="218" width="594" alt=""><br /><br />3. Now, you have to create a user for your database. Under &quot;MySQL Users &gt; Add New User&quot; enter an appropriate name and a good password. Click &quot;Create User.&quot;<br /><br /><img src="http://www.acqal.com/fileadmin/media/articles/MySQLCPanel/db3.jpg" height="315" width="600" alt=""><br /><br />4. Now you need to give the new user some privileges. Normally, you will select &quot;All Privileges&quot; for the main TYPO3 database. Click &quot;Make Changes&quot; to save the privileges.<br /><br /><img src="http://www.acqal.com/fileadmin/media/articles/MySQLCPanel/db4.jpg" height="403" width="540" alt=""><br /><br />5. Now you have to add the user to the database you created. Under &quot;Add User to Database&quot; select the user you just created and click &quot;Add.&quot;<br /><br /><img src="http://www.acqal.com/fileadmin/media/articles/MySQLCPanel/DB2.jpg" height="277" width="600" alt=""><br /><br />6. Now you can see that the user is associated with the database.<br /><br /><img src="http://www.acqal.com/fileadmin/media/articles/MySQLCPanel/DB5.jpg" height="241" width="600" alt=""><br /><br />Next week: How to do a database dump using phpMyAdmin.<br /><hr />Acqal Corporation is an approved TYPO3 agency with over 40 years of Internet experience. Acqal offers you <a href="http://www.acqal.com/typo3-extension-support/" title="TYPO3 extension support">TYPO3 support</a>, <a href="http://www.acqal.com/typo3-templates-typo3-design/" title="TYPO3 templates">TYPO3 templates</a> and <a href="http://www.acqal.com/typo3-tutorial-typo3-video/" title="TYPO3 Tutorials">TYPO3 training and tutorials</a>.</p><p>Please subscribe to <a href="http://www.acqal.com/account/subscribe/">Acqal Newsletter</a> and Acqal Blogging via <a href="http://feedburner.google.com/fb/a/mailverify?uri=AcqalBlogging" target="_blank" class="Email" title="Subscribe to Acqal Blogging via Email">Email</a> or <a href="http://feeds.acqal.com/AcqalBlogging" target="_blank">RSS Feed <img alt="Acqal RSS Feed" title="Acqal RSS Feed" src="http://www.acqal.com/fileadmin/ext-templates/timtab_sociable/Aquaticus.Social/16x16/feed.png" height="16" width="16"></a>.<br /><br /><i>&copy; 2009 <a href="http://www.acqal.com/" target="_blank">Acqal Corporation</a>. All Rights Reserved.</i></p>]]>
		</content>
	</entry>
		
	<entry>
		<title>Acqal Promotes Biking and Families with World Vision</title>
		<link rel="alternate" type="text/html" href="http://www.acqal.com/blog/a/article/acqal-promotes-biking-and-families-with-world-vision/"/>
		<id>tag:acqal.com,2010:article230</id>
		<updated>2010-01-12T00:56:54-05:00</updated>
		<published>2010-01-12T00:43:39-05:00</published>
		<author>
			<name>Michael Cannon</name>
			<email>mc@acqal.com</email>
		</author>
		<content type="html" xml:base="http://www.acqal.com/">
			<![CDATA[<img src="http://www.acqal.com/images/approved-typo3-agency-for-enterprise-web-content-management-W_-1.png" width="420" height="338" border="0" alt="Approved TYPO3 Agency for Enterprise Web Content Management" title="Approved TYPO3 Agency for Enterprise Web Content Management" /><p>Acqal continues to promote helping others and having a little fun with a recent charity contribution to World Vision for 10 bicycle loans. This donation enables families to be loaned the funds to purchase a bicycle and every 6-months another family will be able to do the same. <br /> <br />The simple addition of a bicycle to impoverished farm families allows them to move more goods safely and quickly between home and market. This positively influences their health and helps them make their labors more efficient.</p>
<p>From <a href="http://www.worldvision.org/content.nsf/about/who-we-are" title="About World Vision" target="_blank" >World Vision</a>:</p>
<p><blockquote>Give a bike loan and help 10 families out of poverty. Your gift of a bicycle loan will actually provide 10 bicycles over the next five years — to enable 10 families to carry more goods to the market and increase their income. It all starts with a loan to help one mom or dad buy a bike. When that loan is repaid, within six months the money is loaned to the next recipient — and so on. With one gift, you can help transform the lives of 10 families.</blockquote></p>
<p>&nbsp;</p>
<p>Help out as well by <a href="http://donate.worldvision.org/OA_HTML/xxwv2ibeCCtpItmDspRte.jsp?section=10399&amp;item=1781750" title="World Vision Bicycle Loan" target="_blank" >donating to  World Vision</a>.<br /><hr />Acqal Corporation is an approved TYPO3 agency with over 40 years of Internet experience. Acqal offers you <a href="http://www.acqal.com/typo3-extension-support/" title="TYPO3 extension support">TYPO3 support</a>, <a href="http://www.acqal.com/typo3-templates-typo3-design/" title="TYPO3 templates">TYPO3 templates</a> and <a href="http://www.acqal.com/typo3-tutorial-typo3-video/" title="TYPO3 Tutorials">TYPO3 training and tutorials</a>.</p><p>Please subscribe to <a href="http://www.acqal.com/account/subscribe/">Acqal Newsletter</a> and Acqal Blogging via <a href="http://feedburner.google.com/fb/a/mailverify?uri=AcqalBlogging" target="_blank" class="Email" title="Subscribe to Acqal Blogging via Email">Email</a> or <a href="http://feeds.acqal.com/AcqalBlogging" target="_blank">RSS Feed <img alt="Acqal RSS Feed" title="Acqal RSS Feed" src="http://www.acqal.com/fileadmin/ext-templates/timtab_sociable/Aquaticus.Social/16x16/feed.png" height="16" width="16"></a>.<br /><br /><i>&copy; 2009 <a href="http://www.acqal.com/" target="_blank">Acqal Corporation</a>. All Rights Reserved.</i></p>]]>
		</content>
	</entry>
		
	<entry>
		<title>It's Official T3CON10-Dallas Web Site Launched! Join Us!</title>
		<link rel="alternate" type="text/html" href="http://www.acqal.com/blog/a/article/its-official-t3con10-dallas-web-site-launched-join-us/"/>
		<id>tag:acqal.com,2010:article229</id>
		<updated>2010-01-11T20:21:56-05:00</updated>
		<published>2010-01-11T20:20:39-05:00</published>
		<author>
			<name>Virgil Huston</name>
			<email>vh@acqal.com</email>
		</author>
		<content type="html" xml:base="http://www.acqal.com/">
			<![CDATA[<p>As one of the organizers of the conference, there will be more original posts from me on the plans and events for T3CON10-Dallas, but for now, here is the official announcement. I hope to meet as many of you there as possible!<br /><br />We invite you to T3CON10-Dallas, the 2nd annual North American TYPO3 conference on May 20-22nd. This will be a great time to learn more about the powerful system we use everyday and to connect with other developers and TYPO3 users from both North America, Europe and around the world. Several internationally-known leaders of the TYPO3 community will be attending and presenting.<br /><br />The conference will again be held at IBC in Irving, Texas near Dallas / Fort Worth International Airport (DFW). Last year's conference saw attendees from 11 countries.<br /><br />Right away we are issuing a call for speakers. If you would like to speak on a TYPO3 topic that you believe will be of interest to the community, we encourage you to submit your talk for consideration at the conference web site, <a href="http://t3con10-dallas.typo3.org/" target="_blank" >t3con10-dallas.typo3.org</a>. Speakers get free entry into the conference.<br /><br />We have an interest in talks for both extension developers and also for site builders/admins. Extension developers have interest in talks that get deep into the PHP code. Site builders/admins may never get into PHP code but feel a real need to learn TypoScript, TSconfig, templating, training, working with extension marker templates, etc. We have an interest in talks targeted to each group.<br /><br />If you just plan on attending the conference, discounted early registration is now available on the site. We had very positive feedback from the attendees of last year's conference and also some good suggestions for this year. So sign up now and save on what promises to be even better this time around.<br /><br />Dates to watch for:<br />Now: Call for Speakers Opens. Discounted early registration available.<br />January 29, 2010: Call for Speakers Closes<br />February 3, 2010: Presentations announced, detailed Conference schedule available, accommodation recommendations posted.<br />May 20, 2010: Tutorial day<br />May 21, 2010: Conference and social event<br />May 22, 2010: Final conference day<br /><br />Current information is available at <a href="http://t3con10-dallas.typo3.org/" target="_blank" >t3con10-dallas.typo3.org</a>.<br /><hr />Acqal Corporation is an approved TYPO3 agency with over 40 years of Internet experience. Acqal offers you <a href="http://www.acqal.com/typo3-extension-support/" title="TYPO3 extension support">TYPO3 support</a>, <a href="http://www.acqal.com/typo3-templates-typo3-design/" title="TYPO3 templates">TYPO3 templates</a> and <a href="http://www.acqal.com/typo3-tutorial-typo3-video/" title="TYPO3 Tutorials">TYPO3 training and tutorials</a>.</p><p>Please subscribe to <a href="http://www.acqal.com/account/subscribe/">Acqal Newsletter</a> and Acqal Blogging via <a href="http://feedburner.google.com/fb/a/mailverify?uri=AcqalBlogging" target="_blank" class="Email" title="Subscribe to Acqal Blogging via Email">Email</a> or <a href="http://feeds.acqal.com/AcqalBlogging" target="_blank">RSS Feed <img alt="Acqal RSS Feed" title="Acqal RSS Feed" src="http://www.acqal.com/fileadmin/ext-templates/timtab_sociable/Aquaticus.Social/16x16/feed.png" height="16" width="16"></a>.<br /><br /><i>&copy; 2009 <a href="http://www.acqal.com/" target="_blank">Acqal Corporation</a>. All Rights Reserved.</i></p>]]>
		</content>
	</entry>
		
	<entry>
		<title>Create a simple &quot;Contact Us&quot; mail form in TYPO3</title>
		<link rel="alternate" type="text/html" href="http://www.acqal.com/blog/a/article/create-a-simple-contact-us-mail-form-in-typo3/"/>
		<id>tag:acqal.com,2009:article38</id>
		<updated>2009-12-21T11:39:39-05:00</updated>
		<published>2009-12-21T11:36:02-05:00</published>
		<author>
			<name>Michael Cannon</name>
			<email>mc@acqal.com</email>
		</author>
		<content type="html" xml:base="http://www.acqal.com/">
			<![CDATA[<pre>Name | *name=input<br />Email | *email=input |  | EMAIL<br />Phone | phone=input<br />Subject | subject=select | Consulting, Sales, Support, Training, Web Hosting<br />Request | comments=textarea,25,10<br />| formtype_mail=submit<br />| Request Free Consultation<br />| html_enabled=hidden | 0   </pre>
<p><hr>      <p>You can change <span>Name</span>, <span>Email</span>, and <span>Subject </span>of above to display as you'd like on the front-end. Don't change <span>name</span>, <span>email</span>, and <span>subject </span>or else the sent email from name, from email, and subject will not be what the submitter provided.   </p>   <p>  The <span>*</span> before <span>name </span>and <span>email </span>denotes those fields as required.   </p>   <p>  The <span>EMAIL</span> of <span>email</span>, informs TYPO3 to validate the input as an email address prior to clicking submit.   </p>   <hr>   <h3>  Reference   </h3>   </p><ul> 	 	 	<li><a href="http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/20/" target="_blank" >FORM</a></li>   </ul><p> <br /><hr />Acqal Corporation is an approved TYPO3 agency with over 40 years of Internet experience. Acqal offers you <a href="http://www.acqal.com/typo3-extension-support/" title="TYPO3 extension support">TYPO3 support</a>, <a href="http://www.acqal.com/typo3-templates-typo3-design/" title="TYPO3 templates">TYPO3 templates</a> and <a href="http://www.acqal.com/typo3-tutorial-typo3-video/" title="TYPO3 Tutorials">TYPO3 training and tutorials</a>.</p><p>Please subscribe to <a href="http://www.acqal.com/account/subscribe/">Acqal Newsletter</a> and Acqal Blogging via <a href="http://feedburner.google.com/fb/a/mailverify?uri=AcqalBlogging" target="_blank" class="Email" title="Subscribe to Acqal Blogging via Email">Email</a> or <a href="http://feeds.acqal.com/AcqalBlogging" target="_blank">RSS Feed <img alt="Acqal RSS Feed" title="Acqal RSS Feed" src="http://www.acqal.com/fileadmin/ext-templates/timtab_sociable/Aquaticus.Social/16x16/feed.png" height="16" width="16"></a>.<br /><br /><i>&copy; 2009 <a href="http://www.acqal.com/" target="_blank">Acqal Corporation</a>. All Rights Reserved.</i></p>]]>
		</content>
	</entry>
		
	<entry>
		<title>Configure TYPO3 for Localized Websites</title>
		<link rel="alternate" type="text/html" href="http://www.acqal.com/blog/a/article/configure-typo3-for-localized-websites/"/>
		<id>tag:acqal.com,2009:article52</id>
		<updated>2009-12-21T11:33:16-05:00</updated>
		<published>2009-12-21T11:28:32-05:00</published>
		<author>
			<name>Michael Cannon</name>
			<email>mc@acqal.com</email>
		</author>
		<content type="html" xml:base="http://www.acqal.com/">
			<![CDATA[<p class="warning">The information below is over a year old, circa mid-2008. Some of the techniques and settings may have changed for TYPO3 4.2 and TYPO3 4.3. I'll release an update to this in early 2010.</p><ol><li>Website Language Creation<ol><li>On the TYPO3 Global page via List mode, add a new Website Language. Take note of the uid of that language. To do so, hover over the Website Language icon after saving and closing to see the uid. You'll need this for the sys_language_uid setting later on.</li></ol></li><li>TypoScript Localization by URL or L Parameter<ol><li>If you do not have the <i>cbstarter</i> extension installed, put <b>Section A</b> into your main website TypoScript template <b>Setup</b> area. Otherwise, put <b>Section A</b> into your main website TypoScript template <b>Constants</b> area.</li><li>Put <b>Section B</b> into your main website TypoScript template <b>Setup</b> area, below <b>Section A</b>.</li><li>Based upon the URLs or domain names specific to your website and website languages, edit the <b>Section A</b> and <b>Section B</b> config.baseURL and sys_language_uid entries.</li><li>config.locale_all<ol><li>Configures the locale which influences how some values from PHP is formated in the output, eg. dates formatted using strftime() which will then output month/day names in that language.</li><li>Refer to the <a href="http://www.icu-project.org/userguide/locale.html" title="ICU User guide" target="_blank" >ICU User guide</a> to format the locale_all entry. </li><li>Refer to the <a href="http://www.loc.gov/standards/iso639-2/php/code_list.php" title="ISO639-2 Language Code List" target="_blank" >ISO 639-2 Code List</a> for the language code.</li><li>Refer to <a href="http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm" title="ISO 3166 Country Codes" target="_blank" >ISO 3166</a> for the country code.</li></ol></li><li>config.language<ol><li>Configures the system “language key” to be used for the language. This is used to select labels from llXML (locallang-XML) files. Setting this should make frontend plugins respond by showing labels from the correct language (requires installation of the corresponding language packs).</li></ol></li><li>config.htmlTag_langKey<ol><li>Changes &quot;xml:lang&quot; and &quot;lang&quot; attributes in the &lt;html&gt; element.</li></ol></li></ol></li><li>UTF-8 Configuration<ol><li>If you do not have extension <i>cbstarter</i> installed, put <b>Section C</b> into your main website TypoScript template <b>Setup</b> area. Otherwise, put <b>Section C</b> into your main website TypoScript template <b>Constants</b> area.</li><li>Put <b>Section D</b> into your typo3conf/localconf.php file.</li></ol></li><li>RealURL Configuration<ol><li>Edit your realurl configuration to include a preVars &gt; getVars &gt; L entry.</li><li>See <b>Section E</b> for a sample.</li></ol></li><li>Click &quot;Clear all caches&quot; for your TYPO3 installation.</li><li>Create localized content<ol><li>Basic process<ol><li>Create alternative page language record</li><li>Via Web &gt; Page (TemplaVoila), click the &quot;Create localized version&quot; link on each content element you desire localization of.</li><li>Via Web &gt; Page, click the create new content icon, and set the language drop-down.<br /> </li></ol></li><li>Refer to the references for creating content in detail.</li></ol></li></ol><p><hr><h3>Section A - TypoScript Localization by URL</h3><pre>config.baseURL = <a href="http://www.cannonbose.com/" target="_blank" >www.cannonbose.com</a><br /><br /># SSL is for cannonbose.com<br />[globalString = _SERVER|HTTPS=on]<br />	config.baseURL = https://www.cannonbose.com/<br />[end]</pre> <h3>Section B - TypoScript Localization by URL or L Parameter</h3><pre>config {<br />	linkVars = L<br />	uniqueLinkVars = L<br />	sys_language_mode = content_fallback<br />	sys_language_overlay = 1<br />	sys_language_softMergeIfNotBlank = tt_content:image, tt_content:header<br /><br />	sys_language_uid = 0<br />	locale_all = en_US<br />	language = en<br />	htmlTag_langKey = en-us<br />}<br /><br /># French<br />[globalVar = GP:L = 1] <br />	config.sys_language_uid = 1<br />	config.locale_all = fr_FR<br />	config.language = fr<br />	config.htmlTag_langKey = fr<br /><br /># Chinese (Simplified)<br />[globalVar = GP:L = 2] || [globalString = _SERVER|HTTP_HOST= *.cn]<br />	config.sys_language_uid = 2<br />	config.locale_all = zh_CN<br />	config.language = cn<br />	config.htmlTag_langKey = zh-cn<br />	config.baseURL = <a href="http://www.cannonbose.cn/" target="_blank" >www.cannonbose.cn</a><br /><br /># Chinese (Traditional)<br />[globalVar = GP:L = 3] || [globalString = _SERVER|HTTP_HOST= *.tw]<br />	config.sys_language_uid = 3<br />	config.locale_all = zh_TW<br />	config.language = tw<br />	config.htmlTag_langKey = zh-tw<br />	config.baseURL = <a href="http://www.cannonbose.com.tw/" target="_blank" >www.cannonbose.com.tw</a><br />[end]</pre><h3>Section C - TypoScript UTF-8 Configuration</h3><pre>config.renderCharset = utf-8<br />config.metaCharset = utf-8</pre><h3>Section D - localconf.php UTF-8 Configuration</h3><pre>$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';</pre><h3>Section E - realurl.php Sample Configuration</h3><pre>$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']['preVars'] = array(<br />		array(   <br />			'GETvar' =&gt; 'L', <br />			'valueMap' =&gt; array(<br />				// 'english'<br />				'en' =&gt; '0',<br />				// 'french'<br />				'fr' =&gt; '1',<br />				// chinese simplified<br />				'cn' =&gt; '2',<br />				// 'chinese traditional<br />				'tw' =&gt; '3',<br />			),   <br />			'noMatch' =&gt; 'bypass',<br />		),<br />	);</pre><hr><h3>References</h3></p><ul><li><a href="http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/1/2/" title="TYPO3 Frontend Localization Guide" target="_blank" >TYPO3 Frontend Localization Guide</a></li><li><a href="http://typo3.org/documentation/tips-tricks/multi-language-sites-in-typo3/" title="Multi Language Sites in TYPO3" target="_blank" >Multi Language Sites in TYPO3</a></li><li><a href="http://wiki.typo3.org/index.php/XHTML" title="TYPO3 XHTML Wiki" target="_blank" >TYPO3 XHTML</a></li><li><a href="http://cvs.cannonbose.com/cgi-bin/viewcvs.cgi/typo3/cbrealurl/realurl.php?view=auto" title="cbrealurl realurl.php" target="_blank" >cbrealurl realurl.php</a></li></ul><h3>Extensions</h3><ul><li><a href="http://typo3.org/extensions/repository/view/cbstarter/" title="TYPO3 extension cbstarter" target="_blank" >cbstarter</a></li><li><a href="http://typo3.org/extensions/repository/view/cbrealurl/" title="TYPO3 extension cbrealurl" target="_blank" >cbrealurl</a></li></ul><p>   <br /><hr />Acqal Corporation is an approved TYPO3 agency with over 40 years of Internet experience. Acqal offers you <a href="http://www.acqal.com/typo3-extension-support/" title="TYPO3 extension support">TYPO3 support</a>, <a href="http://www.acqal.com/typo3-templates-typo3-design/" title="TYPO3 templates">TYPO3 templates</a> and <a href="http://www.acqal.com/typo3-tutorial-typo3-video/" title="TYPO3 Tutorials">TYPO3 training and tutorials</a>.</p><p>Please subscribe to <a href="http://www.acqal.com/account/subscribe/">Acqal Newsletter</a> and Acqal Blogging via <a href="http://feedburner.google.com/fb/a/mailverify?uri=AcqalBlogging" target="_blank" class="Email" title="Subscribe to Acqal Blogging via Email">Email</a> or <a href="http://feeds.acqal.com/AcqalBlogging" target="_blank">RSS Feed <img alt="Acqal RSS Feed" title="Acqal RSS Feed" src="http://www.acqal.com/fileadmin/ext-templates/timtab_sociable/Aquaticus.Social/16x16/feed.png" height="16" width="16"></a>.<br /><br /><i>&copy; 2009 <a href="http://www.acqal.com/" target="_blank">Acqal Corporation</a>. All Rights Reserved.</i></p>]]>
		</content>
	</entry>
		
	<entry>
		<title>TYPO3 in 2010, Join the TYPO3 Association and Get Involved</title>
		<link rel="alternate" type="text/html" href="http://www.acqal.com/blog/a/article/typo3-in-2010-join-the-typo3-association-and-get-involved/"/>
		<id>tag:acqal.com,2009:article228</id>
		<updated>2010-01-26T11:52:43-05:00</updated>
		<published>2009-12-27T15:25:15-05:00</published>
		<author>
			<name>Virgil Huston</name>
			<email>vh@acqal.com</email>
		</author>
		<content type="html" xml:base="http://www.acqal.com/">
			<![CDATA[<p>Despite rough economic times all over the world, TYPO3 made great strides in 2009 and the future looks good for both TYPO3 4.4 and TYPO3 5. We at Acqal had a good year and TYPO3 continues to increase its market share in the US, although we all would like to see that move a lot quicker.<br /><br />2009 saw the first TYPO3CON outside of Germany. Held in Dallas, it was well attended and was a great start to bigger things to come. T3CON10 in Frankfurt was the best T3CON yet and it looks like settling on Frankfurt as the venue was a great idea, as Frankfurt is centralized and easy to get to from both Europe and the US, as well as other countries. The venue was great, as well, and has enough room for further attendance growth.</p>
<h2>Predictions for 2010</h2>
<p>1. The US TYPO3 community will grow and become more cohesive as we all embrace the TYPO3 tag-line, &quot;Inspiring People to Share.&quot; T3CON10-Dallas will far exceed expectations. I am honored to have been selected to be part of the Organising Team and there are some great folks on this team, including Ron Hall, Mark Infield, Zach Davis, Juergen Egeling and Kian Gould, among others whose names I cannot recall offhand. The web site and early bird registration will be launched within a few days, but mark your calendars for May 20-22.<br /><br />2. The <a href="http://association.typo3.org/" target="_blank" >TYPO3 Association</a> will grow and continue its good work. We are getting ready to pay our dues for the next year and we encourage everyone to join. The Association, as a centralized control point for TYPO3 development and management, is one of the reasons that TYPO3 is among the best managed and stable open source software products. The Association combines the advantages of the usual open source community with the control of a proprietary software company. It can't get any better than this! <br /><br />If you haven't joined yet, being a member of the TYPO3 Association is essential for anyone / any company using TYPO3. There are very reasonable fees for individuals and a variety of options for agencies. If you do nothing else to support the best CMS in the world, at least <a href="http://association.typo3.org/" target="_blank" >join the Association</a>.<br /><br /><a href="http://news.typo3.org/news/article/steering-committee-strategical-meeting/" target="_blank" >Click here</a> for their Steering Committee Strategical Meeting report held December 4th. <br /><br />3. TYPO3 development will continue to progress in a very positive way, with both TYPO3 4.4 and TYPO3 5. It gets better and better and this will contribute to further acceptance of TYPO3 as the enterprise CMS of choice for serious, mission critical web sites and intranets.<br /><br />4. As for Acqal, we will continue our growth, continuing our migration, support and training services. But what is really exciting will be the launching of two new initiatives in 1st QTR 2010. One is high availability web hosting with failover, 24/7 monitoring, sophisticated backup system, specifically designed with TYPO3 in mind, but also suitable for other types of mission critical web sites. And we have been able to put this together at very reasonable rates. This hosting is not your average hosting company that claims to do everything, but doesn't.<br />&nbsp;<br />The other new offering will be a TYPO3 based SAAS content management system with various options available. More on that in the coming weeks.<br /><br />Best wishes from we at Acqal to the entire TYPO3 community for a productive and healthy new year. <br /><hr />Acqal Corporation is an approved TYPO3 agency with over 40 years of Internet experience. Acqal offers you <a href="http://www.acqal.com/typo3-extension-support/" title="TYPO3 extension support">TYPO3 support</a>, <a href="http://www.acqal.com/typo3-templates-typo3-design/" title="TYPO3 templates">TYPO3 templates</a> and <a href="http://www.acqal.com/typo3-tutorial-typo3-video/" title="TYPO3 Tutorials">TYPO3 training and tutorials</a>.</p><p>Please subscribe to <a href="http://www.acqal.com/account/subscribe/">Acqal Newsletter</a> and Acqal Blogging via <a href="http://feedburner.google.com/fb/a/mailverify?uri=AcqalBlogging" target="_blank" class="Email" title="Subscribe to Acqal Blogging via Email">Email</a> or <a href="http://feeds.acqal.com/AcqalBlogging" target="_blank">RSS Feed <img alt="Acqal RSS Feed" title="Acqal RSS Feed" src="http://www.acqal.com/fileadmin/ext-templates/timtab_sociable/Aquaticus.Social/16x16/feed.png" height="16" width="16"></a>.<br /><br /><i>&copy; 2009 <a href="http://www.acqal.com/" target="_blank">Acqal Corporation</a>. All Rights Reserved.</i></p>]]>
		</content>
	</entry>
		
	<entry>
		<title>TYPO3 Association Quarterly Report 2009-12-14</title>
		<link rel="alternate" type="text/html" href="http://www.acqal.com/blog/a/article/typo3-association-quarterly-report-2009-12-14/"/>
		<id>tag:acqal.com,2009:article226</id>
		<updated>2009-12-21T19:49:59-05:00</updated>
		<published>2009-12-21T19:43:28-05:00</published>
		<author>
			<name>Michael Cannon</name>
			<email>mc@acqal.com</email>
		</author>
		<content type="html" xml:base="http://www.acqal.com/">
			<![CDATA[<img src="http://www.acqal.com/images/approved-typo3-agency-for-enterprise-web-content-management-lo.gif" width="123" height="34" border="0" alt="Approved TYPO3 Agency for Enterprise Web Content Management" title="Approved TYPO3 Agency for Enterprise Web Content Management" /><p>From&nbsp;Tue, Dec 22, 2009 at 02:00 email `[t3a-members] Quarterly Report`</p>
<p>--------------------------------------------------<br />TYPO3 Association Quarterly Report<br /> --------------------------------------------------<br /><br />Dear Supporters of the TYPO3 Association,<br /> <br /> Further down I send you the link for downloading the Quarterly Report of the TYPO3 Association.<br /><br />The most important event in the last quarter has been the very successful T3CON09. The financial success of the conference exceeded all expectations and therefore resolved a budget shortage. Additionally these additional funds allowed us to support a completely new event in November: The T3UXW09 (TYPO3 Usability eXperience Week). During this week 30 specialists of the TYPO3 community worked on TYPO3 usability issues of the Version 4 branch.<br /><br />The report is available at the Association's website:<br /><a href="http://association.typo3.org/fileadmin/downloads/3rd_Quarterly_Report_T3A_2009.pdf" target="_blank" >http://association.typo3.org/fileadmin/downloads/3rd_Quarterly_Report_T3A_2009.pdf</a><br /><br />If you have suggestions or want to give us some feedback regarding the Quarterly Report, don't hesitate to write an email to <a href="javascript:linkTo_UnCryptMailto('jxfiql7fkclXqvml0+lod');" >info[at]typo3[dot]org</a>.<br /> <br /> Thank you for your support and looking forward to a great 2010!<br /><br />With best regards on behalf of the board,</p>
<p>Søren Schaffstein<br /> Press Officer and 1st Assessor of the TYPO3 Association<br /><a href="http://association.typo3.org" target="_blank" >http://association.typo3.org</a><br /><hr />Acqal Corporation is an approved TYPO3 agency with over 40 years of Internet experience. Acqal offers you <a href="http://www.acqal.com/typo3-extension-support/" title="TYPO3 extension support">TYPO3 support</a>, <a href="http://www.acqal.com/typo3-templates-typo3-design/" title="TYPO3 templates">TYPO3 templates</a> and <a href="http://www.acqal.com/typo3-tutorial-typo3-video/" title="TYPO3 Tutorials">TYPO3 training and tutorials</a>.</p><p>Please subscribe to <a href="http://www.acqal.com/account/subscribe/">Acqal Newsletter</a> and Acqal Blogging via <a href="http://feedburner.google.com/fb/a/mailverify?uri=AcqalBlogging" target="_blank" class="Email" title="Subscribe to Acqal Blogging via Email">Email</a> or <a href="http://feeds.acqal.com/AcqalBlogging" target="_blank">RSS Feed <img alt="Acqal RSS Feed" title="Acqal RSS Feed" src="http://www.acqal.com/fileadmin/ext-templates/timtab_sociable/Aquaticus.Social/16x16/feed.png" height="16" width="16"></a>.<br /><br /><i>&copy; 2009 <a href="http://www.acqal.com/" target="_blank">Acqal Corporation</a>. All Rights Reserved.</i></p>]]>
		</content>
	</entry>
		
	<entry>
		<title>Prepare cPanel/WHM and Ruby for Redmine: A Walk-Through</title>
		<link rel="alternate" type="text/html" href="http://www.acqal.com/blog/a/article/prepare-cpanelwhm-and-ruby-for-redmine-a-walk-through/"/>
		<id>tag:acqal.com,2009:article219</id>
		<updated>2009-12-21T11:11:20-05:00</updated>
		<published>2009-12-21T11:11:20-05:00</published>
		<author>
			<name>Michael Cannon</name>
			<email>mc@acqal.com</email>
		</author>
		<content type="html" xml:base="http://www.acqal.com/">
			<![CDATA[<img src="http://www.acqal.com/images/acqal-project-management-via-redmine-A_-6.png" width="420" height="203" border="0" alt="Acqal Project Management via Redmine" title="Acqal Project Management via Redmine" />Acqal Project Management via Redmine<p>Despite our abysmal <a href="http://www.acqal.com/blog/a/article/first-whack-getting-redmine-running-on-centos-5/" title="First Whack... Getting Redmine Running on CentOS 5" target="_blank" >first attempt</a> with installing the <a href="http://www.redmine.org/" title="Redmine" target="_blank" >Redmine</a> project management software back in September, we've been loving Redmine for helping keep our projects on track. As we get closer to a mid-February launch of <a href="http://www.acqal.com/typo3-hosting/shared/" title="Approved TYPO3 Shared Hosting" target="_blank" >high-availability, failover TYPO3 hosting</a>,  we wanted to migrate our non-TYPO3 websites  and special server configurations to new environments. </p>
<p>As Redmine is a Ruby-based project management system, this meant spinning up a new CentOS 5 server with cPanel/WHM and Ruby. This time around though, our <a href="http://www.acqal.com/blog/a/article/first-whack-getting-redmine-running-on-centos-5/" title="First Whack... Getting Redmine Running on CentOS 5" target="_blank" >week-long headache</a> only lasted 4 hours. Out of it, comes the following walk-through to get Ruby up and running on cPanel/WHM easily for you.</p>
<h2>Walk-Through: cPanel/WHM and Ruby</h2><ul><li>Review <a href="http://docs.cpanel.net/twiki/bin/view/11_24/RubyonRails/WebHome" title="Ruby on Rails and cPanel/WHM" target="_blank" >Ruby on Rails and cPanel/WHM</a> and <a href="http://www.modrails.com/install.html" title="Passenger install" target="_blank" >Passenger install</a></li><li>Log into the server via SSH</li><li>As root or via sudo run the following commands</li></ul><pre>unset RUBYOPT<br />/scripts/installruby<br />/usr/local/cpanel/bin/ror_setup<br />passenger-install-apache2-module</pre><ul><li>The <span class="coding">passenger-install-apache2-module</span> command is interactive. Accept its notices by pressing the <span class="coding">Enter</span> button. At the end of the <span class="coding">passenger-install-apache2-module</span>, you'll need to update Apache configuration files.</li><li>Create <span class="coding">/usr/local/apache/conf/ruby.conf</span> and add to it the lines given from <span class="coding">passenger-install-apache2-module</span>&nbsp;like the following</li></ul><pre>LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/ext/apache2/mod_passenger.so<br />PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.2.5<br />PassengerRuby /usr/bin/ruby</pre><ul><li>Next, edit <span class="coding">/usr/local/apache/conf/httpd.conf</span> and add </li></ul><pre>Include &quot;/usr/local/apache/conf/ruby.conf&quot;</pre>
<p>below </p>
<pre>Include &quot;/usr/local/apache/conf/php.conf&quot;</pre><ul><li>While still editing <span class="coding">httpd.conf</span>, we need to let our project management domain <span class="coding">VirtualHost</span> use custom Apache directives. To do so,  remove the &quot;<span class="coding">#</span>&quot; before the Include like below.</li></ul><pre>&lt;VirtualHost XXX.XXX.XXX.XXX:80&gt;<br />    ServerName SUB.DOMAIN.com<br />    …<br />    Include &quot;/usr/local/apache/conf/userdata/std/2/USERNAME/SUB.DOMAIN.com/*.conf&quot;<br />    …<br />&lt;/VirtualHost&gt;</pre><ul><li>As changes to <span class="coding">httpd.conf</span> need to preserved for future updates, it's vitally important to run the <span class="coding">apache_conf_distiller</span>. More on <a href="http://www.cpanel.net/documentation/easyapache/customdirectives.html" title="Custom Directives to httpd.conf" target="_blank" >Custom Directives to httpd.conf</a>.</li></ul><pre>/usr/local/cpanel/bin/apache_conf_distiller --update --main</pre><ul><li>Since it's easier to install Redmine as a whole into <span class="coding">/home/USERNAME/public_html</span>, we'll use a custom Apache directive to change the <span class="coding">DocumentRoot</span> in a file called <span class="coding">/usr/local/apache/conf/userdata/std/2/USERNAME/SUB.DOMAIN.com/vhost.conf</span> to point to the Ruby on Rails <span class="coding">public</span> directory.</li></ul><pre>DocumentRoot /home/USERNAME/public_html/public </pre><ul><li>Once the project domain's custom Apache directives are saved, they also need to checked and preserved. To update the include files for your user, run</li></ul><pre>/scripts/ensure_vhost_includes --user=USERNAME</pre><ul><li>To confirm that your domain's custom directives are included, you can run the following.</li></ul><pre>/scripts/verify_vhost_includes</pre><ul><li>If you didn't need custom Apache directives, you'll need to restart Apache.</li></ul><pre>/scripts/restartsrv_httpd</pre>
<p>At this point, your ready to go with running the Redmine installation on your cPanel/WHM server. The Links section offers further references and please feel free to comment or ask questions via comments below.<br /><hr />Acqal Corporation is an approved TYPO3 agency with over 40 years of Internet experience. Acqal offers you <a href="http://www.acqal.com/typo3-extension-support/" title="TYPO3 extension support">TYPO3 support</a>, <a href="http://www.acqal.com/typo3-templates-typo3-design/" title="TYPO3 templates">TYPO3 templates</a> and <a href="http://www.acqal.com/typo3-tutorial-typo3-video/" title="TYPO3 Tutorials">TYPO3 training and tutorials</a>.</p><p>Please subscribe to <a href="http://www.acqal.com/account/subscribe/">Acqal Newsletter</a> and Acqal Blogging via <a href="http://feedburner.google.com/fb/a/mailverify?uri=AcqalBlogging" target="_blank" class="Email" title="Subscribe to Acqal Blogging via Email">Email</a> or <a href="http://feeds.acqal.com/AcqalBlogging" target="_blank">RSS Feed <img alt="Acqal RSS Feed" title="Acqal RSS Feed" src="http://www.acqal.com/fileadmin/ext-templates/timtab_sociable/Aquaticus.Social/16x16/feed.png" height="16" width="16"></a>.<br /><br /><i>&copy; 2009 <a href="http://www.acqal.com/" target="_blank">Acqal Corporation</a>. All Rights Reserved.</i></p>]]>
		</content>
	</entry>
		
	<entry>
		<title>TYPO3 Acqal log_analyzer and difference_viewer Extensions</title>
		<link rel="alternate" type="text/html" href="http://www.acqal.com/blog/a/article/typo3-acqal-log-analyzer-and-difference-viewer-extensions/"/>
		<id>tag:acqal.com,2009:article217</id>
		<updated>2009-12-12T10:52:59-05:00</updated>
		<published>2009-12-12T10:07:08-05:00</published>
		<author>
			<name>Virgil Huston</name>
			<email>vh@acqal.com</email>
		</author>
		<content type="html" xml:base="http://www.acqal.com/">
			<![CDATA[<p>A client recently asked me to provide them a list of front end web site changes between two specific dates. TYPO3 comes with a built-in Log (see &quot;Log&quot; in the image below).</p>
<p><img alt="TYPO3 Admin Tools Menu" title="TYPO3 Admin Tools Menu" style="padding-top: 4px; padding-right: 4px; padding-bottom: 4px; float: left;" src="http://www.acqal.com/fileadmin/media/Training/Training_Modules/log_analyzerdiff_viewer/blog-0019.png" width="139" height="326">However, what one gets when running a Log report can be quite confusing for someone not familiar with the terminology one sees. In addition, the Log really doesn't tell you specifically what&nbsp;was changed, particularly with content, which is what the client was interested in. User names may or may not be understood, etc. Bottom line is that the normal TYPO3 Log report is not detailed enough and readable for many audiences.</p>
<p>Use of the Acqal log_analyzer and difference_viewer greatly improve how one can look at and examine logs. These two extensions were written by Acqal's resident development genius and CEO, Michael Cannon, and are available in <a href="http://typo3.org/extensions/repository/" target="_blank" >The Extension Repository</a>.</p>
<p>In addition to being a more readable and detailed report, the log_analyzer can enhance security, as it makes identifying changes, when they occurred, and what user made them quick and easy, in addition to specific changes made with use of the difference_viewer. In fact, installation of log_analyzer is recommended in the <a href="http://www.workshop.ch/openmind/wp-content/uploads/2009/10/TYPO3-Security-Checklist-0.9.2.pdf" target="_blank" >TYPO3 Security Checklist: Die wichtigsten Massnahmen für TYPO3-Administratoren, um eine TYPO3-Installation sicherer zu machen</a>, Version 0.9.2 vom 7. Oktober 2009, by Martin Sauter (in German). Note that this is an excellent document and, even if you don't read German, is worth a look.</p>
<p>Let's take a look at some screen shots to illustrate my points:</p>
<p>View of typical Log Report:</p>
<p><img src="http://www.acqal.com/fileadmin/media/Training/Training_Modules/log_analyzerdiff_viewer/blog-0020.png" width="685" height="399" alt=""></p>
<p>Next, a view of the filtering options available in the log_analyzer report:</p>
<p><img src="http://www.acqal.com/fileadmin/media/Training/Training_Modules/log_analyzerdiff_viewer/blog-0021.png" width="411" height="320" alt=""></p>
<p>Next, a view of a typical log_analyzer report. Clicking on a &quot;see difference&quot; link will take you to the difference viewer page (note you must have the difference_viewer installed to get this feature, these are two separate extensions):</p>
<p><img src="http://www.acqal.com/fileadmin/media/Training/Training_Modules/log_analyzerdiff_viewer/blog-0023.png" width="611" height="408" alt=""></p>
<p>A view of a diff report:</p>
<p><img src="http://www.acqal.com/fileadmin/media/Training/Training_Modules/log_analyzerdiff_viewer/blog-0024.png" width="632" height="152" alt=""></p>
<p>Setting up these two extensions is easy. Install both using the Extension Manager as with any other extension. Then, create a page for viewing the diff reports and add the plug in content element.</p>
<p><img src="http://www.acqal.com/fileadmin/media/Training/Training_Modules/log_analyzerdiff_viewer/blog-0025.png" width="598" height="150" alt=""><br /><hr />Acqal Corporation is an approved TYPO3 agency with over 40 years of Internet experience. Acqal offers you <a href="http://www.acqal.com/typo3-extension-support/" title="TYPO3 extension support">TYPO3 support</a>, <a href="http://www.acqal.com/typo3-templates-typo3-design/" title="TYPO3 templates">TYPO3 templates</a> and <a href="http://www.acqal.com/typo3-tutorial-typo3-video/" title="TYPO3 Tutorials">TYPO3 training and tutorials</a>.</p><p>Please subscribe to <a href="http://www.acqal.com/account/subscribe/">Acqal Newsletter</a> and Acqal Blogging via <a href="http://feedburner.google.com/fb/a/mailverify?uri=AcqalBlogging" target="_blank" class="Email" title="Subscribe to Acqal Blogging via Email">Email</a> or <a href="http://feeds.acqal.com/AcqalBlogging" target="_blank">RSS Feed <img alt="Acqal RSS Feed" title="Acqal RSS Feed" src="http://www.acqal.com/fileadmin/ext-templates/timtab_sociable/Aquaticus.Social/16x16/feed.png" height="16" width="16"></a>.<br /><br /><i>&copy; 2009 <a href="http://www.acqal.com/" target="_blank">Acqal Corporation</a>. All Rights Reserved.</i></p>]]>
		</content>
	</entry>
	
</feed>
