<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>R in Random</title>
	<atom:link href="http://hengrr.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hengrr.wordpress.com</link>
	<description>Namespace, the final frontier</description>
	<lastBuildDate>Thu, 09 Jun 2011 21:41:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hengrr.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>R in Random</title>
		<link>http://hengrr.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hengrr.wordpress.com/osd.xml" title="R in Random" />
	<atom:link rel='hub' href='http://hengrr.wordpress.com/?pushpress=hub'/>
		<item>
		<title>IRepository</title>
		<link>http://hengrr.wordpress.com/2011/06/09/public-interface-irepository-t-getbyid-object-id-list/</link>
		<comments>http://hengrr.wordpress.com/2011/06/09/public-interface-irepository-t-getbyid-object-id-list/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 21:39:49 +0000</pubDate>
		<dc:creator>hengrr</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[pattern]]></category>

		<guid isPermaLink="false">http://hengrr.wordpress.com/2011/06/09/public-interface-irepository-t-getbyid-object-id-list/</guid>
		<description><![CDATA[public interface IRepository { T GetById(object id); List GetAll(); IQueryable Query(Expression&#60;Func&#62; filter); void Add(T t); void Delete(T t); void Save(); }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=67&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>
    public interface IRepository
    {
        T GetById(object id);
        List GetAll();
        IQueryable Query(Expression&lt;Func&gt; filter);

        void Add(T t);
        void Delete(T t);
        void Save();
    }
</pre><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hengrr.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hengrr.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hengrr.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hengrr.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hengrr.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hengrr.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hengrr.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hengrr.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hengrr.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hengrr.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hengrr.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hengrr.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hengrr.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hengrr.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=67&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hengrr.wordpress.com/2011/06/09/public-interface-irepository-t-getbyid-object-id-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/278a7b6bb0392f604bbd273521e99fef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hengrr</media:title>
		</media:content>
	</item>
		<item>
		<title>what is the right way to parse JSON returned datetime field?</title>
		<link>http://hengrr.wordpress.com/2011/06/09/function-updatechat-supplier-id-user-id-spantag/</link>
		<comments>http://hengrr.wordpress.com/2011/06/09/function-updatechat-supplier-id-user-id-spantag/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 21:33:44 +0000</pubDate>
		<dc:creator>hengrr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery ajax]]></category>

		<guid isPermaLink="false">http://hengrr.wordpress.com/2011/06/09/function-updatechat-supplier-id-user-id-spantag/</guid>
		<description><![CDATA[function updateChat(supplier_id, user_id, spantag) { $.ajax({ type: "POST", url: "AjaxService/ChatService.asmx/GetChatBySupplierID", data: "{'supplier_id':'" + supplier_id + "', 'user_id':'" + user_id + "'}", contentType: "application/json; charset=utf-8", dataType: "json", success: function (response) { var result = ($.parseJSON(response.d)); var str=""; for (var i = 0; i &#60; result.length; i++) { str += &#34;[&#34; + parseJSONDate(result[i].chat_create_dt) + &#34; &#34; + [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=63&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>function updateChat(supplier_id, user_id, spantag) {
    $.ajax({
        type: "POST",
        url: "AjaxService/ChatService.asmx/GetChatBySupplierID",
        data: "{'supplier_id':'" + supplier_id + "', 'user_id':'" + user_id + "'}",
        contentType: "application/json; charset=utf-8",
        dataType: "json",
        success: function (response) {
            var result = ($.parseJSON(response.d));

            var str="";
            for (var i = 0; i &lt; result.length; i++) {
                str += &quot;[&quot; + parseJSONDate(result[i].chat_create_dt) + &quot; &quot; + result[i].usr_fname + &quot;] &quot; + result[i].chat_text;
                str += &quot;";
            }
            $("#" + spantag).html(str);

            setTimeout(function () {
                updateChat(supplier_id,user_id, spantag)
            }, 3500);

        }
    });
}

function parseJSONDate(jsonDate) {
    var d = parseFloat(jsonDate.slice(6, 19) );
    return new Date(d).format("MM/dd/yyyy hh:mm:ss tt");
}
</pre><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hengrr.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hengrr.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hengrr.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hengrr.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hengrr.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hengrr.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hengrr.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hengrr.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hengrr.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hengrr.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hengrr.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hengrr.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hengrr.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hengrr.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=63&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hengrr.wordpress.com/2011/06/09/function-updatechat-supplier-id-user-id-spantag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/278a7b6bb0392f604bbd273521e99fef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hengrr</media:title>
		</media:content>
	</item>
		<item>
		<title>FileHandler to process binary field</title>
		<link>http://hengrr.wordpress.com/2010/12/22/filehandler-to-process-binary-field/</link>
		<comments>http://hengrr.wordpress.com/2010/12/22/filehandler-to-process-binary-field/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 22:21:26 +0000</pubDate>
		<dc:creator>hengrr</dc:creator>
				<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://hengrr.wordpress.com/?p=51</guid>
		<description><![CDATA[public class FileHandler : IHttpHandler { public void ProcessRequest(HttpContext context) { HttpResponse Response = HttpContext.Current.Response; HttpRequest Request=HttpContext.Current.Request; Response.Expires = 0; Response.Cache.SetCacheability(HttpCacheability.NoCache); if (Request.QueryString["fid"] != null) { ProductItem pi= new ProductItemRepository().GetById(Request.QueryString["fid"]); if (pi != null &#38;&#38; pi.pi_image != null &#38;&#38; pi.pi_file_name != null) { Response.Clear(); Response.AddHeader("Content-Disposition", "attachment;filename=" + pi.pi_file_name.Trim()); Response.ContentType = "application/octet-stream"; byte[] buffer = pi.pi_image.ToArray() [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=51&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre><code>public class FileHandler : IHttpHandler
{
    public void ProcessRequest(HttpContext context)
    {

        HttpResponse Response = HttpContext.Current.Response;
        HttpRequest Request=HttpContext.Current.Request;
        Response.Expires = 0;
        Response.Cache.SetCacheability(HttpCacheability.NoCache);

        if (Request.QueryString["fid"] != null)
        {
            ProductItem pi= new ProductItemRepository().GetById(Request.QueryString["fid"]);

            if (pi != null &amp;&amp; pi.pi_image != null &amp;&amp; pi.pi_file_name != null)
            {
                Response.Clear();
                Response.AddHeader("Content-Disposition", "attachment;filename=" + pi.pi_file_name.Trim());
                Response.ContentType = "application/octet-stream";

                byte[] buffer = pi.pi_image.ToArray() as byte[];

                if (Request.QueryString["t"] != null)
                {
                    string t=Request.QueryString["t"];
                    int n;
                    Int32.TryParse(t, out n);
                    if (n == 1)
                    {
                        //Converts the byte array to memory stream, then resize the image, then convert back
                        using (MemoryStream ms = new MemoryStream(buffer))
                        {
                            using (Image image = Image.FromStream(ms))
                            {
                                using (MemoryStream stream = new MemoryStream())
                                {
                                    Image img = image.GetThumbnailImage(40, 40, null, new IntPtr());
                                    img.Save(stream, System.Drawing.Imaging.ImageFormat.Jpeg);
                                    buffer = stream.ToArray();
                                }
                            }
                        }
                    }
                }
                Response.BinaryWrite(buffer);
            }
        }
        Response.End();
    }

    public bool IsReusable
    {
        get
        {
            return false;
        }
    }
}</code></pre><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hengrr.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hengrr.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hengrr.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hengrr.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hengrr.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hengrr.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hengrr.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hengrr.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hengrr.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hengrr.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hengrr.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hengrr.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hengrr.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hengrr.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=51&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hengrr.wordpress.com/2010/12/22/filehandler-to-process-binary-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/278a7b6bb0392f604bbd273521e99fef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hengrr</media:title>
		</media:content>
	</item>
		<item>
		<title>Linq to Sql:  Upload binary file</title>
		<link>http://hengrr.wordpress.com/2009/02/20/linq-to-sql-upload-binary-file/</link>
		<comments>http://hengrr.wordpress.com/2009/02/20/linq-to-sql-upload-binary-file/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 19:34:21 +0000</pubDate>
		<dc:creator>hengrr</dc:creator>
				<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://hengrr.wordpress.com/?p=35</guid>
		<description><![CDATA[Aneef has a great tutorial on uploading binary files to the db using Linq.  http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-100 Here&#8217;s my version using only Linq. protected void btnUpload_Click(object sender, EventArgs e) { if (fuFileUploader.HasFile &#38;&#38; fuFileUploader.PostedFile.ContentLength &#62; 0) { string path_file_name = fuFileUploader.PostedFile.FileName; string ext = Path.GetExtension(path_file_name).Replace(".", ""); string file_name = Path.GetFileNameWithoutExtension(path_file_name); string file_title = txtFileTitle.Text.Trim(); HelperDataClassesDataContext db = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=35&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Aneef has a great tutorial on uploading binary files to the db using Linq.  <a href="http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-100">http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-100</a></p>
<p>Here&#8217;s my version using only Linq.</p>
<pre>
<code>
protected void btnUpload_Click(object sender, EventArgs e)
{
    if (fuFileUploader.HasFile &amp;&amp; fuFileUploader.PostedFile.ContentLength &gt; 0)
    {
        string path_file_name = fuFileUploader.PostedFile.FileName;
        string ext = Path.GetExtension(path_file_name).Replace(".", "");
        string file_name = Path.GetFileNameWithoutExtension(path_file_name);
        string file_title = txtFileTitle.Text.Trim();
        HelperDataClassesDataContext db = new HelperDataClassesDataContext();

        try
        {
            byte[] file_byte = fuFileUploader.FileBytes;
            Linq.Binary file_binary = new Linq.Binary(file_byte);

            ControlDocument cd = new ControlDocument
            {
                guid = Guid.NewGuid(),
                file_ext = ext,
                file_nm = file_name.Trim(),
                file_title=file_title,
                file_bin = file_binary,
                is_active = true,
                upload_page_type = rblLocation.SelectedValue,
                upload_dt = DateTime.Now,
                upload_by = UtilUniverse.Common.CurrentUserLogin.Trim()
            };

            db.ControlDocuments.InsertOnSubmit(cd);
        }
        finally
        {

            db.SubmitChanges();
        }
    }

}
</code>
</pre><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hengrr.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hengrr.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hengrr.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hengrr.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hengrr.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hengrr.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hengrr.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hengrr.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hengrr.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hengrr.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hengrr.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hengrr.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hengrr.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hengrr.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=35&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hengrr.wordpress.com/2009/02/20/linq-to-sql-upload-binary-file/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/278a7b6bb0392f604bbd273521e99fef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hengrr</media:title>
		</media:content>
	</item>
		<item>
		<title>Onion and his ways!</title>
		<link>http://hengrr.wordpress.com/2009/02/02/onion-and-his-ways/</link>
		<comments>http://hengrr.wordpress.com/2009/02/02/onion-and-his-ways/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:04:02 +0000</pubDate>
		<dc:creator>hengrr</dc:creator>
				<category><![CDATA[Onion]]></category>

		<guid isPermaLink="false">http://hengrr.wordpress.com/?p=28</guid>
		<description><![CDATA[My dog Onion barfed on our carpet today.  What am I supposed to do?  I was ready to put him in his cage, but he was so quiet that I left him playing in the sun&#8230;more like lying in the sun.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=28&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My dog Onion barfed on our carpet today.  What am I supposed to do?  I was ready to put him in his cage, but he was so quiet that I left him playing in the sun&#8230;more like lying in the sun.
<a href='http://hengrr.wordpress.com/2009/02/02/onion-and-his-ways/dogpictures-002/' title='dogpictures-002'><img width="150" height="112" src="http://hengrr.files.wordpress.com/2009/02/dogpictures-002.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Onion in his killer stance!" title="dogpictures-002" /></a>
<a href='http://hengrr.wordpress.com/2009/02/02/onion-and-his-ways/dogpictures-001/' title='dogpictures-001'><img width="150" height="112" src="http://hengrr.files.wordpress.com/2009/02/dogpictures-001.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="dogpictures-001" title="dogpictures-001" /></a>
</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hengrr.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hengrr.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hengrr.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hengrr.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hengrr.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hengrr.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hengrr.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hengrr.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hengrr.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hengrr.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hengrr.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hengrr.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hengrr.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hengrr.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=28&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hengrr.wordpress.com/2009/02/02/onion-and-his-ways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/278a7b6bb0392f604bbd273521e99fef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hengrr</media:title>
		</media:content>

		<media:content url="http://hengrr.files.wordpress.com/2009/02/dogpictures-002.jpg?w=150" medium="image">
			<media:title type="html">dogpictures-002</media:title>
		</media:content>

		<media:content url="http://hengrr.files.wordpress.com/2009/02/dogpictures-001.jpg?w=150" medium="image">
			<media:title type="html">dogpictures-001</media:title>
		</media:content>
	</item>
		<item>
		<title>Clearing the clipboard: Windows XP</title>
		<link>http://hengrr.wordpress.com/2008/12/18/clearing-the-clipboard-windows-xp/</link>
		<comments>http://hengrr.wordpress.com/2008/12/18/clearing-the-clipboard-windows-xp/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 22:26:30 +0000</pubDate>
		<dc:creator>hengrr</dc:creator>
				<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://hengrr.wordpress.com/?p=21</guid>
		<description><![CDATA[Sometimes your clipboard will get full of copy and pastes.  To clear it: Start &#62; Run On the cmdline, type clipbrd (clipboard viewer will pop up) delete<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=21&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometimes your clipboard will get full of copy and pastes.  To clear it:</p>
<ol>
<li>Start &gt; Run</li>
<li>On the cmdline, type <strong>clipbrd</strong> (clipboard viewer will pop up)</li>
<li>delete</li>
</ol><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hengrr.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hengrr.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hengrr.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hengrr.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hengrr.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hengrr.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hengrr.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hengrr.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hengrr.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hengrr.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hengrr.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hengrr.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hengrr.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hengrr.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=21&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hengrr.wordpress.com/2008/12/18/clearing-the-clipboard-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/278a7b6bb0392f604bbd273521e99fef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hengrr</media:title>
		</media:content>
	</item>
		<item>
		<title>On Oct 25 &#8211; Ordination &#8220;Bouh&#8221;</title>
		<link>http://hengrr.wordpress.com/2008/08/12/on-oct-25-bouh/</link>
		<comments>http://hengrr.wordpress.com/2008/08/12/on-oct-25-bouh/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 05:57:37 +0000</pubDate>
		<dc:creator>hengrr</dc:creator>
				<category><![CDATA[khmer]]></category>
		<category><![CDATA[ordain]]></category>

		<guid isPermaLink="false">http://hengrr.wordpress.com/?p=3</guid>
		<description><![CDATA[The word &#8220;Bouh&#8221; means a lot to a family who follows &#8220;Theravada Buddhism&#8221;.  I did this to thank my parents and oh, were they so proud to be parents.  In my heart I did the best thing any child could do for their parent, family, and friends.  It&#8217;s a small sacrifice I&#8217;m willing to make.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=3&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The word &#8220;Bouh&#8221; means a lot to a family who follows &#8220;Theravada Buddhism&#8221;.  I did this to thank my parents and oh, were they so proud to be parents.  In my heart I did the best thing any child could do for their parent, family, and friends.  It&#8217;s a small sacrifice I&#8217;m willing to make.  Here&#8217;s my schedule as a monk.  I was there for two weeks-all the vacation I had left.</p>
<p><strong>Schedule</strong></p>
<p>4:30 AM &#8211; Wake up and get ready to chant<br />
5:00 AM &#8211; Chant <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
6:00 AM &#8211; Meditate<br />
7:00 AM &#8211; Breakfast<br />
8:00 AM &#8211; Relax, read, meditate, clean, chores<br />
11:00 AM &#8211; Lunch</p>
<p>Some pictures:
<a href='http://hengrr.wordpress.com/2008/08/12/on-oct-25-bouh/hail1/' title='Celebration'><img width="150" height="112" src="http://hengrr.files.wordpress.com/2008/08/hail1.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Celebration" title="Celebration" /></a>
<a href='http://hengrr.wordpress.com/2008/08/12/on-oct-25-bouh/asktobeamonk/' title='Ask the Teacher to become a monk'><img width="150" height="112" src="http://hengrr.files.wordpress.com/2008/08/asktobeamonk.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Ask the Teacher to become a monk" title="Ask the Teacher to become a monk" /></a>
<a href='http://hengrr.wordpress.com/2008/08/12/on-oct-25-bouh/permissionallowed/' title='Permission allowed'><img width="150" height="112" src="http://hengrr.files.wordpress.com/2008/08/permissionallowed.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Permission allowed" title="Permission allowed" /></a>
<a href='http://hengrr.wordpress.com/2008/08/12/on-oct-25-bouh/thewayofmonkhood/' title='The way of monkhood'><img width="150" height="112" src="http://hengrr.files.wordpress.com/2008/08/thewayofmonkhood.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="The way of monkhood" title="The way of monkhood" /></a>
</p><br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hengrr.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hengrr.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hengrr.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hengrr.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hengrr.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hengrr.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hengrr.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hengrr.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hengrr.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hengrr.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hengrr.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hengrr.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hengrr.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hengrr.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hengrr.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hengrr.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hengrr.wordpress.com&amp;blog=4427744&amp;post=3&amp;subd=hengrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hengrr.wordpress.com/2008/08/12/on-oct-25-bouh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/278a7b6bb0392f604bbd273521e99fef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hengrr</media:title>
		</media:content>

		<media:content url="http://hengrr.files.wordpress.com/2008/08/hail1.jpg?w=150" medium="image">
			<media:title type="html">Celebration</media:title>
		</media:content>

		<media:content url="http://hengrr.files.wordpress.com/2008/08/asktobeamonk.jpg?w=150" medium="image">
			<media:title type="html">Ask the Teacher to become a monk</media:title>
		</media:content>

		<media:content url="http://hengrr.files.wordpress.com/2008/08/permissionallowed.jpg?w=150" medium="image">
			<media:title type="html">Permission allowed</media:title>
		</media:content>

		<media:content url="http://hengrr.files.wordpress.com/2008/08/thewayofmonkhood.jpg?w=150" medium="image">
			<media:title type="html">The way of monkhood</media:title>
		</media:content>
	</item>
	</channel>
</rss>
