<?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>Founder Blog &#187; vlc</title>
	<atom:link href="http://blog.mayfounder.net/tag/vlc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mayfounder.net</link>
	<description>Ideas, Code and rants</description>
	<lastBuildDate>Tue, 07 Jul 2009 21:56:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Bluetooth Proximity</title>
		<link>http://blog.mayfounder.net/2008/11/11/bluetooth-proximity/</link>
		<comments>http://blog.mayfounder.net/2008/11/11/bluetooth-proximity/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 23:35:27 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[applescript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[adium]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://blog.mayfounder.net/2008/11/11/bluetooth-proximity/</guid>
		<description><![CDATA[Recently I stumbled across this awesome utility called Proximity. Its a neat small utility that detects if you are near your system or away from it. And it does this by checking the status of your bluetooth phone. Hence the range for away is about 30ft. This is a pretty useful thing. Couple of ideas [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I stumbled across this awesome utility called <a href="http://www.apple.com/downloads/macosx/system_disk_utilities/proximity.html">Proximity</a>. Its a neat small utility that detects if you are near your system or away from it. And it does this by checking the status of your bluetooth phone. Hence the range for away is about 30ft.</p>
<p>This is a pretty useful thing. Couple of ideas that come to my mind for its use are</p>
<ol>
<li>Use bluetooth to lock your computer</li>
<li>Use bluetooth to change Messenger Status</li>
<li>Use bluetooth to play/pause a movie</li>
<li>&#8230;</li>
</ol>
<p>Here is a list of AppleScripts for the ideas above<br />
<big><br />
Start Screensaver using AppleScript</big><br />
<code>try<br />
tell application id "com.apple.ScreenSaver.Engine" to launch<br />
end try</code><br />
<big>Stop ScreenSaver using AppleScript</big><br />
<code>try<br />
tell application id "com.apple.ScreenSaver.Engine" to quit<br />
end try</code><br />
Please note that if password on wake is set true then it will ask for password</p>
<p><big>Go Away in Adium using AppleScript</big><br />
<code>tell application "Adium" to go away</code><br />
<big>Available in Adium using AppleScript</big><br />
<code>tell application "Adium" to go away</code><br />
<big>Play and Pause VLC using AppleScript</big><br />
<code>tell application "VLC" to play</code><br />
The same script plays and pauses a file</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mayfounder.net/2008/11/11/bluetooth-proximity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.645 seconds -->

