<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Random Sparks</title>
	<atom:link href="http://blog.bobcravens.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bobcravens.com</link>
	<description>A digital playground.</description>
	<lastBuildDate>Sun, 12 Feb 2012 13:25:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>Comment on Web Charts Using jQuery Flot by rcravens</title>
		<link>http://blog.bobcravens.com/2011/01/web-charts-using-jquery-flot/#comment-1655</link>
		<dc:creator>rcravens</dc:creator>
		<pubDate>Sun, 12 Feb 2012 13:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bobcravens.com/2011/01/web-charts-using-jquery-flot/#comment-1655</guid>
		<description>You want to plot a &#039;string&#039;?</description>
		<content:encoded><![CDATA[<p>You want to plot a &#8216;string&#8217;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mobile Truck Tracker Web Site by rcravens</title>
		<link>http://blog.bobcravens.com/2010/12/mobile-truck-tracker-web-site/#comment-1654</link>
		<dc:creator>rcravens</dc:creator>
		<pubDate>Sun, 12 Feb 2012 13:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bobcravens.com/2010/12/mobile-truck-tracker-web-site/#comment-1654</guid>
		<description>Sorry for the lack of SQL here, but here are the tables:

Locations
------------------
Id, int(11) PK
TruckId, int(11) FK
DateTime, datetime
Latitude, float
Longitude, float

Trucks
------------------
Id, int(11) PK
Name, varchar(45)
Type, varchar(45)
PlateNumber, varchar(15)
UserId, int(11) FK
IsPrivate, tinyint(1)

Users
-------------------
Id, int(11) PK
UserName, varchar(100)
FirstName, varchar(45)
LastName, varchar(45)
Email, varchar(45)

Hope this helps.

Bob</description>
		<content:encoded><![CDATA[<p>Sorry for the lack of SQL here, but here are the tables:</p>
<p>Locations<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Id, int(11) PK<br />
TruckId, int(11) FK<br />
DateTime, datetime<br />
Latitude, float<br />
Longitude, float</p>
<p>Trucks<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Id, int(11) PK<br />
Name, varchar(45)<br />
Type, varchar(45)<br />
PlateNumber, varchar(15)<br />
UserId, int(11) FK<br />
IsPrivate, tinyint(1)</p>
<p>Users<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Id, int(11) PK<br />
UserName, varchar(100)<br />
FirstName, varchar(45)<br />
LastName, varchar(45)<br />
Email, varchar(45)</p>
<p>Hope this helps.</p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Remote Desktop Viewer (C# / WCF) by rcravens</title>
		<link>http://blog.bobcravens.com/2009/05/multiple-remote-desktop-viewer-c-wcf/#comment-1649</link>
		<dc:creator>rcravens</dc:creator>
		<pubDate>Sat, 11 Feb 2012 18:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bobcravens.com/2009/05/03/MultipleRemoteDesktopViewerCWCF.aspx#comment-1649</guid>
		<description>See other reply....</description>
		<content:encoded><![CDATA[<p>See other reply&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Remote Desktop Viewer (C# / WCF) by rcravens</title>
		<link>http://blog.bobcravens.com/2009/05/multiple-remote-desktop-viewer-c-wcf/#comment-1648</link>
		<dc:creator>rcravens</dc:creator>
		<pubDate>Sat, 11 Feb 2012 18:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bobcravens.com/2009/05/03/MultipleRemoteDesktopViewerCWCF.aspx#comment-1648</guid>
		<description>There is a download link for the remote desktop code in the comments. This is a bit old (probably VS2008 project). The project was demonstrating desktop sharing, but you could code in the control.

Bob</description>
		<content:encoded><![CDATA[<p>There is a download link for the remote desktop code in the comments. This is a bit old (probably VS2008 project). The project was demonstrating desktop sharing, but you could code in the control.</p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload Multiple Files With Progress Using Uploadify by rcravens</title>
		<link>http://blog.bobcravens.com/2011/03/upload-multiple-files-with-progress-using-uploadify/#comment-1647</link>
		<dc:creator>rcravens</dc:creator>
		<pubDate>Sat, 11 Feb 2012 18:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bobcravens.com/2011/03/upload-multiple-files-with-progress-using-uploadify/#comment-1647</guid>
		<description>The source code is really just what is on the demo page (http://bobcravens.com/Uploadify/Test/Multiple). The demo page shows the exact controllers. If you right-click and view-source, you have the html/javascript. What are the difficulties that you are having?

Bob</description>
		<content:encoded><![CDATA[<p>The source code is really just what is on the demo page (<a href="http://bobcravens.com/Uploadify/Test/Multiple" rel="nofollow">http://bobcravens.com/Uploadify/Test/Multiple</a>). The demo page shows the exact controllers. If you right-click and view-source, you have the html/javascript. What are the difficulties that you are having?</p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Google Maps Version 3 jQuery Plugin by rcravens</title>
		<link>http://blog.bobcravens.com/2010/06/a-google-maps-version-3-jquery-plugin/#comment-1646</link>
		<dc:creator>rcravens</dc:creator>
		<pubDate>Sat, 11 Feb 2012 18:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bobcravens.com/2010/06/06/AGoogleMapsVersion3JQueryPlugin.aspx#comment-1646</guid>
		<description>A quick google search found this: http://www.bizinfosys.com/php/php-get-city-state-from-zipcode.html

Bob</description>
		<content:encoded><![CDATA[<p>A quick google search found this: <a href="http://www.bizinfosys.com/php/php-get-city-state-from-zipcode.html" rel="nofollow">http://www.bizinfosys.com/php/php-get-city-state-from-zipcode.html</a></p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Google Maps Version 3 jQuery Plugin by Smith</title>
		<link>http://blog.bobcravens.com/2010/06/a-google-maps-version-3-jquery-plugin/#comment-1629</link>
		<dc:creator>Smith</dc:creator>
		<pubDate>Sat, 11 Feb 2012 07:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bobcravens.com/2010/06/06/AGoogleMapsVersion3JQueryPlugin.aspx#comment-1629</guid>
		<description>Hi, this is a great blog but i am looking for something different. I want to capture state and city providing only zip code. how can i do this stuff in php and javascript . I am new to all of this dont know how can i do this. Can you please help me to do this?</description>
		<content:encoded><![CDATA[<p>Hi, this is a great blog but i am looking for something different. I want to capture state and city providing only zip code. how can i do this stuff in php and javascript . I am new to all of this dont know how can i do this. Can you please help me to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload Multiple Files With Progress Using Uploadify by Murtaza</title>
		<link>http://blog.bobcravens.com/2011/03/upload-multiple-files-with-progress-using-uploadify/#comment-1628</link>
		<dc:creator>Murtaza</dc:creator>
		<pubDate>Thu, 09 Feb 2012 11:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bobcravens.com/2011/03/upload-multiple-files-with-progress-using-uploadify/#comment-1628</guid>
		<description>Can I get zip of this source code, I am getting difficulties</description>
		<content:encoded><![CDATA[<p>Can I get zip of this source code, I am getting difficulties</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Remote Desktop Viewer (C# / WCF) by Jaya</title>
		<link>http://blog.bobcravens.com/2009/05/multiple-remote-desktop-viewer-c-wcf/#comment-1627</link>
		<dc:creator>Jaya</dc:creator>
		<pubDate>Thu, 09 Feb 2012 01:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bobcravens.com/2009/05/03/MultipleRemoteDesktopViewerCWCF.aspx#comment-1627</guid>
		<description>Hi !!
  I want the exact source code for monitoring desktop of  client system from server system and also i want to control client systems using c#.net.....reply quickly...


Thanks...</description>
		<content:encoded><![CDATA[<p>Hi !!<br />
  I want the exact source code for monitoring desktop of  client system from server system and also i want to control client systems using c#.net&#8230;..reply quickly&#8230;</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Remote Desktop Viewer (C# / WCF) by Jaya</title>
		<link>http://blog.bobcravens.com/2009/05/multiple-remote-desktop-viewer-c-wcf/#comment-1626</link>
		<dc:creator>Jaya</dc:creator>
		<pubDate>Thu, 09 Feb 2012 01:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bobcravens.com/2009/05/03/MultipleRemoteDesktopViewerCWCF.aspx#comment-1626</guid>
		<description>Hi !!
  I want the exact source code for monitoring desktop of  client system from server system and also i want to control client systems.....reply quickly...


Thanks...</description>
		<content:encoded><![CDATA[<p>Hi !!<br />
  I want the exact source code for monitoring desktop of  client system from server system and also i want to control client systems&#8230;..reply quickly&#8230;</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

