<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>personal - Latest Comments</title><link>http://sbiefeld.disqus.com/</link><description></description><atom:link href="https://sbiefeld.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 16 May 2012 16:59:13 -0000</lastBuildDate><item><title>Re: Extending the asp.net textbox to have an OnBlur server side event.</title><link>http://sbiefeld.com/2008/09/extending-the-aspnet-textbox-to-have-an-onblur-server-side-event/#comment-530632791</link><description>&lt;p&gt;Thanks a lot! This is the most compact ASP.NET user control that I have seen that works right away!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Contact</dc:creator><pubDate>Wed, 16 May 2012 16:59:13 -0000</pubDate></item><item><title>Re: Extending the asp.net textbox to have an OnBlur server side event.</title><link>http://sbiefeld.com/2008/09/extending-the-aspnet-textbox-to-have-an-onblur-server-side-event/#comment-494444842</link><description>&lt;p&gt;is there chance of helping on this? i get lost and your link for implementation doesn't existe anymore.&lt;br&gt;where do I write this? on my recent created added class? &lt;br&gt;private string GetScript()&lt;br&gt;{&lt;br&gt;    return "function OnBlurred(control, arg)\n{\n __doPostBack(control, arg);\n}";&lt;br&gt;}&lt;/p&gt;&lt;p&gt;public delegate void OnBlurDelegate(object sender, EventArgs e);&lt;/p&gt;&lt;p&gt;public event OnBlurDelegate Blur;&lt;/p&gt;&lt;p&gt;private void RaiseOnBlurEvent()&lt;br&gt;{&lt;br&gt;    if(Blur != null)&lt;br&gt;    {&lt;br&gt;        Blur(this, EventArgs.Empty);&lt;br&gt;    }&lt;br&gt;}&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Macaco Chines</dc:creator><pubDate>Wed, 11 Apr 2012 12:32:04 -0000</pubDate></item><item><title>Re: Extending the asp.net textbox to have an OnBlur server side event.</title><link>http://sbiefeld.com/2008/09/extending-the-aspnet-textbox-to-have-an-onblur-server-side-event/#comment-494443472</link><description>&lt;p&gt;Hi&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Macaco Chines</dc:creator><pubDate>Wed, 11 Apr 2012 12:30:37 -0000</pubDate></item><item><title>Re: Simple XML to JSON with PHP</title><link>http://sbiefeld.com/2011/10/simple-xml-to-json-with-php/#comment-361298630</link><description>&lt;p&gt;This will not work if you have multiple instances sequentially of the same tag in your XML, json_encode will end up only serializing the last instance of the tag. Sorry for bursting your bubble ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Fri, 11 Nov 2011 15:15:23 -0000</pubDate></item><item><title>Re: XML Parsing with JavaScript</title><link>http://sbiefeld.com/2008/03/quick-and-dirty-xml-parsing-with-javascript/#comment-344193979</link><description>&lt;p&gt;Hi it was very useful.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vickrant</dc:creator><pubDate>Tue, 24 Mar 2009 02:32:37 -0000</pubDate></item><item><title>Re: Mapping a column from a many to many relational table</title><link>http://sbiefeld.com/2008/09/nhibernate-mapping-a-column-out-of-a-many-to-many-relational-table/#comment-344194048</link><description>&lt;p&gt;The Student mapping should be fairly similar to the Course mapping:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;class name="Student" table="Student"&amp;gt;&lt;br&gt;  &amp;lt;id name="Id" column="Id" /&amp;gt;&lt;br&gt;  &amp;lt;property name="FirstName" column="FirstName" /&amp;gt;&lt;br&gt;  &amp;lt;property name="LastName" column="LastName" /&amp;gt;&lt;br&gt;  &lt;br&gt;  &amp;lt;join table="Student_Course" optional="true" &amp;gt;  &lt;br&gt;    &amp;lt;key column="Student_Id" /&amp;gt;&lt;br&gt;    &amp;lt;property name="FinalGrade" column="FinalGrade" /&amp;gt;&lt;br&gt;  &amp;lt;/join&amp;gt;&lt;br&gt;&amp;lt;/class&amp;gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean Biefeld</dc:creator><pubDate>Tue, 09 Dec 2008 01:28:53 -0000</pubDate></item><item><title>Re: Mapping a column from a many to many relational table</title><link>http://sbiefeld.com/2008/09/nhibernate-mapping-a-column-out-of-a-many-to-many-relational-table/#comment-344194042</link><description>&lt;p&gt;Thank you for this example. It is exactly the issue I have been researching. Can you please explain iwhere in your mapping example the join to student is defined so we are populating the final grade not only for a particular course but for the particular student. Thank you for you time, Jane&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jane</dc:creator><pubDate>Tue, 09 Dec 2008 00:30:42 -0000</pubDate></item></channel></rss>