<?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>Writing Something &#187; beep</title>
	<atom:link href="http://www.serdarb.com/tag/beep/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.serdarb.com</link>
	<description>Serdar's</description>
	<lastBuildDate>Tue, 01 Jun 2010 08:07:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript Beep</title>
		<link>http://www.serdarb.com/javascript-jquery/javascript-beep/</link>
		<comments>http://www.serdarb.com/javascript-jquery/javascript-beep/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 12:13:19 +0000</pubDate>
		<dc:creator>serdar</dc:creator>
				<category><![CDATA[Javascript - Jquery]]></category>
		<category><![CDATA[beep]]></category>

		<guid isPermaLink="false">http://www.serdarb.com/?p=635</guid>
		<description><![CDATA[This javascript method simply runs cmd by ActiveXObject to beep.
but it just works with internet explorer.

&#160;
function myBeep&#40;&#41; &#123;
    try &#123;
        var myObj = new ActiveXObject&#40;'WScript.Shell'&#41;;
    &#125;
    catch &#40;ex&#41; &#123;
        alert&#40;&#34;sorry just working [...]]]></description>
		<wfw:commentRss>http://www.serdarb.com/javascript-jquery/javascript-beep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# ile Beep</title>
		<link>http://www.serdarb.com/csharp-c/c-ile-beep/</link>
		<comments>http://www.serdarb.com/csharp-c/c-ile-beep/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 05:36:00 +0000</pubDate>
		<dc:creator>serdar</dc:creator>
				<category><![CDATA[Csharp - C#]]></category>
		<category><![CDATA[beep]]></category>

		<guid isPermaLink="false">http://www.serdarb.com/?p=165</guid>
		<description><![CDATA[Makinenin biplemesi hata uyarıları için kullanılabilir.
 
 [DllImport("Kernel32.dll")]
 public static extern bool Beep(UInt32 frequency, UInt32 duration);
 Beep(500,100);





	
	
	
	
	


]]></description>
		<wfw:commentRss>http://www.serdarb.com/csharp-c/c-ile-beep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
