<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tim Davis - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-09695e1e" type="application/json"/><link>http://timdavis.disqus.com/</link><description>My name is Tim Davis. I blog about Fluc Media, Design, Technology, Law &amp; the Internet.</description><atom:link href="http://timdavis.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 16 Apr 2012 12:11:49 -0000</lastBuildDate><item><title>Re: Equity Law Notes</title><link>http://www.timdavis.com.au/law/equity-law-notes/#comment-498977555</link><description>&lt;p&gt;i need equity history regarding its principals &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kaleem</dc:creator><pubDate>Mon, 16 Apr 2012 12:11:49 -0000</pubDate></item><item><title>Re: Setting up a Msysgit Server with copSSH on Windows</title><link>http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/#comment-495046804</link><description>&lt;p&gt;5.5 is giving me a lot of problems.  Everything up to this point works fine.  All the shell commands in my /Users/Administrator/.bashrc file (copied from /c/ssh/home/Administrators are commented out (they came that way).  There is a line that has bashrc file in it (no dot) that is part of a comment but no line that has an uncommented .bashrc file line in it.&lt;br&gt;Supposing I just need ONE line in the .bashrc file for all this to work.  Should the line be:&lt;/p&gt;

&lt;p&gt;.bashrc file export $HOME=/c/SSH/home/Administrator Shell Options#&lt;/p&gt;

&lt;p&gt;? &lt;/p&gt;

&lt;p&gt;Well, that just causes the bash shell to hang.&lt;/p&gt;

&lt;p&gt;HELP!!!!!&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Osborn</dc:creator><pubDate>Wed, 11 Apr 2012 22:27:47 -0000</pubDate></item><item><title>Re: Windows 7 &amp;#8220;Default Gateway 0.0.0.0&amp;#8243; Problem</title><link>http://www.timdavis.com.au/general/windows-7-default-gateway-0-0-0-0-problem/#comment-490784207</link><description>&lt;p&gt;you saved me. I've tried and now all works fine. Thanks a lot.  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rafaelrend</dc:creator><pubDate>Sat, 07 Apr 2012 17:18:13 -0000</pubDate></item><item><title>Re: Business Finance Notes</title><link>http://www.timdavis.com.au/notes/business-finance-notes/#comment-487563088</link><description>&lt;p&gt;very helpful&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Odong Johnsonic</dc:creator><pubDate>Thu, 05 Apr 2012 15:10:55 -0000</pubDate></item><item><title>Re: jQuery Grid With ASP.NET MVC</title><link>http://www.timdavis.com.au/code/jquery-grid-with-asp-net-mvc/#comment-481845950</link><description>&lt;p&gt;Sorry for unclear sample: editor mangled the text. Copy both code bloks into any text editor and reformat them, please.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gediminas Bukauskas</dc:creator><pubDate>Sat, 31 Mar 2012 09:53:02 -0000</pubDate></item><item><title>Re: jQuery Grid With ASP.NET MVC</title><link>http://www.timdavis.com.au/code/jquery-grid-with-asp-net-mvc/#comment-481844914</link><description>&lt;p&gt;JSON data format is changed now:&lt;br&gt;  1) Property names starts with capital letter: Total, Page, Records, UserData, Rows&lt;br&gt;  2) You have to create anonymous type with properties that you were created in colModel (use the same names that you wrote in attribute name). For example, my colModel is:&lt;br&gt;           colModel: [{ name: 'UserName', index: 'UserName', width: 120, align: 'left' },                           { name: 'CreationDate', index: 'CreationDate', width: 140, align: 'left' },                           { name: 'Email', index: 'Email', width: 200, align: 'left' },                           { name: 'IsApproved', index: 'IsApproved', width: 90, align: 'center' },                           { name: 'IsLockedOut', index: 'IsLockedOut', width: 80, align: 'center' },                           { name: 'IsOnline', index: 'IsOnline', width: 80, align: 'center' },                           { name: 'LastLoginDate', index: 'LastLoginDate', width: 140, align: 'left' }                          ],&lt;br&gt;On server side I had to create this object:&lt;br&gt;            var jsonData = new            {                Total = totalPages,                Page = page,                Records = totalRecords,                Rows = users.Select(usr =&amp;gt; new                     {                        Id = usr.ProviderUserKey.ToString(),                        UserName = usr.UserName.ToString(),                         CreationDate = usr.CreationDate.ToString("g"),                         Email = usr.Email,                        IsApproved = usr.IsApproved ? "+" : " ",                         IsLockedOut = usr.IsLockedOut ? "+" : " ",                        IsOnline = usr.IsOnline ? "+" : " ",                         LastLoginDate = usr.LastLoginDate.ToString("g")                    }).ToArray()            };&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gediminas Bukauskas</dc:creator><pubDate>Sat, 31 Mar 2012 09:51:30 -0000</pubDate></item><item><title>Re: Setting up a Msysgit Server with copSSH on Windows</title><link>http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/#comment-479170348</link><description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Very nice, Awesome. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiyagarajan Veluchamy</dc:creator><pubDate>Thu, 29 Mar 2012 03:08:17 -0000</pubDate></item><item><title>Re: Setting up a Msysgit Server with copSSH on Windows</title><link>http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/#comment-443262550</link><description>&lt;p&gt;The level of dedication required to write this tutorial is impressive.&lt;br&gt;But, seriously, was it a good use of your time? Why not just set up the git server on Linux, where (1) it's a couple of mouse clicks, and (2) installing upgrades when they become available is also a couple of mouse clicks, and (3) the instructions remain unchanged when a new version of the OS comes out because it's still just a couple of mouse clicks?&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roger_Morgan</dc:creator><pubDate>Sun, 19 Feb 2012 05:58:04 -0000</pubDate></item><item><title>Re: Tort Law Notes</title><link>http://www.timdavis.com.au/law/tort-law-notes/#comment-394397579</link><description>&lt;p&gt;i'M Anusha from pakistan. i'm student of  law college in rawalpindi, and studing in llb part 1 i would like to get information by ur notes of law of tort hope you'd help me .....&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anusha</dc:creator><pubDate>Mon, 26 Dec 2011 09:01:59 -0000</pubDate></item><item><title>Re: Setting up a Msysgit Server with copSSH on Windows</title><link>http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/#comment-361813111</link><description>&lt;p&gt;Update for step4.7 &lt;/p&gt;

&lt;p&gt;Besides git.exe, git-receive-pack.exe, git-upload-archive.exe and git-upload-pack.exe files, &lt;br&gt;1) while setting up with copssh4.2.1 &amp;amp;&amp;amp; Git-1.7.7.1-preview20111027.exe:&lt;br&gt;libiconv-2.dll should also be copied to the SSH/bin folder.&lt;/p&gt;

&lt;p&gt;2) while setting up with copssh4.2.1 &amp;amp;&amp;amp; Git-1.7.0.2-preview20100309.exe, &lt;br&gt;libconv2.dll should be copied.&lt;/p&gt;

&lt;p&gt;Or the else we will get “fatal: the remote end hung up unexpectedly”? error&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy Xie</dc:creator><pubDate>Sat, 12 Nov 2011 08:28:35 -0000</pubDate></item><item><title>Re: Choosing a Strong Password</title><link>http://www.timdavis.com.au/internet/choosing-a-strong-password/#comment-308037210</link><description>&lt;p&gt;heh, i read this article and then checked out today's xkcd: &lt;a href="http://xkcd.com/936/" rel="nofollow"&gt;http://xkcd.com/936/&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chanceusc</dc:creator><pubDate>Mon, 12 Sep 2011 15:32:50 -0000</pubDate></item><item><title>Re: jQuery Grid With ASP.NET MVC</title><link>http://www.timdavis.com.au/code/jquery-grid-with-asp-net-mvc/#comment-290117839</link><description>&lt;p&gt;using id as an identifier for the JSON data sent by the controller instead of i would make it easier to use the proper ids in the javascript if needed (multi selection for example).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthieu Penant</dc:creator><pubDate>Thu, 18 Aug 2011 11:24:15 -0000</pubDate></item><item><title>Re: 3 Lessons in Life at 28</title><link>http://www.timdavis.com.au/thoughts/3-lessons-in-life-at-28/#comment-275940220</link><description>&lt;p&gt;Pretty simple things are always interesting when you go deeper with them&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">NeNSha</dc:creator><pubDate>Wed, 03 Aug 2011 04:59:31 -0000</pubDate></item><item><title>Re: Data</title><link>http://www.timdavis.com.au/data/#comment-265886378</link><description>&lt;p&gt;lovely now i can use them on my site -&lt;br&gt;&lt;a href="http://www.withss.com/" rel="nofollow"&gt;http://www.withss.com/&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nikhil arora</dc:creator><pubDate>Tue, 26 Jul 2011 18:07:48 -0000</pubDate></item><item><title>Re: Tort Law Notes</title><link>http://www.timdavis.com.au/law/tort-law-notes/#comment-229927853</link><description>&lt;p&gt;i'M SAJJAD ali from pakistan. i'm student of sm law college in karachi, and studing in llb part 1 i would like to get more information by ur notes of law of tort!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kamran Faqir</dc:creator><pubDate>Sun, 19 Jun 2011 14:06:00 -0000</pubDate></item><item><title>Re: Law Clerkships &amp;#8211; The Naked Truth</title><link>http://www.timdavis.com.au/law/law-clerkships-the-naked-truth/#comment-212221345</link><description>&lt;p&gt;Wowwwwww. Thank you for that!! Best accidental discovery ever :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Qing Cao</dc:creator><pubDate>Thu, 26 May 2011 11:29:52 -0000</pubDate></item><item><title>Re: Law Clerkships &amp;#8211; The Naked Truth</title><link>http://www.timdavis.com.au/law/law-clerkships-the-naked-truth/#comment-203537701</link><description>&lt;p&gt; Now this is a long one! Whew! Kudos for the article!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Go and Get Staffed </dc:creator><pubDate>Sat, 14 May 2011 08:35:40 -0000</pubDate></item><item><title>Re: jQuery Grid With ASP.NET MVC</title><link>http://www.timdavis.com.au/code/jquery-grid-with-asp-net-mvc/#comment-201835144</link><description>&lt;p&gt;Tim, thanks for the awesome demo.  I got it working in less than one fourth the time it took me to figure out that the Microsoft gridview does not work with MVC :)  Now I have a great starting point with MVC and JQGrid.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ed9010</dc:creator><pubDate>Wed, 11 May 2011 22:01:21 -0000</pubDate></item><item><title>Re: Creating a Kick-Ass Email Signature</title><link>http://www.timdavis.com.au/internet/creating-a-kick-ass-email-signature/#comment-199135663</link><description>&lt;p&gt; cheers tim!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ris</dc:creator><pubDate>Sat, 07 May 2011 03:09:47 -0000</pubDate></item><item><title>Re: jQuery Grid With ASP.NET MVC</title><link>http://www.timdavis.com.au/code/jquery-grid-with-asp-net-mvc/#comment-197922567</link><description>&lt;p&gt;First Thanks lot for such a great post, I was finding likewise solution for long for my student project.&lt;br&gt;But I M having a problem currently, after implementing all this when M returning Json() then all I get in my browser is few lines of un-rendered plain text (no html) in the resultant, like:&lt;/p&gt;

&lt;p&gt;{"total":-2147483648,"page":null,"records":1,"rows":[{"id":1,"cell":["1","-7","Is this a good question?"]},{"id":2,"cell":["2","15","Is this a blatant ripoff?"]},{"id":3,"cell":["3","23","Why is the sky blue?"]}]}&lt;/p&gt;

&lt;p&gt;Can someone please guide me through this, Thank-you!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maven</dc:creator><pubDate>Thu, 05 May 2011 16:32:20 -0000</pubDate></item><item><title>Re: Setting up a Msysgit Server with copSSH on Windows</title><link>http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/#comment-192414035</link><description>&lt;p&gt;It's getting harder to follow this tutorial because quite a few of the installers have changed. Some of the options and dialogs are so different now. It's hard to make sure I'm not missing anything.&lt;/p&gt;

&lt;p&gt;An update would be nice. XD&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kal Sze</dc:creator><pubDate>Tue, 26 Apr 2011 22:29:07 -0000</pubDate></item><item><title>Re: Law Clerkships &amp;#8211; The Naked Truth</title><link>http://www.timdavis.com.au/law/law-clerkships-the-naked-truth/#comment-191866560</link><description>&lt;p&gt;Great article Tim and valuable advice for law students &amp;amp; graduates alike.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicholas</dc:creator><pubDate>Mon, 25 Apr 2011 23:41:12 -0000</pubDate></item><item><title>Re: Setting up a Msysgit Server with copSSH on Windows</title><link>http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/#comment-190993066</link><description>&lt;p&gt;Hello and thanks for the tutorial. I want to contribute a solution for an error, which I noticed during setup the OpenSSH access to my windows machine from a Linux host. OpenSSH on windows (like its on Linux) is case sensitive. If you create your windows account with a beginning upper case letter, you have to use it also upper case from Putty and as well from ssh command from Linux.&lt;/p&gt;

&lt;p&gt;Just to mention and thanks&lt;/p&gt;

&lt;p&gt;Maik&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greubel</dc:creator><pubDate>Sun, 24 Apr 2011 03:49:32 -0000</pubDate></item><item><title>Re: Creating a Kick-Ass Email Signature</title><link>http://www.timdavis.com.au/internet/creating-a-kick-ass-email-signature/#comment-188749504</link><description>&lt;p&gt;Look at little Raffy - she was so cute. Tim this looks very impressive. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carolyn Ballantine</dc:creator><pubDate>Thu, 21 Apr 2011 04:36:04 -0000</pubDate></item><item><title>Re: Windows 7 &amp;#8220;Default Gateway 0.0.0.0&amp;#8243; Problem</title><link>http://www.timdavis.com.au/general/windows-7-default-gateway-0-0-0-0-problem/#comment-173164367</link><description>&lt;p&gt;Your 2 commands worked perfectly for me on a W2008 R2.&lt;/p&gt;

&lt;p&gt;I had multiple NICs and for some reason the config could not be cleaned properly.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mr Ruben Garcia</dc:creator><pubDate>Mon, 28 Mar 2011 07:06:39 -0000</pubDate></item></channel></rss>
