<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.zyxware.com">
<channel>
 <title>Zyxware Technologies</title>
 <link>http://www.zyxware.com</link>
 <description>To be the change we wish to see in the world</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/zyxware" type="application/rss+xml" /><feedburner:emailServiceId>zyxware</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
 <title>How to create custom regions in node.tpl.php in Drupal 6</title>
 <link>http://feedproxy.google.com/~r/zyxware/~3/uZ7YTwojHNg/how-to-create-custom-regions-in-node-tpl-php-in-drupal-6</link>
 <description>&lt;p&gt;Drupal allows very fine grained control over how content is presented to the end user. The presentation layer is abstracted beautifully and cleanly designed hooks allows for moving data from the logic layer to the presentation layer. The template file that handles the basic page layout of every drupal site is page.tpl.php and the different regions available for a given theme are all available as HTML elements in page.tpl.php. Another important template file is node.tpl.php which decides how nodes are presented to the end user. Normally the content of nodes go into regions inside page.tpl.php and so does blocks and panels. But what if you want to have regions inside the display area of nodes? What if you want to use blocks to display content inside nodes? The answer is simple - template preprocess is the key.&lt;span class="read-more"&gt;&lt;a href="/articles/1188/how-to-create-custom-regions-in-node-tpl-php-in-drupal-6"&gt;&lt;strong&gt;&lt;br/&gt;Click here to read more&amp;raquo;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zyxware/~4/uZ7YTwojHNg" height="1" width="1"/&gt;</description>
 <comments>http://www.zyxware.com/articles/1188/how-to-create-custom-regions-in-node-tpl-php-in-drupal-6#comments</comments>
 <category domain="http://www.zyxware.com/categories/drupal">Drupal</category>
 <category domain="http://www.zyxware.com/categories/drupal-6">Drupal 6</category>
 <category domain="http://www.zyxware.com/categories/drupal-theming">Drupal Theming</category>
 <category domain="http://www.zyxware.com/categories/web-development">Web Development</category>
 <pubDate>Mon, 09 Nov 2009 21:59:25 +0000</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">1188 at http://www.zyxware.com</guid>
<feedburner:origLink>http://www.zyxware.com/articles/1188/how-to-create-custom-regions-in-node-tpl-php-in-drupal-6</feedburner:origLink></item>
<item>
 <title>Programmatically set a Views filter in Drupal 6 and Views 2</title>
 <link>http://feedproxy.google.com/~r/zyxware/~3/lm2nKbVvuOA/programmatically-set-a-views-filter-in-drupal-6-and-views-2</link>
 <description>&lt;p&gt;Views is one of the most complex of all Drupal modules and one of the most useful of all Drupal modules. The only downside is that, since it is very complex, not too many people have been able to contribute to the documentation of the module. If you search Google for finding out how to programmatically set a filter in Views2 you probably wouldn't find any help. Here is how you do it.&lt;span class="read-more"&gt;&lt;a href="/articles/655/programmatically-set-a-views-filter-in-drupal-6-and-views-2"&gt;&lt;strong&gt;&lt;br/&gt;Click here to read more&amp;raquo;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zyxware/~4/lm2nKbVvuOA" height="1" width="1"/&gt;</description>
 <comments>http://www.zyxware.com/articles/655/programmatically-set-a-views-filter-in-drupal-6-and-views-2#comments</comments>
 <category domain="http://www.zyxware.com/categories/drupal">Drupal</category>
 <category domain="http://www.zyxware.com/categories/web-development">Web Development</category>
 <pubDate>Wed, 14 Oct 2009 00:11:26 +0000</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">655 at http://www.zyxware.com</guid>
<feedburner:origLink>http://www.zyxware.com/articles/655/programmatically-set-a-views-filter-in-drupal-6-and-views-2</feedburner:origLink></item>
<item>
 <title>Export RSS feeds to remote ftp sites from your Drupal website using Views</title>
 <link>http://feedproxy.google.com/~r/zyxware/~3/mH4RfFfSS0I/export-rss-feeds-to-remote-ftp-sites-from-your-drupal-website-using-views</link>
 <description>&lt;p&gt;&lt;a href="http://drupal.org/project/feedapi"&gt;Feed API&lt;/a&gt; provides a powerful means of importing feeds from other sites directly into your &lt;a href="http://www.drupal.org"&gt;Drupal&lt;/a&gt; site. What if you want to export your feed as an XML file to a content distributor who wants it on his FTP site? There is of course the traditional approach of using curl to read your feed URL and dump the text as files on to the ftp site. There is not much control that you have over this process. However doing this via &lt;a href="http://drupal.org/project/views"&gt;Drupal Views&lt;/a&gt; will give you fine grained control over the process&lt;span class="read-more"&gt;&lt;a href="/articles/654/export-rss-feeds-to-remote-ftp-sites-from-your-drupal-website-using-views"&gt;&lt;strong&gt;&lt;br/&gt;Click here to read more&amp;raquo;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zyxware/~4/mH4RfFfSS0I" height="1" width="1"/&gt;</description>
 <comments>http://www.zyxware.com/articles/654/export-rss-feeds-to-remote-ftp-sites-from-your-drupal-website-using-views#comments</comments>
 <category domain="http://www.zyxware.com/categories/drupal">Drupal</category>
 <category domain="http://www.zyxware.com/categories/web-development">Web Development</category>
 <pubDate>Tue, 13 Oct 2009 23:44:53 +0000</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">654 at http://www.zyxware.com</guid>
<feedburner:origLink>http://www.zyxware.com/articles/654/export-rss-feeds-to-remote-ftp-sites-from-your-drupal-website-using-views</feedburner:origLink></item>
<item>
 <title>Create Short URLs on the fly in your drupal website</title>
 <link>http://feedproxy.google.com/~r/zyxware/~3/mPLPRWIYRz4/create-short-urls-on-the-fly-in-your-drupal-website</link>
 <description>&lt;p&gt;SEO requires you to have descriptive titles and URLs matching the title. But when you want to publish your URL some place where the length of the URL is an issue you definitely want short URLs. One solution to the problem is to use &lt;a href="http://tr.im"&gt;URL shortening services like tr.im&lt;/a&gt; to shorten the long URLs to short and sweet 9 character urls. But the URL will lose your sites identity. Don't worry there is the drupal way to solve this problem.&lt;span class="read-more"&gt;&lt;a href="/articles/650/create-short-urls-on-the-fly-in-your-drupal-website"&gt;&lt;strong&gt;&lt;br/&gt;Click here to read more&amp;raquo;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zyxware/~4/mPLPRWIYRz4" height="1" width="1"/&gt;</description>
 <comments>http://www.zyxware.com/articles/650/create-short-urls-on-the-fly-in-your-drupal-website#comments</comments>
 <category domain="http://www.zyxware.com/categories/drupal">Drupal</category>
 <category domain="http://www.zyxware.com/categories/web-development">Web Development</category>
 <pubDate>Tue, 29 Sep 2009 21:18:23 +0000</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">650 at http://www.zyxware.com</guid>
<feedburner:origLink>http://www.zyxware.com/articles/650/create-short-urls-on-the-fly-in-your-drupal-website</feedburner:origLink></item>
<item>
 <title>15 Drupal SEO Modules for a real traffic turnaround</title>
 <link>http://feedproxy.google.com/~r/zyxware/~3/hFIphrj3eJI/15-drupal-seo-modules-for-a-real-traffic-turnaround</link>
 <description>&lt;p&gt;We at &lt;a href="http://www.zyxware.com"&gt;Zyxware&lt;/a&gt; have been working on several drupal projects for more than two years now and we learned a lot in the process. Two of our internal projects include &lt;a href="http://www.zyxware.com" title="www.zyxware.com"&gt;www.zyxware.com&lt;/a&gt; and &lt;a href="http://www.ubuntumanual.org" title="www.ubuntumanual.org"&gt;www.ubuntumanual.org&lt;/a&gt;, where we have tried out different &lt;a href="http://en.wikipedia.org/wiki/Search_engine_optimization"&gt;SEO&lt;/a&gt; tactics. There are a number of really good drupal modules that come in handy when you are dealing with SEO ing your drupal website. Here are a select few of them that really helped in attracting more traffic to our drupal projects.&lt;span class="read-more"&gt;&lt;a href="/articles/646/15-drupal-seo-modules-for-a-real-traffic-turnaround"&gt;&lt;strong&gt;&lt;br/&gt;Click here to read more&amp;raquo;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zyxware/~4/hFIphrj3eJI" height="1" width="1"/&gt;</description>
 <comments>http://www.zyxware.com/articles/646/15-drupal-seo-modules-for-a-real-traffic-turnaround#comments</comments>
 <category domain="http://www.zyxware.com/categories/drupal">Drupal</category>
 <category domain="http://www.zyxware.com/categories/free-software">Free Software</category>
 <category domain="http://www.zyxware.com/categories/seo">SEO</category>
 <category domain="http://www.zyxware.com/categories/web-development">Web Development</category>
 <pubDate>Thu, 17 Sep 2009 10:38:42 +0000</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">646 at http://www.zyxware.com</guid>
<feedburner:origLink>http://www.zyxware.com/articles/646/15-drupal-seo-modules-for-a-real-traffic-turnaround</feedburner:origLink></item>
<item>
 <title>We love Drupal - It is official now</title>
 <link>http://feedproxy.google.com/~r/zyxware/~3/qeMtZTDk_Eg/we-love-drupal-it-is-official-now</link>
 <description>&lt;p&gt;&lt;a href="http://association.drupal.org/civicrm/profile/view?reset=1&amp;amp;id=12444&amp;amp;gid=4" style="float:left;margin-right:20px;"&gt;&lt;img src="/files/DA-organisation-120.png" alt="Drupal Association Member Badge" /&gt;&lt;/a&gt;We have been working with Drupal for the last 3 years now and we just love Drupal. Every day we work with it, we get more and more reasons to love it even more. As a token of our respect for this system, we have become official paid members of Drupal association. We can now proudly flaunt the association badges on our site.&lt;span class="read-more"&gt;&lt;a href="/articles/645/we-love-drupal-it-is-official-now"&gt;&lt;strong&gt;&lt;br/&gt;Click here to read more&amp;raquo;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zyxware/~4/qeMtZTDk_Eg" height="1" width="1"/&gt;</description>
 <comments>http://www.zyxware.com/articles/645/we-love-drupal-it-is-official-now#comments</comments>
 <category domain="http://www.zyxware.com/categories/drupal">Drupal</category>
 <category domain="http://www.zyxware.com/categories/free-software">Free Software</category>
 <category domain="http://www.zyxware.com/categories/web-development">Web Development</category>
 <pubDate>Thu, 10 Sep 2009 02:10:43 +0000</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">645 at http://www.zyxware.com</guid>
<feedburner:origLink>http://www.zyxware.com/articles/645/we-love-drupal-it-is-official-now</feedburner:origLink></item>
<item>
 <title>Change the page title of a view in Drupal + Views 2 using Argument Handling Code</title>
 <link>http://feedproxy.google.com/~r/zyxware/~3/l0BEeVa-bBs/change-the-page-title-of-a-view-in-drupal-views-2-using-argument-handling-code</link>
 <description>&lt;p&gt;If you create anything other than a very small site using Drupal you will end up using Views and CCK, two of the most important contributed modules in Drupal. Views allow users to dynamically create different presentation of tabular data from the database. However this also necessitates dynamic page titles for pages using views.&lt;span class="read-more"&gt;&lt;a href="/articles/644/change-the-page-title-of-a-view-in-drupal-views-2-using-argument-handling-code"&gt;&lt;strong&gt;&lt;br/&gt;Click here to read more&amp;raquo;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zyxware/~4/l0BEeVa-bBs" height="1" width="1"/&gt;</description>
 <comments>http://www.zyxware.com/articles/644/change-the-page-title-of-a-view-in-drupal-views-2-using-argument-handling-code#comments</comments>
 <category domain="http://www.zyxware.com/categories/drupal">Drupal</category>
 <category domain="http://www.zyxware.com/categories/free-software">Free Software</category>
 <category domain="http://www.zyxware.com/categories/web-development">Web Development</category>
 <pubDate>Thu, 10 Sep 2009 01:35:13 +0000</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">644 at http://www.zyxware.com</guid>
<feedburner:origLink>http://www.zyxware.com/articles/644/change-the-page-title-of-a-view-in-drupal-views-2-using-argument-handling-code</feedburner:origLink></item>
<item>
 <title>Strip HTML Tags from your OpenOffice Document using Regular Expressions</title>
 <link>http://feedproxy.google.com/~r/zyxware/~3/_r9H0Utrl7k/strip-html-tags-from-your-openoffice-document-using-regular-expressions</link>
 <description>&lt;p&gt;Openoffice comes with a stripped down version of regular expression for both of its Find/Replace Utility as well as its Calc Formulae. It however still packs a punch for most common operations. Here is how you can strip HTML tags from an open office document using the Find/Replace dialog.&lt;span class="read-more"&gt;&lt;a href="/articles/643/strip-html-tags-from-your-openoffice-document-using-regular-expressions"&gt;&lt;strong&gt;&lt;br/&gt;Click here to read more&amp;raquo;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zyxware/~4/_r9H0Utrl7k" height="1" width="1"/&gt;</description>
 <comments>http://www.zyxware.com/articles/643/strip-html-tags-from-your-openoffice-document-using-regular-expressions#comments</comments>
 <category domain="http://www.zyxware.com/categories/html">HTML</category>
 <category domain="http://www.zyxware.com/categories/open-office">Open Office</category>
 <category domain="http://www.zyxware.com/categories/regular-expressions">Regular Expressions</category>
 <pubDate>Mon, 07 Sep 2009 16:48:33 +0000</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">643 at http://www.zyxware.com</guid>
<feedburner:origLink>http://www.zyxware.com/articles/643/strip-html-tags-from-your-openoffice-document-using-regular-expressions</feedburner:origLink></item>
<item>
 <title>Software Engineer (SE1) positions open at Zyxware (SE010908)</title>
 <link>http://feedproxy.google.com/~r/zyxware/~3/b4APHxh3wk0/software-engineer-se1-positions-open-at-zyxware-se010908</link>
 <description>&lt;p&gt;We are a startup company with a vision to become a flag bearer in bringing about positive changes in the world by applying our resources and capabilities towards finding innovative solutions to the problems in the world. But at the same time we are a profit making entity bent on creating value in the system and augment our resources to drive our vision.&lt;span class="read-more"&gt;&lt;a href="/articles/642/software-engineer-se1-positions-open-at-zyxware-se010908"&gt;&lt;strong&gt;&lt;br/&gt;Click here to read more&amp;raquo;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zyxware/~4/b4APHxh3wk0" height="1" width="1"/&gt;</description>
 <comments>http://www.zyxware.com/articles/642/software-engineer-se1-positions-open-at-zyxware-se010908#comments</comments>
 <category domain="http://www.zyxware.com/categories/announcements">Announcements</category>
 <category domain="http://www.zyxware.com/categories/careers">Careers</category>
 <category domain="http://www.zyxware.com/categories/job-openings">Job Openings</category>
 <category domain="http://www.zyxware.com/categories/news">News</category>
 <category domain="http://www.zyxware.com/categories/zyxware">Zyxware</category>
 <pubDate>Sun, 23 Aug 2009 07:22:30 +0000</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">642 at http://www.zyxware.com</guid>
<feedburner:origLink>http://www.zyxware.com/articles/642/software-engineer-se1-positions-open-at-zyxware-se010908</feedburner:origLink></item>
<item>
 <title>Fixed: Ubuntu Startup slows down at Starting Mail Transport Agent (MTA) sendmail</title>
 <link>http://feedproxy.google.com/~r/zyxware/~3/mfUTXpyDTb4/fixed-ubuntu-startup-slows-down-at-starting-mail-transport-agent-mta-sendmail</link>
 <description>&lt;p&gt;If you install sendmail on your desktop and have not configured your system correctly you will very likely come across this problem. Ubuntu boot up slows down considerably and stops for a long time at the "Starting Mail Transport Agent (MTA) sendmail" line. This is because sendmail is trying to resolve your host and times out failing to do so. You can fix this problem easily by making a few changes in to yours hosts file.&lt;span class="read-more"&gt;&lt;a href="/articles/641/fixed-ubuntu-startup-slows-down-at-starting-mail-transport-agent-mta-sendmail"&gt;&lt;strong&gt;&lt;br/&gt;Click here to read more&amp;raquo;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zyxware/~4/mfUTXpyDTb4" height="1" width="1"/&gt;</description>
 <comments>http://www.zyxware.com/articles/641/fixed-ubuntu-startup-slows-down-at-starting-mail-transport-agent-mta-sendmail#comments</comments>
 <category domain="http://www.zyxware.com/categories/gnu-linux">GNU Linux</category>
 <category domain="http://www.zyxware.com/categories/sendmail">Sendmail</category>
 <category domain="http://www.zyxware.com/categories/system-administration">System Administration</category>
 <category domain="http://www.zyxware.com/categories/ubuntu">Ubuntu</category>
 <pubDate>Sun, 23 Aug 2009 06:58:12 +0000</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">641 at http://www.zyxware.com</guid>
<feedburner:origLink>http://www.zyxware.com/articles/641/fixed-ubuntu-startup-slows-down-at-starting-mail-transport-agent-mta-sendmail</feedburner:origLink></item>
</channel>
</rss>
