<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Emad Alashi&#039;s Blog &#187; DotNetArabi</title>
	<atom:link href="http://www.emadashi.com/index.php/tag/dotnetarabi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emadashi.com</link>
	<description></description>
	<lastBuildDate>Sun, 15 Jan 2012 10:05:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Best Skype Audio Chat Recorder</title>
		<link>http://www.emadashi.com/index.php/2011/10/best-skype-audio-chat-recorder/</link>
		<comments>http://www.emadashi.com/index.php/2011/10/best-skype-audio-chat-recorder/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 14:24:08 +0000</pubDate>
		<dc:creator>Emad Alashi</dc:creator>
				<category><![CDATA[DotNetArabi]]></category>
		<category><![CDATA[mp3 recorder]]></category>
		<category><![CDATA[skype recorder]]></category>

		<guid isPermaLink="false">http://www.emadashi.com/?p=382</guid>
		<description><![CDATA[This is a shout-out to MP3 Skype Recorder, the best Skype recorder I have ever used to record Skype calls.
It’s been two years since DotNetArabi’s first episode, most of the episodes were recorded over Skype using MP3 Skype Recorder. It wasn’t the only tool I tried, I have downloaded several, but none competed with its [...]]]></description>
			<content:encoded><![CDATA[<p>This is a shout-out to <a href="http://voipcallrecording.com/">MP3 Skype Recorder</a>, the best Skype recorder I have ever used to record Skype calls.<br />
It’s been two years since <a href="http://www.dotnetarabi.com/">DotNetArabi’s</a> first episode, most of the episodes were recorded over Skype using MP3 Skype Recorder. It wasn’t the only tool I tried, I have downloaded several, but none competed with its simplicity and robustness, never hanged, never failed, and it’s totally free!</p>
<p><a href="http://voipcallrecording.com/"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="10-15-2011CropperCapture[2]" src="http://www.emadashi.com/misc/images/1cec17406ad1_1074D/10-15-2011CropperCapture2.jpg" border="0" alt="10-15-2011CropperCapture[2]" width="88" height="84" /></a></p>
<p>If you want the best Skype audio recorder, check <a href="http://voipcallrecording.com/">MP3 Skype Recorder</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emadashi.com/index.php/2011/10/best-skype-audio-chat-recorder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exposing DotNetArabi for OData</title>
		<link>http://www.emadashi.com/index.php/2010/04/exposing-dotnetarabi-for-odata/</link>
		<comments>http://www.emadashi.com/index.php/2010/04/exposing-dotnetarabi-for-odata/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 08:14:43 +0000</pubDate>
		<dc:creator>Emad Alashi</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[DotNetArabi]]></category>
		<category><![CDATA[ado.net services]]></category>
		<category><![CDATA[odata]]></category>

		<guid isPermaLink="false">http://www.emadashi.com/?p=341</guid>
		<description><![CDATA[ 
Lately OData (Open Data protocol) is gaining a great momentum, everybody is talking about, and in fact it deserves all this fuss. OData is a protocol through which you can share data provided as ATOM or JSON formats by exposing URI’s to be invoked via HTTP, check the FAQ for fast information.
One of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dotnetarabi.com"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="www.DotNetArabi.com" src="http://www.emadashi.com/wp-content/uploads/2010/04/logoCopy.jpg" border="0" alt="www.DotNetArabi.com" width="92" height="92" /></a> <a href="http://www.odata.org"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="www.odata.org" src="http://www.emadashi.com/wp-content/uploads/2010/04/images.jpg" border="0" alt="www.odata.org" width="60" height="60" /></a></p>
<p>Lately <a href="http://www.odata.org/developers/protocols/overview">OData</a> (Open Data protocol) is gaining a great momentum, everybody is talking about, and in fact it deserves all this fuss. OData is a protocol through which you can share data provided as ATOM or JSON formats by exposing URI’s to be invoked via HTTP, check the <a href="http://www.odata.org/faq">FAQ</a> for fast information.</p>
<p>One of the interesting things is that the protocol provides <a href="http://www.odata.org/developers/protocols/uri-conventions">various options</a> through the URI to query all sort data; conditions, ordering, filtering, smart selection, …etc, in addition to very smart linking between exposed entities.</p>
<p>So hereby I provide the data of DotNetArabi through OData on the link <a href="http://odata.dotnetarabi.com/odata.svc">http://odata.dotnetarabi.com/odata.svc</a> for the sake of fun and for anyone who might find it useful. I used the Entity Framework for this purpose since it was the easiest, you can find a very helpful information <a href="http://msdn.microsoft.com/en-us/library/cc668792.aspx">here</a>.</p>
<p>To start playing around check:</p>
<p><a title="http://odata.dotnetarabi.com/odata.svc/Guests" href="http://odata.dotnetarabi.com/odata.svc/Guests">http://odata.dotnetarabi.com/odata.svc/Guests</a><br />
<a href="http://odata.dotnetarabi.com/odata.svc/Episodes?$filter=AudioFileLength gt 40">http://odata.dotnetarabi.com/odata.svc/Episodes?$filter=AudioFileLength gt 40</a></p>
<p>I hope you find it interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emadashi.com/index.php/2010/04/exposing-dotnetarabi-for-odata/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DotNetArabi Podcast Equipment</title>
		<link>http://www.emadashi.com/index.php/2010/01/dotnetarabi-podcast-equipment/</link>
		<comments>http://www.emadashi.com/index.php/2010/01/dotnetarabi-podcast-equipment/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 19:14:22 +0000</pubDate>
		<dc:creator>Emad Alashi</dc:creator>
				<category><![CDATA[DotNetArabi]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[recording]]></category>
		<category><![CDATA[xlr]]></category>

		<guid isPermaLink="false">http://www.emadashi.com/index.php/2010/01/dotnetarabi-podcast-equipment/</guid>
		<description><![CDATA[After publishing 8 episodes of DotNetArabi, I think it would be nice to share on this blog how it goes and what equipment needed in the process. But before we begin, dear reader, note that I am not an expert, I am still in the beginning of the way, though it’s going good so far.
&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>After publishing 8 episodes of DotNetArabi, I think it would be nice to share on this blog how it goes and what equipment needed in the process. But before we begin, dear reader, note that I am not an expert, I am still in the beginning of the way, though it’s going good so far.<img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="pavillion" border="0" alt="pavillion" align="right" src="http://www.emadashi.com/wp-content/uploads/2010/01/pavillion.jpg" width="212" height="212" /></p>
<p>&#160; My working machine is HP dv 6700 laptop, my first trials with recording was with simple microphone like the ones you use for chats; recording in winter made things smooth, but when summer came a long the <a href="http://www.emadashi.com/index.php/2008/07/new-laptop/" target="_blank">heating problem</a> became obvious in the low quality of the audio recorded, in addition to the higher target I needed anyway, so a different measure had to take place.</p>
<p>&#160;</p>
<p>I looked for an audio device that would clear the recording of any noise that is caused by the internal electrical and the fan. I had different options then, but the most interesting one was the <strong><a href="http://www.m-audio.com/products/en_us/MobilePreUSB.html" target="_blank">MobilePre USB</a></strong> audio interface which I finally got. It takes analog inputs (2 of which are XLR) and transforms to digital signal view USB.</p>
<p><a href="http://www.m-audio.com/products/en_us/MobilePreUSB.html"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="MobilePre_3qtr" border="0" alt="MobilePre_3qtr" src="http://www.emadashi.com/wp-content/uploads/2010/01/MobilePre_3qtr.jpg" width="255" height="120" /></a><a href="http://www.m-audio.com/products/en_us/MobilePreUSB.html"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MobilePre_back" border="0" alt="MobilePre_back" src="http://www.emadashi.com/wp-content/uploads/2010/01/MobilePre_back.jpg" width="359" height="119" /></a> </p>
<p>Of course it appeared that it is over bloated than what I really needed, but I liked it anyway and produced the quality I looked for, though if you are going to record voice only, I believe there are other devices with lower cost.</p>
<p>To complete the set I got myself two XLR Microphones, not fancy ones, 15 JD’s each (about 22 US $) and that was it.</p>
<p><a href="http://en.wikipedia.org/wiki/XLR_connector"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="microphone" border="0" alt="microphone" src="http://www.emadashi.com/wp-content/uploads/2010/01/microphone.jpg" width="260" height="209" /></a> <a href="http://en.wikipedia.org/wiki/XLR_connector"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="xlrPort" border="0" alt="xlrPort" src="http://www.emadashi.com/wp-content/uploads/2010/01/xlrPort.jpg" width="170" height="170" /></a> </p>
</p>
</p>
</p>
<p>Now on the software side I use <a href="http://audacity.sourceforge.net/">Audacity</a>, I find it the best free audio software.</p>
<p><a href="http://audacity.sourceforge.net/"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="AudacityScreen" border="0" alt="AudacityScreen" src="http://www.emadashi.com/wp-content/uploads/2010/01/AudacityScreen.jpg" width="208" height="161" /></a> <a href="http://audacity.sourceforge.net/"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="audacity" border="0" alt="audacity" src="http://www.emadashi.com/wp-content/uploads/2010/01/audacity.jpg" width="186" height="160" /></a> </p>
</p>
<p>After all that, you’d find it surprising that you still need to use the <a href="http://wiki.audacityteam.org/index.php?title=Noise_Removal">Noise Removal</a> feature in Audacity. And by that you can have your own podcast <img src='http://www.emadashi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.emadashi.com/index.php/2010/01/dotnetarabi-podcast-equipment/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

