<?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/css" href="http://www.any-ti.me/Data/style/rss1.css" ?> <?xml-stylesheet type="text/xsl" href="http://www.any-ti.me/Data/xsl/rss1.xsl" ?>
<!--RSS generated by mojoPortal Blog Module V 1.0 on Thursday, September 09, 2010-->
<rss version="2.0">
  <channel>
    <title>C# /ASP.NET/Computing Blog</title>
    <link>http://www.any-ti.me/home.aspx</link>
    <description>C#, ASP.NET, programming, imaging signal processing, funstuff</description>
    <copyright>Copyright 2009 AnyTime</copyright>
    <ttl>120</ttl>
    <managingEditor>info@nospamany-ti.me</managingEditor>
    <generator>mojoPortal Blog Module V 1.0</generator>
    <item>
      <title>Hibernate not working on Windows Vista, laptop wakes out of hibernation bug</title>
      <link>http://www.any-ti.me/hibernate-not-working-on-windows-vista-laptop-wakes-out-of-hibernation-bug.aspx</link>
      <pubDate>Sun, 24 Jan 2010 18:36:24 GMT</pubDate>
      <guid>http://www.any-ti.me/hibernate-not-working-on-windows-vista-laptop-wakes-out-of-hibernation-bug.aspx</guid>
      <author>craig</author>
      <comments>http://www.any-ti.me/hibernate-not-working-on-windows-vista-laptop-wakes-out-of-hibernation-bug.aspx</comments>
      <description><![CDATA[I have looked around for a solution to this problem, it appears that many people have encountered this issue.&#160; On my M1330 Dell XPS I regularly have this problem. I think, I may have pinned down the issue.&#160; In my case it seems to occur when there is a ghost Firefox process running in the background.&#160; I have seen that occasionally Firefox does not shutdown correctly.&#160; If you examine using SysInternals Process Explorer, you can investigate the background processes running. &#160; In my case I found a Firefox ghost process running consuming 45% of the CPU.&#160; This happens... <a href='http://www.any-ti.me/hibernate-not-working-on-windows-vista-laptop-wakes-out-of-hibernation-bug.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>Insert statement generated using SQLParameter and datetime.now()</title>
      <link>http://www.any-ti.me/insert-statement-generated-using-sqlparameter-and-datetimenow.aspx</link>
      <pubDate>Wed, 03 Jun 2009 17:05:23 GMT</pubDate>
      <guid>http://www.any-ti.me/insert-statement-generated-using-sqlparameter-and-datetimenow.aspx</guid>
      <author>craig</author>
      <comments>http://www.any-ti.me/insert-statement-generated-using-sqlparameter-and-datetimenow.aspx</comments>
      <description><![CDATA[<p>&#160;</p>  <p>Working with DateTime and the DB can be tricky in C#.&#160; The easiest way to insert a DateTime robustly in to the DB is to use a prepared statement</p>  <p>cmd.Parameters.AddWithValue(&quot;@Date&quot;, DateTime.Now);</p>  <h2>2) Inserting a Null Value into the Db</h2>  <p>As a second point it, I had a situation where it was important to work with a nullable date time in the DB, in this case DBNull.Value should be used as follows:</p>  <p>cmd.Parameters.AddWithValue(&quot;@Date&quot;, DBNull.Value);</p>&nbsp;&nbsp;<a href='http://www.any-ti.me/insert-statement-generated-using-sqlparameter-and-datetimenow.aspx'>...</a>]]></description>
    </item>
    <item>
      <title>subdomain on MojoPortal with DNS Record/CName using Host Name Mapping</title>
      <link>http://www.any-ti.me/subdomain-on-mojoportal-with-dns-recordcname-using-host-name-mapping.aspx</link>
      <pubDate>Sat, 30 May 2009 09:40:19 GMT</pubDate>
      <guid>http://www.any-ti.me/subdomain-on-mojoportal-with-dns-recordcname-using-host-name-mapping.aspx</guid>
      <author>craig</author>
      <comments>http://www.any-ti.me/subdomain-on-mojoportal-with-dns-recordcname-using-host-name-mapping.aspx</comments>
      <description><![CDATA[&#160; The following describes how to add a subdomain using HostNameMapping on UsanaCar or similar sites,&#160; (folder mapping does not seem to work), but in any case host name mapping is much easier. Getting Mojoportal to work with a subdomain can be tricky depending on the hosting provider.&#160; On Usanacar, this process requires several steps in addition to the standard mojoportal steps: Adding the A Record on UsanaCar for a new subdomain on mojoportal. 1) On UsanaCar ( or many similar providers) go to the TotalDNS settings page (click on hosting=&gt; manageAccount=&gt;open settings box... <a href='http://www.any-ti.me/subdomain-on-mojoportal-with-dns-recordcname-using-host-name-mapping.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
  </channel>
</rss>