<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">

    <channel>
    
    <title>SimplyGold</title>
    <link>http://www.nikhedonia.com/notebook/</link>
    <description>Templates, Themes, Tutorials</description>
    <dc:language>en</dc:language>
    <dc:creator>simplygold@nikhedonia.com</dc:creator>
    <dc:rights>Copyright 2009</dc:rights>
    <dc:date>2009-05-07T02:09:00-06:00</dc:date>
    
      
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/nikhedonia/notebook" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>How to rename directories through Terminal</title>
      <link>http://www.nikhedonia.com/ee/index.php/notebook/entry/how-to-rename-directories-through-terminal/</link>
      <guid>http://www.nikhedonia.com/ee/index.php/notebook/how-to-rename-directories-through-terminal/#When:02:09:00Z</guid>
      <description><![CDATA[<p>I keep having to rename files and directories in locations outside the purview of my user account. Moving directories into, say, the WebServer folder is easy enough: Mac will ask you for your admin credentials. But, I have not found an easy (read: non-Terminal) way of renaming directories or files once you moved them. So, here is how to do it in the Terminal: </p>

<pre>sudo mv -f [original name of the directory] [new name of the directory]</pre>
]]></description>
      <dc:subject>Tips &amp;amp; Tricks</dc:subject>
      <dc:date>2009-05-07T02:09:00-06:00</dc:date>
    </item>
      
    <item>
      <title>SqlDataReader.GetSqlType() of column</title>
      <link>http://www.nikhedonia.com/ee/index.php/notebook/entry/sqldatareadergetsqltype-of-column/</link>
      <guid>http://www.nikhedonia.com/ee/index.php/notebook/sqldatareadergetsqltype-of-column/#When:04:33:00Z</guid>
      <description><![CDATA[<p>I ran into an interesting problem today that required me to identify the SqlType of any given column, so that I could do special processing where appropriate. It normally wouldn't be such a big deal, because you can call <code>GetType(i)</code> to learn whether it's a <code>string</code>, <code>boolean</code>, <code>DateTime</code>, etc. However, there are some types that need to be differentiated further: for example, money and numbers in SQL might both map to the same .NET type. </p>
]]>      
            </description>
      <dc:subject>C#</dc:subject>
      <dc:date>2009-01-06T04:33:00-06:00</dc:date>
    </item>
      
    <item>
      <title>Lambda Expressions</title>
      <link>http://www.nikhedonia.com/ee/index.php/notebook/entry/lambda-expressions/</link>
      <guid>http://www.nikhedonia.com/ee/index.php/notebook/lambda-expressions/#When:17:15:00Z</guid>
      <description><![CDATA[<p>Lambda expressions are a new construct in C# 3.0 that provide a more concise way of writing anonymous methods (which were introduced in C# 2.0). Lambda expressions are especially useful in LINQ statements but can be used any place anonymous methods are.</p>
]]>      
            </description>
      <dc:subject>ASP .NET, C#</dc:subject>
      <dc:date>2009-01-04T17:15:00-06:00</dc:date>
    </item>
      
    <item>
      <title>Cisco VPN Error 51: Unable to communicate with the VPN subsystem</title>
      <link>http://www.nikhedonia.com/ee/index.php/notebook/entry/cisco-vpn-error-51-unable-to-communicate-with-the-vpn-subsystem/</link>
      <guid>http://www.nikhedonia.com/ee/index.php/notebook/cisco-vpn-error-51-unable-to-communicate-with-the-vpn-subsystem/#When:00:29:00Z</guid>
      <description><![CDATA[<p>This error plagues me around every three weeks when I open up my Cisco VPN client on my Mac. The fix for this is straight-forward: </p>

<ol>
<li>Quit CiscoVPN, </li>
<li>Open Terminal (Applications > Utilities > Terminal), and </li>
<li>Type in the following command: </li>
</ol>

<pre><kbd>sudo /System/Library/StartupItems/CiscoVPN/CiscoVPN restart</kbd></pre>

<p>Type in your password when it asks you for it, and Terminal should restart CiscoVPN, at which point the error should go away.</p>
]]></description>
      <dc:subject>Miscellaneous</dc:subject>
      <dc:date>2008-10-09T00:29:00-06:00</dc:date>
    </item>
      
    <item>
      <title>Free Template: Coxswain</title>
      <link>http://www.nikhedonia.com/ee/index.php/notebook/entry/free-template-coxswain/</link>
      <guid>http://www.nikhedonia.com/ee/index.php/notebook/free-template-coxswain/#When:02:45:00Z</guid>
      <description><![CDATA[<p><img src="http://www.nikhedonia.com/images/2008/coxswain394x297.png" width="393" height="263" /></p>

<p>Regular readership knows that I take long absences from this blog. Hopefully, today marks the end of it -- until the next time.</p>

<p>Anyway, I had some free time so I thought I would create a template. </p>

<p><a href="http://www.nikhedonia.com/work/free_templates/coxswain/coxswain.zip">Download and enjoy!</a></p>
]]></description>
      <dc:subject>Templates</dc:subject>
      <dc:date>2008-05-07T02:45:00-06:00</dc:date>
    </item>
      
    <item>
      <title>Plastic Blast Wallpaper</title>
      <link>http://www.nikhedonia.com/ee/index.php/notebook/entry/plastic-blast-wallpaper/</link>
      <guid>http://www.nikhedonia.com/ee/index.php/notebook/plastic-blast-wallpaper/#When:03:55:00Z</guid>
      <description><![CDATA[<p><img src="http://www.nikhedonia.com/images/2008/Plastic_Blast400x300.png" width="400" height="300" /></p>

<p>Mashed together a couple of different tutorials and came up with this. The zip file has 1600x1200 and 1200x900 versions. </p>

<p><a href="http://www.nikhedonia.com/work/wallpapers/Plastic_Blast.zip">Download Plastic Blast</a></p>
]]></description>
      <dc:subject />
      <dc:date>2008-04-06T03:55:00-06:00</dc:date>
    </item>
      
    <item>
      <title>Glassy Signs</title>
      <link>http://www.nikhedonia.com/ee/index.php/notebook/entry/glassy-signs/</link>
      <guid>http://www.nikhedonia.com/ee/index.php/notebook/glassy-signs/#When:02:57:00Z</guid>
      <description><![CDATA[<p><img src="http://www.nikhedonia.com/images/2008/glassy_signs.png" width="400" height="240" /></p>

<p>Wow! That was the longest short break that I ever had in my life! </p>

<p>Anyway, to commemorate my five-month break, I decided to release a set of glassy signs coming in two sizes: 500x300 and 100x78. </p>

<p>Enjoy!</p>

<p><a href="http://www.nikhedonia.com/work/icons/glassy_signs.zip">Download Glassy Signs</a></p>
]]></description>
      <dc:subject>Photoshop</dc:subject>
      <dc:date>2008-02-22T02:57:00-06:00</dc:date>
    </item>
      
    <item>
      <title>Wallpaper for September 2007</title>
      <link>http://www.nikhedonia.com/ee/index.php/notebook/entry/wallpaper-for-september-2007/</link>
      <guid>http://www.nikhedonia.com/ee/index.php/notebook/wallpaper-for-september-2007/#When:13:00:00Z</guid>
      <description><![CDATA[<p><img src="http://www.nikhedonia.com/images/2007/land_on_water_thumbnail.png" width="390" height="250" alt="Land on Water Thumbnail" /></p>

<p><a href="http://www.nikhedonia.com/work/wallpapers/land_on_water1600x1200.png">Download 1600x1200 version of "Land on Water"</a></p>

<p>Enjoy!</p>
]]></description>
      <dc:subject>Wallpapers</dc:subject>
      <dc:date>2007-09-01T13:00:00-06:00</dc:date>
    </item>
      
    <item>
      <title>Wallpaper for August 2007</title>
      <link>http://www.nikhedonia.com/ee/index.php/notebook/entry/wallpaper-for-august-2007/</link>
      <guid>http://www.nikhedonia.com/ee/index.php/notebook/wallpaper-for-august-2007/#When:14:00:00Z</guid>
      <description><![CDATA[<p><img src="http://www.nikhedonia.com/images/2007/threesome390x293.png" width="390" height="293" alt="Threesome Wallpaper Thumbnail" /></p>

<p><a href="http://www.nikhedonia.com/work/wallpapers/threesome1600x1200.png">Download "Threesome" 1600x1200 version</a></p>

<p>Enjoy!</p>
]]></description>
      <dc:subject>Wallpapers</dc:subject>
      <dc:date>2007-08-08T14:00:00-06:00</dc:date>
    </item>
      
    <item>
      <title>Creating Tiles in Photoshop</title>
      <link>http://www.nikhedonia.com/ee/index.php/notebook/entry/creating-tiles-in-photoshop/</link>
      <guid>http://www.nikhedonia.com/ee/index.php/notebook/creating-tiles-in-photoshop/#When:00:52:01Z</guid>
      <description><![CDATA[<p>Creating nice-looking tiles in Photoshop is the easiest thing in the world. </p>

<p><img src="http://www.nikhedonia.com/images/2007/tiles_overlay.png" width="301" height="297" alt="Tiles: Overlay" /></p>
]]>      
            </description>
      <dc:subject>Photoshop</dc:subject>
      <dc:date>2007-08-08T00:52:01-06:00</dc:date>
    </item>
      
    
    </channel>
</rss>
