<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A taste of development &#187; CRM solution</title>
	<atom:link href="http://simma1990.edublogs.org/tag/crm-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://simma1990.edublogs.org</link>
	<description>Just another Edublogs.org weblog</description>
	<lastBuildDate>Sat, 31 May 2008 03:59:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Quaker votes</title>
		<link>http://simma1990.edublogs.org/2008/05/29/quaker-votes/</link>
		<comments>http://simma1990.edublogs.org/2008/05/29/quaker-votes/#comments</comments>
		<pubDate>Thu, 29 May 2008 22:55:29 +0000</pubDate>
		<dc:creator>simma1990</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CRM solution]]></category>
		<category><![CDATA[ERP solution]]></category>

		<guid isPermaLink="false">http://simma1990.edublogs.org/2008/05/29/quaker-votes/</guid>
		<description><![CDATA[Jerry (no blog) has been evidencing us all about a process they use for consensus &#160;[link from Michael ]&#160;building in some standards meetings&#8230; evidently the Quaker vote is treated everyone voting on each item as one of: a) Preferb) Can acceptc) Can&#8217;t live with The idea being that fair people will more rapidly come to [...]]]></description>
			<content:encoded><![CDATA[<p><P>Jerry (no blog) has been evidencing us all about a process they use for consensus &nbsp;[link from Michael ]&nbsp;building in some standards meetings&#8230; evidently the Quaker vote is treated everyone voting on each item as one of:</P> <P>a) Prefer<BR>b) Can accept<BR>c) Can&#8217;t live with</P> <P>The idea being that fair people will more rapidly come to a decision with they realize what people are unforced to permit and not. Looks interesting.</P> <P>Several of us in my group are plumping off to do some architecture planning and I intend we will have lots of challenges around consensus &#8211; we may have to assign this to the test.</P></p>
<p><i>Relating Posts:</i><br /><i><a href="http://simma2000.rticlz.com/2008/03/26/implied-tags-in-the-ie-html-parser-and-how-that-can-be-interesting/" title="Implied tags in the IE HTML parser and how that can be interesting.">Implied tags in the IE HTML parser and how that can be interesting.</a></i><br /><i><a href="http://greenblog.blogsome.com/2008/05/29/case-shiller-index-forms-the-bottom-of-the-housing-market-expect-more-removed/" title="Case-Shiller index forms the bottom of the housing market expect more removed">Case-Shiller index forms the bottom of the housing market expect more removed</a></i><br /><i><a href="http://greenblog.blogsome.com/2008/05/29/which-side-of-the-foresightful-tail-should-you-initiate-on/" title="Which Side of the Foresightful Tail Should You Initiate On?">Which Side of the Foresightful Tail Should You Initiate On?</a></i></p>
]]></content:encoded>
			<wfw:commentRss>http://simma1990.edublogs.org/2008/05/29/quaker-votes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Specifying the Citing Assembly</title>
		<link>http://simma1990.edublogs.org/2008/05/29/specifying-the-citing-assembly/</link>
		<comments>http://simma1990.edublogs.org/2008/05/29/specifying-the-citing-assembly/#comments</comments>
		<pubDate>Thu, 29 May 2008 20:46:16 +0000</pubDate>
		<dc:creator>simma1990</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CRM solution]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[workflow software]]></category>

		<guid isPermaLink="false">http://simma1990.edublogs.org/2008/05/29/specifying-the-citing-assembly/</guid>
		<description><![CDATA[Suppose you&#8217;re debugging your application and you realise that version 1.0 of an assembly is being charged when you intended it should be version 2.0. Where is the reference to 1.0 coming from? The well-fixedest way to regain out is to view the Fusion log for this bind. If the version 1.0 assembly was successfully [...]]]></description>
			<content:encoded><![CDATA[<p><P>Suppose you&#8217;re debugging your application and you realise that version 1.0 of an assembly is being charged when you intended it should be version 2.0. Where is the reference to 1.0 coming from? </P> <P>The well-fixedest way to regain out is to view the Fusion log for this bind. If the version 1.0 assembly was successfully charged, utilize the ForceLog/&#8221;Log all binds&#8221; option of FusLogVw. And then, seek the line in the log demonstrating the addressing assembly: </P> <P><I>Addressing assembly : referencingAssembly, Version=1.0.0.0, Culture=achromatic, PublicKeyToken=12ab3bf24c56c45b. </I></P> <P>It exhibits the display name of the addressing assembly when uncommitted. It doesn&#8217;t assure you whether this is a unchanging or a dynamical reference because Fusion doesn&#8217;t cognize or care (that doesn&#8217;t matter for obliging purposes). So, this could intend that referencingAssembly was built against the other 1.0 assembly, or that it invited it at runtime via Assembly.Load(), etc. </P> <P>Sometimes the naming assembly is not specified in the log. There are a few potential cases where that bechances: <UL> <LI>The assembly was requested by unmanaged code (interop). <LI>The calling off assembly was in another appdomain (AppDomain.CreateInstance(), etc.). <LI>The calling off assembly had not been loaded through Fusion (Assembly.Load(byte[]), Assembly.LoadFile(), etc.). </LI></UL> <P>&nbsp;</P></p>
]]></content:encoded>
			<wfw:commentRss>http://simma1990.edublogs.org/2008/05/29/specifying-the-citing-assembly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LearnExpression.com is unrecorded.</title>
		<link>http://simma1990.edublogs.org/2008/05/29/learnexpressioncom-is-unrecorded/</link>
		<comments>http://simma1990.edublogs.org/2008/05/29/learnexpressioncom-is-unrecorded/#comments</comments>
		<pubDate>Thu, 29 May 2008 11:43:23 +0000</pubDate>
		<dc:creator>simma1990</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CRM solution]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[workflow software]]></category>

		<guid isPermaLink="false">http://simma1990.edublogs.org/2008/05/29/learnexpressioncom-is-unrecorded/</guid>
		<description><![CDATA[We latterly plunged our video tutorial site for Expression Web Designer. Dustin, our resident graphical artist is pumping out the video tutorials as good as planing the site utilizing the tool. It&#8217;s well to have some how to vids from a designers point of view. Watch out this site throughout 2007 as he extends to [...]]]></description>
			<content:encoded><![CDATA[<p>We latterly plunged our video tutorial site for Expression Web Designer. Dustin, our resident graphical artist is pumping out the video tutorials as good as planing the site utilizing the tool. It&#8217;s well to have some how to vids from a designers point of view. Watch out this site throughout 2007 as he extends to extend the content.</p>
<p><i>Relating Posts:</i><br /><i><a href="http://jiddy55.wordpress.com/2008/05/29/jsr-308-blogsphere-buzz/" title="JSR-308 blogsphere buzz">JSR-308 blogsphere buzz</a></i><br /><i><a href="http://seoscott.wordpress.com/2008/04/12/10-tips-for-creating-simple-and-interesting-blog/" title="10 Tips for Creating a Simple and Interesting Blog">10 Tips for Creating a Simple and Interesting Blog</a></i><br /><i><a href="http://greenblog.blogsome.com/2008/05/29/is-the-java-sejava-ee-difference-stock-still-relevant/" title="Is the Java SE/Java EE difference stock-still relevant?">Is the Java SE/Java EE difference stock-still relevant?</a></i></p>
]]></content:encoded>
			<wfw:commentRss>http://simma1990.edublogs.org/2008/05/29/learnexpressioncom-is-unrecorded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to Find oneself Expert Support</title>
		<link>http://simma1990.edublogs.org/2008/05/28/where-to-find-oneself-expert-support/</link>
		<comments>http://simma1990.edublogs.org/2008/05/28/where-to-find-oneself-expert-support/#comments</comments>
		<pubDate>Thu, 29 May 2008 05:43:18 +0000</pubDate>
		<dc:creator>simma1990</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[CRM solution]]></category>
		<category><![CDATA[ERP solution]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://simma1990.edublogs.org/2008/05/28/where-to-find-oneself-expert-support/</guid>
		<description><![CDATA[Microsoft&#8217;s prescribed support website is http://support.microsoft.com/. It has all kinds of resources like product FAQs, downloads, searchable KB articles, newsgroup pointers, and ways to hit people to help with your single needs or feedback. Alas, I can&#8217;t consecrate attention to single customer issues. That&#8217;s because I work in product design and development, not customer support. [...]]]></description>
			<content:encoded><![CDATA[<p><P>Microsoft&#8217;s prescribed support website is http://support.microsoft.com/. It has all kinds of resources like product FAQs, downloads, searchable KB articles, newsgroup pointers, and ways to hit people to help with your single needs or feedback. </P> <P><STRONG><FONT color="#000000">Alas, I can&#8217;t consecrate attention to single customer issues.</FONT></STRONG> That&#8217;s because I work in product design and development, not customer support. Someone has to be revolved about that, or else we&#8217;d ne&#8217;er embark anything! Then, I&#8217;m moving to have to entrust your questions and comments to MS&#8217;s prescribed channels which specialize in that. Please preserve comments you put up hither worldwide and about the loader or performance. </P></p>
]]></content:encoded>
			<wfw:commentRss>http://simma1990.edublogs.org/2008/05/28/where-to-find-oneself-expert-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS.NET Macro To Group and Sort Your Using Statements</title>
		<link>http://simma1990.edublogs.org/2008/03/23/vsnet-macro-to-group-and-sort-your-using-statements/</link>
		<comments>http://simma1990.edublogs.org/2008/03/23/vsnet-macro-to-group-and-sort-your-using-statements/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 08:00:14 +0000</pubDate>
		<dc:creator>simma1990</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[CRM solution]]></category>
		<category><![CDATA[ERP solution]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://simma1990.edublogs.org/2008/03/23/vsnet-macro-to-group-and-sort-your-using-statements/</guid>
		<description><![CDATA[Also see: The NCAA and the Hoosiers I try to&#160;follow a coding standard for organizing my using statements. System.* goes at the top and then other namespaces grouped together like this: using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Web; using System.Web.Script.Services; using System.Web.Services; using System.Web.Services.Protocols; using Microsoft; using Microsoft.CSharp; using MyCompany; [...]]]></description>
			<content:encoded><![CDATA[<p><i>Also see: <a href="http://thelivechatsoftware.blogsome.com/2008/03/22/the-ncaa-and-the-hoosiers-2/" title="The NCAA and the Hoosiers">The NCAA and the Hoosiers</a></i></p>
<p>I try to&nbsp;follow a coding standard for organizing my using statements. System.* goes at the top and then other namespaces grouped together like this:</p>
<pre> using System;
 using System.Collections.Generic;
 using System.Configuration;
 using System.Data;
 using System.Data.SqlClient;
 using System.Web;
 using System.Web.Script.Services;
 using System.Web.Services;
 using System.Web.Services.Protocols;

 using Microsoft;
 using Microsoft.CSharp;

 using MyCompany;
 using MyCompany.Web;</pre>
<p>.csharpcode,.csharpcode pre<br />
{<br />
	font-size: small;<br />
	color: black;<br />
	font-family: consolas, &#8220;Courier New&#8221;, courier, monospace;<br />
	background-color: #ffffff;<br />
	/*white-space: pre;*/<br />
}<br />
.csharpcode pre { margin: 0em; }<br />
.csharpcode.rem { color: #008000; }<br />
.csharpcode.kwrd { color: #0000ff; }<br />
.csharpcode.str { color: #006080; }<br />
.csharpcode.op { color: #0000c0; }<br />
.csharpcode.preproc { color: #cc6633; }<br />
.csharpcode.asp { background-color: #ffff00; }<br />
.csharpcode.html { color: #800000; }<br />
.csharpcode.attr { color: #ff0000; }<br />
.csharpcode.alt<br />
{<br />
	background-color: #f4f4f4;<br />
	width: 100%;<br />
	margin: 0em;<br />
}<br />
.csharpcode.lnum { color: #606060; }</p>
<p><span id="more-12"></span>
<p>I finally got tired enough of keeping this all sorted out that I made a VS.NET macro to do it for me. This macro will take the current selection, parse it for using statements, group and sort them like the above example.</p>
<p><i>Also see: <a href="http://thelivechatsoftware.blogsome.com/2008/03/21/mix-08-sessions-published-2/" title="Mix 08 Sessions Published">Mix 08 Sessions Published</a></i></p>
<p><i>Also see: <a href="http://spacechat.blogsome.com/2008/03/20/vsnet-macro-to-group-and-sort-your-using-statements-2/" title="VS.NET Macro To Group and Sort Your Using Statements">VS.NET Macro To Group and Sort Your Using Statements</a></i></p>
<p>Here&#8217;s the macro code:</p>
<pre> Dim _usingPattern As Regex = New Regex( _
 "\s*(?&lt;using&gt;using\s*(?&lt;group&gt;\w+)[^;]*);", _
 RegexOptions.IgnoreCase _
 Or RegexOptions.Multiline _
 Or RegexOptions.ExplicitCapture _
 Or RegexOptions.CultureInvariant _
 Or RegexOptions.Compiled _
 )

 Public Sub SortUsing()
 If Not DTE.ActiveDocument Is Nothing Then
 Dim sel As TextSelection = DTE.ActiveDocument.Selection

 If sel.Text.Contains(vbCrLf) Then
 If sel.ActivePoint Is sel.BottomPoint Then sel.SwapAnchor()
 sel.StartOfLine(vsStartOfLineOptions.vsStartOfLineOptionsFirstColumn, True)
 sel.SwapAnchor()
 sel.EndOfLine(True)

 Dim groups As New SortedList(Of String, List(Of String))()
 For Each match As Match In _usingPattern.Matches(sel.Text)
 Dim u As String = match.Groups("using").Value
 Dim g As String = match.Groups("group").Value

 ' System usings sort at the top
 If g = "System" Then g = "_" + g

 Dim list As List(Of String)
 If Not groups.TryGetValue(g, list) Then
 list = New List(Of String)()
 groups.Add(g, list)
 End If
 list.Add(u)
 Next

 Dim builder As New StringBuilder()
 For Each group As KeyValuePair(Of String, List(Of String)) In groups
 If builder.Length &gt; 0 Then builder.AppendLine()
 group.Value.Sort()
 For Each line As String In group.Value
 builder.Append(line)
 builder.AppendLine(";")
 Next
 Next

 sel.DeleteLeft()
 sel.Insert(builder.ToString())
 End If
 End If
 End Sub
</pre>
<p>.csharpcode,.csharpcode pre<br />
{<br />
	font-size: small;<br />
	color: black;<br />
	font-family: consolas, &#8220;Courier New&#8221;, courier, monospace;<br />
	background-color: #ffffff;<br />
	/*white-space: pre;*/<br />
}<br />
.csharpcode pre { margin: 0em; }<br />
.csharpcode.rem { color: #008000; }<br />
.csharpcode.kwrd { color: #0000ff; }<br />
.csharpcode.str { color: #006080; }<br />
.csharpcode.op { color: #0000c0; }<br />
.csharpcode.preproc { color: #cc6633; }<br />
.csharpcode.asp { background-color: #ffff00; }<br />
.csharpcode.html { color: #800000; }<br />
.csharpcode.attr { color: #ff0000; }<br />
.csharpcode.alt<br />
{<br />
	background-color: #f4f4f4;<br />
	width: 100%;<br />
	margin: 0em;<br />
}<br />
.csharpcode.lnum { color: #606060; }</p>
<div>Developing <a href="http://www.multisoftgroup.com/projects.html" title="Customer Relationship Management ">Customer Relationship Management</a> Solutions. Web, e-Commerce, Database Design and Software Development.
</div>
<p><i>Also see: <a href="http://kerrysoft16.edublogs.org/2008/03/22/silverlight-2-datagrid-walk-through-posted/" title="Silverlight 2 DataGrid walk-through posted">Silverlight 2 DataGrid walk-through posted</a></i></p>
<p><i>Also see: <a href="http://thelivechatsoftware.blogsome.com/2008/03/22/c-30-lambdas-and-type-inference/" title="C# 3.0 Lambdas and Type Inference">C# 3.0 Lambdas and Type Inference</a></i></p>
<p><img src="http://weblogs.asp.net/aggbug.aspx?PostID=1579576" width="1" height="1"><br />
http://weblogs.asp.net/dfindley/archive/2007/02/07/vs-net-macro-to-group-and-sort-your-using-statements.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://simma1990.edublogs.org/2008/03/23/vsnet-macro-to-group-and-sort-your-using-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be my Support Group</title>
		<link>http://simma1990.edublogs.org/2008/03/22/be-my-support-group/</link>
		<comments>http://simma1990.edublogs.org/2008/03/22/be-my-support-group/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 01:48:12 +0000</pubDate>
		<dc:creator>simma1990</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CRM solution]]></category>
		<category><![CDATA[ERP solution]]></category>

		<guid isPermaLink="false">http://simma1990.edublogs.org/2008/03/22/be-my-support-group/</guid>
		<description><![CDATA[People want to be understood.&#160; That&#8217;s why support groups are so popular. The alcoholic wants to connect with somebody else who showed up drunk at a wedding and embarrassed the bride. The compulsive overeater wants to know that he&#8217;s not the only one who has stopped at the Dunkin Donuts drive-thru on the way home [...]]]></description>
			<content:encoded><![CDATA[<p>People want to be understood.&#160; That&#8217;s why support groups are<br />
so popular.</p>
<ul>
<li>The alcoholic wants to connect with somebody else who showed<br />
 up drunk at a wedding and embarrassed the bride.</p>
</li>
<li>The compulsive overeater wants to know that he&#8217;s not the<br />
 only one who has stopped at the Dunkin Donuts drive-thru on the way home to<br />
 eat a dozen before dinner.</p>
</li>
<li>The out-of-control gambler wants to be in community with<br />
 other people who have lost their car going &#8220;all in&#8221; with pocket sevens.</li>
</ul>
<p>We all have problems, and we all want to know that we&#8217;re not<br />
alone.</p>
<p>Wednesday evening I posted a comment on a friend&#8217;s blog.&#160; Or rather, I <i>tried</i><br />
to post a comment.</p>
<p>True to my tendencies, it was really far too wordy to be<br />
called a <i>comment</i>.&#160; I actually spent about half an hour wordsmithing a<br />
multiple-paragraph response.</p>
<p>But when I hit the submit button to post it, WordPress gave<br />
me a generic error page.&#160; Presumably something timed out while I was crafting<br />
my reply.</p>
<p>And when I hit the Back button, my comment was gone.&#160; <b> <img src='http://simma1990.edublogs.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </b></p>
<p>*&#38;%$#@!</p>
<p>My mind raced.&#160; What are my options here?</p>
<p>Maybe I should just re-type the whole thing?&#160; It was only<br />
300 words or so.</p>
<p>Nah.&#160; The text I wrote was perfect.&#160; I probably won&#8217;t be<br />
able to remember it just the way it was.</p>
<p>And why should I have to?&#160; Firefox and WordPress screwed<br />
this up, not me!</p>
<p><span id="more-10"></span>
<div><a href="http://www.j-livesupport.com/affiliate/pages/117.php" title="Help Desk Software">Help Desk Software</a>: Next generation of Live Chat. Jabber/XMPP Live Chat Server for a website.
</div>
<p>Cautiously I hit the Forward button in my browser.&#160; Firefox<br />
showed me this dialog:</p>
<p><img border="0" width="559" height="120" src="http://software.ericsink.com/entries/1732_image001.jpg"></p>
<p>Aha!&#160; I clicked OK.&#160; WordPress coughed up the same hairball<br />
I got before.</p>
<p>But now I know that Firefox still has my comment in memory<br />
somewhere.&#160; All I have to do is figure out how to get it.</p>
<p>Two hours later I finally got my comment posted,<br />
deliberately ignoring the fact that I could have retyped it ten times by then.</p>
<p>After several other attempts that brought me to dead ends,<br />
here is the technique that succeeded:</p>
<ul>
<li>I installed winpcap<br />
 and a packet sniffer, which I configured to capture all packets on my network<br />
 interface.</p>
</li>
<li>Then I went back to my still-open instance of Firefox and<br />
 hit Reload.&#160; I clicked the OK button in the dialog box above and WordPress<br />
 barfed again.</p>
</li>
<li>Then I went back to the packet sniffer and found the TCP<br />
 connection containing my posted comment.</p>
</li>
<li>Ack!&#160; I had completely forgotten that the format would be application/x-www-form-urlencoded.&#160;<br />
 Luckily, I memorized all of the punctuation marks in the ASCII table back<br />
 when I was in middle school.&#160; %22 would be 34 in decimal, so that&#8217;s a<br />
 quotation mark.&#160; After several search-and-replace operations, all the<br />
 escaped characters were fixed.</p>
</li>
<li>During all this, I noticed and fixed a couple of typos I<br />
 had previously missed.</p>
</li>
<li>Finally I went back to my friend&#8217;s blog, pasted my comment<br />
 into the textbox and hit submit.</li>
</ul>
<div><a href="http://www.jbTop.com/" title="Help Desk Software">Help Desk Software</a>: Next generation of Live Chat. Jabber/XMPP Live Chat Service for your website.
</div>
<p><i>Also see: <a href="http://kerrysoft16.edublogs.org/2008/03/22/publishing-good-reviews-bad-reviews-and-hurting-oooh-so-many-feelings/" title="Good reviews, bad reviews, and hurting oooh so many feelings.">Publishing: Good reviews, bad reviews, and hurting oooh so many feelings.</a></i></p>
<p><i>Also see: <a href="http://annil12.blogsome.com/2008/03/22/access-to-old-blogs-2/" title="Access to old blogs">Access to old blogs</a></i></p>
<p><i>Also see: <a href="http://kerrysoft16.edublogs.org/2008/03/22/silverlight-2-datagrid-walk-through-posted/" title="Silverlight 2 DataGrid walk-through posted">Silverlight 2 DataGrid walk-through posted</a></i></p>
<p><i>Also see: <a href="http://spacechat.blogsome.com/2008/03/21/linq-the-uber-findcontrol-2/" title="LINQ - The Uber FindControl">LINQ &#8211; The Uber FindControl</a></i></p>
<p><i>Also see: <a href="http://kerrysoft16.edublogs.org/2008/03/22/mix08-session-overview-building-great-ajax-applications-from-scratch-using-aspnet-35-and-visual-studio-2008/" title="Building Great AJAX Applications from Scratch Using ASP.NET 3.5 and Visual Studio 2008">Mix08 Session Overview: Building Great AJAX Applications from Scratch Using ASP.NET 3.5 and Visual Studio 2008</a></i></p>
<p><i>Also see: <a href="http://annil12.blogsome.com/2008/03/22/devweek-2008-silverlight-precon-demos-2/" title="DevWeek 2008 Silverlight Precon Demos">DevWeek 2008 Silverlight Precon Demos</a></i></p>
<p><i>Also see: <a href="http://simma1990.edublogs.org/2008/03/22/updated-finalization-and-hosting/" title="Updated Finalization and Hosting">Updated Finalization and Hosting</a></i></p>
<p><i>Also see: <a href="http://kerrysoft16.edublogs.org/2008/03/21/memory-model/" title="Memory Model">Memory Model</a></i></p>
<p><i>Also see: <a href="http://kerrysoft16.edublogs.org/2008/03/22/web-access-for-visual-studio-team-system/" title="Web Access for Visual Studio Team System">Web Access for Visual Studio Team System</a></i></p>
<p><i>Also see: <a href="http://thelivechatsoftware.blogsome.com/2008/03/21/chicago-geek-dinner-1122-2/" title="Chicago geek dinner 11/22">Chicago geek dinner 11/22</a></i></p>
<p><i>Also see: <a href="http://thelivechatsoftware.blogsome.com/2008/03/22/finally-the-killer-app-2/" title="Finally, the Killer App">Finally, the Killer App</a></i></p>
<p><i>Also see: <a href="http://thelivechatsoftware.blogsome.com/2008/03/21/from-c-to-java-part-3-2/" title="From C# to Java:  Part 3">From C# to Java:  Part 3</a></i></p>
<p><i>Also see: <a href="http://annil12.blogsome.com/2008/03/21/email-responsiveness-2/" title="Email Responsiveness">Email Responsiveness</a></i></p>
<p><i>Also see: <a href="http://spacechat.blogsome.com/2008/03/22/on-the-perils-of-wikipedia-2/" title="On the Perils of Wikipedia">On the Perils of Wikipedia</a></i></p>
<p>Let me know that I&#8217;m not alone.&#160; Tell me the story of<br />
something geeky that you did.</p>
</p>
<p>
http://software.ericsink.com/entries/TellYourGeekStory.html</p>
]]></content:encoded>
			<wfw:commentRss>http://simma1990.edublogs.org/2008/03/22/be-my-support-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
