<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://andreys.info" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>code</title>
 <link>http://andreys.info/blog/tags/code</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Photoblog on Drupal Rev.2</title>
 <link>http://andreys.info/blog/2008-05-04/photoblog-on-drupal-rev-2</link>
 <description>&lt;p&gt;This concept was slightly changed versus previous &lt;a href=&quot;/blog/2006-10-29/photoblog-on-drupal&quot;&gt;Photoblog on Drupal&lt;/a&gt; idea. The biggest thing missing with the new concept comparing to the previous one is lack of any user level permissions. Any kind of private content was not so popular among my friends and colleagues so it was dropped (everybody prefer email for this type of images).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://andreys.info/blog/2008-05-04/photoblog-on-drupal-rev-2&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://andreys.info/blog/2008-05-04/photoblog-on-drupal-rev-2#comments</comments>
 <category domain="http://andreys.info/blog/tags/code">code</category>
 <category domain="http://andreys.info/blog/tags/drupal">drupal</category>
 <pubDate>Sun, 04 May 2008 13:13:59 +0200</pubDate>
 <dc:creator>Andrey</dc:creator>
 <guid isPermaLink="false">281 at http://andreys.info</guid>
</item>
<item>
 <title>Configuring terminal to work with MAMP mysql on Leopard</title>
 <link>http://andreys.info/blog/2007-11-07/configuring-terminal-to-work-with-mamp-mysql-on-leopard</link>
 <description>&lt;p&gt;I&#039;ve decided to try &lt;a href=&quot;http://mamp.info&quot; target=&quot;_blank&quot;&gt;MAMP&lt;/a&gt; on new Mac OS X 10.5. Mostly because PHP bundled with Leopard doesn&#039;t have GD library (otherwise it has quite cool set of modules). The other reason that is better &lt;a href=&quot;http://www.entropy.ch/software/macosx/php/&quot; target=&quot;_blank&quot;&gt;Marc Liyanage&#039;s PHP installer&lt;/a&gt; is not yet ready for Leopard.&lt;/p&gt;
&lt;p&gt;But after backing up all my MySQL databases (around 200Mb dump) it turned out that you can&#039;t acces MAMP&#039;s mysql via terminal to restore it (or I was something terribly missing from FAQs).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://andreys.info/blog/2007-11-07/configuring-terminal-to-work-with-mamp-mysql-on-leopard&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://andreys.info/blog/2007-11-07/configuring-terminal-to-work-with-mamp-mysql-on-leopard#comments</comments>
 <category domain="http://andreys.info/blog/tags/code">code</category>
 <category domain="http://andreys.info/blog/tags/mac">mac</category>
 <category domain="http://andreys.info/blog/tags/mysql">mysql</category>
 <category domain="http://andreys.info/blog/tags/terminal">terminal</category>
 <pubDate>Wed, 07 Nov 2007 19:55:44 +0100</pubDate>
 <dc:creator>Andrey</dc:creator>
 <guid isPermaLink="false">273 at http://andreys.info</guid>
</item>
<item>
 <title>Basic 5.1 update is running fine</title>
 <link>http://andreys.info/blog/2007-03-28/basic-51-update-is-running-fine</link>
 <description>&lt;p&gt;Basic 5.1 update is running fine. But there are some things yet to be updated and extended. Some new features for theme are in works. Super nice image_exact.module is missing for Drupal 5.x unfortunately (actually the only big upset). Other modules are basically the same as it was for 4.7 for now. I&#039;ll write more as soon as I&#039;ll have extra modules updated / installed. &lt;/p&gt;
&lt;p&gt;Comments are back.&lt;/p&gt;
</description>
 <comments>http://andreys.info/blog/2007-03-28/basic-51-update-is-running-fine#comments</comments>
 <category domain="http://andreys.info/blog/tags/code">code</category>
 <category domain="http://andreys.info/blog/tags/drupal">drupal</category>
 <category domain="http://andreys.info/blog/tags/update">update</category>
 <pubDate>Wed, 28 Mar 2007 01:48:02 +0200</pubDate>
 <dc:creator>Andrey</dc:creator>
 <guid isPermaLink="false">253 at http://andreys.info</guid>
</item>
<item>
 <title>Photoblog on Drupal</title>
 <link>http://andreys.info/blog/2006-10-29/photoblog-on-drupal</link>
 <description>&lt;div id=&quot;message&quot;&gt;The information below is somewhat obsolete and kept just for archiving purposes. It&#039;s recommended to check &lt;a href=&quot;/blog/2008-05-04/photoblog-on-drupal-rev-2&quot;&gt;new blog post&lt;/a&gt; to get better idea how to make a nice photoblog on Drupal today.&lt;/div&gt;
&lt;p&gt;Here are the main reasons why I&#039;ve chosen &lt;a href=&quot;http://drupal.org&quot; target=&quot;_blank&quot;&gt;Drupal&lt;/a&gt; over dedicated photoblogging scripts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;User and access management (as I want my friends to be able to access some &quot;friends only&quot; images)&lt;/li&gt;
&lt;li&gt;Email notifications for new content + various RSS feeds (general / per tag / ...) &lt;/li&gt;
&lt;li&gt;Text blog&lt;/li&gt;
&lt;li&gt;Better functionality, flexibility and extendibility&lt;/li&gt;
&lt;li&gt;RSS aggregator to link to my friends&#039; news&lt;/li&gt;
&lt;li&gt;Nice and clean urls&lt;/li&gt;
&lt;li&gt;and... I&#039;m quite familiar with Drupal code and themes (and this was probably the main reason)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After drawing a concept it was not very difficult to assemble photoblog on Drupal. But I made 3 differently setup installations before this final one was released. And I had to make several php code snippets and module code modifications to make the whole thing work the way I want. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://andreys.info/blog/2006-10-29/photoblog-on-drupal&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://andreys.info/blog/2006-10-29/photoblog-on-drupal#comments</comments>
 <category domain="http://andreys.info/blog/tags/code">code</category>
 <category domain="http://andreys.info/blog/tags/drupal">drupal</category>
 <pubDate>Sun, 29 Oct 2006 15:11:18 +0100</pubDate>
 <dc:creator>Andrey</dc:creator>
 <guid isPermaLink="false">79 at http://andreys.info</guid>
</item>
</channel>
</rss>
