<?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>Marco Steinhäuser &#187; community building</title>
	<atom:link href="http://www.marco-steinhaeuser.de/tag/community-building/feed" rel="self" type="application/rss+xml" />
	<link>http://www.marco-steinhaeuser.de</link>
	<description>OXID Community Guide and other stories from the &#34;pony-tail&#34;</description>
	<lastBuildDate>Mon, 23 Jan 2012 15:56:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Technical Facts About Newsletter Distribution for Online Merchants</title>
		<link>http://www.marco-steinhaeuser.de/technical-facts-about-newsletter-distribution-for-online-merchants.html</link>
		<comments>http://www.marco-steinhaeuser.de/technical-facts-about-newsletter-distribution-for-online-merchants.html#comments</comments>
		<pubDate>Wed, 28 Sep 2011 10:09:08 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[black list]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[community building]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[email marketing provider]]></category>
		<category><![CDATA[firebird]]></category>
		<category><![CDATA[grey list]]></category>
		<category><![CDATA[hosting provider]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[newsletter marketing]]></category>
		<category><![CDATA[newsletter module]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[OXID]]></category>
		<category><![CDATA[oxidforge]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[shopping cart solution]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam protection]]></category>
		<category><![CDATA[white list]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=684</guid>
		<description><![CDATA[There are a lot of (even technical) things to know before you start your email campaign from your shopping cart solution. Please read this blog post to get a certain overview to the technical requirements.]]></description>
			<content:encoded><![CDATA[<p>There are many different aspects to consider when distributing a newsletter to clients of your online store: categorization, definition, content, legal conditions and technical facts. In this post, I’ll concentrate only on the technical aspects.</p>
<p>Newsletters are emails containing information or promotions that you, as a shop owner, wish to send to your registered customers. In some countries, the newsletter recipient has to explicitly agree to receive such information through a checkbox or the so-called &#8220;double opt-in&#8221; method.</p>
<p><strong>Email Format: HTML or Text</strong><br />
As you may know from your email client, you can choose whether (newsletter) emails should be sent in HTML or in plain text format. Usually, you will use HTML to mark up your text content as <strong>bold</strong>, <em>italic</em> or <span style="text-decoration: underline;">underlined</span>, to use tables or to display images. This is not possible in plain text emails at all and it also depends on whether the recipient&#8217;s email client is configured to receive text or HTML emails. Thus, the <a title="MIME format" href="http://en.wikipedia.org/wiki/MIME" target="_blank">MIME format</a> was created, which sends along both text and HTML formats in the same message. Plain text will be displayed for recipients who only allow text emails, and HTML will be displayed for everybody else.</p>
<p><strong>Transmission Agent: SMTP or Sendmail</strong><br />
<a title="sendmail" href="http://en.wikipedia.org/wiki/Sendmail" target="_blank">Sendmail</a> is a standard email transfer agent (client) for Unix-based systems that can be triggered by other clients on the same system to send email messages. You can install it on any arbitrary Linux machine of your choice and send messages from this server. However, it&#8217;s important to note that these days, all messages sent via this method will typically end up in the <a title="Spam" href="http://en.wikipedia.org/wiki/E-mail_spam" target="_blank">Spam</a> folder of your recipient&#8217;s email client or may not even be forwarded by the server in between.</p>
<p><a title="SMTP" href="http://en.wikipedia.org/wiki/SMTP" target="_blank">SMTP</a> as a server protocol, is supposed to be a more secure solution. In most cases, the SMTP server accepts email forwarding requests coming only from localhost (the server where your online shop is hosted). Using an SMTP server on another system is nearly impossible as this SMTP could be misused as an email relay.</p>
<p><strong>Filter Lists: Don’t Think Only Black and White</strong><br />
To avoid email spam, many different mechanisms have been developed during the last few years. One of them is the black-, white- or grey-listing method. A blacklisted server or <a title="IP range" href="http://en.wikipedia.org/wiki/IP_address" target="_blank">IP range</a> on the recipient’s machine, for example, is barred from delivering emails to the recipient at all. In the past, providers for black, white and grey lists developed and these lists are used by regular ISPs and hosting service providers.</p>
<p>If the server of your hosting provider has been blacklisted, you can assume that none of your emails will reach their intended recipients. Most professional email marketing providers by the way, have contracts with these list providers to ensure they are whitelisted and can transmit large amounts of email <img src='http://www.marco-steinhaeuser.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>Grey lists cover everything in between. If you are not on a blacklist or on a whitelist, a filter on the recipient&#8217;s Website will put your email into a queue and check for other spam indicators (like content). If this queue gets too many requests at a certain time, your email might take a few hours or even days to be passed through to the recipient.</p>
<p><strong>Email Transmission Tools</strong><br />
Newsletter emails, even to a large number of recipients, can be send via various email client applications and servers. You have wide choice depending on your given circumstances in respect of the above technical facts. Let me introduce you to some of the options.</p>
<p><strong>Standalone Client Programs</strong><br />
It is possible to send multiple-recipient emails via an email client like Mozilla Thunderbird or Microsoft Outlook. For data privacy, you must ensure that none of your clients can see other email addresses in the message: add yourself to the TO field while putting a list of your newsletter subscribers in the BCC field. Avoid using CC (from my own experience <img src='http://www.marco-steinhaeuser.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ).</p>
<p>As far as I know, an Exchange server will accept 200 recipients with one dispatch. Also, under this method, it is not possible to enrich the content of your email with dynamically generated data.  For example, it won&#8217;t be possible to inform your clients about cross-selling products on the basis of their previous purchases.</p>
<p><strong>Integrated Shopping Cart Solutions</strong><br />
<a href="http://www.marco-steinhaeuser.de/wp-content/uploads/newsletter.png"><img class="alignright size-medium wp-image-712" title="OXID eShop Newsletter Example" src="http://www.marco-steinhaeuser.de/wp-content/uploads/newsletter-250x300.png" alt="OXID eShop Newsletter Example" width="250" height="300" /></a>This is differently handled in shopping cart solutions, as they usually provide the ability to send email newsletters to opted-in customers and also to enter product data with the newsletter. Using this option, you can define personalized content using the order history of each costumer. For example (independent of any legal requirement), you could ask Mrs. Meyers for a review of the suit case “<a title="Canoono I Pak Classic" href="http://www.koffer-direkt.de/cocoono-i-pak-classic-4-rollen-trolley-65-cm.html" target="_blank">Canoono I Pak Classic</a>” she bought on August 16th 2011, promising to raffle off a voucher of 100 EUR for the most inventive review. It&#8217;s great technology, but you must be careful that you don&#8217;t end up on a blacklist somewhere&#8230;</p>
<p>The <a title="OXID eSales Newsletter" href="http://wiki.oxidforge.org/Category:Newsletter" target="_blank">OXID eShop newsletter</a> feature can help a little bit here as it sends out newsletters in batches (number adjustable from the admin panel).  But at the end of the day, every newsletter transmission could be misunderstood by your hosting service provider, by list providers as well as by the recipient’s servers. In short, if you have too many recipients with too much similar content, it is time to begin thinking about using a professional, whitelisted email marketing provider.</p>
<p>Unfortunately, I can&#8217;t tell you the &#8220;magic number&#8221; of newsletters that will work properly from your shop server as I think it depends on your hosting provider, your monthly newsletter frequency and the number of newsletter recipients.</p>
<p><strong>Open Source Scripts</strong><br />
There are a number of  scripts (some open source) that can apply to the same needs. However, they too will break down when faced with black- and grey- lists.</p>
<p><strong>Summary</strong></p>
<p>As your customers grow in number, you certainly will have to think about a professional (white listed) solution for your newsletter emails. This solution should ideally provide an interface to your shopping cart to compute the opted-in addressees as well as product items and order details. There are already a number of solutions available but there should definitely be more&#8230; right? <img src='http://www.marco-steinhaeuser.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Please write to the email marketing provider of your choice and ask if they provide an interface to OXID eShop. Also, please feel free to contact me personally &#8211; I would be happy to support you from this end with contacting the channel marketeers of those services.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/technical-facts-about-newsletter-distribution-for-online-merchants.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recap of the Developer Meet-up in Leipzig on Friday, March 11th</title>
		<link>http://www.marco-steinhaeuser.de/recap-of-the-developer-meet-up-in-leipzig-on-friday-march-11th.html</link>
		<comments>http://www.marco-steinhaeuser.de/recap-of-the-developer-meet-up-in-leipzig-on-friday-march-11th.html#comments</comments>
		<pubDate>Thu, 17 Mar 2011 10:55:59 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[community building]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Leipzig]]></category>
		<category><![CDATA[meet-up]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OXID]]></category>
		<category><![CDATA[oxidforge]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=538</guid>
		<description><![CDATA[On Friday, March 11th, our first local developer meet-up took place in Leipzig, Germany. Read who took part, what we were talking about and see some pictures of this event.]]></description>
			<content:encoded><![CDATA[<p>As earlier <a title="Inviting OXID Developers to Local Meet-ups" href="http://www.oxid-esales.com/de/news/blog/inviting-oxid-developers-local-meet-ups" target="_blank">announced in my blog post</a> on oxid-esales.com, Friday, March 11th, was our first local developer meet-up in Leipzig, Germany.</p>
<p>I personally was really surprised to see 16 people attending, including developers from our partners <a title="D³ Data Development" href="http://www.shopmodule.com" target="_blank">D³ Data Development</a> (Thalheim, Saxony), <a title="GN2 netwerk" href="http://www.gn2-netwerk.de/" target="_blank">GN2 netwerk</a> (Coburg, Bavaria), <a title="marmalade.de" href="http://www.marmalade.de" target="_blank">marmalade.de</a> (Magdeburg, Saxony-Anhalt), <a title="dotSource GmbH" href="http://www.dotsource.de/" target="_blank">dotSource GmbH</a> (Jena, Thuringia) and <a title="Ontraq Europe" href="http://ontraq.eu/" target="_blank">Ontraq Europe</a> (Augsburg, Bavaria). <a title="Dirk Senebald" href="http://www.gastrosupermarkt.de/" target="_blank">Dirk Senebald</a> (Gera, Thuringia), <a title="Gregor Berg" href="http://bergmedien.de/" target="_blank">Gregor Berg</a> (Dortmund, North Rhine-Westphalia) and <a title="Alexander Thomas" href="http://alexander-thomas.net/" target="_blank">Alexander Thomas</a> (Berlin) also took part, together with my personal friends and (former) co-workers <a title="Mathias Fiedler on Twitter" href="http://twitter.com/majofi" target="_blank">Mathias Fiedler</a> (Leipzig/Berlin) and <a title="Erik Kort on Twitter" href="http://twitter.com/schrotty" target="_blank">Erik Kort</a>.</p>
<table width="100%">
<tbody>
<tr>
<td>
<p><div id="attachment_553" class="wp-caption alignright" style="width: 160px"><a href="http://www.marco-steinhaeuser.de/wp-content/uploads/IMG_5534_800.jpg"><img class="size-thumbnail wp-image-553" title="OXID Developer Meet-Up Leipzig 2011 - Christian Zacharias explains" src="http://www.marco-steinhaeuser.de/wp-content/uploads/IMG_5534_800-150x150.jpg" alt="OXID Developer Meet-Up Leipzig 2011 - Christian Zacharias explains" width="150" height="150" /></a><p class="wp-caption-text">Christian Zacharias explains</p></div></td>
<td>
<p><div id="attachment_554" class="wp-caption alignright" style="width: 160px"><a href="http://www.marco-steinhaeuser.de/wp-content/uploads/007_800.jpg"><img class="size-thumbnail wp-image-554" title="OXID Developer Meet-Up Leipzig 2011 - Joscha Krug is proud on his OXID Commons shirt" src="http://www.marco-steinhaeuser.de/wp-content/uploads/007_800-150x150.jpg" alt="OXID Developer Meet-Up Leipzig 2011 - Joscha Krug is proud on his OXID Commons shirt" width="150" height="150" /></a><p class="wp-caption-text">Joscha Krug proudly shows off his OXID Commons shirt</p></div></td>
<td>
<p><div id="attachment_555" class="wp-caption alignright" style="width: 160px"><a href="http://www.marco-steinhaeuser.de/wp-content/uploads/004_800.jpg"><img class="size-thumbnail wp-image-555" title="OXID Developer Meet-Up Leipzig 2011 - The guys found something really interesting" src="http://www.marco-steinhaeuser.de/wp-content/uploads/004_800-150x150.jpg" alt="OXID Developer Meet-Up Leipzig 2011 - The guys found something really interesting" width="150" height="150" /></a><p class="wp-caption-text">These guys found something really interesting</p></div></td>
</tr>
</tbody>
</table>
<p>Our host, Hannes from <a title="Geyserhaus" href="http://www.geyserhaus.de/" target="_blank">Geyserhaus</a>, worked really professionally to ensure that everything was set up for us. The projector and the screen were already installed, together with the tables and power cords. Fortunately, there was no Internet connection; this allowed us all to concentrate on  <a title="Christian Zacharias at XING" href="https://www.xing.com/profile/Christian_Zacharias" target="_blank">Christan Zacharias</a>&#8216; talk about the OXID eShop framework, the OXID eFire platform, how to write extensions, and news for developers in OXID eShop 4.5.0.</p>
<p>The entire talk took about six hours including interposed questions, laid-back discussions and straight comments to OXID&#8217;s (Erik&#8217;s and mine) point of view. We also had an interesting four-person discussion about the pros and cons of Open Source Software. Through the process, I picked up at least 25 points to be &#8220;injected&#8221; into OXID&#8217;s product management cycle. Thanks for all the comments, mates!</p>
<p>At the end of the day, I think the aims of a meeting like this &#8211; namely, getting to know the faces behind forum or mailing list posts, learning  about the experiences of others and bringing coders together for  collaboration chances &#8211; were absolutely fulfilled, and that it was an enjoyable and learning experience for all.</p>
<p>I&#8217;m curious now about upcoming meetings in other cities like <a title="OXID developer meet-up in Berlin" href="http://wiki.oxidforge.org/OXID_Entwicklerstammtisch_Berlin_(Datum)" target="_blank">Berlin</a>, <a title="OXID developer meet-up Stuttgart" href="http://wiki.oxidforge.org/OXID_Entwicklerstammtisch_Stuttgart_(Datum)" target="_blank">Stuttgart</a>, <a title="OXID developer meet-up Hamburg" href="http://wiki.oxidforge.org/OXID_Entwicklerstammtisch_Hamburg_(Datum)" target="_blank">Hamburg</a>, <a title="OXID developer meet-up Munich" href="http://wiki.oxidforge.org/OXID_Entwicklerstammtisch_M%C3%BCnchen_(Datum)" target="_blank">Munich</a> (in progress), <a title="OXID developer meet-up Cologne" href="http://wiki.oxidforge.org/OXID_Entwicklerstammtisch_K%C3%B6ln_(Datum)" target="_blank">Cologne</a> and <a title="OXID developer meet-up Frankfurt (M)" href="http://wiki.oxidforge.org/OXID_Entwicklerstammtisch_Frankfurt_(Datum)" target="_blank">Frankfurt</a>. Are any of you keen to take over the organization of such meetings? Drop me a line or post a comment if so!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/recap-of-the-developer-meet-up-in-leipzig-on-friday-march-11th.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Streamlining OXID&#8217;s Facebook Properties</title>
		<link>http://www.marco-steinhaeuser.de/streamlining-oxid-facebook-properties.html</link>
		<comments>http://www.marco-steinhaeuser.de/streamlining-oxid-facebook-properties.html#comments</comments>
		<pubDate>Tue, 15 Jun 2010 09:00:55 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[community building]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[OXID]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=325</guid>
		<description><![CDATA[Whenever you can reach your community over a social networking service, you should consider doing so. However, to achieve a successful result, you have to do your research in advance. In this blog post, I would like to share my experiences (and the bumps I faced) when using Facebook to connect with the OXID community.]]></description>
			<content:encoded><![CDATA[<p>Whenever you can reach your community over a social network service, you as the responsible person for community building in your company may consider to enter it. The outcome might become really promising but you have to do certain researches before. In this blog post, I would like to share my experience and the bumps connected to entering Facebook for the <a href="http://www.oxid-esales.com">OXID</a> community.</p>
<p>Analyzing the status quo, I found three different account formats for OXID eSales that have been created some-when by somebody:</p>
<ul>
<li>The <a title="OXID ESales facebook account" href="http://www.facebook.com/oxid.esales" target="_blank">OXID ESales account</a>,</li>
<li>an <a title="OXID eSales facebook group" href="http://www.facebook.com/group.php?gid=117066048741" target="_blank">OXID eSales group</a></li>
<li>and an <a title="old OXID eSales facebook page" href="http://www.facebook.com/pages/Freiburg-Germany/OXID-eSales/72464534999" target="_blank">OXID eSales page</a>.</li>
</ul>
<p>The Facebook Account already had friends, the Group had members and the Page had so called fans.</p>
<h3>Accounts and Friends</h3>
<p>Using an account for your company or brand seems to be a bad idea, especially when the correct writing of your brand is important. As you can see, it was impossible to write &#8220;eSales&#8221; as Facebook assumes a natural person with a first and a last name and camel-cases the words.  The content was filled up with automated twitter feeds. And although it was shown on your friends walls, it had very low activity that could not even be measured. If you wanted to post using your brand, you had to be logged in as &#8220;OXID ESales&#8221;. As e-mail address, a collective e-mail account was chosen that nobody felt responsible for.</p>
<p>We decided to ditch this account completely. Thus, I informed all friends of the OXID ESales account via the Facebook message service which doesn&#8217;t allow more than 20 addressees at once. It had to be done tick-wise&#8230;</p>
<h3>Groups and Members</h3>
<p>Let us have a look at the Facebook group OXID eSales. What apparently catches our eyes is that the writing of the name is correct in this case. The followers of a group are called &#8220;members&#8221;. Posts do not appear at your members&#8217; walls automatically, they have to visit the group site to gather the news you want to spread. Due to this, the non-measurable activity was pretty low as well. Also, posts are shown from the person who entered it, branding is not possible (except you are logged in as OXID ESales). Bad premises for our mission and inappropriate. Obviously, a group has to be treated similar to a forum which doesn&#8217;t make sense because <a title="OXID eSales forum" href="http://www.oxid-esales.com/forum/" target="_blank">we have our own</a> <img src='http://www.marco-steinhaeuser.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>We decided to ditch this site as well by July 1st. The members were informed by a message of the group administrator (me) that unfortunately took nearly 20 hours for delivery.</p>
<h3>Pages and Fans</h3>
<p>A page seems to be the ultimate solution. As a page administrator, you must have your <a title="Marco Steinhäuser facebook account" href="http://www.facebook.com/marco.steinhaeuser" target="_blank">personal account</a> but writing to the page, your entry is branded! I.e., if I write to the OXID_eSales page, I can use my personal account marco.steinhaeuser and the entry appears as written by OXID_eSales without any hassle logging out and in again. The posts appear on the time line of your &#8220;fans&#8221; so they can interact immediately. This interaction is measurable: Especially interesting is a graph that also can display who hided your posts.</p>
<p><img class="aligncenter size-full wp-image-352" title="Page entries appear in the timeline of your friends" src="http://www.marco-steinhaeuser.de/wp-content/uploads/facebook1.png" alt="Page entries appear in the timeline of your friends" width="630" height="214" /></p>
<p>While investigating, I found an OXID eSales page in the wrong category &#8220;local business&#8221; that I really wanted to change into &#8220;product/service&#8221;. Unfortunately, on Facebook it is <a title="Not possible to change the page category on facebook" href="http://www.facebook.com/topic.php?uid=10381469571&amp;topic=3970" target="_blank">not possible to change the category</a> after the page was generated. So I had to install a complete new page and to inform the fans of the old page about it. As features for the new page, I just left the &#8220;wall&#8221;, the information page, fotos (still to equip) and the event application.</p>
<h3>Content</h3>
<p>Most of the content of the new OXID_eSales page is parsed  automatically via the <a title="Twitterfeed" href="http://twitterfeed.com/" target="_blank">Twitterfeed</a> service, as is:</p>
<ul>
<li>shops on OXID<br />
every shop owner or developer can post his new shop to the <a title="Mister Wong Group OXID eShops" href="http://www.mister-wong.de/groups/oxid-shops/" target="_blank">Mister Wong</a> or to <a title="delicious.com bookmark service" href="http://delicious.com" target="_blank">delicious.com</a> bookmark service with the tag oxid-shop where a RSS feed is generated and posted to twitter and Facebook</li>
<li>new extensions for OXID eShop<br />
new extensions and modules on <a title="OXID eShop extensions and modules" href="http://www.oxid-esales.com/en/exchange" target="_blank">OXID eXchange</a> are parsed to a RSS feed and will be twittered and facebooked</li>
<li>news on OXID projects<br />
front page news a project responsible person published on <a title="News on OXID projects" href="http://projects.oxidforge.org/" target="_blank">OXID projects</a></li>
<li>new or updated <a title="feature requests for OXID eShop" href="http://oxid.uservoice.com/forums/31940-feature-requests" target="_blank">feature requests for OXID eShop</a></li>
<li>new entries of OXID planet<br />
blog posts about and around OXID that are implemented in <a title="blog posts about OXID on OXID planet" href="http://planet.oxidforge.org/" target="_blank">OXID planet</a><br />
(You are welcome to join, feel free to contact me!)</li>
<li>new blog entries on <a title="New OXID eSales blog entries" href="http://www.oxid-esales.com/en/news/blog" target="_blank">oxid-esales.com</a></li>
</ul>
<h3>Facebook User Names</h3>
<p>A very interesting feature on Facebook is the so called <a title="facebook page user names" href="http://www.facebook.com/note.php?note_id=383008189821" target="_blank">&#8220;user name&#8221; for your page</a> which actually means a shortened URL. Every Facebook user can fire up <a title="get facebook user name" href="http://www.facebook.com/username/" target="_blank">http://www.facebook.com/username/</a> to get his own shortened URL like <a title="Marco Steinhäuser facebook account" href="http://www.facebook.com/marco.steinhaeuser" target="_blank">http://www.facebook.com/marco.steinhaeuser</a>. If you are a page administrator, you will find a field for your page name there in case you have more than 25 fans. We really wanted to give the OXID page the same format as it is <a title="OXID eSales on Twitter" href="http://twitter.com/OXID_eSales" target="_blank">on twitter</a>, (with an underscore) but unfortunately, on Facebook it isn&#8217;t allowed as well as a hyphon in your name. Another idea was to name it simply http://www.facebook.com/OXID but the appendix at least have to have five or more characters. At the end of the day, we will call it http://www.facebook.com/OXID.eSales but this name is still occupied by the OXID ESales account and will be cancelled by July 1st.</p>
<h3>Market your Page</h3>
<p>There are several ways to make your page visible to others. The aim is to gather as many fans as possible to spread your news to many people.<br />
Facebook offers a <a title="facebook tools to promote your page" href="http://developers.facebook.com/plugins" target="_blank">planty of scripts</a> that you can implement into your website. In our case, we will use a simple &#8220;like&#8221; button to be implemented into <a href="http://www.oxid-esales.com/" target="_blank">oxid-esales.com</a> as well as on <a href="http://www.oxidforge.org">OXID forge</a>. When a Facebook user visits our official sites and presses this button, he will immediately become a fan with a simple click and our news will appear on his timeline from now on.<br />
Every fan has the possibility to recommend this page to his (assorted) friends which gives your marketing a highly viral touch.<br />
Further, Facebook offers plans for payed ads that I didn&#8217;t give a deeper look yet.</p>
<h3>Appearance and Usability</h3>
<p>A very interesting effect on Facebook seems to be the low barrier for interaction of your fans with your page. Although our visitors saw and knew that the content is generated automatically, they immediately started commenting on the posts, e.g. about a new store online. Of course you have to be present and react on their comments and discuss with them.<br />
In my opinion, the reason for this low barrier can be found in the web techniques: The extensive use of AJAX makes it possible to get statuses changed immediately without the need of reloading the complete page. I.e., for the users it is pretty easy, quickly done and fun to press a &#8220;like&#8221; button or to leave a shorter or longer comment without any restrictions. For you, as the page owner it is perfect seeing any interaction publically. If somebody pressed the &#8220;like&#8221; button, he feels comfortable with the content and actually recognized it!</p>
<h3>Conclusion</h3>
<p>Although Facebook is on the headlines and has to be seen highly critical in a manner of privacy, it seems to be a perfect addition to your existing community tools. For OXID eSales, of course it will not replace other community tools like the forum or OXID forge but it is a nice way to spread our news, to keep people informed and to gather the reactions.</p>
<p>If you want to stay informed about all the OXID news and you have a Facebook account yourself, feel free to like our page: <iframe class="" src="http://www.marco-steinhaeuser.de/wp-content/plugins/iframe-embedder/like.html" style="width: 100%; height: 300px; " frameborder="0" scrolling="" onload="scro11me(this)"></iframe><script type="text/javascript">function scro11me(f){f.contentWindow.scrollTo(0,0); }</script>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/streamlining-oxid-facebook-properties.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Impressions of Chemnitz Linux-Tage 2010</title>
		<link>http://www.marco-steinhaeuser.de/my-impressions-of-chemnitz-linux-tage-2010.html</link>
		<comments>http://www.marco-steinhaeuser.de/my-impressions-of-chemnitz-linux-tage-2010.html#comments</comments>
		<pubDate>Wed, 17 Mar 2010 10:05:45 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chemnitz]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[community building]]></category>
		<category><![CDATA[Karl-Marx-Stadt]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OTRS]]></category>
		<category><![CDATA[OXID]]></category>
		<category><![CDATA[oxidforge]]></category>
		<category><![CDATA[tine]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=306</guid>
		<description><![CDATA[Spontaneously, I visited Chemnitzer Linux-Tage yesterday for the very first time and was really surprised. I talked to several very interesting project leaders such as Ubuntu Deutschland e.V., Communtu, YaCy, tine CRM and OTRS.]]></description>
			<content:encoded><![CDATA[<p>More or less spontaneously, I decided to go to &#8220;<a title="Chemnitzer Linux-Tage" href="http://chemnitzer.linux-tage.de/2010/" target="_blank">Chemnitzer Linux-Tage</a>&#8221; for the first time, the probably second biggest Linux event in Germany, and was really surprised: Not only Linux geeks but a very mixed up audience of Germans and Non-Germans, developers, administrators and interested people in any kind of open source software found together in a very familiar and comfortable atmosphere.</p>
<p>In my role as OXID Community Guide I usually go to such events to talk to owners of interesting projects and maybe find synergies and a surplus for the OXID community. The entry fee at € 5.- was more than reasonable and to be honest: I found more valuable contacts there than on my <a title="CeBIT" href="http://www.cebit.de/" target="_blank">CeBIT</a> visit a couple of days before.</p>
<p>Of course, I visited the booth of my favorite Linux distribution run by the guys of <a title="Ubuntu Deutschland e.V." href="http://verein.ubuntu-de.org/" target="_blank">Ubuntu Deutschland e.V.</a> and furthermore, the Communtu project. <a title="Communtu eases Ubuntu installations" href="http://en.communtu.org/" target="_blank">Communtu</a> is a Ubuntu based Linux distribution that lets you choose which application projects to install but most interesting is the backup feature: When you have to refresh your installation (what may happen from time to time), you are able to store your complete configuration to the Communtu server and moreover, download a CD or DVD for your new installation without loosing any application.</p>
<p>Also the <a title="Groupware, PIM and CRM project tine 2.0" href="http://www.tine20.org/" target="_blank">PIM and CRM project tine 2.0</a> is absolutely worth mentioning. Tine is based on the <a title="Zend Framework" href="http://framework.zend.com/" target="_blank">Zend Framework</a> and makes extensive use of the JavaScript library <a title="JavaScript library jQuery" href="http://jquery.com/" target="_blank">jQuery</a>. The project is still young, doesn&#8217;t provide that many features that you would expect and really took me some time to install it today. But from it&#8217;s approach, it is very promising and the code looks clear on a first glance.</p>
<p><a title="YaCy Web Search for your Intranet" href="http://yacy.net/" target="_blank">YaCy</a> is a Java based search engine software that I hope to get evaluated for use on <a title="OXID eSales" href="http://www.oxid-esales.com/">oxid-esales.com</a> as well as on <a title="OXIDforge - the oxid community lab" href="http://www.oxidforge.org/Home" target="_blank">OXIDforge</a> as a replacement for the Google search service we implemented presently.</p>
<p>After listening to two talks about IT management and <a title="Open Ticket Request System" href="http://otrs.org/" target="_blank">OTRS</a> (Open Ticket Request System) I hooked up with the OTRS guys Shawn and Martin and apparently it turned really, really, really interesting. We use this Perl-based software very successfully in our support department and our installation needs to be adapted for our needs. Shawn is the new OTRS Community Manager and Martin actually the inventor of the OTRS system. Hope to collaborate very tightly with this guys in the future.</p>
<p>For the next year, I personally would really like to have an OXID booth at the &#8220;Chemitzer Linux-Tage&#8221;. Let&#8217;s see whether we can sort it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/my-impressions-of-chemnitz-linux-tage-2010.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visiting CeBIT 2010 on March 4th</title>
		<link>http://www.marco-steinhaeuser.de/visiting-cebit-2010-on-march-4th.html</link>
		<comments>http://www.marco-steinhaeuser.de/visiting-cebit-2010-on-march-4th.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 22:48:28 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[community building]]></category>
		<category><![CDATA[OXID]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=299</guid>
		<description><![CDATA[I will personally visit this year's CeBIT in Hannover on March 04th and hope to can make some interesting contacts for the OXID Community. Drop me a line if you want to see me there.]]></description>
			<content:encoded><![CDATA[<p>I will personally visit this year&#8217;s <a title="CeBIT 2010" href="http://www.cebit.de/" target="_blank">CeBIT</a> in Hannover on March 04th and hope to make some interesting contacts for the OXID Community. <a title="Contact Marco Steinhäuser" href="http://www.marco-steinhaeuser.de/about" target="_self">Drop me a line</a> if you want to see me there.</p>
<p>Thanks Erik for the lift! <img src='http://www.marco-steinhaeuser.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/visiting-cebit-2010-on-march-4th.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The story behind the Russian language files donated to the OXID community</title>
		<link>http://www.marco-steinhaeuser.de/the-story-behind-the-russian-language-files-donated-to-the-oxid-community.html</link>
		<comments>http://www.marco-steinhaeuser.de/the-story-behind-the-russian-language-files-donated-to-the-oxid-community.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 13:47:40 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[community building]]></category>
		<category><![CDATA[OXID]]></category>
		<category><![CDATA[oxidforge]]></category>
		<category><![CDATA[russian]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=293</guid>
		<description><![CDATA[A background story on how the the Russian language files became available to the OXID community.]]></description>
			<content:encoded><![CDATA[<p>Some days ago, I accidentally found the Russian search engine <a title="Yandex" href="Some days before, I accidentally found the Russian search engine Yandex and encountered some online stores based on OXID eShop Community Edition in Russian language. I contacted three of the store owners in their native language (that I used to learn but didn't use it for a long time) and asked if we could get their translation files for community use. I got immediate reply of two of them :-) Konstantin and Vadim were so nice to send me the translation for the front end as well as for the administration area. Both files have been published on the language site of OXIDforge. To be honest, I am pretty glad we have Russian now for several reasons. Firstly, I count on Russia (and former member states of the Soviet Republic) as a huge and starting up country in e-business. Due to this, I hope to encounter a huge Russian community and sagacious developers with it. And last not least it's a great opportunity for me to practice my lost Russian knowledge in the forums ;)" target="_blank">Yandex</a> and encountered some online stores based on OXID eShop Community Edition in Russian language while exploring it. I contacted three store owners in Russian (yep, I did learn Russian, but didn&#8217;t use it for a long time) and asked if they would like to contribute their language files for community use. I got immediate answers from two of them <img src='http://www.marco-steinhaeuser.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a title="tentoriumapi" href="http://www.tentoriumapi.kz/" target="_blank">Konstantin</a> and <a title="wallpaper.jino" href="http://wallpaper.jino.ru/" target="_blank">Vadim</a> gladly sent to me the Russian translation for the OXID eShop front end as well as for the administration area. Both files have been published on the <a title="Language site OXIDforge" href="http://www.oxidforge.org/wiki/Category:Languages" target="_blank">language site of OXIDforge</a>. Feel free to use them in your own online shop instance.</p>
<p>To be honest, I am pretty glad we have Russian now for several reasons. Firstly, I believe Russia (and former member states of the Soviet Republic) are a huge and growing business region in ecommerce. Hence it would be great to grow an even larger Russian OXID eShop community and attract more developers. Last not least, it&#8217;s a great opportunity for me to practice my rusty Russian in the forums <img src='http://www.marco-steinhaeuser.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Константин и Вадим &#8211; спосибо большое, вы молодцы!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/the-story-behind-the-russian-language-files-donated-to-the-oxid-community.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OXID developer network (ODN) and OXIDlab</title>
		<link>http://www.marco-steinhaeuser.de/oxid-developer-network-odn-and-oxidlab.html</link>
		<comments>http://www.marco-steinhaeuser.de/oxid-developer-network-odn-and-oxidlab.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:39:09 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[community building]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[OXID]]></category>
		<category><![CDATA[oxidforge]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=259</guid>
		<description><![CDATA[Past few days, dev.oxidforge.org was launched. Still looking for a name, hassling with SVN uploads. Ralf uploaded SuperClix to eXchange.]]></description>
			<content:encoded><![CDATA[<p>The past few days, <a title="ODN OXID Developer Network" href="http://dev.oxidforge.org" target="_blank">dev.oxidforge.org</a> thingy was launched. We are still looking for a proper name for it (vote at <a title="name dev.oxidforge.org" href="http://www.oxid-esales.com/forum/showthread.php?t=3401" target="_blank">http://www.oxid-esales.com/forum/showthread.php?t=3401</a>, need to be logged in as a community member!).</p>
<p>Now &#8220;OXID developer network &#8211; ODN&#8221; is about to win that race and I personally like it very much. I already requested an additional subdomain like odn.oxidforge.org for it.</p>
<p>Like <a title="OXIDlab launched" href="http://www.oxid-esales.com/en/news/blog/oxidlab-launched" target="_blank">Ralf posted today to our corporate blog</a>, a separate user was introduced for that kind of stuff called OXIDlab &#8220;&#8230; where we publish prototypes or test implementations, which are prepared by our teams. These results of our daily work are very often the first steps to new features for our products &#8230; &#8221; like he says. He already uploaded the first finished extension, &#8220;<a title="SuperClix Export on OXID eXchange" href="http://www.oxid-esales.com/en/exchange/extensions/superclix-export-fuer-ee-420" target="_blank">SuperClix Export</a>&#8220;, to OXID eXchange &#8211; the module market place.</p>
<p>Well, and I am still hassling around with that bl**dy SVN+SSH write access to the projects SCM sites on <a title="OXID Development Platform" href="http://dev.oxidforge.org" target="_blank">http://dev.oxidforge.org</a>. Reading SVN works properly as committing is followed by an error message like &#8220;Authorization refused&#8221;. Will get it fixed by the next week, promised!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/oxid-developer-network-odn-and-oxidlab.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A name for the baby on dev.oxidforge.org is needed</title>
		<link>http://www.marco-steinhaeuser.de/a-name-for-the-baby-on-dev-oxidforge-org-is-needed.html</link>
		<comments>http://www.marco-steinhaeuser.de/a-name-for-the-baby-on-dev-oxidforge-org-is-needed.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 20:37:24 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[community building]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OXID]]></category>
		<category><![CDATA[oxidforge]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=252</guid>
		<description><![CDATA[dev.oxidforge.org will officially be announced tomorrow. We are still unsure about naming of the baby.]]></description>
			<content:encoded><![CDATA[<p>Tomorrow morning I will officially and proudly announce our collaboration and development platform available at <a title="http://dev.oxidforge.org" href="http://dev.oxidforge.org">http://dev.oxidforge.org</a>. The software basis is <a title="FusionForge at Wikipedia" href="http://en.wikipedia.org/wiki/FusionForge" target="_blank">FusionForge, a GForge fork</a>. This platform seems to be ideal for team-work on committing code, language extensions, localizations, themes and much more.</p>
<p>There is just one thing we are still suffering from: How the heck shall we call that baby?<br />
Of course, &#8220;collaboration and development platform&#8221; or even the URL name is much too long while &#8220;dev&#8221; is too short and not very meaningful. How about something like &#8220;developer zone&#8221; or &#8220;com-zone&#8221;? The word &#8220;forge&#8221; is already occupied by the whole OXIDforge thing including download pages and so on.</p>
<p>Let me know about your ideas.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/a-name-for-the-baby-on-dev-oxidforge-org-is-needed.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OXID Shops Group at Mister Wong</title>
		<link>http://www.marco-steinhaeuser.de/oxid-shops-group-at-mister-wong.html</link>
		<comments>http://www.marco-steinhaeuser.de/oxid-shops-group-at-mister-wong.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 00:47:49 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[community building]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Mister Wong]]></category>
		<category><![CDATA[OXID]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=247</guid>
		<description><![CDATA[An OXID eShop group was opened up at Mister Wong DE-site. Feel free to open up a .com group!]]></description>
			<content:encoded><![CDATA[<p>musicgate, another forum mate, had an awesome idea collecting all OXID shops running opening up an appropriate <a title="OXID eShops at Mister Wong" href="http://www.mister-wong.de/groups/oxid-shops/" target="_blank">group at the social bookmark platform http://www.mister-wong.de</a>. This idea went on like giving discounts and / or coupons to all of you brothers in arms. For a first, just let&#8217;s collect. Feel free to register yourself and to present your OXID shop in this group!</p>
<p>Unfortunately, Mister Wong doesn&#8217;t speak &#8220;Globish&#8221;, everything you will find on the .de site would be in German. If you are not a German native speaker you might don&#8217;t understand the handling there. In this case you are welcome to open up another &#8211; your &#8211; OXID eShop &#8211; group at the <a title="OXID eShops at Mister Wong" href="http://www.mister-wong.com/groups/oxid-shops/" target="_blank">.com site of Mister Wong</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/oxid-shops-group-at-mister-wong.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OXID gets a Portuguese translation</title>
		<link>http://www.marco-steinhaeuser.de/oxid-gets-a-portuguese-translation.html</link>
		<comments>http://www.marco-steinhaeuser.de/oxid-gets-a-portuguese-translation.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 00:09:54 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[community building]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[gettext]]></category>
		<category><![CDATA[Italian]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OXID]]></category>
		<category><![CDATA[Portuguese]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=234</guid>
		<description><![CDATA[Portuguese language is available for OXID eShop. Italian hopefully coming soon. The gettext library shall be implemented into the OXID framework. Better collaboration with dev.oxidforge.org in a few days.]]></description>
			<content:encoded><![CDATA[<p>Very good news if you want to run a modern, free and open source e-commerce plattform from Portugal:<br />
Thanks our Portuguese community member, monteiro, Portuguese translation is now available for OXID eShop. In a first step, I put the complete file to the <a title="Portuguese lang file OXID eShop" href="http://www.oxidforge.org/wiki/Languages/Portuguese" target="_blank">language section of OXIDforge</a>. This file for displaying the front end in the correct translation, is available under GNU GPL.</p>
<p>Of course, you may use Portuguese lang.php as an additional language if you run your shop somewhere else then Portugal. Just make sure you translated your products and categories as well.</p>
<p>Also, an Italian fellow, <a title="Twitter Stream of tassoman" href="http://twitter.com/tassoman" target="_blank">tassoman</a>, found his way back to the forums and promised an Italian translation to come up soon. His request for implementing <a title="gettext php library" href="http://www.gnu.org/software/gettext/" target="_blank">gettext</a> is interesting enough: AFAIK the PHP library &#8220;gettext&#8221; has got a lot of clients that would make both, front and back end translations pretty easy. I handed that proposal over to OXID&#8217;s shop product management.</p>
<p>For future, maybe we could use the new collaboration plattform on OXIDforge that we are working on for translation stuff as well as for new themes, templates or modules. It will open up the next few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/oxid-gets-a-portuguese-translation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

