<?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>G - Talks</title>
	<atom:link href="http://gomz.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gomz.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 05 Nov 2009 02:51:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gomz.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>G - Talks</title>
		<link>http://gomz.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gomz.wordpress.com/osd.xml" title="G - Talks" />
	<atom:link rel='hub' href='http://gomz.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Primary Keys &#8211; SQL Server</title>
		<link>http://gomz.wordpress.com/2009/11/04/primary-keys-sql-server/</link>
		<comments>http://gomz.wordpress.com/2009/11/04/primary-keys-sql-server/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:46:32 +0000</pubDate>
		<dc:creator>Gomz</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://gomz.wordpress.com/2009/11/04/primary-keys-sql-server/</guid>
		<description><![CDATA[&#160; SQL command to find the name of the Primary key of a table select name from sysobjects where xtype = &#8216;PK&#8217; and parent_obj = object_id(&#8216;Table_Name&#8217;) Where did I need to use this? I had to drop the primary key of a table and create a new key where I didn&#8217;t know the name of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=120&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>SQL command to find the name of the Primary key of a table</strong><br />
select name from sysobjects where xtype = &#8216;PK&#8217; and parent_obj = object_id(&#8216;Table_Name&#8217;)</p>
<p><strong>Where did I need to use this?</strong><br />
I had to drop the primary key of a table and create  a new key where I didn&#8217;t know the name of the pre-existing  PK name.</p>
<br />Posted in SQL Server, Tutorials  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gomz.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gomz.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gomz.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gomz.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gomz.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gomz.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gomz.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gomz.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gomz.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gomz.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gomz.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gomz.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gomz.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gomz.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=120&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gomz.wordpress.com/2009/11/04/primary-keys-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d50d257e4ab0c863880c1493defa725?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gomz</media:title>
		</media:content>
	</item>
		<item>
		<title>SSIS &#8211; Quick Fixes</title>
		<link>http://gomz.wordpress.com/2009/10/30/ssis-sql-server-integration-services/</link>
		<comments>http://gomz.wordpress.com/2009/10/30/ssis-sql-server-integration-services/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 21:24:16 +0000</pubDate>
		<dc:creator>Gomz</dc:creator>
				<category><![CDATA[SSIS]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[SQL Servedr Integration Services]]></category>

		<guid isPermaLink="false">http://gomz.wordpress.com/2009/10/30/ssis-sql-server-integration-services/</guid>
		<description><![CDATA[In a recent project I had to dabble a little with SSIS &#8211; Microsoft&#8217;s tool for Data Extraction, transformation and Loading. As easy as it was developing the project in SSIS, It was a terrible journey when I had to deploy it. But there were few easy fixes I found out eventually and I m [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=116&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In a recent project I had to dabble a little with SSIS &#8211; Microsoft&#8217;s tool for Data Extraction, transformation and Loading.<br />
As easy as it was developing the project in SSIS, It was a terrible journey when I had to deploy it.<br />
But there were few easy fixes I found out eventually and I m logging them here for my future references.</p>
<p><strong><em>What do I do when……<br />
</em></strong></p>
<ol>
<li>
<div>I create a Data Flow task that uses OLE DB Source or any source or destination. While it worked great on my local machine, I found that the package failed at design time when I loaded it in another machine with different configurations. Obviously the connections were created during run-time. For that, the connection manager had to understand that it needs to wait before validation.  The error message just meant there was a connection problem, but why it didn&#8217;t say &#8230;</div>
<p><span style="text-decoration:underline;"><strong>Exact error message:</strong></span> The AcquireConnection method call to the connection manager &#8220;XE.admin&#8221; failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.<br />
<span style="text-decoration:underline;"><strong>Soln:</strong></span> Set the Data flow task property of Delay Validation to TRUE.</li>
<li>
<div>My Package failed to load on another machine due to encryption by the original machine.</div>
<p><span style="text-decoration:underline;"><strong>Exact error message :</strong></span> &#8220;Failed to decrypt protected XML node &#8220;PackagePassword&#8221; with error 0x8009000B &#8220;Key not valid for use in specified state.&#8221;. You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available&#8221;.<br />
<span style="text-decoration:underline;"><strong>Soln:</strong></span> Set Protection Level property of the package to &#8216;DontSaveSensitive&#8217;.</li>
</ol>
<p><span style="color:#993300;">♣</span>Sometimes just updating the software to the current service packs or service releases does the job.</p>
<br />Posted in SSIS Tagged: package, SQL Servedr Integration Services, SSIS <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gomz.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gomz.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gomz.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gomz.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gomz.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gomz.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gomz.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gomz.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gomz.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gomz.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gomz.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gomz.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gomz.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gomz.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=116&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gomz.wordpress.com/2009/10/30/ssis-sql-server-integration-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d50d257e4ab0c863880c1493defa725?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gomz</media:title>
		</media:content>
	</item>
		<item>
		<title>iGoogle Themes &#8211; Syracuse University</title>
		<link>http://gomz.wordpress.com/2009/05/31/igoogle-themes-syracuse-university/</link>
		<comments>http://gomz.wordpress.com/2009/05/31/igoogle-themes-syracuse-university/#comments</comments>
		<pubDate>Sun, 31 May 2009 00:51:05 +0000</pubDate>
		<dc:creator>Gomz</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[iGoogle]]></category>
		<category><![CDATA[Syracuse University]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[igThemer]]></category>
		<category><![CDATA[Syracuse]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://gomz.wordpress.com/2009/05/31/igoogle-themes-syracuse-university-2/</guid>
		<description><![CDATA[If you&#8217;re interested in creating your own iGoogle theme then you&#8217;ve come to the right post. What could be more fun than creating something personal, something you can share with friends, the iGoogle theme is similar to having different skins for your media player. Creating a theme is the simplest way to put several simple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=66&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re interested in creating your own iGoogle theme  then you&#8217;ve come to the right post.  What could be more fun than creating something personal, something you can share with friends, the iGoogle theme is similar to having different skins for your media player.<br />
Creating a theme is the simplest way to put several simple ideas and software to practice.<strong></strong></p>
<p><strong>The Idea</strong><br />
To start off, the theme I chose to create is on Syracuse University, my alma mater. I saw a few samples of themes already available with iGoogle and some particular to Universities.</p>
<p><strong>Designing the Header</strong><br />
Things that came to my mind when I thought of the school are the mascot , legends from SU, the Carrier Dome and our colors and of course the weather. I used Photoshop to create the banner. For this I needed to know the size of the usual header.</p>
<p><strong>Finding the size of an image</strong><br />
I used Paint and created a copy of a sample banner of iGoogle and saved it. Then I created a HTML page in notepad and inserted this image using the tags.<br />
&lt;img src =&#8221;C:\Users\gomz\Documents\TestSite\Images\Image_path&#8221;&gt;<br />
I opened the HTML page using a browser . Right click on the image and select Properties where the size of the image is given.What I m showing below is a transition of different designs I came up with as I became more comfortable with Photoshop.</p>
<p><img src="http://gomz.files.wordpress.com/2009/05/053109_0049_igooglethem1.jpg?w=622&#038;h=125" alt="" width="622" height="125" /><br />
The one with Otto<br />
<img src="http://gomz.files.wordpress.com/2009/05/053109_0049_igooglethem2.jpg?w=622&#038;h=123" alt="" width="622" height="123" /><br />
Version 1.<br />
<img src="http://gomz.files.wordpress.com/2009/05/053109_0049_igooglethem3.jpg?w=623&#038;h=123" alt="" width="623" height="123" /><br />
Version 1.3 &#8211; My Final version</p>
<p><strong>The IGThemer</strong><br />
After creating the banner, you are minutes away from uploading your first iGoogle theme. The easiest way to create a theme is using &#8216;iGoogle Themer &#8216; at <a href="http://hawidu.com/themes/"><span style="font-size:14pt;">http://hawidu.com/themes/</span></a>. You can add the banner and choose color for the gadget. After creating the theme, you can upload you theme here :<span style="font-size:14pt;"><br />
<a href="http://www.google.com/ig/tm/creator">http://www.google.com/ig/tm/creator</a>.</span><span style="font-size:12pt;"><br />
</span></p>
<p>Voila!  By now you would have created your theme and even had a look at it. This is the easiest and quickest way. However, there are several smaller details that can be controlled and fine tuned by using XML (Extensible Markup Language).</p>
<p><strong>For More Control</strong><br />
Start building your theme using the sample given here : <a href="http://code.google.com/apis/themes/docs/reference.html">http://code.google.com/apis/themes/docs/reference.html</a> . This is basically specifying small features using XML.</p>
<p><strong>To have it used by others</strong><br />
We have to follow certain guidelines to have the theme published. The Guidelines are specified here : <a href="http://code.google.com/apis/themes/programpolicy.html">http://code.google.com/apis/themes/programpolicy.html</a> . After submitting the theme for public viewing, it takes a few weeks for it to be published. For me it took two weeks for the Syracuse University theme to appear while searching.</p>
<p><strong>Whats the next step: Dynamic Themes</strong><br />
Now begins the fun part, after learning XML and the rules and the specs you can finally create themes that  changes with time by using the &lt;Trait&gt; tag<br />
&lt;ConfigMap type=&#8221;Skin&#8221;&gt;<br />
&lt;Trait name=&#8221;TimeOfDay&#8221;&gt;12am-1am&lt;/Trait&gt;<br />
&#8230;attributes&#8230;<br />
&lt;/ConfigMap&gt;</p>
<p>I hope you&#8217;ve had as much fun creating the themes as I did. If you are from Syracuse University and would like to add my theme just search for Syracuse University at iGoogle.com themes and add it.I would love to hear your thoughts and suggestions on this so don&#8217;t forget to leave your comments.</p>
<br />Posted in Art, iGoogle, Syracuse University, Tutorials Tagged: iGoogle, igThemer, Syracuse, Themes, University <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gomz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gomz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gomz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gomz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gomz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gomz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gomz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gomz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gomz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gomz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gomz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gomz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gomz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gomz.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=66&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gomz.wordpress.com/2009/05/31/igoogle-themes-syracuse-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d50d257e4ab0c863880c1493defa725?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gomz</media:title>
		</media:content>

		<media:content url="http://gomz.files.wordpress.com/2009/05/053109_0049_igooglethem1.jpg" medium="image" />

		<media:content url="http://gomz.files.wordpress.com/2009/05/053109_0049_igooglethem2.jpg" medium="image" />

		<media:content url="http://gomz.files.wordpress.com/2009/05/053109_0049_igooglethem3.jpg" medium="image" />
	</item>
		<item>
		<title>Charcoal Sketches</title>
		<link>http://gomz.wordpress.com/2009/05/30/charcoal-sketches/</link>
		<comments>http://gomz.wordpress.com/2009/05/30/charcoal-sketches/#comments</comments>
		<pubDate>Sat, 30 May 2009 17:24:36 +0000</pubDate>
		<dc:creator>Gomz</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Drawings]]></category>
		<category><![CDATA[Paintings]]></category>
		<category><![CDATA[charcoal]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[sketch]]></category>

		<guid isPermaLink="false">http://gomz.wordpress.com/2009/05/30/charcoal-sketches/</guid>
		<description><![CDATA[It&#8217;s been quite some time since my last post, this time I wanted to put some of my sketches I did a few years ago. I love to sketch and paint when I get the chance. I wish I did a lot more. I found that adding colors and making things more lively is not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=54&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been quite some time since my last post, this time I wanted to put some of my sketches I did a few years ago. I love to sketch and paint when I get the chance. I wish I did a lot more. I found that adding colors and making things more lively is not only a part of the way I paint but also a part of my personality.</p>
<p>Thank you Sireesha, for letting me know how I could use Photoshop to create the Watermark Effect on my sketches.</p>
<p>The one below is called &#8216;The Lady&#8217;</p>
<p><img src="http://gomz.files.wordpress.com/2009/05/053009_1723_charcoalske1.jpg?w=615&#038;h=927" alt="" width="615" height="927" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></p>
<br />Posted in Art, Drawings, Paintings Tagged: Art, charcoal, drawing, sketch <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gomz.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gomz.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gomz.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gomz.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gomz.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gomz.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gomz.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gomz.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gomz.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gomz.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gomz.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gomz.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gomz.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gomz.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=54&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gomz.wordpress.com/2009/05/30/charcoal-sketches/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d50d257e4ab0c863880c1493defa725?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gomz</media:title>
		</media:content>

		<media:content url="http://gomz.files.wordpress.com/2009/05/053009_1723_charcoalske1.jpg" medium="image" />
	</item>
		<item>
		<title>Fun with C++</title>
		<link>http://gomz.wordpress.com/2009/04/30/fun-with-c-2/</link>
		<comments>http://gomz.wordpress.com/2009/04/30/fun-with-c-2/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 07:48:24 +0000</pubDate>
		<dc:creator>Gomz</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Object oriented Programming]]></category>
		<category><![CDATA[pointers]]></category>
		<category><![CDATA[Quiz]]></category>

		<guid isPermaLink="false">http://gomz.wordpress.com/2009/04/30/fun-with-c-2/</guid>
		<description><![CDATA[What is the output of the following int f() { static int a = 0; a = a-1; return a; } void main() { cout&#60;&#60; f()*f()*f()*f(); } Bitwise Operations Int a = 3 ^ 1 Int a = 2 &#124; 1 int a = 5 , b=a &#62;&#62;1,c =b &#62;&#62; 2; What is the value [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=20&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ol>
<li>
<div>What is the output of the following</div>
<p>int f()<br />
{<br />
static int a = 0;<br />
a = a-1;<br />
return a;<br />
}<br />
void main()<br />
{<br />
cout&lt;&lt; f()*f()*f()*f();<br />
}</li>
<li>
<div>Bitwise Operations</div>
<ol>
<li>Int a = 3 ^ 1</li>
<li>Int a = 2 | 1</li>
<li>int a = 5 , b=a &gt;&gt;1,c =b &gt;&gt; 2;</li>
</ol>
</li>
<li>
<div>What is the value of</div>
<p>double a = 5/10 * 2.0;</li>
<li>
<div>What is the value of C</div>
<p>char c = 127;<br />
c = c+ 10 ;</li>
<li>
<div>What is the size of obj</div>
<p>char obj[10][20][30];<br />
int a = sizeof(obj);</li>
<li>
<div>What is the value of c</div>
<p>int c = 0;<br />
if (c=(c!=1)) {}</li>
<li>
<div>What is the value of b</div>
<p>int a = 5;<br />
int b = a++ * ++a;</p>
<p><strong>What are their answers &#8230;</strong></li>
</ol>
<p><span style="color:purple;">Note:<br />
</span><br />
<span style="color:purple;">Timed Tests in C++ may test:<br />
</span></p>
<ul>
<li><span style="color:purple;">Pre &amp; Post Increments<span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></span></li>
<li><span style="color:purple;">Bitwise Operations<br />
</span></li>
<li><span style="color:purple;">Keywords like static<br />
</span></li>
<li><span style="color:purple;">Size of data types<br />
</span></li>
<li>
<div><span style="color:purple;">Pointers &amp; References<br />
</span></div>
<p><span style="color:purple;"><br />
</span></li>
</ul>
<br />Posted in Interviews, Programming, Tutorials Tagged: Object oriented Programming, pointers, Programming, Quiz <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gomz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gomz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gomz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gomz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gomz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gomz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gomz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gomz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gomz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gomz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gomz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gomz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gomz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gomz.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=20&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gomz.wordpress.com/2009/04/30/fun-with-c-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d50d257e4ab0c863880c1493defa725?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gomz</media:title>
		</media:content>
	</item>
		<item>
		<title>Tutorial Links</title>
		<link>http://gomz.wordpress.com/2009/04/28/tutorial-links/</link>
		<comments>http://gomz.wordpress.com/2009/04/28/tutorial-links/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 07:26:56 +0000</pubDate>
		<dc:creator>Gomz</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Web Developement]]></category>

		<guid isPermaLink="false">http://gomz.wordpress.com/?p=9</guid>
		<description><![CDATA[Today I thought I might share my growing list of tutorials and interesting links from various cool softwares like C# .NET, Dreamweaver and so many others. Below this list is another one where I m compiling various Blogs which have also been helpful while completing my projects. C# Vs Java http://www.ondotnet.com/pub/a/dotnet/2001/06/07/csharp_java.html?page=1 How to add applications [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=9&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-left:22pt;">Today I thought I might share my growing list of tutorials and interesting links from various cool softwares like C# .NET, Dreamweaver and so many others. Below this list is another one where I m compiling various Blogs which have also been helpful while completing my projects.</p>
<p style="margin-left:22pt;">
<ol>
<li>
<div>C# Vs Java</div>
<p><a href="http://www.ondotnet.com/pub/a/dotnet/2001/06/07/csharp_java.html?page=1">http://www.ondotnet.com/pub/a/dotnet/2001/06/07/csharp_java.html?page=1</a></li>
<li>
<div>How to add applications in system tray in C#</div>
<p><a href="http://www.developer.com/net/csharp/article.php/3336751">http://www.developer.com/net/csharp/article.php/3336751</a></li>
<li>
<div>Dreamweaver Beginner Tutorial</div>
<p><a href="http://www.adobe.com/devnet/dreamweaver/articles/getting_started_dreamweaver_cs3.html">http://www.adobe.com/devnet/dreamweaver/articles/getting_started_dreamweaver_cs3.html</a></li>
<li>
<div>Web Development Tools</div>
<p><a href="http://www.dynamicdrive.com/style/">http://www.dynamicdrive.com/style/</a></li>
<li>
<div>Adding a macro to Outlook</div>
<p><a href="http://www.codeproject.com/KB/Blogs/outlookblanksubject.aspx">http://www.codeproject.com/KB/Blogs/outlookblanksubject.aspx</a></li>
<li>
<div>How to display logo in address bar</div>
<p><a href="http://virendradugar.wordpress.com/2009/01/19/how-to-display-your-own-logo-in-the-address-bar/">http://virendradugar.wordpress.com/2009/01/19/how-to-display-your-own-logo-in-the-address-bar/</a></li>
<li>
<div>Competency Matrix</div>
<p><a href="http://www.dotnet247.com/247reference/a.aspx?u=http://www.indiangeek.net">http://www.dotnet247.com/247reference/a.aspx?u=http://www.indiangeek.net</a></p>
<p><span style="text-decoration:underline;"><strong>Other peoples blogs</strong></span></li>
<li><a href="http://virendradugar.wordpress.com/">http://virendradugar.wordpress.com/</a></li>
<li>
<div><a href="http://www.danstuts.com/">http://www.danstuts.com/</a></div>
</li>
</ol>
<br />Posted in Tutorials Tagged: Blogs, C#, Dreamweaver, Tutorials, Web Developement <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gomz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gomz.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gomz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gomz.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gomz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gomz.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gomz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gomz.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gomz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gomz.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gomz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gomz.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gomz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gomz.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=9&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gomz.wordpress.com/2009/04/28/tutorial-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d50d257e4ab0c863880c1493defa725?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gomz</media:title>
		</media:content>
	</item>
		<item>
		<title>Sorting Algorithms</title>
		<link>http://gomz.wordpress.com/2009/04/24/sorting-algorithms/</link>
		<comments>http://gomz.wordpress.com/2009/04/24/sorting-algorithms/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 07:31:43 +0000</pubDate>
		<dc:creator>Gomz</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[bubble sort]]></category>
		<category><![CDATA[heap sort]]></category>
		<category><![CDATA[insertion sort]]></category>
		<category><![CDATA[merge sort]]></category>
		<category><![CDATA[quick reference]]></category>
		<category><![CDATA[Quick sort]]></category>
		<category><![CDATA[selection sort]]></category>
		<category><![CDATA[sort]]></category>

		<guid isPermaLink="false">http://gomz.wordpress.com/2009/04/24/sorting-algorithms/</guid>
		<description><![CDATA[This is a quick reference to a few common sorting algorithms.  I find it quite useful for quick references. This is not an in-depth analysis of the different sorting algorithms. S.No Name Description Best Case Worst Case More info The N Log N Algorithms 1 Quick Sort Choose any element as pivot then move elements [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=5&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a quick reference to a few common sorting algorithms.  I find it quite useful for quick references. This is not an in-depth analysis of the different sorting algorithms.</p>
<div>
<table style="border-collapse:collapse;" border="0">
<col></col>
<col></col>
<col></col>
<col></col>
<col></col>
<col></col>
<tbody>
<tr>
<td style="border-top:solid #a3a3a3 1pt;border-left:solid #a3a3a3 1pt;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">S.No</td>
<td style="border-top:solid #a3a3a3 1pt;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Name</td>
<td style="border-top:solid #a3a3a3 1pt;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Description</td>
<td style="border-top:solid #a3a3a3 1pt;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Best Case</td>
<td style="border-top:solid #a3a3a3 1pt;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Worst Case</td>
<td style="border-top:solid #a3a3a3 1pt;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">More info</td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #a3a3a3 1pt;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;" colspan="6"><span style="font-size:16pt;"><strong>The N Log N Algorithms</strong></span></td>
</tr>
<tr style="height:76px;">
<td style="border-top:none;border-left:solid #a3a3a3 1pt;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">1</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Quick Sort</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">
<ul>
<li>Choose any element as pivot then move elements smaller to it to the left side and bigger to the right.</li>
<li>Efficiency depends on what is chosen as pivot</li>
</ul>
</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">O(nLogn)</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">O(n<sup>2</sup>)</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">
<ul>
<li>Fastest but highly recursive</li>
<li>In-place , recursive ,divide and conquer</li>
<li>Difficult to implement</li>
</ul>
</td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #a3a3a3 1pt;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">2</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Merge Sort</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">
<ul>
<li>Recursive</li>
<li>Split array to two equal halves</li>
</ul>
</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">O(nLogn)</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">O(n Log n)</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">
<ul>
<li>Marginally faster than heap sort, but needs twice the amount of memory than heap sort</li>
</ul>
</td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #a3a3a3 1pt;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">3</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Heap Sort</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">
<ul>
<li>Not recursive , doesn&#8217;t need multiple arrays</li>
</ul>
</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">O(nLogn)</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">
<ul>
<li>Slower than Quick sort and Merge Sort but faster than O(n<sup>2</sup>) Algorithms</li>
</ul>
</td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #a3a3a3 1pt;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;" colspan="6"><span style="font-size:16pt;"><strong>The N</strong></span><sup>2</sup><span style="font-size:16pt;"><strong> Algorithms</strong></span></td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #a3a3a3 1pt;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">3</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Insertion Sort</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">
<ul>
<li>Contain two lists, one unsorted and the other where elements are inserted.</li>
</ul>
</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">O(n<sup>2</sup>)</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">
<ul>
<li>Inspite of O(n<sup>2</sup>) , twice as efficient as Bubble sort</li>
<li>Shouldn&#8217;t be used for very large lists(over a 1000)</li>
</ul>
</td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #a3a3a3 1pt;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">4</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Bubble Sort</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Advantage: Simple to implement. Can be used if n&lt;100.</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">O(n)  (if the list is already sorted)</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">O(n<sup>2</sup>)</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Most inefficient, slowest</td>
</tr>
<tr>
<td style="border-top:none;border-left:solid #a3a3a3 1pt;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">5</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Selection Sort</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">Don&#8217;t use it &#8211; Use Insertion Sort instead</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;">O(n<sup>2</sup>)</td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;"></td>
<td style="border-top:none;border-left:none;border-bottom:solid #a3a3a3 1pt;border-right:solid #a3a3a3 1pt;padding:5px;"></td>
</tr>
</tbody>
</table>
</div>
<p style="margin-left:22pt;">
<br />Posted in Algorithms Tagged: Algorithms, bubble sort, heap sort, insertion sort, merge sort, quick reference, Quick sort, selection sort, sort <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gomz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gomz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gomz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gomz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gomz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gomz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gomz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gomz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gomz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gomz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gomz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gomz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gomz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gomz.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gomz.wordpress.com&amp;blog=7484662&amp;post=5&amp;subd=gomz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gomz.wordpress.com/2009/04/24/sorting-algorithms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d50d257e4ab0c863880c1493defa725?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gomz</media:title>
		</media:content>
	</item>
	</channel>
</rss>
