<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>∞</title>
	<atom:link href="http://d3mon.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://d3mon.wordpress.com</link>
	<description>{Random ++}</description>
	<lastBuildDate>Mon, 17 Sep 2007 12:18:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='d3mon.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/94d7f4a23cb236edfce7837ffc9cddf4?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>∞</title>
		<link>http://d3mon.wordpress.com</link>
	</image>
			<item>
		<title>Get relationship between tables using foreign key relationships!</title>
		<link>http://d3mon.wordpress.com/2007/09/17/get-relationship-between-tables-using-foreign-key-relationships/</link>
		<comments>http://d3mon.wordpress.com/2007/09/17/get-relationship-between-tables-using-foreign-key-relationships/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 12:18:17 +0000</pubDate>
		<dc:creator>d3mon</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://d3mon.wordpress.com/2007/09/17/get-relationship-between-tables-using-foreign-key-relationships/</guid>
		<description><![CDATA[
SELECT Referencing_Object_name, Referencing_Column_Name, Referenced_Object_Name, Referenced_Column_Name FROM 
(SELECT Referenced_Column_Name = c.name, Referenced_Object_name = o.name, f.constid FROM sysforeignkeys f, sysobjects o, syscolumns c WHERE (f.rkeyid = o.id) AND c.id = o.id AND c.colid = f.rkey) r,
(SELECT referencing_column_Name = c.name, Referencing_Object_name = o.name, f.constid FROM sysforeignkeys f, sysobjects o, syscolumns c WHERE (f.fkeyid = o.id) AND c.id = o.id [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=77&subd=d3mon&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="Section1">
<p class="MsoNormal"><strong><font size="2" color="#0000ff" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:blue;font-family:'Courier New';">SELECT</span></font></strong><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"> Referencing_Object_name<font color="#808080"><span style="color:gray;">,</span></font> Referencing_Column_Name<font color="#808080"><span style="color:gray;">,</span></font> Referenced_Object_Name<font color="#808080"><span style="color:gray;">,</span></font> Referenced_Column_Name </span></font></strong><strong><font size="2" color="#0000ff" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:blue;font-family:'Courier New';">FROM </span></font></strong></p>
<p class="MsoNormal"><strong><font size="2" color="#0000ff" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:blue;font-family:'Courier New';"></span></font></strong><strong><font size="2" color="#808080" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:gray;font-family:'Courier New';">(</span></font></strong><strong><font size="2" color="#0000ff" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:blue;font-family:'Courier New';">SELECT</span></font></strong><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"> Referenced_Column_Name <font color="#808080"><span style="color:gray;">=</span></font> c<font color="#808080"><span style="color:gray;">.</span></font>name<font color="#808080"><span style="color:gray;">,</span></font> Referenced_Object_name <font color="#808080"><span style="color:gray;">=</span></font> o<font color="#808080"><span style="color:gray;">.</span></font>name<font color="#808080"><span style="color:gray;">,</span></font> f<font color="#808080"><span style="color:gray;">.</span></font>constid </span></font></strong><strong><font size="2" color="#0000ff" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:blue;font-family:'Courier New';">FROM</span></font></strong><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"> <font color="#008000"><span style="color:green;">sysforeignkeys</span></font> f<font color="#808080"><span style="color:gray;">,</span></font> <font color="#008000"><span style="color:green;">sysobjects</span></font> o<font color="#808080"><span style="color:gray;">,</span></font> <font color="#008000"><span style="color:green;">syscolumns</span></font> c </span></font></strong><strong><font size="2" color="#0000ff" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:blue;font-family:'Courier New';">WHERE</span></font></strong><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"> <font color="#808080"><span style="color:gray;">(</span></font>f<font color="#808080"><span style="color:gray;">.</span></font>rkeyid <font color="#808080"><span style="color:gray;">=</span></font> o<font color="#808080"><span style="color:gray;">.</span></font>id<font color="#808080"><span style="color:gray;">)</span></font> <font color="#808080"><span style="color:gray;">AND</span></font> c<font color="#808080"><span style="color:gray;">.</span></font>id <font color="#808080"><span style="color:gray;">=</span></font> o<font color="#808080"><span style="color:gray;">.</span></font>id <font color="#808080"><span style="color:gray;">AND</span></font> c<font color="#808080"><span style="color:gray;">.</span></font>colid <font color="#808080"><span style="color:gray;">=</span></font> f<font color="#808080"><span style="color:gray;">.</span></font>rkey<font color="#808080"><span style="color:gray;">)</span></font> r<font color="#808080"><span style="color:gray;">,</span></font></span></font></strong></p>
<p><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"><font color="#808080"><span style="color:gray;"></span></font></span></font></strong><strong><font size="2" color="#808080" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:gray;font-family:'Courier New';">(</span></font></strong><strong><font size="2" color="#0000ff" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:blue;font-family:'Courier New';">SELECT</span></font></strong><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"> referencing_column_Name <font color="#808080"><span style="color:gray;">=</span></font> c<font color="#808080"><span style="color:gray;">.</span></font>name<font color="#808080"><span style="color:gray;">,</span></font> Referencing_Object_name <font color="#808080"><span style="color:gray;">=</span></font> o<font color="#808080"><span style="color:gray;">.</span></font>name<font color="#808080"><span style="color:gray;">,</span></font> f<font color="#808080"><span style="color:gray;">.</span></font>constid </span></font></strong><strong><font size="2" color="#0000ff" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:blue;font-family:'Courier New';">FROM</span></font></strong><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"> <font color="#008000"><span style="color:green;">sysforeignkeys</span></font> f<font color="#808080"><span style="color:gray;">,</span></font> <font color="#008000"><span style="color:green;">sysobjects</span></font> o<font color="#808080"><span style="color:gray;">,</span></font> <font color="#008000"><span style="color:green;">syscolumns</span></font> c </span></font></strong><strong><font size="2" color="#0000ff" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:blue;font-family:'Courier New';">WHERE</span></font></strong><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"> <font color="#808080"><span style="color:gray;">(</span></font>f<font color="#808080"><span style="color:gray;">.</span></font>fkeyid <font color="#808080"><span style="color:gray;">=</span></font> o<font color="#808080"><span style="color:gray;">.</span></font>id<font color="#808080"><span style="color:gray;">)</span></font> <font color="#808080"><span style="color:gray;">AND</span></font> c<font color="#808080"><span style="color:gray;">.</span></font>id <font color="#808080"><span style="color:gray;">=</span></font> o<font color="#808080"><span style="color:gray;">.</span></font>id <font color="#808080"><span style="color:gray;">AND</span></font> c<font color="#808080"><span style="color:gray;">.</span></font>colid <font color="#808080"><span style="color:gray;">=</span></font> f<font color="#808080"><span style="color:gray;">.</span></font>fkey<font color="#808080"><span style="color:gray;">)</span></font> f</span></font></strong><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"></span></font></strong></p>
<p class="MsoNormal"><strong><font size="2" color="#0000ff" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:blue;font-family:'Courier New';">WHERE</span></font></strong><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"> r<font color="#808080"><span style="color:gray;">.</span></font>Referenced_Column_Name <font color="#808080"><span style="color:gray;">=</span></font> f<font color="#808080"><span style="color:gray;">.</span></font>referencing_column_Name <font color="#808080"><span style="color:gray;">AND</span></font> r<font color="#808080"><span style="color:gray;">.</span></font>constid <font color="#808080"><span style="color:gray;">=</span></font> f<font color="#808080"><span style="color:gray;">.</span></font>constid</span></font></strong></p>
<p><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"></span></font></strong><strong><font size="2" color="#0000ff" face="Courier New"><span style="font-weight:bold;font-size:10pt;color:blue;font-family:'Courier New';">ORDER</span></font></strong><strong><font size="2" face="Courier New"><span style="font-weight:bold;font-size:10pt;font-family:'Courier New';"> <font color="#0000ff"><span style="color:blue;">BY</span></font> f<font color="#808080"><span style="color:gray;">.</span></font>Referencing_Object_name</span></font></strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/d3mon.wordpress.com/77/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/d3mon.wordpress.com/77/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/d3mon.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/d3mon.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/d3mon.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/d3mon.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/d3mon.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/d3mon.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/d3mon.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/d3mon.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/d3mon.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/d3mon.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=77&subd=d3mon&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://d3mon.wordpress.com/2007/09/17/get-relationship-between-tables-using-foreign-key-relationships/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/140a7fa9841d50175e7a9be8b54bf663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">d3mon</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple Introduces Safari for Windows</title>
		<link>http://d3mon.wordpress.com/2007/06/12/apple-introduces-safari-for-windows/</link>
		<comments>http://d3mon.wordpress.com/2007/06/12/apple-introduces-safari-for-windows/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 06:22:58 +0000</pubDate>
		<dc:creator>d3mon</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://d3mon.wordpress.com/2007/06/12/apple-introduces-safari-for-windows/</guid>
		<description><![CDATA[June 11, 2007—Apple® today introduced Safari™ 3, the world’s fastest and easiest-to-use web browser for Windows PCs and Macs. Safari is the fastest browser running on Windows, based on the industry standard iBench tests, rendering web pages up to twice as fast as IE 7 and up to 1.6 times faster than Firefox 2. And [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=76&subd=d3mon&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>June 11, 2007—Apple® today <a href="http://www.apple.com/pr/library/2007/06/11safari.html" title="Apple Introduces Safari for Windows">introduced</a> <strong><a href="http://www.apple.com/safari/" title="Apple - Safari 3 Public Beta">Safari™ 3</a></strong>, the world’s fastest and easiest-to-use web browser for Windows PCs and Macs. <em><font color="#003366">Safari is the fastest browser running on Windows, based on the industry standard iBench tests, rendering web pages up to twice as fast as IE 7 and up to 1.6 times faster than Firefox 2. And it executes JavaScript up to 2.8 times faster than Internet Explorer 7 and up to 1.6 times faster than Firefox 2.</font></em> Safari joins iTunes® in delivering Apple’s legendary user experience to both Windows and Mac® users as well as full support of open Internet standards. <a href="http://www.macworld.com/2007/06/firstlooks/safari3/index.php" title="Safari 3 beta">Safari 3 </a>features easy-to-manage bookmarks, effortless browsing with easy-to-organize tabs and a built-in RSS reader to quickly scan the latest news and information. Safari 3 public beta is available today as a free download at <a href="http://www.apple.com/safari" title="Apple Safari 3 Public Beta">www.apple.com/safari</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/d3mon.wordpress.com/76/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/d3mon.wordpress.com/76/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/d3mon.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/d3mon.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/d3mon.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/d3mon.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/d3mon.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/d3mon.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/d3mon.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/d3mon.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/d3mon.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/d3mon.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=76&subd=d3mon&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://d3mon.wordpress.com/2007/06/12/apple-introduces-safari-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/140a7fa9841d50175e7a9be8b54bf663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">d3mon</media:title>
		</media:content>
	</item>
		<item>
		<title>Visual Studio 2008 Shell</title>
		<link>http://d3mon.wordpress.com/2007/06/11/visual-studio-2008-shell/</link>
		<comments>http://d3mon.wordpress.com/2007/06/11/visual-studio-2008-shell/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 17:33:23 +0000</pubDate>
		<dc:creator>d3mon</dc:creator>
				<category><![CDATA[VSTS]]></category>

		<guid isPermaLink="false">http://d3mon.wordpress.com/2007/06/11/visual-studio-2008-shell/</guid>
		<description><![CDATA[If you create software development tools, you’ll want to consider building on the Visual Studio 2008 Shell. A streamlined Visual Studio development environment, the Visual Studio Shell provides the core foundation so you can focus on building your application’s unique features. Flexible customization options help you deliver optimized experiences for specific markets.
Key Benefits

Faster Development. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=75&subd=d3mon&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you create software development tools, you’ll want to consider building on the <a href="http://msdn2.microsoft.com/en-us/vstudio/bb510103.aspx" title="Visual Studio 2008 Shell">Visual Studio 2008 Shell</a>. A streamlined Visual Studio development environment, the <a href="http://www.theserverside.net/news/thread.tss?thread_id=45690" title="Visual Studio Shell to bring configurable IDE to developers">Visual Studio Shell</a> provides the core foundation so you can focus on building your application’s unique features. Flexible customization options help you deliver optimized experiences for specific markets.<span id="more-75"></span></p>
<h3><font color="#000000">Key Benefits</font></h3>
<ul>
<li><em>Faster Development.</em> The Visual Studio Shell accelerates development by providing a base integrated development environment that can host custom tools and programming languages.</li>
<li><em>A Familiar Environment. </em>Developers can build on the Visual Studio platform and provide end users a familiar user interface, speeding the learning curve for both.</li>
<li><em>Optimized for Languages &amp; Tools.</em> Created in response to requests from our partners, the Visual Studio Shell gives you the option of integrating your tools with Visual Studio or creating an isolated, custom-branded application.</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/d3mon.wordpress.com/75/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/d3mon.wordpress.com/75/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/d3mon.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/d3mon.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/d3mon.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/d3mon.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/d3mon.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/d3mon.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/d3mon.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/d3mon.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/d3mon.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/d3mon.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=75&subd=d3mon&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://d3mon.wordpress.com/2007/06/11/visual-studio-2008-shell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/140a7fa9841d50175e7a9be8b54bf663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">d3mon</media:title>
		</media:content>
	</item>
		<item>
		<title>Adobe Integrated Runtime (AIR) code named Apollo</title>
		<link>http://d3mon.wordpress.com/2007/06/11/adobe-integrated-runtime-air-code-named-apollo/</link>
		<comments>http://d3mon.wordpress.com/2007/06/11/adobe-integrated-runtime-air-code-named-apollo/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 17:23:44 +0000</pubDate>
		<dc:creator>d3mon</dc:creator>
				<category><![CDATA[Adobe]]></category>

		<guid isPermaLink="false">http://d3mon.wordpress.com/2007/06/11/adobe-integrated-runtime-air-code-named-apollo/</guid>
		<description><![CDATA[Adobe has released a free beta version of Adobe Integrated Runtime (AIR), marking a critical stage in its project to bring rich web applications to the desktop.
Formerly known by the Apollo codename, AIR is an application runtime that works across operating systems and lets developers use familiar tools such as HTML, Ajax and Adobe’s Flash and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=74&subd=d3mon&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Adobe has released a free beta version of <a href="http://labs.adobe.com/technologies/air/" title="Adobe® AIR™">Adobe Integrated Runtime (AIR)</a>, marking a critical stage in its project to bring rich web applications to the desktop.<br />
Formerly known by the <strong><font color="#003366">Apollo</font></strong> codename, <a href="http://www.adobe.com/aboutadobe/pressroom/pressreleases/pdfs/200706/061107AIRBeta.pdf" title="AIR">AIR</a> is an application runtime that works across operating systems and lets developers use familiar tools such as <font color="#003366"><strong>HTML</strong></font>, <font color="#003366"><strong>Ajax </strong></font>and <font color="#003366"><strong>Adobe’s Flash</strong></font> and<font color="#003366"><strong> Flex</strong></font><font color="#000000"> to</font> write applications. A full release is scheduled for the fourth quarter.<span id="more-74"></span></p>
<p>New features in the beta include the <font color="#003366"><strong>SQLite embedded database</strong></font>, <font color="#003366"><strong>PDF support</strong></font>, <font color="#800000"></font><font color="#003366"><strong>stronger capabilities for JavaScript developers</strong></font> <font color="#000000">and </font><font color="#003366"><strong>deeper integration with Flex</strong></font> Adobe said. The beta currently only works on Windows and Mac systems with support for Linux and other options scheduled to be added at a later date. Adobe also said that the new beta Flex 3 now supports AIR and that it has posted an <font color="#003366"><strong>add-in</strong></font> that for <font color="#003366">DreamWeaver CS3</font> that supports AIR.</p>
<p>Ben Forsaith, Adobe business development manager, said AIR will join <em>“the best of the web and the best of the</em> <em>desktop”.</em> A practical example could be a contact database for the Salesforce.com platform that could be updated by a field sales or service rep and synchronised online at a later time.</p>
<p>Forsyth added that unnamed companies are at work on word-processor and presentations packages written for AIR so users could access productivity tools in a manner most convenient to them. Such developments could calm concerns that web-based apps could suffer from latency issues.</p>
<p>Adobe is not alone in seeing the virtue of an environment where applications can run inside or outside the browser. Google’s announcement of <font color="#003366"><strong>Gears</strong></font> at the end of May has a similar aim but Forsaith said that Adobe and Google will not be competing.</p>
<p><em>“If you develop for Gears you will have a similar or identical API to AIR,”</em> he added. He also dismissed suggestions of competition from Microsoft, saying that <em>“<strong><font color="#003366">Silverlight </font></strong>is very much inside the browser”.</em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/d3mon.wordpress.com/74/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/d3mon.wordpress.com/74/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/d3mon.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/d3mon.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/d3mon.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/d3mon.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/d3mon.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/d3mon.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/d3mon.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/d3mon.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/d3mon.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/d3mon.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=74&subd=d3mon&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://d3mon.wordpress.com/2007/06/11/adobe-integrated-runtime-air-code-named-apollo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/140a7fa9841d50175e7a9be8b54bf663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">d3mon</media:title>
		</media:content>
	</item>
		<item>
		<title>Aptana IDE</title>
		<link>http://d3mon.wordpress.com/2007/06/11/aptana-ide/</link>
		<comments>http://d3mon.wordpress.com/2007/06/11/aptana-ide/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 16:30:46 +0000</pubDate>
		<dc:creator>d3mon</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://d3mon.wordpress.com/2007/06/11/aptana-ide/</guid>
		<description><![CDATA[The Aptana IDE is a free, open-source, cross-platform, JavaScript-focused development environment for building Ajax applications. It features code assist on JavaScript, HTML, and CSS languages, FTP/SFTP support and a JavaScript debugger to troubleshoot your code.
Highlights include the following features:

Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions
Outliner that gives a snapshot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=72&subd=d3mon&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="font-size:14px;">The <a href="http://www.aptana.com/" title="Aptana">Aptana</a> IDE is a free, open-source, cross-platform, JavaScript-focused development environment for building Ajax applications. It features code assist on JavaScript, HTML, and CSS languages, FTP/SFTP support and a JavaScript debugger to troubleshoot your code.<span id="more-72"></span></p>
<p>Highlights include the following features:</p>
<ul>
<li>Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions</li>
<li>Outliner that gives a snapshot view of your JavaScript, HTML, and CSS code structure</li>
<li>FTP/SFTP uploading, downloading and synchronization</li>
<li>JavaScript debugger to troubleshoot your code</li>
<li>Error and warning notification for your code</li>
<li>Support for Aptana UI customization and extensions</li>
<li>Cross-platform support</li>
<li>Free and open source licensed under the <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License</a>, v1.0.</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/d3mon.wordpress.com/72/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/d3mon.wordpress.com/72/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/d3mon.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/d3mon.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/d3mon.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/d3mon.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/d3mon.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/d3mon.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/d3mon.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/d3mon.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/d3mon.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/d3mon.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=72&subd=d3mon&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://d3mon.wordpress.com/2007/06/11/aptana-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/140a7fa9841d50175e7a9be8b54bf663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">d3mon</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Research Pex</title>
		<link>http://d3mon.wordpress.com/2007/06/11/microsoft-research-pex/</link>
		<comments>http://d3mon.wordpress.com/2007/06/11/microsoft-research-pex/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 15:59:51 +0000</pubDate>
		<dc:creator>d3mon</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://d3mon.wordpress.com/2007/06/11/microsoft-research-pex/</guid>
		<description><![CDATA[Pex (Program EXploration) is an intelligent assistant to the programmer. By automatically generating unit tests, it allows to find bugs early. In addition, it suggests to the programmer how to fix the bugs.
Pex enables a new development experience in Visual Studio Team System, taking test-driven development to the next level. Pex analyzes .NET applications. From [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=71&subd=d3mon&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong><img border="0" width="200" src="http://research.microsoft.com/pex/Images/PexWeb.png" alt="Pex" height="121" style="width:77px;height:57px;" /><a href="http://research.microsoft.com/pex/" title="Dynamic Analysis and Test Generation for .NET">Pex</a></strong> (Program EXploration) is an intelligent assistant to the programmer. By automatically generating unit tests, it allows to find bugs early. In addition, it suggests to the programmer how to fix the bugs.</p>
<p><strong><a href="http://research.microsoft.com/pex/screencast.aspx" title="Pex Screencast">Pex</a></strong> enables a new development experience in Visual Studio Team System, taking test-driven development to the next level. Pex analyzes .NET applications. From a parameterized unit test, it automatically produces traditional unit tests cases with high code coverage. Moreover, when a generated test fails, Pex can often suggest a bug fix. <span id="more-71"></span></p>
<p><strong><a href="http://weblogs.asp.net/astopford/archive/2007/04/10/pex-samples.aspx" title="Pex samples">Pex</a></strong> performs a systematic program analysis. It records detailed execution traces of existing test cases. Pex learns the program behavior from the execution traces, and a constraint solver produces new test cases with different behavior. The result is a minimal test suite with maximal code coverage. When a test fails, Pex uses detailed dataflow information to determine the root cause and a potential bug fix.</p>
<p><strong>Pex</strong> is only available internally.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/d3mon.wordpress.com/71/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/d3mon.wordpress.com/71/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/d3mon.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/d3mon.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/d3mon.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/d3mon.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/d3mon.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/d3mon.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/d3mon.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/d3mon.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/d3mon.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/d3mon.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=71&subd=d3mon&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://d3mon.wordpress.com/2007/06/11/microsoft-research-pex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/140a7fa9841d50175e7a9be8b54bf663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">d3mon</media:title>
		</media:content>

		<media:content url="http://research.microsoft.com/pex/Images/PexWeb.png" medium="image">
			<media:title type="html">Pex</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Math</title>
		<link>http://d3mon.wordpress.com/2007/06/06/microsoft-math/</link>
		<comments>http://d3mon.wordpress.com/2007/06/06/microsoft-math/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 09:40:45 +0000</pubDate>
		<dc:creator>d3mon</dc:creator>
				<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://d3mon.wordpress.com/2007/06/06/microsoft-math/</guid>
		<description><![CDATA[With Microsoft Math, students can learn to solve equations step-by-step, while gaining a better understanding of fundamental concepts in pre-algebra, algebra, trigonometry, physics, chemistry and calculus. 
Microsoft Math  provides a set of mathematical tools that helps students get school work done quickly and easily. With a full-featured graphing calculator that’s designed to work just like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=70&subd=d3mon&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:11pt;color:black;line-height:150%;font-family:Calibri;">With <a href="http://www.microsoft.com/math/default.mspx" title="Microsoft Math">Microsoft Math</a>, students can learn to solve equations step-by-step, while gaining a better understanding of fundamental concepts in pre-algebra, algebra, trigonometry, physics, chemistry and calculus. </span></p>
<p><span style="font-size:11pt;color:black;line-height:150%;font-family:Calibri;"></span><span style="font-size:11pt;color:black;line-height:150%;font-family:Calibri;"><a href="http://www.microsoft.com/Math/images/ss_overview.jpg" title="Screenshot">Microsoft Math </a> provides a set of mathematical tools that helps students get school work done quickly and easily. With a full-featured graphing calculator that’s designed to work just like a handheld calculator, Microsoft Math offers a wide range of additional tools to help students with complex mathematics.</span></p>
<p><em><span style="font-size:11pt;color:black;line-height:150%;font-family:Calibri;">Top features in Microsoft Math include: <span id="more-70"></span></span></em></p>
<ul>
<li class="MsoNormal"><span class="MsoHyperlink"></span><span style="font-size:8.5pt;line-height:150%;font-family:Verdana;"><a href="http://www.microsoft.com/math/ProductDetails.aspx?pid=001&amp;active_tab=Features#Graphing#Graphing"><strong><span style="line-height:150%;"><font color="#0033cc">Graphing Calculator</font></span></strong></a></span><span style="font-size:10pt;line-height:150%;font-family:Calibri;"> Gives students extensive graphing and equation-solving capabilities, with large 2D and enhanced 3D color graphs to help them visualize problems and concepts.</span></li>
<li class="MsoNormal"><strong><span style="font-size:8.5pt;color:#666666;line-height:150%;font-family:'Verdana Reg';"><a href="http://www.microsoft.com/math/ProductDetails.aspx?pid=001&amp;active_tab=Features#Equation#Equation"><span style="line-height:150%;font-family:Verdana;"><font color="#0033cc">Step-by-Step Equation Solver</font></span></a></span></strong><span style="font-size:8.5pt;color:#4e4e4e;line-height:150%;font-family:'Verdana Reg';"><font face="Times New Roman"> </font></span><span style="font-size:10pt;line-height:150%;font-family:Calibri;">Provides students with step-by-step solutions to many math problems from basic math to calculus. </span></li>
<li class="MsoNormal"><strong><span style="font-size:8.5pt;color:#666666;line-height:150%;font-family:'Verdana Reg';"><a href="http://www.microsoft.com/math/ProductDetails.aspx?pid=001&amp;active_tab=Features#EquationLibrary#EquationLibrary"><span style="line-height:150%;font-family:Verdana;"><font color="#0033cc">Formulas and Equations Library</font></span></a></span></strong><span style="font-size:8.5pt;color:#4e4e4e;line-height:150%;font-family:'Verdana Reg';"><font face="Times New Roman"> </font></span><span style="font-size:10pt;line-height:150%;font-family:Calibri;">Puts more than 100 common equations and formulas in a single location.</span></li>
<li class="MsoNormal"><strong><span style="font-size:8.5pt;color:#666666;line-height:150%;font-family:'Verdana Reg';"><a href="http://www.microsoft.com/math/ProductDetails.aspx?pid=001&amp;active_tab=Features#TriangleSolver#TriangleSolver"><span style="line-height:150%;font-family:Verdana;"><font color="#0033cc">Triangle Solver</font></span></a></span></strong><span style="font-size:8.5pt;color:#4e4e4e;line-height:150%;font-family:'Verdana Reg';"><font face="Times New Roman"> </font></span><span style="font-size:10pt;line-height:150%;font-family:Calibri;">Helps students explore the relationships between the parts of triangles.</span></li>
<li class="MsoNormal"><strong><span style="font-size:8.5pt;color:#666666;line-height:150%;font-family:'Verdana Reg';"><a href="http://www.microsoft.com/math/ProductDetails.aspx?pid=001&amp;active_tab=Features#UnitConversionTool#UnitConversionTool"><span style="line-height:150%;font-family:Verdana;"><font color="#0033cc">Unit Conversion Tool</font></span></a></span></strong><span style="font-size:8.5pt;line-height:150%;font-family:'Verdana Reg';"><font face="Times New Roman"> </font></span><span style="font-size:10pt;color:black;line-height:150%;font-family:Calibri;">Makes it easy for students to convert different units of measurement.</span><span style="font-size:8.5pt;line-height:150%;font-family:'Verdana Reg';"><font face="Times New Roman"> </font></span></li>
<li class="MsoNormal"><strong><span style="font-size:8.5pt;color:#666666;line-height:150%;font-family:'Verdana Reg';"><a href="http://www.microsoft.com/math/ProductDetails.aspx?pid=001&amp;active_tab=Features#InkHandwritingSupport#InkHandwritingSupport"><span style="line-height:150%;font-family:Verdana;"><font color="#0033cc">New! Ink Handwriting Support</font></span></a></span></strong><span style="font-size:8.5pt;line-height:150%;font-family:'Verdana Reg';"><font face="Times New Roman"> </font></span><span style="font-size:10pt;color:black;line-height:150%;font-family:Calibri;">Works with Tablet and Ultra-Mobile PCs, so students can write out problems by hand and have them recognized by Microsoft Math.</span><span style="font-size:8.5pt;line-height:150%;font-family:'Verdana Reg';"><font face="Times New Roman"> </font></span></li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/d3mon.wordpress.com/70/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/d3mon.wordpress.com/70/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/d3mon.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/d3mon.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/d3mon.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/d3mon.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/d3mon.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/d3mon.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/d3mon.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/d3mon.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/d3mon.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/d3mon.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=70&subd=d3mon&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://d3mon.wordpress.com/2007/06/06/microsoft-math/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/140a7fa9841d50175e7a9be8b54bf663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">d3mon</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server 2008 (Formerly code name Katmai) June CTP available now</title>
		<link>http://d3mon.wordpress.com/2007/06/06/sql-server-2008-formerly-code-name-katmai-june-ctp-available-now/</link>
		<comments>http://d3mon.wordpress.com/2007/06/06/sql-server-2008-formerly-code-name-katmai-june-ctp-available-now/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 08:29:37 +0000</pubDate>
		<dc:creator>d3mon</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://d3mon.wordpress.com/2007/06/06/sql-server-2008-formerly-code-name-katmai-june-ctp-available-now/</guid>
		<description><![CDATA[ The most awaited CTP of SQL Server 2008 (Formerly code name Katmai) has been released on June04, 2007. 
You can download it from http://connect.microsoft.com/sqlserver. You can also watch Ted Kummert talking about SQL Server 2008 here 
Some of the key improvements in this CTP are:

Table Value Parameters
Star Join Query Optimizations
Change Data Capture (CDC)
MERGE  SQL Statement
Declarative Management [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=69&subd=d3mon&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:11pt;font-family:Calibri;"><img width="1032" src="https://connect.microsoft.com/siteimages/f9ad0f8c-50c1-4b65-aa88-1f225f1127e0.jpg" alt="SQL Server 2008" height="147" style="width:1032px;height:147px;" /> The most awaited CTP of </span><strong><span style="font-family:Calibri;"><a href="https://connect.microsoft.com/SQLServer/content/content.aspx?ContentID=5395" title="SQL Server 2008 CTP"><span style="color:purple;">SQL Server 2008 </span></a></span></strong><span style="font-size:11pt;font-family:Calibri;">(Formerly code name </span><strong><span style="font-family:Calibri;">Katmai</span></strong><span style="font-size:11pt;font-family:Calibri;">)</span><span style="font-size:11pt;font-family:Calibri;"> has been released on June04, 2007. </span></p>
<p><span style="font-size:11pt;font-family:Calibri;"></span><span style="font-size:11pt;font-family:Calibri;">You can download it from <strong><a href="http://connect.microsoft.com/sqlserver"><span style="color:purple;">http://connect.microsoft.com/sqlserver</span></a></strong>. You can also watch <strong>Ted Kummert</strong> talking about SQL Server 2008 <strong><a href="http://www.microsoft.com/sql/2008/all_up/index.html"><span style="color:purple;">here</span></a></strong></span><span style="font-size:11pt;font-family:Calibri;"> </span></p>
<p><span style="font-size:11pt;font-family:Calibri;">Some of the key improvements in this CTP are:<span id="more-69"></span></span></p>
<ul>
<li><span style="font-size:11pt;font-family:Calibri;"></span><span style="font-size:11pt;font-family:Calibri;">Table Value Parameters</span></li>
<li><span style="font-size:11pt;font-family:Calibri;"></span><span style="font-size:11pt;font-family:Calibri;">Star Join Query Optimizations</span></li>
<li><span style="font-size:11pt;font-family:Calibri;"></span><span style="font-size:11pt;font-family:Calibri;">Change Data Capture (CDC)</span></li>
<li><span style="font-size:11pt;font-family:Calibri;"></span><span style="font-size:11pt;font-family:Calibri;">MERGE  SQL Statement</span></li>
<li><span style="font-size:11pt;font-family:Calibri;"></span><span style="font-size:11pt;font-family:Calibri;">Declarative Management Framework (DMF)</span></li>
<li><span style="font-size:11pt;font-family:Calibri;"></span><span style="font-size:11pt;font-family:Calibri;">VSTA Support for the Script Task and Component</span><span style="font-size:11pt;font-family:Symbol;"></span><span></span></li>
<li><span></span><span style="font-size:11pt;font-family:Calibri;">AS Dimension Design: Improved Supportability and Integration of Best Practices </span></li>
</ul>
<p style="line-height:15.6pt;margin:0;" class="MsoNormal"><span style="font-size:11pt;font-family:Calibri;">Read more in this <strong><a href="http://download.microsoft.com/download/a/c/d/acd8e043-d69b-4f09-bc9e-4168b65aaa71/SQL2008_ProductOverview.doc" title="SQL Server 2008 Product Overview"><span><font color="#800080">whitepaper</font></span></a></strong>!</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/d3mon.wordpress.com/69/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/d3mon.wordpress.com/69/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/d3mon.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/d3mon.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/d3mon.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/d3mon.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/d3mon.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/d3mon.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/d3mon.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/d3mon.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/d3mon.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/d3mon.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=69&subd=d3mon&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://d3mon.wordpress.com/2007/06/06/sql-server-2008-formerly-code-name-katmai-june-ctp-available-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/140a7fa9841d50175e7a9be8b54bf663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">d3mon</media:title>
		</media:content>

		<media:content url="//connect.microsoft.com/siteimages/f9ad0f8c-50c1-4b65-aa88-1f225f1127e0.jpg" medium="image">
			<media:title type="html">SQL Server 2008</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Gears: Enabling Offline Web Applications</title>
		<link>http://d3mon.wordpress.com/2007/05/31/google-gears-enabling-offline-web-applications/</link>
		<comments>http://d3mon.wordpress.com/2007/05/31/google-gears-enabling-offline-web-applications/#comments</comments>
		<pubDate>Thu, 31 May 2007 10:54:11 +0000</pubDate>
		<dc:creator>d3mon</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://d3mon.wordpress.com/2007/05/31/google-gears-enabling-offline-web-applications/</guid>
		<description><![CDATA[Google Gears is an open source browser extension that lets developers create web applications that can run offline.
Features
Google Gears consists of three modules that address the core challenges in making web applications work offline.



LocalServer
Cache and serve application resources (HTML, JavaScript, images, etc.) locally



Database
Store data locally in a fully-searchable relational database



WorkerPool
Make your web applications more responsive [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=68&subd=d3mon&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://code.google.com/apis/gears/" title="Google Gears">Google Gears</a> is an open source browser extension that lets developers create web applications that can run offline.<span id="more-68"></span></p>
<h3>Features</h3>
<p><a href="http://code.google.com/apis/gears/" title="Google Gears">Google Gears</a> consists of three modules that address the core challenges in making web applications work offline.</p>
<table cellPadding="0" cellSpacing="0" style="width:634px;height:117px;">
<tr>
<td><a href="http://code.google.com/apis/gears/api_localserver.html"><img width="43" src="http://code.google.com/apis/gears/resources/localserver.gif" alt="LocalServer" height="35" style="border-style:none;" /></a></td>
<td><a href="http://code.google.com/apis/gears/api_localserver.html">LocalServer</a><br />
Cache and serve application resources (HTML, JavaScript, images, etc.) locally</td>
</tr>
<tr>
<td><a href="http://code.google.com/apis/gears/api_database.html"><img width="43" src="http://code.google.com/apis/gears/resources/database.gif" alt="Database" height="35" style="border-style:none;" /></a></td>
<td><a href="http://code.google.com/apis/gears/api_database.html">Database</a><br />
Store data locally in a fully-searchable relational database</td>
</tr>
<tr>
<td><a href="http://code.google.com/apis/gears/api_workerpool.html"><img width="43" src="http://code.google.com/apis/gears/resources/workerpool.gif" alt="WorkerPool" height="35" style="border-style:none;" /></a></td>
<td><a href="http://code.google.com/apis/gears/api_workerpool.html">WorkerPool</a><br />
Make your web applications more responsive by performing resource-intensive<br />
operations synchronously</td>
</tr>
</table>
<p><a href="http://code.google.com/p/google-gears/" title="Gears Project Home">Google Gears Project Home</a><br />
<a href="http://code.google.com/apis/gears/" title="Google Gears API Developer's Guide (Beta)">Google Gears API Developer&#8217;s Guide (Beta)</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/d3mon.wordpress.com/68/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/d3mon.wordpress.com/68/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/d3mon.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/d3mon.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/d3mon.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/d3mon.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/d3mon.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/d3mon.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/d3mon.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/d3mon.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/d3mon.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/d3mon.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=68&subd=d3mon&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://d3mon.wordpress.com/2007/05/31/google-gears-enabling-offline-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/140a7fa9841d50175e7a9be8b54bf663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">d3mon</media:title>
		</media:content>

		<media:content url="http://code.google.com/apis/gears/resources/localserver.gif" medium="image">
			<media:title type="html">LocalServer</media:title>
		</media:content>

		<media:content url="http://code.google.com/apis/gears/resources/database.gif" medium="image">
			<media:title type="html">Database</media:title>
		</media:content>

		<media:content url="http://code.google.com/apis/gears/resources/workerpool.gif" medium="image">
			<media:title type="html">WorkerPool</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Developer Day</title>
		<link>http://d3mon.wordpress.com/2007/05/31/google-developer-day/</link>
		<comments>http://d3mon.wordpress.com/2007/05/31/google-developer-day/#comments</comments>
		<pubDate>Thu, 31 May 2007 10:42:12 +0000</pubDate>
		<dc:creator>d3mon</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://d3mon.wordpress.com/2007/05/31/google-developer-day/</guid>
		<description><![CDATA[Google Developer Day is here! Our first worldwide developer event has kicked off in Sydney and won&#8217;t stop until it&#8217;s reached 10 locations around the world, finishing up 29 hours later at Google&#8217;s offices in Mountain View, California. If you can&#8217;t make it in person, you should try to catch one of the sessions online. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=67&subd=d3mon&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://code.google.com/events/developerday/">Google Developer Day</a> is <a href="http://google-code-updates.blogspot.com/2007/05/developer-week-in-preview.html">here</a>! Our first worldwide developer event has <a href="http://code.google.com/events/developerday/au-home.html">kicked off in Sydney</a> and won&#8217;t stop until it&#8217;s reached 10 locations around the world, finishing up 29 hours later at Google&#8217;s offices in Mountain View, California. If you can&#8217;t make it in person, you should try to catch one of the sessions online. We&#8217;re <a href="http://code.google.com/events/developerday/webcast-schedule.html" title="webcasting sessions">webcasting live sessions</a> from London and California, and will post videos from all our events shortly afterwards on the <a href="http://code.google.com/events/developerday" title="Google Developer Day website">Developer Day website</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/d3mon.wordpress.com/67/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/d3mon.wordpress.com/67/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/d3mon.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/d3mon.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/d3mon.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/d3mon.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/d3mon.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/d3mon.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/d3mon.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/d3mon.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/d3mon.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/d3mon.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=d3mon.wordpress.com&blog=992368&post=67&subd=d3mon&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://d3mon.wordpress.com/2007/05/31/google-developer-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/140a7fa9841d50175e7a9be8b54bf663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">d3mon</media:title>
		</media:content>
	</item>
	</channel>
</rss>