<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Amir Aryani</title>
	<atom:link href="http://amiraryani.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://amiraryani.wordpress.com</link>
	<description>Notes about software development</description>
	<lastBuildDate>Mon, 08 Aug 2011 22:14:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='amiraryani.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Amir Aryani</title>
		<link>http://amiraryani.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://amiraryani.wordpress.com/osd.xml" title="Amir Aryani" />
	<atom:link rel='hub' href='http://amiraryani.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SVN conflict on all lines (LF), while edit a file using Windows then Unix (Mac, Ubuntu)</title>
		<link>http://amiraryani.wordpress.com/2010/11/01/svn-conflict-on-all-lines-lf-while-edit-a-file-using-windows-then-unix-mac-ubuntu/</link>
		<comments>http://amiraryani.wordpress.com/2010/11/01/svn-conflict-on-all-lines-lf-while-edit-a-file-using-windows-then-unix-mac-ubuntu/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 06:11:44 +0000</pubDate>
		<dc:creator>Amir Aryani</dc:creator>
				<category><![CDATA[IT Support]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[eol-style]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://amiraryani.wordpress.com/?p=389</guid>
		<description><![CDATA[This is a work around for a problem of committing changes to subversion using multiple operating system and the end of the line conflict. If you collaborate on a text file or a source code file while multiple people editing the file using Windows and Unix (or Mac), you might face a challenge for committing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=389&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a work around for a problem of committing changes to subversion using multiple operating system and the end of the line conflict.</p>
<p>If you collaborate on a text file or a source code file while multiple people editing the file using Windows and Unix (or Mac),</p>
<p>you might face a challenge for committing changes to subversion.</p>
<p>The problem is the conflict on all lines each time a file edited with Unix then Windows, and vise versa.</p>
<p>To resolve this issue use the following terminal comments to edit the property of the text (source code) file.</p>
<p><code><br />
svn propset "svn:eol-style" "native" file1.txt</code></p>
<p>Reference: <a href="http://svnbook.red-bean.com/en/1.4/svn.advanced.props.file-portability.html">Red Bean File Property</a></p>
<br />Filed under: <a href='http://amiraryani.wordpress.com/category/it-support/'>IT Support</a>, <a href='http://amiraryani.wordpress.com/category/uncategorized/'>Uncategorized</a>, <a href='http://amiraryani.wordpress.com/category/unix/'>Unix</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amiraryani.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amiraryani.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amiraryani.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amiraryani.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amiraryani.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amiraryani.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amiraryani.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amiraryani.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amiraryani.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amiraryani.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amiraryani.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amiraryani.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amiraryani.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amiraryani.wordpress.com/389/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=389&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amiraryani.wordpress.com/2010/11/01/svn-conflict-on-all-lines-lf-while-edit-a-file-using-windows-then-unix-mac-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2317bf5cc09bca49a137365630f2be22?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">amir</media:title>
		</media:content>
	</item>
		<item>
		<title>Find the version of ubuntu</title>
		<link>http://amiraryani.wordpress.com/2010/10/14/find-the-version-of-ubuntu/</link>
		<comments>http://amiraryani.wordpress.com/2010/10/14/find-the-version-of-ubuntu/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 00:36:46 +0000</pubDate>
		<dc:creator>Amir Aryani</dc:creator>
				<category><![CDATA[IT Support]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Ubuntu version]]></category>

		<guid isPermaLink="false">http://amiraryani.wordpress.com/?p=385</guid>
		<description><![CDATA[To find out which version of Ubuntu is installed, type the following command in the terminal: lsb_release -a Example: $ lsb_release -a Distributor ID: Ubuntu Description: Ubuntu 10.04.1 LTS Release: 10.04 Codename: lucid Filed under: IT Support, Unix<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=385&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To find out which version of Ubuntu is installed, type the following command in the terminal:<strong> lsb_release -a</strong></p>
<p>Example:</p>
<p><code>$ lsb_release -a<br />
Distributor ID:	Ubuntu<br />
Description:	Ubuntu 10.04.1 LTS<br />
Release:	10.04<br />
Codename:	lucid</code></p>
<br />Filed under: <a href='http://amiraryani.wordpress.com/category/it-support/'>IT Support</a>, <a href='http://amiraryani.wordpress.com/category/unix/'>Unix</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amiraryani.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amiraryani.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amiraryani.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amiraryani.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amiraryani.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amiraryani.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amiraryani.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amiraryani.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amiraryani.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amiraryani.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amiraryani.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amiraryani.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amiraryani.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amiraryani.wordpress.com/385/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=385&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amiraryani.wordpress.com/2010/10/14/find-the-version-of-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2317bf5cc09bca49a137365630f2be22?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">amir</media:title>
		</media:content>
	</item>
		<item>
		<title>SVN terminal, list (log) the last (top) &#8216;n&#8217; transactions</title>
		<link>http://amiraryani.wordpress.com/2010/10/07/svn-terminal-list-log-the-last-top-n-transactions/</link>
		<comments>http://amiraryani.wordpress.com/2010/10/07/svn-terminal-list-log-the-last-top-n-transactions/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 08:06:01 +0000</pubDate>
		<dc:creator>Amir Aryani</dc:creator>
				<category><![CDATA[IT Support]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://amiraryani.wordpress.com/?p=379</guid>
		<description><![CDATA[The followings are terminal commands for getting the details of the last &#8216;n&#8217; changes to a SVN repository: Step 1: Find the last revision number: Use tomorrow date to include the transactions for today. If today is 7 Oct then $ svn log -r {2010-10-08} 601 &#124; amiraryani &#124; 2010-10-07 18:40:23 +1100 (Thu, 07 Oct [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=379&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The followings are terminal commands for getting the details of the last &#8216;n&#8217; changes to a SVN repository:</p>
<p>Step 1: Find the last revision number:</p>
<p>Use tomorrow date to include the transactions for today. If today is 7 Oct then</p>
<pre>$ svn log -r {<strong>2010-10-08</strong>}
<strong>601</strong> | amiraryani | 2010-10-07 18:40:23 +1100 (Thu, 07 Oct 2010) | 1 line</pre>
<p>Step2: Now that we know the last revision number is 601, we can get the last 10 transaction between 601 and 591</p>
<pre>svn log -r 601:591</pre>
<p>also we can get more details by adding <em>&#8211;verbose</em> parameter.</p>
<pre>svn log -r 601:591 --verbose</pre>
<p>References:<br />
<a href="http://fitz.blogspot.com/2007/03/top-ten-subversion-tips-for-cvs-users.html" target="_blank">fitz.blogspot.com</a></p>
<p><a href="http://svnbook.red-bean.com/en/1.0/ch03s06.html#svn-ch-3-sect-5.1" target="_blank">svnbook.red-bean.com/1.0</a></p>
<p><a href="http://svnbook.red-bean.com/en/1.4/svn.tour.revs.specifiers.html" target="_blank">svnbook.red-bean.com/en/1.4/</a></p>
<br />Filed under: <a href='http://amiraryani.wordpress.com/category/it-support/'>IT Support</a>, <a href='http://amiraryani.wordpress.com/category/unix/'>Unix</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amiraryani.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amiraryani.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amiraryani.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amiraryani.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amiraryani.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amiraryani.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amiraryani.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amiraryani.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amiraryani.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amiraryani.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amiraryani.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amiraryani.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amiraryani.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amiraryani.wordpress.com/379/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=379&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amiraryani.wordpress.com/2010/10/07/svn-terminal-list-log-the-last-top-n-transactions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2317bf5cc09bca49a137365630f2be22?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">amir</media:title>
		</media:content>
	</item>
		<item>
		<title>Three software myths</title>
		<link>http://amiraryani.wordpress.com/2010/10/04/three-software-myths/</link>
		<comments>http://amiraryani.wordpress.com/2010/10/04/three-software-myths/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 09:45:16 +0000</pubDate>
		<dc:creator>Amir Aryani</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Software Maintenance]]></category>

		<guid isPermaLink="false">http://amiraryani.wordpress.com/?p=376</guid>
		<description><![CDATA[I love these two software engineering myths (quoted from Roger Pressman, Software Engineering A Practitioner&#8217;s Approach): Management myth: If we get behind schedule, we can add more programmers and catchup  (sometimes called the &#8220;Mongolian horde&#8221; concept). Reality: Software development is not a mechanical. Brooks: &#8220;Adding people to a late software project makes it later&#8221;  form [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=376&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I love these two software engineering myths (quoted from Roger Pressman, <em>Software Engineering A Practitioner&#8217;s Approach</em>):</p>
<ol>
<li>Management myth: If we get behind schedule, we can add more programmers and catchup  (sometimes called the &#8220;Mongolian horde&#8221; concept).<br />
Reality: Software development is not a mechanical.<br />
Brooks: &#8220;Adding people to a late software project makes it later&#8221;  form the book The Mythical Man-Month 1995.</li>
<li>Programmer myth: Once we write the program and get it to work, our job is done.<br />
Reality: Industry data indicates that 60% to 80%of all effort expended on software will be expended after it is delivered to the customer for its first time.</li>
</ol>
<br />Filed under: <a href='http://amiraryani.wordpress.com/category/software-engineering/'>Software Engineering</a>, <a href='http://amiraryani.wordpress.com/category/software-maintenance/'>Software Maintenance</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amiraryani.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amiraryani.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amiraryani.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amiraryani.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amiraryani.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amiraryani.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amiraryani.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amiraryani.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amiraryani.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amiraryani.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amiraryani.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amiraryani.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amiraryani.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amiraryani.wordpress.com/376/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=376&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amiraryani.wordpress.com/2010/10/04/three-software-myths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2317bf5cc09bca49a137365630f2be22?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">amir</media:title>
		</media:content>
	</item>
		<item>
		<title>How to change the Ubuntu panel without right click</title>
		<link>http://amiraryani.wordpress.com/2010/09/24/how-to-change-the-ubuntu-panel-without-right-click/</link>
		<comments>http://amiraryani.wordpress.com/2010/09/24/how-to-change-the-ubuntu-panel-without-right-click/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 02:24:43 +0000</pubDate>
		<dc:creator>Amir Aryani</dc:creator>
				<category><![CDATA[IT Support]]></category>
		<category><![CDATA[Gnome Panel]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://amiraryani.wordpress.com/?p=373</guid>
		<description><![CDATA[On the Ubuntu (version 10.04) I changed the properties of the bottom gnome panel: unticked the expand property, then locked the panel. The result is a short version of the panel which is very difficult to rest to default using right click (at least I could not do it). One easy way to reset the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=373&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On the Ubuntu (version 10.04) I changed the properties of the bottom gnome panel: unticked the expand property, then locked the panel.<br />
The result is a short version of the panel which is very difficult to rest to default using right click (at least I could not do it).</p>
<p>One easy way to reset the gnome panel is to remove .gconf/apps/panel folder. This can be achieved by typing the following in the terminal:</p>
<p><code><br />
rm -r ~/.gconf/apps/panel<br />
</code></p>
<p>Then you should logout and when you login again you will find the panel is changed to default setting.</p>
<p>Note: <strong>By resetting panel all the customization of the panel will be lost.</strong></p>
<p>Ref: <a href="http://www.celsius1414.com/2006/08/31/how-to-reset-gnome-panel-to-default-in-ubuntugnome2">celsius1414.com</a></p>
<br />Filed under: <a href='http://amiraryani.wordpress.com/category/it-support/'>IT Support</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amiraryani.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amiraryani.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amiraryani.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amiraryani.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amiraryani.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amiraryani.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amiraryani.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amiraryani.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amiraryani.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amiraryani.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amiraryani.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amiraryani.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amiraryani.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amiraryani.wordpress.com/373/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=373&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amiraryani.wordpress.com/2010/09/24/how-to-change-the-ubuntu-panel-without-right-click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2317bf5cc09bca49a137365630f2be22?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">amir</media:title>
		</media:content>
	</item>
		<item>
		<title>Domain-based Change Propagation Analysis: An Enterprise Case Study</title>
		<link>http://amiraryani.wordpress.com/2010/09/15/domain-based-change-propagation-analysis-an-enterprise-case-study/</link>
		<comments>http://amiraryani.wordpress.com/2010/09/15/domain-based-change-propagation-analysis-an-enterprise-case-study/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 09:09:43 +0000</pubDate>
		<dc:creator>Amir Aryani</dc:creator>
				<category><![CDATA[Domain-based Coupling]]></category>
		<category><![CDATA[Software Maintenance]]></category>

		<guid isPermaLink="false">http://amiraryani.wordpress.com/?p=363</guid>
		<description><![CDATA[This is the presentation file for &#8220;Domain-based Change Propagation Analysis: An Enterprise Case Study&#8221; presented in ICSM 2010. The published paper discuss the application of domain analysis in predicting the impact of software changes. The paper shows the result of a case study on a large scale enterprise system called BEIMS developed by Mercury Computer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=363&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the presentation file for &#8220;Domain-based Change Propagation Analysis: An Enterprise Case Study&#8221; presented in ICSM 2010. </p>
<p>The published paper discuss the application of domain analysis in predicting the impact of software changes. The paper shows the result of a case study on a large scale enterprise system called BEIMS developed by Mercury Computer System in Australia. </p>
<iframe src='http://www.slideshare.net/slideshow/embed_code/5205028' width='600' height='492'></iframe>
<br />Filed under: <a href='http://amiraryani.wordpress.com/category/domain-based-coupling/'>Domain-based Coupling</a>, <a href='http://amiraryani.wordpress.com/category/software-maintenance/'>Software Maintenance</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amiraryani.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amiraryani.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amiraryani.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amiraryani.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amiraryani.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amiraryani.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amiraryani.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amiraryani.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amiraryani.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amiraryani.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amiraryani.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amiraryani.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amiraryani.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amiraryani.wordpress.com/363/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=363&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amiraryani.wordpress.com/2010/09/15/domain-based-change-propagation-analysis-an-enterprise-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2317bf5cc09bca49a137365630f2be22?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">amir</media:title>
		</media:content>
	</item>
		<item>
		<title>How to push (insert) HTML to a UpdatePanel</title>
		<link>http://amiraryani.wordpress.com/2010/05/04/how-to-push-insert-html-to-a-updatepanel/</link>
		<comments>http://amiraryani.wordpress.com/2010/05/04/how-to-push-insert-html-to-a-updatepanel/#comments</comments>
		<pubDate>Tue, 04 May 2010 07:20:28 +0000</pubDate>
		<dc:creator>Amir Aryani</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://amiraryani.wordpress.com/?p=355</guid>
		<description><![CDATA[It is often useful to insert HTML code in an ASP.net page from the code behind. This can be achieved using an update panel as demonstrated below: Filed under: ASP.NET<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=355&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is often useful to insert HTML code in an ASP.net page from the code behind. This can be achieved using an update panel as demonstrated below:</p>
<p><pre class="brush: csharp;">
UpdatePanel1.ContentTemplateContainer.Controls.Add(new LiteralControl(&quot;This is a text from code behind.&quot;));
</pre></p>
<br />Filed under: <a href='http://amiraryani.wordpress.com/category/aspnet/'>ASP.NET</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amiraryani.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amiraryani.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amiraryani.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amiraryani.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amiraryani.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amiraryani.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amiraryani.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amiraryani.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amiraryani.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amiraryani.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amiraryani.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amiraryani.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amiraryani.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amiraryani.wordpress.com/355/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=355&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amiraryani.wordpress.com/2010/05/04/how-to-push-insert-html-to-a-updatepanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2317bf5cc09bca49a137365630f2be22?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">amir</media:title>
		</media:content>
	</item>
		<item>
		<title>Open a web page in outlook through Add-Ins</title>
		<link>http://amiraryani.wordpress.com/2010/03/30/open-a-web-page-in-outlook-through-add-ins/</link>
		<comments>http://amiraryani.wordpress.com/2010/03/30/open-a-web-page-in-outlook-through-add-ins/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 05:09:32 +0000</pubDate>
		<dc:creator>Amir Aryani</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Outlook 2003 Addin]]></category>

		<guid isPermaLink="false">http://amiraryani.wordpress.com/?p=350</guid>
		<description><![CDATA[The following code snippet shows how to open a web site (webpage)  inside Microsoft Outlook using Office Development with Visual Studio (VSTO). This code is tested using Outlook 2003. More references about VSTO and Outlook: http://blogs.msdn.com/vsto/ http://msdn.microsoft.com/en-au/vsto/dd162450.aspx http://msdn.microsoft.com/en-us/library/ms268747(VS.80).aspx Filed under: Microsoft Office, VSTO<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=350&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following code snippet shows how to open a web site (webpage)  inside Microsoft Outlook using Office Development with Visual Studio (VSTO). This code is tested using Outlook 2003.</p>
<p><pre class="brush: csharp;">
private void ThisAddIn_Startup(object sender, System.EventArgs e)
{
Office.CommandBarComboBox control = (Office.CommandBarComboBox) this.Application.ActiveExplorer().CommandBars.FindControl(26,1740, missing, missing);
control.Text = &quot;www.msn.com&quot;;
}
</pre></p>
<p>More references about VSTO and Outlook:</p>
<ul>
<li><a href="http://blogs.msdn.com/vsto/" target="_blank">http://blogs.msdn.com/vsto/</a></li>
<li><a href="http://msdn.microsoft.com/en-au/vsto/dd162450.aspx">http://msdn.microsoft.com/en-au/vsto/dd162450.aspx</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/ms268747(VS.80).aspx">http://msdn.microsoft.com/en-us/library/ms268747(VS.80).aspx</a></li>
</ul>
<br />Filed under: <a href='http://amiraryani.wordpress.com/category/microsoft-office/'>Microsoft Office</a>, <a href='http://amiraryani.wordpress.com/category/vsto/'>VSTO</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amiraryani.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amiraryani.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amiraryani.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amiraryani.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amiraryani.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amiraryani.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amiraryani.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amiraryani.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amiraryani.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amiraryani.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amiraryani.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amiraryani.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amiraryani.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amiraryani.wordpress.com/350/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=350&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amiraryani.wordpress.com/2010/03/30/open-a-web-page-in-outlook-through-add-ins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2317bf5cc09bca49a137365630f2be22?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">amir</media:title>
		</media:content>
	</item>
		<item>
		<title>Font size problem in exporting Crystal Report to PDF using ASP.Net</title>
		<link>http://amiraryani.wordpress.com/2010/03/25/font-size-problem-in-exporting-crystal-report-to-pdf-using-asp-net/</link>
		<comments>http://amiraryani.wordpress.com/2010/03/25/font-size-problem-in-exporting-crystal-report-to-pdf-using-asp-net/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 00:48:28 +0000</pubDate>
		<dc:creator>Amir Aryani</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Crystal Report]]></category>
		<category><![CDATA[ASP.Net 3.5]]></category>
		<category><![CDATA[Crystal 11.5]]></category>
		<category><![CDATA[Font Size]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://amiraryani.wordpress.com/?p=345</guid>
		<description><![CDATA[http://forums.asp.net/t/1212106.aspx I noticed a font size problem in exporting Crystal Report using Crystal 11.5 and ASP.Net 3.5.  In this case I needed to export a Crystal Report contains some barcodes.  The barcodes in the exported PDF had a very small font size. Searching web, I found that this issue can be fixed using to registry [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=345&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://forums.asp.net/t/1212106.aspx">http://forums.asp.net/t/1212106.aspx</a></p>
<p>I noticed a font size problem in exporting Crystal Report using Crystal 11.5 and ASP.Net 3.5.  In this case I needed to export a Crystal Report contains some barcodes.  The barcodes in the exported PDF had a very small font size. Searching web, I found that this issue can be fixed using to registry keys:</p>
<p><a href="http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233323330333533313336%7D.do" target="_blank">SAP Knowledge Base Article</a>:</p>
<blockquote><p>To resolve the behavior</p>
<ol>
<li>Set the resolution of the default printer of the local computer experiencing the issue to <strong>1200 DPI</strong>. Most printers have a default setting of <strong>600 DPI</strong>.</li>
<li>Create two registry keys to prevent the <strong>crxf_pdf.dll</strong> from decreasing in font size.</li>
<li>Click <strong>Start</strong> &gt; <strong>Run</strong>. Type &#8220;regedit&#8221;. The Registry Editor appears.</li>
<li>Create the following keys for Crystal Reports XI with the defined values:HKEY_CURRENT_USER\Software\Business Objects\Suite 11.0\Crystal Reports\Export\PDF\ForceLargerFonts<br />
Type: DWORD<br />
Recognized Values: 0,1<br />
Default Value: 1<br />
Creation Method: manual</p>
<p>HKEY_LOCAL_MACHINE\Software\Business Objects\Suite 11.0\Crystal Reports\Export\PDF\ForceLargerFonts<br />
Type: DWORD<br />
Recognized Values: 0,1<br />
Default Value: 1<br />
Creation Method: manual</li>
<li>Set both registry key values to 1 to turn them on.</li>
<li>Create the following keys for Crystal Reports XI Release 2 with the defined values:HKEY_CURRENT_USER\Software\Business Objects\Suite 11.5\Crystal Reports\Export\PDF\ForceLargerFonts<br />
Type: DWORD<br />
Recognized Values: 0,1<br />
Default Value: 1<br />
Creation Method: manual</p>
<p>HKEY_LOCAL_MACHINE\Software\Business Objects\Suite 11.5\Crystal Reports\Export\PDF\ForceLargerFonts<br />
Type: DWORD<br />
Recognized Values: 0,1<br />
Default Value: 1<br />
Creation Method: manual</li>
<li>Set both registry key values to 1 to turn them on.</li>
<li>Restart the Crystal Reports Page, Job and Cache Servers</li>
</ol>
</blockquote>
<p>and for the Unix server:</p>
<blockquote><p>UNIX, an X server client such as <strong>x-win32</strong> must be installed. Add the keys as follows:</p>
<ol>
<li>Launch the X server client (alternatively use xming on the client machine and export the display to the client machine.</li>
<li>Login as business Objects user</li>
<li>Go to the business objects installation folder: cd  &lt;bobje install&gt;/bobje/setup/</li>
<li>Sorce env.sh (for example: . ./env.sh).</li>
<li>Type regedit</li>
<li>Create the registry keys as detailed below.
<ol>
<li>Create the following keys for Crystal Reports XI Release 2 with the defined values:</li>
<li>Create a new key under &#8216;HKEY_CURRENT_USER\Software\Business Objects\Suite 11.5\Crystal Reports&#8217; called &#8216;Export&#8217;</li>
<li>Create a new key under &#8216;HKEY_CURRENT_USER\Software\Business Objects\Suite 11.5\Crystal Reports\Export&#8217; called &#8216;PDF&#8217;</li>
<li>Create a new Dword value called &#8216;ForceLargerFonts&#8217; under &#8216;HKEY_CURRENT_USER\Software\Business Objects\Suite 11.5\Crystal Reports\Export\PDF&#8217;</li>
<li>Set the value to 1 (just double click on the name you just created)</li>
<li>Create a new key under &#8216;HKEY_LOCAL_MACHINE\Software\Business Objects\Suite 11.5\Crystal Reports&#8217; called &#8216;Export&#8217;</li>
<li>Create a new key under &#8216;HKEY_LOCAL_MACHINE\Software\Business Objects\Suite 11.5\Crystal Reports\Export&#8217; called &#8216;PDF&#8217;</li>
<li>Create a new Dword value called &#8216;ForceLargerFonts&#8217; under &#8216;HKEY_LOCAL_MACHINE\Software\Business Objects\Suite 11.5\Crystal Reports\Export&#8217;</li>
<li> Set the value to 1 (just double click on the name you just created).</li>
</ol>
</li>
<li>Restart the Crystal Reports Page, Job and Cache Servers.</li>
</ol>
</blockquote>
<p>I followed the provided instruction in SAP knowledge base but it did not work for me. I set the registry at HKEY_LOCAL_MACHINE which I expected to affect IIS, and then I set the HKEY_CURRENT_USER registry (which to me is not relevant as IIS uses different profile), then restarted the web server. The result was still barcode printing in small font.</p>
<p>Further search on the web I found a new solution in SAP community forum: <a href="https://forums.sdn.sap.com/thread.jspa?threadID=1161804">https://forums.sdn.sap.com/thread.jspa?threadID=1161804</a></p>
<blockquote><p>1. Press Ctrl-Alt-Del on your keyboard, then click the Task Manager button. Click the Processes tab. The security account is listed beside your process name (for IIS 5 the process name is aspnet_wp.exe and for IIS 6 it is w3wp.exe).</p>
<p>2. Open the registry editor. On the Start menu, click Run then type &#8220;regedit&#8221; and click OK.</p>
<p>3. Navigate to the following registry sub key:</p>
<p>HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList</p>
<p>There will be a number of keys here that start with &#8220;S-1-5&#8243;. Inspect each one and look for your security account name in the ProfileImagePath entry. Take note of the key (folder) you are on when you find your process.</p>
<p>4. Go to the following registry sub key:</p>
<p>HKEY_USERS[your security profile]\Software\Crystal Decisions\10.2\Crystal Reports\Export\Pdf</p>
<p>5. Right-click the sub key and click New &gt; DWORD Value. Name the DWORD value &#8220;ForceLargerFonts&#8221; and set it to the value of 1.</p>
<p>6. Restart IIS, and try the application again.</p></blockquote>
<p>My experience:</p>
<blockquote><p>The IIS running on a XP machine where the Process Name (Image Name) equals to aspnet_wp.exe and the User Name equals to  ASPNET.   Looked at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList and found that  S-1-5-21-1085031214-562591055-839522115-1004 has the value of</p>
<p>Value Name: ProfileImagePath</p>
<p>Value data: %SystemDrive%\Documents and Settings\TESTXP17908\ASPNET</p>
<p>Next step: I added ForceLargerFonts value to HKEY_USERS\S-1-5-21-1085031214-562591055-839522115-1004\Software\Business Objects\Suite 11.5\Crystal Reports\Export\PDF.</p>
<p>Restarted IIS</p>
<p><strong>Result: Problem solved :)</strong></p></blockquote>
<p>Other web links and references:</p>
<ul>
<li><a href="http://forums.asp.net/t/1212106.aspx" target="_blank">Asp.Net forum: Font size reduced after export the crystal report to pdf format</a></li>
<li><a href="http://aspadvice.com/blogs/crystal/archive/2004/04/01/2193.aspx" target="_blank">Crystal .NET Blog: Font size issue with Exporting to PDF</a></li>
</ul>
<br />Filed under: <a href='http://amiraryani.wordpress.com/category/aspnet/'>ASP.NET</a>, <a href='http://amiraryani.wordpress.com/category/crystal-report/'>Crystal Report</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amiraryani.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amiraryani.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amiraryani.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amiraryani.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amiraryani.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amiraryani.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amiraryani.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amiraryani.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amiraryani.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amiraryani.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amiraryani.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amiraryani.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amiraryani.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amiraryani.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=345&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amiraryani.wordpress.com/2010/03/25/font-size-problem-in-exporting-crystal-report-to-pdf-using-asp-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2317bf5cc09bca49a137365630f2be22?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">amir</media:title>
		</media:content>
	</item>
		<item>
		<title>How to create a lookup window in Silverlight</title>
		<link>http://amiraryani.wordpress.com/2010/03/04/how-to-create-a-lookup-window-in-silverlight/</link>
		<comments>http://amiraryani.wordpress.com/2010/03/04/how-to-create-a-lookup-window-in-silverlight/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 04:08:02 +0000</pubDate>
		<dc:creator>Amir Aryani</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Expression Blend .Net 4]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://amiraryani.wordpress.com/?p=338</guid>
		<description><![CDATA[I am looking for a nice way to create a lookup window in Silverlight. What is needed, is a Control Library + a Modal Window + a back end service to perform the query on the database and return the results. The target is the Silverlight 4 which at this time (4 March 2010) is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=338&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am looking for a nice way to create a lookup window in Silverlight. What is needed, is a Control Library + a Modal Window + a back end service to perform the query on the database and return the results.</p>
<p>The target is the Silverlight 4 which at this time (4 March 2010) is in Beta version.</p>
<p>1. Control Library:  I could not find any project template for Silverlight Control Library in Visual Studio 2010 but there is a Silverlight Control Library project template for Expression Blend .Net4.  So that is the way to go.</p>
<p>2. Modal Window:  Silverlight 3 (and 4) includes a cool item template called Silverlight Child Window which is a modal window. It is very easy to use:</p>
<p><pre class="brush: csharp;">
    private void Button_Click(object sender, RoutedEventArgs e)
    {
      ChildWindow1 dialog = new ChildWindow1();
      dialog.Show();
    }
</pre></p>
<p>The following article gives a nice walk-through on how to create a modal dialogue using Silverlight Child Window:</p>
<p><a href="http://www.wintellect.com/CS/blogs/jprosise/archive/2009/04/29/silverlight-3-s-new-child-windows.aspx" target="_blank">http://www.wintellect.com/CS/blogs/jprosise/archive/2009/04/29/silverlight-3-s-new-child-windows.aspx</a></p>
<p>3. Back end service:  This can be done using a WCF service, but there is a simpler solution. Using the WCF RIA Services helps to simplified the details around creating a WCF service. For the purpose of our look up we need a service library which provides us a single service to return the data as a IQuerable so it can be bind to the grid and the paging and sorting will be managed automatically. The following article is a walkthrough on Creating a RIA Services Class Library.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ee707351(VS.91).aspx">http://msdn.microsoft.com/en-us/library/ee707351(VS.91).aspx</a></p>
<br />Filed under: <a href='http://amiraryani.wordpress.com/category/silverlight/'>Silverlight</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amiraryani.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amiraryani.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amiraryani.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amiraryani.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amiraryani.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amiraryani.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amiraryani.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amiraryani.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amiraryani.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amiraryani.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amiraryani.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amiraryani.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amiraryani.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amiraryani.wordpress.com/338/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amiraryani.wordpress.com&amp;blog=3102821&amp;post=338&amp;subd=amiraryani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amiraryani.wordpress.com/2010/03/04/how-to-create-a-lookup-window-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2317bf5cc09bca49a137365630f2be22?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">amir</media:title>
		</media:content>
	</item>
	</channel>
</rss>
