<?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>Ilya Gorodnyanskiy - IT-Blog &#187; Web development</title>
	<atom:link href="http://i-gorod.org/itblog/category/webdevelopment/feed/" rel="self" type="application/rss+xml" />
	<link>http://i-gorod.org/itblog</link>
	<description>Personal web site of Ilya Gorodnyanskiy</description>
	<lastBuildDate>Fri, 20 Apr 2012 15:27:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Dojo: hasDownArrow property of dijit.form.FilteringSelect</title>
		<link>http://i-gorod.org/itblog/2012/03/12/dojo-hasdownarrow-property-of-filteringselect/</link>
		<comments>http://i-gorod.org/itblog/2012/03/12/dojo-hasdownarrow-property-of-filteringselect/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 10:19:38 +0000</pubDate>
		<dc:creator>Ilya G.</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[dojo FilteringSelect hasDownArray]]></category>

		<guid isPermaLink="false">http://i-gorod.org/itblog/?p=182</guid>
		<description><![CDATA[If set to false the hasDownArrow property of the FilteringSelect makes drop down arrow invisible. This can be useful in some situations. For example if you want to represent the data not as drop down list but as a tree. In this case you can set the drop down arrow to invisible, define your own [...]]]></description>
			<content:encoded><![CDATA[<p>If set to false the hasDownArrow property of the FilteringSelect makes drop down arrow invisible. This can be useful in some situations. For example if you want to represent the data not as drop down list but as a tree. In this case you can set the drop down arrow to invisible, define your own button right to the FilteringSelect and show up a dialog with the tree representation if the user clicks on you custom button. <span id="more-182"></span></p>
<p><strong>Important note! </strong> hasDownArrow has to be set at the creation time of the FilteringSelect. There is no way to change this property (ok, you can, but the change will have no effect) afterwards. Here is a little example:</p>
<pre>
<pre class="brush: jscript; title: ; notranslate">
var yourFilteringSelect = new dijit.form.FilteringSelect({
            hasDownArrow: this.hasDownArrow,
            store: yourJsonRestStore,
            query: { id: &quot;*&quot; },
            searchAttr: yourSearchAttribute,
            labelAttr: yourLabelAttribute
        }, filteringSelectPlaceholder);
</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://i-gorod.org/itblog/2012/03/12/dojo-hasdownarrow-property-of-filteringselect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment Notifier Plugin for WordPress.</title>
		<link>http://i-gorod.org/itblog/2009/07/19/comment-notifier-plugin-for-wordpress/</link>
		<comments>http://i-gorod.org/itblog/2009/07/19/comment-notifier-plugin-for-wordpress/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 21:34:46 +0000</pubDate>
		<dc:creator>Ilya G.</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://i-gorod.org/itblog/?p=69</guid>
		<description><![CDATA[Today I decided to try out Comment Notifier plugin for my WordPress. You&#8217;ll find now a checkbox &#8220;Notify me when new comments are added&#8221; under the comment form. At a first glance this plugin makes a good impression! It installed itself properly and after a little configuration it could send already notification mails! Great! The [...]]]></description>
			<content:encoded><![CDATA[<p>Today I decided to try out <a href="http://www.satollo.net/plugins/comment-notifier">Comment Notifier</a> plugin for my WordPress. You&#8217;ll find now a checkbox &#8220;Notify me when new comments are added&#8221; under the comment form. At a first glance this plugin makes a good impression! It installed itself properly and after a little configuration it could send already notification mails! Great! <span id="more-69"></span> The only shortcoming I could find so far is when you delete some comment, the email of the deleted author stays in the comment_notifier table. Personally I would expect, that the addresses of the potential spammers whould be also deleted from the notification list&#8230; </p>
<p>By the way, I&#8217;m positively impressed how easy it has got to install plugins in the latest version of WordPress! Only one click! In former versions one needed to copy a source code of a plugin in a particular folder on the server and to run a MySql script to create plugin tables in the database. Ok, it was not a great act&#8230;.but still! Now this process is fully automatized!  </p>
]]></content:encoded>
			<wfw:commentRss>http://i-gorod.org/itblog/2009/07/19/comment-notifier-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Drupal, Plazes, GMap Module and some Speculations.</title>
		<link>http://i-gorod.org/itblog/2007/06/25/drupal-plazes-gmap-module-and-some-speculations/</link>
		<comments>http://i-gorod.org/itblog/2007/06/25/drupal-plazes-gmap-module-and-some-speculations/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 21:08:09 +0000</pubDate>
		<dc:creator>Ilya G.</dc:creator>
				<category><![CDATA[General topics]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://i-gorod.org/itblog/2007/06/25/drupal-plazes-gmap-module-and-some-speculations/</guid>
		<description><![CDATA[Already two days I bear in mind an idea of creating a kind of a social network that would support GEO services. I have already introduced the German startup Plazes. What I don&#8217;t really like about this project is that for me as a consumer this service is too special. If I don&#8217;t want to [...]]]></description>
			<content:encoded><![CDATA[<p>Already two days I bear in mind an idea of creating a kind of a social network that would support GEO services. I have <a href="http://i-gorod.org/itblog/2007/06/06/plazes-right-plaze-right-people-right-time/">already introduced</a> the German startup <a href="http://plazes.com">Plazes</a>. What I don&#8217;t really like about this project is that for me as a consumer this service is too special. <span id="more-21"></span> If I don&#8217;t want to use its main feature, so to deal with my current location, to define new places in the taxonomy etc. (and that&#8217;t not quite obvious, one should take a time to find out how this stuff works) <a href="http://plazes.com">Plazes</a> platform is for me useless. To my opinion the &#8220;sociality&#8221;, so the interaction between users, the easy way to get to know each other should have the higher priority. I accept the GEO functionality as the feature, that can entertain the visitors. But in no way as the main component around which the community grows.</p>
<p>Looking through the modules for Drupal I found there a one, which is called <a href="http://drupal.org/node/37281">Plazes</a>. It&#8217;s not actually what makes me happy. This module connects you to the original <a href="http://plazes.com">Plazes</a> site and gives back the information about users who are registered there. This is not that comfortable for the visitors of YOUR site, because first of all they have to deal with their <a href="http://plazes.com">Plazes</a> account. And secondly why must they visit your site if they use already another service? What I&#8217;m thinking of, is the writing of the own simple module, that will allow users to define the places they are at on your website. It must be not difficult, just a simple database table, where the users ids are mapped to the places.</p>
<p>Drupal offers also a <a href="http://drupal.org/node/33591">GMap module</a>. According to the description it must show on the map the position of the given coordinates. It&#8217;s actually a gmap API that is embedded into Drupal engine. Unfortunately all the demo website don&#8217;t show the maps. The devoloper says that it must lie on the recent changes in the APIs. So if I&#8217;d tend to use google fascilities, I&#8217;ll have to look at the APIs myself.</p>
<p>Thus with the combination of the potential module and Google API one can realize funny features for the visitors of the potential community. Of course the idea is not ripe enough and I have to think about how to bring the sociality to the front. And what is more important is whether I find the time for the realization of my ambitions. Let&#8217;s see. If you have some ideas to this topic or just the mood to speculation about what could be if&#8230; , you are welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://i-gorod.org/itblog/2007/06/25/drupal-plazes-gmap-module-and-some-speculations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JSSpamBlock Plugin for WordPress.</title>
		<link>http://i-gorod.org/itblog/2007/06/21/jsspamblock-plugin-for-wordpress/</link>
		<comments>http://i-gorod.org/itblog/2007/06/21/jsspamblock-plugin-for-wordpress/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 18:23:47 +0000</pubDate>
		<dc:creator>Ilya G.</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://i-gorod.org/itblog/2007/06/21/jsspamblock-plugin-for-wordpress/</guid>
		<description><![CDATA[Searching for a plugin for WordPress preventing spam bots to make comments to your postings, I found a really fine solution called JSSpamBlock plugin. If JavaScript support in your browser is turned off, you see a familiar input field where you have to put in a certain number when you are about to submit your [...]]]></description>
			<content:encoded><![CDATA[<p>Searching for a plugin for <a href="http://wordpress.org">WordPress</a> preventing spam bots to make comments to your postings, I found  a really fine solution called <a href="http://wordpress.org/extend/plugins/jsspamblock">JSSpamBlock</a> plugin. If JavaScript support in your browser is turned off, you see a familiar input field where you have to put in a certain number when you are about to submit your comment. But if it&#8217;s on you<span id="more-19"></span> don&#8217;t have to put in anything! The idea is very easy and very elegant.  JavaScript  does this work for you, it puts in the numer in the field and makes the field invisible. So the assumtion is that the spam bots don&#8217;t interprate JavaScript. Thus most of your human site visitors aren&#8217;t aware of the measures you took to protect yourself from spam bots. I have already installed this plugin on i-gorod and am really curious whether the idea works.</p>
]]></content:encoded>
			<wfw:commentRss>http://i-gorod.org/itblog/2007/06/21/jsspamblock-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shoutbox module in Drupal.</title>
		<link>http://i-gorod.org/itblog/2007/06/20/shoutbox-module-in-drupal/</link>
		<comments>http://i-gorod.org/itblog/2007/06/20/shoutbox-module-in-drupal/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 06:35:33 +0000</pubDate>
		<dc:creator>Ilya G.</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://i-gorod.org/itblog/2007/06/20/shoutbox-module-in-drupal/</guid>
		<description><![CDATA[Yesterday I made an effort to install Shoutbox module for the 5.x release of Drupal on my Life website. I was disappointed. In the former version this module was quite stable and offered a variety of features that the new version does not support anymore. What I really miss in the new version is the [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I made an effort to install <a href="http://drupal.org/project/shoutbox">Shoutbox </a>module for the 5.x release of Drupal on my Life website. I was disappointed. In the former version this module was quite stable and offered a variety of features  that the new version does not support anymore.  What I really miss in<span id="more-16"></span> the new version is the archive of shouts and the option to use the <a href="http://drupal.org/project/shoutbox">Shoutbox</a>  in a kind of static mode, so that when somebody writes a message and submits it, the page is loaded again. Now it&#8217;s realised with AJAX and does not function properly in all browsers. For example in IE7 after the submition of the first message everything is ok, but when you write again and submi,t your design is completely crashed. This is a bug and was already reported several times, but still there is no fix for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://i-gorod.org/itblog/2007/06/20/shoutbox-module-in-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal&#8217;s Image_Galleries Module.</title>
		<link>http://i-gorod.org/itblog/2007/06/19/drupals-image_galleries-module/</link>
		<comments>http://i-gorod.org/itblog/2007/06/19/drupals-image_galleries-module/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 13:22:29 +0000</pubDate>
		<dc:creator>Ilya G.</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://i-gorod.org/itblog/2007/06/19/drupals-image_galleries-module/</guid>
		<description><![CDATA[I was pleasantly surprised having installed the current version of Drupal&#8217;s Image Galleries Module on my Life website. Two years ago this module was pretty buggy and one had to invest much time to make it work properly. I can&#8217;t state that the range of features that Galleries module offeres nowadays became really wide. If [...]]]></description>
			<content:encoded><![CDATA[<p>I was pleasantly surprised having installed the current version of Drupal&#8217;s Image Galleries Module on my <a href="http://life.i-gorod.org">Life</a> website. Two years ago this module was pretty buggy and one had to invest much time to make it work properly.<span id="more-15"></span> I can&#8217;t state that the range of features that Galleries module offeres nowadays became really wide. If i&#8217;m not mistaken the only innovative thing is the import of images from a directory. But you can simply install this module, and it works!</p>
<p>What I still didn&#8217;t find out is how to change the look of the Image node. For example I want to display the taxonomy terms like the name of the Image Gallery to which the current Image belongs after the image and not before. It seems to me that it has nothing to do with the Imge or Image Gallery modules. The truth lies somewhere in taxonomy or system modules.</p>
]]></content:encoded>
			<wfw:commentRss>http://i-gorod.org/itblog/2007/06/19/drupals-image_galleries-module/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Snap shots for the links on your web site.</title>
		<link>http://i-gorod.org/itblog/2007/06/09/snap-shots-for-the-links-on-your-web-site/</link>
		<comments>http://i-gorod.org/itblog/2007/06/09/snap-shots-for-the-links-on-your-web-site/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 22:14:15 +0000</pubDate>
		<dc:creator>Ilya G.</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://i-gorod.org/itblog/2007/06/09/snap-shots-for-the-links-on-your-web-site/</guid>
		<description><![CDATA[Snap shots is an online service that generates and shows a preview of web sites that are linked on your page. Each time the mouse cursor is moved over the link there appears a preview window. To use the service you should go to Snap shots web site and proceed four steps. First of all [...]]]></description>
			<content:encoded><![CDATA[<p> <a href="http://www.snap.com/about/shots.php" title="snap shots">Snap shots</a> is an online service that generates and shows a preview of web sites that  are linked on your page.   Each time the mouse cursor  is moved over the link there appears a preview window. To use the service you should go to <a href="http://www.snap.com/about/shots.php" title="snap shots">Snap shots</a> web site and proceed four steps. First of all you configure the look and feel of the preview window, so that it stays <span id="more-8"></span>in harmony with the desing of your own site. Then you are asked to enter the url of your site and your email. In the third step you  get the link to the script file.  And at last the link has to be integrated into your code. There are actually several ways to do this. On my site I just added the link-tag to the header. For the users of WordPress it is possible to download and install the Snap shots plugin. How to do that please refer to the <a href="http://ajaydsouza.com/wordpress/plugins/snap-preview-anywhere/">plugin site</a>.</p>
<p>I installed Snap shots on i-gorod several hours ago just to see how good it works. Well, in general I&#8217;m quite satisfied, but in details not that much. The loading process of the preview can take  sometimes up to 5 seconds. That&#8217;s  of course a disadvantage. Several times the preview just was not loaded,  so that the preview window was white. After refresh Snap shots functioned again. If the enumerated aspects bear a constant character, I&#8217;ll have to take out Snap shots from my site.</p>
]]></content:encoded>
			<wfw:commentRss>http://i-gorod.org/itblog/2007/06/09/snap-shots-for-the-links-on-your-web-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

