<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Daniel Velazco</title>
	
	<link>http://www.danvelazco.com</link>
	<description>Student / Freelance Developer</description>
	<lastBuildDate>Sat, 18 Sep 2010 20:35:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DanielVelazco" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="danielvelazco" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Issues with applications after updating to Android 2.2 on Motorola Droid</title>
		<link>http://www.danvelazco.com/2010/09/issues-with-applications-after-updating-to-android-2-2-on-motorola-droid/</link>
		<comments>http://www.danvelazco.com/2010/09/issues-with-applications-after-updating-to-android-2-2-on-motorola-droid/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 20:35:20 +0000</pubDate>
		<dc:creator>velazcod</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[bedside]]></category>
		<category><![CDATA[permissions]]></category>

		<guid isPermaLink="false">http://www.danvelazco.com/?p=87</guid>
		<description><![CDATA[Recently, most Motorola Droid&#8217;s out there got updated to Android 2.2, and I started getting emails of users complaining about different issues and &#8220;bugs&#8221;. I have been running a custom-built version of Android 2.2 on my own Motorola Droid, as &#8230; <a href="http://www.danvelazco.com/2010/09/issues-with-applications-after-updating-to-android-2-2-on-motorola-droid/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently, most Motorola Droid&#8217;s out there got updated to Android 2.2, and I started getting emails of users complaining about different issues and &#8220;bugs&#8221;.</p>
<p>I have been running a custom-built version of Android 2.2 on my own Motorola Droid, as well as my Nexus One for the past few months, and didn&#8217;t have a single issue on any of the applications I have in the market. Bedside was even updated to support the new field <a href="http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#buttonBrightness">buttonBrightness</a> in WindowManager.LayoutParams that allows the lower buttons to turn off when the Bedside Night Clock was opened.</p>
<p>However, users kept emailing me about random issues and I noticed that a uninstall/reinstallation of the application in problem seemed to fix the issue. I manually went through the update process of getting my development Motorola Droid from ESE81 to FRG01B, and then to the latest FRG22. Without doing anything else, I immediately tested my applications and they showed lots of issues. I noticed that an adb logcat was showing a lot of &#8220;PERMISSION DENIED&#8221; warnings, basically, they were broken (Android Security Permissions, not UNIX permissions), and a uninstall/reinstall of the application in question seemed to fix the issue.</p>
<p>If you have problems on any application after updating to Android 2.2, try uninstalling and reinstalling that application and that will fix the permissions and the application in question should start working normally again.</p>
<p>Additionally, for users that have a rooted device and are experiencing similar issues, there&#8217;s a nice write-up <a href="http://mdzlog.alcor.net/2010/01/31/fix-broken-android-permissions-by-re-installing-apps/">here</a> that covers how to fix these kind of issues on a rooted phone. </p>
<p>To try that, open Terminal on your phone, or using &#8220;adb shell&#8221; from your computer&#8217;s command line, then run the following commands:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;"># cd /data/app
# for app in *.apk; do pm install -r $app; done</pre></div></div>

<p>It might take a while to finish, but it fixes the security permissions on ALL of the applications in the data partition of your phone.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/onQbDf3R7ZIpS4_kziu8v5h28R0/0/da"><img src="http://feedads.g.doubleclick.net/~a/onQbDf3R7ZIpS4_kziu8v5h28R0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/onQbDf3R7ZIpS4_kziu8v5h28R0/1/da"><img src="http://feedads.g.doubleclick.net/~a/onQbDf3R7ZIpS4_kziu8v5h28R0/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.danvelazco.com/2010/09/issues-with-applications-after-updating-to-android-2-2-on-motorola-droid/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Mute your Mac computer while you sleep automatically using your Android phone [Tasker]</title>
		<link>http://www.danvelazco.com/2010/09/automatically-mute-your-mac-while-you-sleep-using-your-android-phone-tasker/</link>
		<comments>http://www.danvelazco.com/2010/09/automatically-mute-your-mac-while-you-sleep-using-your-android-phone-tasker/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 21:20:00 +0000</pubDate>
		<dc:creator>velazcod</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Bedside]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[android tasker]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[bedside]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.danvelazco.com/?p=48</guid>
		<description><![CDATA[Lifehacker posted an article this morning about muting your Mac OS X from your iPhone. I immediately though it was a great idea, but it wasn&#8217;t executed the right way, and by &#8220;right&#8221; I mean, automatically. Tasker it&#8217;s an Android &#8230; <a href="http://www.danvelazco.com/2010/09/automatically-mute-your-mac-while-you-sleep-using-your-android-phone-tasker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.danvelazco.com/wp-content/uploads/2010/09/snap20100907_162346.png"><img class="alignleft size-medium wp-image-58" title="Tasker volume action" src="http://www.danvelazco.com/wp-content/uploads/2010/09/snap20100907_162346-180x300.png" alt="" width="180" height="300" /></a>Lifehacker posted an <a href="http://lifehacker.com/5631723/mute-your-mac-from-an-iphone">article</a> this morning about <a href="http://dashdingo.org/post/1075781336/mute-mac-osx-from-iphone">muting your Mac OS X from your iPhone</a>. I immediately though it was a great idea, but it wasn&#8217;t executed the right way, and by &#8220;right&#8221; I mean, automatically.</p>
<p>Tasker it&#8217;s an Android application that lets you run tasks depending of different events (When using a certain application, time, location, events, etc), automatically, on the background without user interaction. This tool is only available on Android, and it runs great thanks to Android&#8217;s abilities to run background services.</p>
<p>I use Bedside every single night (I might be a little biased). If you don&#8217;t know what Bedside is then you must check it out. It&#8217;s a night clock, but a very powerful one, it&#8217;s very customizable but it&#8217;s main purpose is to put your phone on silent, while monitoring for Calls/SMS and letting your phone ring depending on your preferences. It even has whitelists. The other thing is that you do not have to use it as a night clock, you can turn off the screen and just use it for it&#8217;s silencing powers.</p>
<p>I set up tasker in my own way. Since I use Bedside every night, and I only want my computer to be silent when I&#8217;m sleeping, then I thought the best way to achieve this was by using Tasker to detect whenever Bedside was opened, then it would send the command to my computer so that it&#8217;s muted, and whenever I closed Bedside, to set the volume to low.</p>
<p><span id="more-48"></span></p>
<p>First, you must activate the web server on your Mac:</p>
<ul>
<li>Open System Preferences, click on Sharing.</li>
<li>Select the &#8220;Web Sharing&#8221; checkbox.</li>
<li>There, it will give you the address of the &#8220;site&#8221; on your own computer. Try to set up a static ip for when you are at home, or maybe use the computer name.</li>
</ul>
<p>Now, I modified the little php script in order to add more options, and so that we can change the volume to different levels. Just copy and paste the source of the file found below as ChangeVolume.php, and save it in the Sites folder (/Users/username/Sites/).</p>
<p><em>ChangeVolume.php</em></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'setvolume'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;h1&gt;An error has occurred.&lt;/h1&gt;&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #990000;">exit</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #b1b100;">switch</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'setvolume'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">case</span> <span style="color: #0000ff;">&quot;highest&quot;</span><span style="color: #339933;">:</span>
		<span style="color: #990000;">exec</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;osascript -e <span style="color: #000099; font-weight: bold;">\&quot;</span>set volume 7<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;h1&gt;Volume was set to: highest&lt;/h1&gt;&quot;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">case</span> <span style="color: #0000ff;">&quot;normal&quot;</span><span style="color: #339933;">:</span>
		<span style="color: #990000;">exec</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;osascript -e <span style="color: #000099; font-weight: bold;">\&quot;</span>set volume 4<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;h1&gt;Volume was set to: normal&lt;/h1&gt;&quot;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">case</span> <span style="color: #0000ff;">&quot;low&quot;</span><span style="color: #339933;">:</span>
		<span style="color: #990000;">exec</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;osascript -e <span style="color: #000099; font-weight: bold;">\&quot;</span>set volume 2<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;h1&gt;Volume was set to: low&lt;/h1&gt;&quot;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">case</span> <span style="color: #0000ff;">&quot;mute&quot;</span><span style="color: #339933;">:</span>
		<span style="color: #990000;">exec</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;osascript -e <span style="color: #000099; font-weight: bold;">\&quot;</span>set volume 0<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;h1&gt;Volume was muted&lt;/h1&gt;&quot;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">default</span><span style="color: #339933;">:</span>
		<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;h1&gt;The volume command was not recognized&lt;/h1&gt;&quot;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>When you are done, you should be able to point your browser to the correct url and you should be able to change the volume like this:</p>
<p>http://IP_ADDRESS/~username/ChangeVolume.php?setvolume=highest</p>
<p>http://IP_ADDRESS/~username/ChangeVolume.php?setvolume=normal</p>
<p>http://IP_ADDRESS/~username/ChangeVolume.php?setvolume=low</p>
<p>http://IP_ADDRESS/~username/ChangeVolume.php?setvolume=mute</p>
<p>(Make sure to replace the IP_ADDRESS and username found in those urls to the correct ones found in System Preferences -&gt; Sharing -&gt; Web Sharing)</p>
<p>We are done with the computer, now we must set up Tasker. I&#8217;m going to assume you already have Tasker installed and have familiarized yourself with it.</p>
<ul>
<li>On your Android phone open Tasker, click on New.</li>
<li>Select Application -&gt; Bedside as the First Context.</li>
<li>On the Tasks Edit screen, click on New to create a new task.</li>
<li>Name it &#8220;Bedside Active&#8221;, or whatever you&#8217;d like.</li>
<li>Now click on the plus sign to the bottom left.</li>
<li>On the Action Category, select Net and then HTTP GET.</li>
<li>On the Server:Port field type the ip address of your computer. (do not type http:// just the ip address, computer name or domain by itself) (Example: 192.168.1.75)</li>
<li>On the Path field type the ~ sign, followed by the username, followed by the name of the php file (ChangeVolume.php). (Example: ~velazcod/ChangeVolume.php)</li>
<li>On the Attributes field, type &#8220;setvolume=mute&#8221;.</li>
<li>Scroll down and click on Done.</li>
<li>Click on Done on the other screen.</li>
<li>Click on Apply to apply the changes.</li>
</ul>
<p>Now whenever you open Bedside, your computer will also be automatically muted.</p>
<p>You can create an exit task with a similar task but make the Attributes be &#8220;volumechange=low&#8221; so that your computer restores the volume back to low whenever you close Bedside (awake).</p>
<p>All of this can be improved, and there&#8217;s no need to use it with Bedside, you can use this however you like, the easiest for me was to use it with Bedside since it was what made sense for me.</p>
<p><strong>Update:</strong> I am now also using this script to mute my computer when I receive a call on my phone. I figured I&#8217;m usually listening to music while I work, but I do not want people listening to it when I get a call so I keep muting before answering every call, why not do it automatically using Tasker?</p>
<p>Create a new profile and use the Context State -> Incoming Call to set it up. On another profile, I&#8217;m checking to see if I&#8217;m at home and I set a new variable called %HOME to TRUE. You can also use the new profile to check if you are home, then use the same task as above to mute the computer and add an exit task that restores the volume.</p>
<p>It&#8217;d be cool if you could read the current volume using AppleScript in order to maybe save it as a variable so that it can be restored back to the exact volume it used to be before muting.</p>
<p>In order to do this I&#8217;m using a slightly modified script compared to the one above. You will find it <a href="http://gist.github.com/571401">here</a>.</p>
<p>

<div class="ngg-galleryoverview" id="ngg-gallery-1-48">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/1.png" title=" " class="shutterset_set_1" >
								<img title="Tasker profiles list" alt="Tasker profiles list" src="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/thumbs/thumbs_1.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/2.png" title=" " class="shutterset_set_1" >
								<img title="Add a new profile" alt="Add a new profile" src="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/thumbs/thumbs_2.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/3.png" title=" " class="shutterset_set_1" >
								<img title="Application context to Bedside (or whatever other context you'd like to use)" alt="Application context to Bedside (or whatever other context you'd like to use)" src="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/thumbs/thumbs_3.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/4.png" title=" " class="shutterset_set_1" >
								<img title="New task" alt="New task" src="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/thumbs/thumbs_4.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/5.png" title=" " class="shutterset_set_1" >
								<img title="Name the new task whatever you like" alt="Name the new task whatever you like" src="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/thumbs/thumbs_5.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/6.png" title=" " class="shutterset_set_1" >
								<img title="Action category is Net" alt="Action category is Net" src="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/thumbs/thumbs_6.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/7.png" title=" " class="shutterset_set_1" >
								<img title="HTTP GET" alt="HTTP GET" src="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/thumbs/thumbs_7.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/8.png" title=" " class="shutterset_set_1" >
								<img title="Task action" alt="Task action" src="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/thumbs/thumbs_8.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-16" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/9.png" title=" " class="shutterset_set_1" >
								<img title="How it should probably look" alt="How it should probably look" src="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/thumbs/thumbs_9.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/10.png" title=" " class="shutterset_set_1" >
								<img title="Bedside running, tasker detecting it" alt="Bedside running, tasker detecting it" src="http://www.danvelazco.com/wp-content/gallery/macvolume_tasker/thumbs/thumbs_10.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

<br /></p>

<p><a href="http://feedads.g.doubleclick.net/~a/4Y__fBv7-zweBxwcoiCz0BjkUj0/0/da"><img src="http://feedads.g.doubleclick.net/~a/4Y__fBv7-zweBxwcoiCz0BjkUj0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4Y__fBv7-zweBxwcoiCz0BjkUj0/1/da"><img src="http://feedads.g.doubleclick.net/~a/4Y__fBv7-zweBxwcoiCz0BjkUj0/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.danvelazco.com/2010/09/automatically-mute-your-mac-while-you-sleep-using-your-android-phone-tasker/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.danvelazco.com/2010/06/hello-world/</link>
		<comments>http://www.danvelazco.com/2010/06/hello-world/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 17:07:38 +0000</pubDate>
		<dc:creator>velazcod</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://danvelazco.com/?p=1</guid>
		<description><![CDATA[I&#8217;m currently in the process of moving everything to WordPress 3.0. The old blog is still available and located here [http://velazcod.blogspot.com]. Thank you. Update: Sorry about the comments that I missed, the comments notifications were offline and I need to &#8230; <a href="http://www.danvelazco.com/2010/06/hello-world/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently in the process of moving everything to WordPress 3.0.</p>
<p>The old blog is still available and located <a href="http://velazcod.blogspot.com" target="_self">here</a> [<a href="http://velazcod.blogspot.com">http://velazcod.blogspot.com</a>].</p>
<p>Thank you.</p>
<p><strong>Update:</strong></p>
<p>Sorry about the comments that I missed, the comments notifications were offline and I need to resume work on this website.</p>
<p>For Tech Support, there is, and will always be a link on the top menu of this website.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/WZSvqpTw_Y-zGzvBlPpa8JJiyZM/0/da"><img src="http://feedads.g.doubleclick.net/~a/WZSvqpTw_Y-zGzvBlPpa8JJiyZM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/WZSvqpTw_Y-zGzvBlPpa8JJiyZM/1/da"><img src="http://feedads.g.doubleclick.net/~a/WZSvqpTw_Y-zGzvBlPpa8JJiyZM/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.danvelazco.com/2010/06/hello-world/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

