<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>DevelopmentNow</title>
    <link>http://www.developmentnow.com/blog/</link>
    <description>Development Tips for .NET, ASP, IIS, VB, SQL, Flash, and more</description>
    <language>en-us</language>
    <copyright>Ben Strackany</copyright>
    <lastBuildDate>Tue, 09 Mar 2010 01:00:07 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>blog@developmentnow.com</managingEditor>
    <webMaster>blog@developmentnow.com</webMaster>
    <item>
      <trackback:ping>http://www.developmentnow.com/blog/Trackback.aspx?guid=09e4a02f-4e23-4aa3-878a-640ec44038c9</trackback:ping>
      <pingback:server>http://www.developmentnow.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.developmentnow.com/blog/PermaLink,guid,09e4a02f-4e23-4aa3-878a-640ec44038c9.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.developmentnow.com/blog/CommentView,guid,09e4a02f-4e23-4aa3-878a-640ec44038c9.aspx</wfw:comment>
      <wfw:commentRss>http://www.developmentnow.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=09e4a02f-4e23-4aa3-878a-640ec44038c9</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div align="left">Several publications and blog sites including The Wall Street Journal
have reported that Google intends to launch a new App store specializing in the sale
of business software sometime this month.  Although Google already has a marketplace
for Google Apps as well as Apps for Android devices, this addition could help them
to compete with Microsoft and Apples’ App stores.<br /><br />
While the App ecosystem is heavily populated, such a marketplace could give developers
a new outlet for promoting and selling their Apps, and one that is more specific to
business needs.  Although a spokesperson for Google commented that there is “nothing
to announce at this time,” the abundance of rumors would suggest otherwise. 
In the meantime, developers continue awaiting the announcement of the innovative business
App store from “disaster-proof” Google.<br /></div>
        <p>
        </p>
        <img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=09e4a02f-4e23-4aa3-878a-640ec44038c9" />
      </body>
      <title>A New Business App Store for Google?</title>
      <guid isPermaLink="false">http://www.developmentnow.com/blog/PermaLink,guid,09e4a02f-4e23-4aa3-878a-640ec44038c9.aspx</guid>
      <link>http://www.developmentnow.com/blog/A+New+Business+App+Store+For+Google.aspx</link>
      <pubDate>Tue, 09 Mar 2010 01:00:07 GMT</pubDate>
      <description>&lt;div align="left"&gt;Several publications and blog sites including The Wall Street Journal
have reported that Google intends to launch a new App store specializing in the sale
of business software sometime this month.&amp;nbsp; Although Google already has a marketplace
for Google Apps as well as Apps for Android devices, this addition could help them
to compete with Microsoft and Apples’ App stores.&lt;br&gt;
&lt;br&gt;
While the App ecosystem is heavily populated, such a marketplace could give developers
a new outlet for promoting and selling their Apps, and one that is more specific to
business needs.&amp;nbsp; Although a spokesperson for Google commented that there is “nothing
to announce at this time,” the abundance of rumors would suggest otherwise.&amp;nbsp;
In the meantime, developers continue awaiting the announcement of the innovative business
App store from “disaster-proof” Google.&lt;br&gt;
&lt;/div&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=09e4a02f-4e23-4aa3-878a-640ec44038c9" /&gt;</description>
      <comments>http://www.developmentnow.com/blog/CommentView,guid,09e4a02f-4e23-4aa3-878a-640ec44038c9.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://www.developmentnow.com/blog/Trackback.aspx?guid=778c0422-9e8e-48de-b979-85678789d3b3</trackback:ping>
      <pingback:server>http://www.developmentnow.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.developmentnow.com/blog/PermaLink,guid,778c0422-9e8e-48de-b979-85678789d3b3.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.developmentnow.com/blog/CommentView,guid,778c0422-9e8e-48de-b979-85678789d3b3.aspx</wfw:comment>
      <wfw:commentRss>http://www.developmentnow.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=778c0422-9e8e-48de-b979-85678789d3b3</wfw:commentRss>
      <title>Convert Arrays to Objects in PHP</title>
      <guid isPermaLink="false">http://www.developmentnow.com/blog/PermaLink,guid,778c0422-9e8e-48de-b979-85678789d3b3.aspx</guid>
      <link>http://www.developmentnow.com/blog/Convert+Arrays+To+Objects+In+PHP.aspx</link>
      <pubDate>Sat, 19 Sep 2009 18:09:56 GMT</pubDate>
      <description>&lt;p&gt;
We recently needed to convert a complex array structure to an object-based one in
PHP. We started off with &lt;a href="http://forum.weblivehelp.net/web-development/php-convert-array-object-and-vice-versa-t2.html#p8" target="_blank"&gt;Marcel's
array2object function&lt;/a&gt; but realized that we only wanted to "objectify" associative
arrays, and leave non-associative arrays to as arrays. So here's the final function,
using &lt;a href="http://us3.php.net/manual/en/function.is-array.php#41179" target="_blank"&gt;vhermecz's
function&lt;/a&gt; to detect associative arrays:
&lt;/p&gt;
&lt;pre&gt;

function array2object($data) {
   if (!is_array($data)) return $data;
   $is_assoc = is_assoc($data);

   $object = new stdClass();

   if (count($data) == 0) return $data;

   if (is_array($data) &amp;&amp; count($data) &gt; 0) {
      foreach ($data as $name=&gt;$value) {
         if ($name !== '') {
            $object-&gt;$name = array2object($value);
            $data[$name] = array2object($value);
         }
      }

   }
   if ($is_assoc)
        return $object;
   else
        return $data;
}


function is_assoc($var) {
    return is_array($var) &amp;&amp; array_keys($var)!==range(0,sizeof($var)-1);
}

&lt;/pre&gt;
&lt;p&gt;
&lt;img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=778c0422-9e8e-48de-b979-85678789d3b3" /&gt;</description>
      <comments>http://www.developmentnow.com/blog/CommentView,guid,778c0422-9e8e-48de-b979-85678789d3b3.aspx</comments>
      <category>PHP</category>
    </item>
    <item>
      <trackback:ping>http://www.developmentnow.com/blog/Trackback.aspx?guid=0acf5863-b607-4dfa-a58c-a55009ebb4ae</trackback:ping>
      <pingback:server>http://www.developmentnow.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.developmentnow.com/blog/PermaLink,guid,0acf5863-b607-4dfa-a58c-a55009ebb4ae.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.developmentnow.com/blog/CommentView,guid,0acf5863-b607-4dfa-a58c-a55009ebb4ae.aspx</wfw:comment>
      <wfw:commentRss>http://www.developmentnow.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=0acf5863-b607-4dfa-a58c-a55009ebb4ae</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img src="http://beta.wikiworldbook.com/php/protectsite/wwb_logo_protect.jpg" />
        </p>
        <p>
          <a href="http://wikiworldbook.com" target="_blank">WikiWorldBook</a>, the global address
book, launched a social contact widget today allowing users to bring all their social
networking profiles and email into a single button. Privacy controls and anti-spam
features let you be found on the web on your terms, without spammers. 
</p>
        <p>
We've put a good amount of work into the button, and are proud to have WikiWorldBook
as one of our clients. If you're looking for a better way to let friends or strangers
find and contact you, take WikiWorldBook's button for a spin.
</p>
        <img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=0acf5863-b607-4dfa-a58c-a55009ebb4ae" />
      </body>
      <title>Social Contact Widget Launch for WikiWorldBook</title>
      <guid isPermaLink="false">http://www.developmentnow.com/blog/PermaLink,guid,0acf5863-b607-4dfa-a58c-a55009ebb4ae.aspx</guid>
      <link>http://www.developmentnow.com/blog/Social+Contact+Widget+Launch+For+WikiWorldBook.aspx</link>
      <pubDate>Thu, 17 Sep 2009 17:27:59 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img src="http://beta.wikiworldbook.com/php/protectsite/wwb_logo_protect.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://wikiworldbook.com" target="_blank"&gt;WikiWorldBook&lt;/a&gt;, the global address
book, launched a social contact widget today allowing users to bring all their social
networking profiles and email into a single button. Privacy controls and anti-spam
features let you be found on the web on your terms, without spammers. 
&lt;/p&gt;
&lt;p&gt;
We've put a good amount of work into the button, and are proud to have WikiWorldBook
as one of our clients. If you're looking for a better way to let friends or strangers
find and contact you, take WikiWorldBook's button for a spin.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=0acf5863-b607-4dfa-a58c-a55009ebb4ae" /&gt;</description>
      <comments>http://www.developmentnow.com/blog/CommentView,guid,0acf5863-b607-4dfa-a58c-a55009ebb4ae.aspx</comments>
      <category>News</category>
      <category>SocialNetworks</category>
    </item>
    <item>
      <trackback:ping>http://www.developmentnow.com/blog/Trackback.aspx?guid=98a4ee83-2fda-4c7e-83f1-d1c5bb7f58a0</trackback:ping>
      <pingback:server>http://www.developmentnow.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.developmentnow.com/blog/PermaLink,guid,98a4ee83-2fda-4c7e-83f1-d1c5bb7f58a0.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.developmentnow.com/blog/CommentView,guid,98a4ee83-2fda-4c7e-83f1-d1c5bb7f58a0.aspx</wfw:comment>
      <wfw:commentRss>http://www.developmentnow.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=98a4ee83-2fda-4c7e-83f1-d1c5bb7f58a0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img src="http://m.infocore.com/images/mobile-logo.png" />
        </p>
        <p>
We recntly built <a href="http://infocore.com" target="_blank">Infocore</a> a mobile
version of their site, complete with mobile device detection and a multi-use mobile
template that is not only attractive on the latest devices, but degrades gracefully
for older or smaller handhelds.
</p>
        <p>
It was a fun project and we're glad that Infocore chose us for their new mobile presence
on the web.
</p>
        <img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=98a4ee83-2fda-4c7e-83f1-d1c5bb7f58a0" />
      </body>
      <title>Infocore Mobile Site Launch</title>
      <guid isPermaLink="false">http://www.developmentnow.com/blog/PermaLink,guid,98a4ee83-2fda-4c7e-83f1-d1c5bb7f58a0.aspx</guid>
      <link>http://www.developmentnow.com/blog/Infocore+Mobile+Site+Launch.aspx</link>
      <pubDate>Mon, 07 Sep 2009 17:46:29 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img src="http://m.infocore.com/images/mobile-logo.png" /&gt;
&lt;/p&gt;
&lt;p&gt;
We recntly built &lt;a href="http://infocore.com" target="_blank"&gt;Infocore&lt;/a&gt; a mobile
version of their site, complete with mobile device detection and a multi-use mobile
template that is not only attractive on the latest devices, but degrades gracefully
for older or smaller handhelds.
&lt;/p&gt;
&lt;p&gt;
It was a fun project and we're glad that Infocore chose us for their new mobile presence
on the web.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=98a4ee83-2fda-4c7e-83f1-d1c5bb7f58a0" /&gt;</description>
      <comments>http://www.developmentnow.com/blog/CommentView,guid,98a4ee83-2fda-4c7e-83f1-d1c5bb7f58a0.aspx</comments>
      <category>mobile</category>
      <category>News</category>
    </item>
    <item>
      <trackback:ping>http://www.developmentnow.com/blog/Trackback.aspx?guid=b4ec9efc-5ba2-4996-94a4-f5078186ac96</trackback:ping>
      <pingback:server>http://www.developmentnow.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.developmentnow.com/blog/PermaLink,guid,b4ec9efc-5ba2-4996-94a4-f5078186ac96.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.developmentnow.com/blog/CommentView,guid,b4ec9efc-5ba2-4996-94a4-f5078186ac96.aspx</wfw:comment>
      <wfw:commentRss>http://www.developmentnow.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=b4ec9efc-5ba2-4996-94a4-f5078186ac96</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img src="http://libmob.com/images/libmob-logo.gif" />
        </p>
        <p>
          <a href="http://libmob.com" target="_blank">LibMob</a>, the mobile book research solution,
is back in business after a revamped mobile template and updated back end.
</p>
        <p>
Amazon changed their product APIs recently, forcing us to swap in latest PEAR's <a target="_blank" href="http://pear.php.net/package/Services_Amazon/">Services_Amazon</a> class
and write a custom wrapper to integrate it into the existing LibMob engine.
</p>
        <img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=b4ec9efc-5ba2-4996-94a4-f5078186ac96" />
      </body>
      <title>LibMob Updated</title>
      <guid isPermaLink="false">http://www.developmentnow.com/blog/PermaLink,guid,b4ec9efc-5ba2-4996-94a4-f5078186ac96.aspx</guid>
      <link>http://www.developmentnow.com/blog/LibMob+Updated.aspx</link>
      <pubDate>Wed, 19 Aug 2009 18:00:52 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img src="http://libmob.com/images/libmob-logo.gif" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://libmob.com" target="_blank"&gt;LibMob&lt;/a&gt;, the mobile book research solution,
is back in business after a revamped mobile template and updated back end.
&lt;/p&gt;
&lt;p&gt;
Amazon changed their product APIs recently, forcing us to swap in latest PEAR's &lt;a target="_blank" href="http://pear.php.net/package/Services_Amazon/"&gt;Services_Amazon&lt;/a&gt; class
and write a custom wrapper to integrate it into the existing LibMob engine.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=b4ec9efc-5ba2-4996-94a4-f5078186ac96" /&gt;</description>
      <comments>http://www.developmentnow.com/blog/CommentView,guid,b4ec9efc-5ba2-4996-94a4-f5078186ac96.aspx</comments>
      <category>mobile</category>
      <category>News</category>
    </item>
    <item>
      <trackback:ping>http://www.developmentnow.com/blog/Trackback.aspx?guid=7d8ec5c8-54df-4a05-becd-b2b996331411</trackback:ping>
      <pingback:server>http://www.developmentnow.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.developmentnow.com/blog/PermaLink,guid,7d8ec5c8-54df-4a05-becd-b2b996331411.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.developmentnow.com/blog/CommentView,guid,7d8ec5c8-54df-4a05-becd-b2b996331411.aspx</wfw:comment>
      <wfw:commentRss>http://www.developmentnow.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=7d8ec5c8-54df-4a05-becd-b2b996331411</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img src="http://beta.wikiworldbook.com/php/protectsite/wwb_logo_protect.jpg" />
        </p>
        <p>
          <a href="http://wikiworldbook.com" target="_blank">WikiWorldBook</a>, the global address
book, got a huge facelift recently. Seriously huge. It's sporting a cleaner, better,
slicker, more user-friendly interface, and is faster to boot. Big thanks to <a href="http://www.obox-design.com" target="_blank">Obox
Design</a> for their design chops, and kudos to the DevNow team for all their hard
code-slinging work!
</p>
        <img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=7d8ec5c8-54df-4a05-becd-b2b996331411" />
      </body>
      <title>WikiWorldBook Gets a Huge Facelift</title>
      <guid isPermaLink="false">http://www.developmentnow.com/blog/PermaLink,guid,7d8ec5c8-54df-4a05-becd-b2b996331411.aspx</guid>
      <link>http://www.developmentnow.com/blog/WikiWorldBook+Gets+A+Huge+Facelift.aspx</link>
      <pubDate>Mon, 17 Aug 2009 18:13:36 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img src="http://beta.wikiworldbook.com/php/protectsite/wwb_logo_protect.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://wikiworldbook.com" target="_blank"&gt;WikiWorldBook&lt;/a&gt;, the global address
book, got a huge facelift recently. Seriously huge. It's sporting a cleaner, better,
slicker, more user-friendly interface, and is faster to boot. Big thanks to &lt;a href="http://www.obox-design.com" target="_blank"&gt;Obox
Design&lt;/a&gt; for their design chops, and kudos to the DevNow team for all their hard
code-slinging work!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=7d8ec5c8-54df-4a05-becd-b2b996331411" /&gt;</description>
      <comments>http://www.developmentnow.com/blog/CommentView,guid,7d8ec5c8-54df-4a05-becd-b2b996331411.aspx</comments>
      <category>News</category>
    </item>
    <item>
      <trackback:ping>http://www.developmentnow.com/blog/Trackback.aspx?guid=6838633d-480b-4f07-844d-d004dbd98751</trackback:ping>
      <pingback:server>http://www.developmentnow.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.developmentnow.com/blog/PermaLink,guid,6838633d-480b-4f07-844d-d004dbd98751.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.developmentnow.com/blog/CommentView,guid,6838633d-480b-4f07-844d-d004dbd98751.aspx</wfw:comment>
      <wfw:commentRss>http://www.developmentnow.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=6838633d-480b-4f07-844d-d004dbd98751</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img src="http://circle.stylemepretty.com/wp-content/plugins/buddypress/bp-themes/buddypress-home/images/bof-theme/logo-solo.png" />
        </p>
        <p>
We're proud to announce the launch of a new social network for brides -- <a href="http://circle.stylemepretty.com" target="_blank">Style
Circle</a>. It's a social network built for our client <a href="http://stylemepretty.com" target="_blank">Style
Me Pretty</a>, allowing brides, wedding planners, vendors, and wedding enthusiasts
around the globe to learn, plan, share, and socialize. 
</p>
        <p>
It's built using BuddyPress and WordPress-MU, and a lot of work was done to make sure
the user experience was not only friendly, but pretty. Plus, it features a very cool
Inspiration Board Builder tool, allowing users to assemble thousands of professional-quality
wedding-related images into boards and collages for their own exploration and inspiration.
</p>
        <img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=6838633d-480b-4f07-844d-d004dbd98751" />
      </body>
      <title>Style Circle Launch -- Social Network for Brides</title>
      <guid isPermaLink="false">http://www.developmentnow.com/blog/PermaLink,guid,6838633d-480b-4f07-844d-d004dbd98751.aspx</guid>
      <link>http://www.developmentnow.com/blog/Style+Circle+Launch+Social+Network+For+Brides.aspx</link>
      <pubDate>Sat, 01 Aug 2009 17:43:10 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img src="http://circle.stylemepretty.com/wp-content/plugins/buddypress/bp-themes/buddypress-home/images/bof-theme/logo-solo.png" /&gt;
&lt;/p&gt;
&lt;p&gt;
We're proud to announce the launch of a new social network for brides -- &lt;a href="http://circle.stylemepretty.com" target="_blank"&gt;Style
Circle&lt;/a&gt;. It's a social network built for our client &lt;a href="http://stylemepretty.com" target="_blank"&gt;Style
Me Pretty&lt;/a&gt;, allowing brides, wedding planners, vendors, and wedding enthusiasts
around the globe to learn, plan, share, and socialize. 
&lt;/p&gt;
&lt;p&gt;
It's built using BuddyPress and WordPress-MU, and a lot of work was done to make sure
the user experience was not only friendly, but pretty. Plus, it features a very cool
Inspiration Board Builder tool, allowing users to assemble thousands of professional-quality
wedding-related images into boards and collages for their own exploration and inspiration.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=6838633d-480b-4f07-844d-d004dbd98751" /&gt;</description>
      <comments>http://www.developmentnow.com/blog/CommentView,guid,6838633d-480b-4f07-844d-d004dbd98751.aspx</comments>
      <category>News</category>
      <category>SocialNetworks</category>
    </item>
    <item>
      <trackback:ping>http://www.developmentnow.com/blog/Trackback.aspx?guid=d1934d31-46e4-468d-9988-8e9fdff979e4</trackback:ping>
      <pingback:server>http://www.developmentnow.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.developmentnow.com/blog/PermaLink,guid,d1934d31-46e4-468d-9988-8e9fdff979e4.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.developmentnow.com/blog/CommentView,guid,d1934d31-46e4-468d-9988-8e9fdff979e4.aspx</wfw:comment>
      <wfw:commentRss>http://www.developmentnow.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=d1934d31-46e4-468d-9988-8e9fdff979e4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img border="0" src="http://www.developmentnow.com/blog/content/binary/mslogo1_thumb.jpg" />
        </p>
        <p>
The Microsoft Local Impact map launched this week. It's an interactive rich UI application
allowing users to click and drill down in a world map to see demographics, technical
statistics, and stories of Microsoft and technology impact around the globe.
</p>
        <p>
Big kudos (and judos?) to <a href="http://stimulant.io">Stimulant</a> for handling
the RUI aspects, allowing the DevNow team to focus on web services, business logic,
data mapping, and deployment.
</p>
        <img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=d1934d31-46e4-468d-9988-8e9fdff979e4" />
      </body>
      <title>Citizenship Map Silverlight Application Launches</title>
      <guid isPermaLink="false">http://www.developmentnow.com/blog/PermaLink,guid,d1934d31-46e4-468d-9988-8e9fdff979e4.aspx</guid>
      <link>http://www.developmentnow.com/blog/Citizenship+Map+Silverlight+Application+Launches.aspx</link>
      <pubDate>Fri, 24 Apr 2009 01:34:26 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img border="0" src="http://www.developmentnow.com/blog/content/binary/mslogo1_thumb.jpg"&gt;
&lt;/p&gt;
&lt;p&gt;
The Microsoft Local Impact map launched this week. It's an interactive rich UI application
allowing users to click and drill down in a world map to see demographics, technical
statistics, and stories of Microsoft and technology impact around the globe.
&lt;/p&gt;
&lt;p&gt;
Big kudos (and judos?) to &lt;a href="http://stimulant.io"&gt;Stimulant&lt;/a&gt; for handling
the RUI aspects, allowing the DevNow team to focus on web services, business logic,
data mapping, and deployment.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=d1934d31-46e4-468d-9988-8e9fdff979e4" /&gt;</description>
      <comments>http://www.developmentnow.com/blog/CommentView,guid,d1934d31-46e4-468d-9988-8e9fdff979e4.aspx</comments>
      <category>ASP.NET</category>
      <category>News</category>
    </item>
    <item>
      <trackback:ping>http://www.developmentnow.com/blog/Trackback.aspx?guid=17e8105e-50a9-4e78-ad26-69611251a3a0</trackback:ping>
      <pingback:server>http://www.developmentnow.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.developmentnow.com/blog/PermaLink,guid,17e8105e-50a9-4e78-ad26-69611251a3a0.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.developmentnow.com/blog/CommentView,guid,17e8105e-50a9-4e78-ad26-69611251a3a0.aspx</wfw:comment>
      <wfw:commentRss>http://www.developmentnow.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=17e8105e-50a9-4e78-ad26-69611251a3a0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img border="0" src="http://www.developmentnow.com/blog/content/binary/twitter-logo.jpg" />
        </p>
        <p>
          <img src="http://beta.wikiworldbook.com/php/protectsite/wwb_logo_protect.jpg" />
        </p>
        <p>
You can now find old friends and learn more about people using Twitter using the new
Twitter FreeSearch Bot we built for <a href="http://wikiworldbook.com">WikiWorldBook</a>.
To use it, just follow <a href="http://twitter.com/freesearch">@freesearch</a> and
send either a reply or a direct message to freesearch followed by the name of the
person you want to know more about.
</p>
        <p>
e.g. @freesearch Barak Obama
</p>
        <p>
You'll then get back a tweet with information about that person's social network profiles
around the web, powered by the people search engine at WikiWorldBook.
</p>
        <img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=17e8105e-50a9-4e78-ad26-69611251a3a0" />
      </body>
      <title>Use Twitter to find friends and learn more about people</title>
      <guid isPermaLink="false">http://www.developmentnow.com/blog/PermaLink,guid,17e8105e-50a9-4e78-ad26-69611251a3a0.aspx</guid>
      <link>http://www.developmentnow.com/blog/Use+Twitter+To+Find+Friends+And+Learn+More+About+People.aspx</link>
      <pubDate>Sun, 01 Mar 2009 18:37:00 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img border="0" src="http://www.developmentnow.com/blog/content/binary/twitter-logo.jpg"&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://beta.wikiworldbook.com/php/protectsite/wwb_logo_protect.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
You can now find old friends and learn more about people using Twitter using the new
Twitter FreeSearch Bot we built for &lt;a href="http://wikiworldbook.com"&gt;WikiWorldBook&lt;/a&gt;.
To use it, just follow &lt;a href="http://twitter.com/freesearch"&gt;@freesearch&lt;/a&gt; and
send either a reply or a direct message to freesearch followed by the name of the
person you want to know more about.
&lt;/p&gt;
&lt;p&gt;
e.g. @freesearch Barak Obama
&lt;/p&gt;
&lt;p&gt;
You'll then get back a tweet with information about that person's social network profiles
around the web, powered by the people search engine at WikiWorldBook.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.developmentnow.com/blog/aggbug.ashx?id=17e8105e-50a9-4e78-ad26-69611251a3a0" /&gt;</description>
      <comments>http://www.developmentnow.com/blog/CommentView,guid,17e8105e-50a9-4e78-ad26-69611251a3a0.aspx</comments>
      <category>News</category>
      <category>SocialNetworks</category>
    </item>
  </channel>
</rss>