<?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/"
	>

<channel>
	<title>Katablogism &#187; Etiquette</title>
	<atom:link href="http://kaushikgopal.com/blog/tag/etiquette/feed" rel="self" type="application/rss+xml" />
	<link>http://kaushikgopal.com/blog</link>
	<description>Kaushik Gopal&#039;s Online Journal</description>
	<lastBuildDate>Sun, 01 Jan 2012 10:08:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>File Naming tips</title>
		<link>http://kaushikgopal.com/blog/142/best-file-naming-tips-practices</link>
		<comments>http://kaushikgopal.com/blog/142/best-file-naming-tips-practices#comments</comments>
		<pubDate>Sun, 18 Jan 2009 10:34:06 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[Etiquette]]></category>
		<category><![CDATA[Zen writing]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/?p=142</guid>
		<description><![CDATA[If you spend 10 hours a day on your PC, these things can have a catastrophic effect on your productivity. I partition my drive diligently according to this guide.(I did a lot of homework and came up with that guide, so it&#8217;s trustworthy). &#160; But if you have 3500 assorted files with names like &#8220;Woork [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/timothymorgan/51240974/"> <img class="l" src="http://farm1.static.flickr.com/33/51240974_d0f2eeee0f_m.jpg" alt="Files/Folders" /></a>
If you spend 10 hours a day on your PC, these things can have a catastrophic effect on your productivity. I partition my drive diligently according to <a href="http://glog.kaushikgopal.com/2008/03/hdd-partitioning.html">this guide</a>.(<i>I did a lot of homework and came up with that guide, so it&#8217;s trustworthy</i>).</p>

<p>&nbsp;</p>

<p>But if you have 3500 assorted files with names like &#8220;Woork xcFgvB1.pDf&#8221;, &#8220;iphone User manual.PDF&#8221;,&#8221;address Book.Icon.Drawer.dld free bts_128.png&#8221; or god-forbid &#8220;Gmail Contsfor-Kbefore SYNC with Iphoneon5Jan.csv&#8221;, partitioning would only get you so far. Apart from frustrating the hell out of productivity enthusiasts it would require you to necessarily do a &#8220;Search&#8221; for your files. Do I need to remind you of the problems of <a href="http://glog.kaushikgopal.com/2008/09/search-in-file-feature-problem-xp.html">searching in XP</a>? Let&#8217;s not forget how a general search can eat into your system resources if you don&#8217;t have your drives indexed.</p>

<p>You can reduce these issues to a large extent with adherence to a little diligence in file-naming. These are some of the tips I personally recommend.</p>

<p><i>word of advice: most of the reasoning should have been pushed to my tech blog, but these file-naming practices have helped me so greatly in terms of productivity in general,  I thought this would be a better place :read if you just want the best practices read these rules and move on</i></p>

<blockquote><ul><li>Avoid using &#8220;.&#8221; (fullstop/period) other than or file extension</li>
<li>Avoid spaces like the plague</li>
<li>Case Sensitivity : Use init-caps to separate logical words</li>
<li>Underscore for change in context, hyphen only for versions/dates</li>
<li>Use the YYYY-MM-DD format for dates in file names</li></ul></blockquote>

<p><span id="more-142"></span></p>

<ul>
    <li><b>Avoid using &#8220;.&#8221; (fullstop/period)</b>
    The full stop should be used only for file extensions. Although modern day OSes do allow us to use multiple fullstops(bear with me my american comrades), the intended primary use of periods in certain OSes like windows is to differentiate between file-name and extension. The last full stop is treated as the file extension. Unix like OSes hold no such rule (but it is recommended to have the file extension for compatibility between OSes). Java seems to have <a href="http://forums.sun.com/thread.jspa?threadID=5239537">issues </a>with it though. Also adhering to this rule ensures full backwards compatibility for ISO-9660 level 1 and other legacy systems like OpenVMS, Windows 95-98, etc. Most alarmingly though is the fact that certain mail filtering programs consider a file with two periods to be a &#8220;virus&#8221; or &#8220;worm&#8221; that the sender is trying to disguise and will generally result in your attachment not making it to your recipient. Given the availability of better alternatives, you should resort to using one &#8220;.&#8221; and that too only to denote file extensions.</li>

    <li><b>Avoid spaces like the plague</b>
    Apart from appearing elusively convenient, spaces in file-names can wreak havoc while being referenced online. When you refer to a file with a space in it&#8217;s name, it gets converted to the &#8220;%20&#8243; special charecter, what&#8217;s more is that you necessarily have to enclose it with inverted commas to ensure the name is read properly. I suppose it&#8217;s ok while maintaining files locally on a hard disk, but the title of this post is BEST practices.</li>

    <li><b>Case Sensitivity : Use init-caps to separate logical words</b>
    Windows and IIS servers are oblivious to case sensitivity meaning &#8220;wtf.doc&#8221; is treated the same as &#8220;wTf.doC&#8221;. Many recommend using only lower case charecters uniformly. I beg to differ. I prefer separating logical words and initcapping them. These immediately stand out neatly and in the end productivity is of primary importance. A word of caution though, if you plan to use a unix like OS, &#8220;this-is-not-the-same-file-in-unix.doc&#8221; and &#8220;this-is-not-the-same-file-in-Unix.doc&#8221; would be treated as different files. And oh yes lower-case for file extensions please(no .PdF .PDf .pDF etc&#8230; only .pdf)</li>

    <li><b>Underscore for change in context, hyphen only for versions/dates</b>
    This is by far one of the most widely debated rules among us productivity freaks. I&#8217;ve found this rule both convenient and logically convincing. If it&#8217;s a complete change in context, meaning the first part of the file name tells you what kind of file it is while the next part tells you the name of the file, separate them out with an underscore. The reason I use underscore here is because, again visually this is the most productive. I could also use a hyphen, but I&#8217;ve noticed this to look slightly more cluttered at first glance on a 1024X768 resolution monitor. <alter-ego>If you&#8217;re still reading the reasoning and intend to read the rest of the post, give me a call sometime, you&#8217;re probably my soul-mate.</alter-ego>
    </li>

    <li><b>Use the YYYY-MM-DD format for dates</b>
    While using dates remember to name them in the format YYYY-MM-DD. Doing so automatically sorts them out neatly according to the date.
    </li>

    <li><b>Naming your MP3s</b>
    <alter-ego>Yes I have a life and I enjoy music too dammit</alter-ego>. You have to use what&#8217;s convenient to you here. I listen to ALL kinds of music from hard-rock to carnatic classical. So the artist&#8217;s name appearing first is more important for me. Hence I name my mp3s as &#8220;Artist_Title_Album.ext&#8221;. So that would be DeepPurple_SmokeOnTheWater_BestOfDeepPurple.mp3 and BombayJayashri_TungaTarangeGange_AtmaSoul.mp3 . Another more common use is &#8220;Title_Artist_Album.ext&#8221;.
    </li>
</ul>

<p>But in the end it boils down to what you feel is convenient <alter-ego>wow all that drivel and <a href="http://www.youtube.com/watch?v=4AO9Z4bAvMU">poof! ship sank</a>.</alter-ego>.</p>

<p>When you have a full folder named neatly like so, the untold joy&#8230;&#8230;</p>

<div class="center" style="padding:20px; border: 3px solid #75A053;">
eBook_Woork_WoorkHandbook.pdf
UserManual_iPhone.pdf
AddressBook_IconDrawer_128X128.png
PhilCollins_InTheAirTonight.mp4
GmailContacts_Kaushik_2009-01-05.csv
iPhoneContacts_Kaushik_2008-11-06.csv</div>

<p>If, after reading this guide you feel i have issues, how right you are ;) !</p>

<ul><h3>Good Stuff</h3>
<li><a href="http://www.43folders.com/2006/10/23/file-naming">Vox Populi : 43 folders&#8217;</a>Jurassic post :P</li>
<li><a href="http://whatdoiknow.org/archives/000442.shtml">What Do i know</a></li>
<li><a href="http://www.snapfiles.com/get/denrenamer.html">The awesomest File Renaming Software</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/142/best-file-naming-tips-practices/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>50 rules of gentleman etiquette</title>
		<link>http://kaushikgopal.com/blog/126/50-rules-of-gentleman-etiquette</link>
		<comments>http://kaushikgopal.com/blog/126/50-rules-of-gentleman-etiquette#comments</comments>
		<pubDate>Wed, 08 Oct 2008 11:56:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[Etiquette]]></category>
		<category><![CDATA[grooming]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/2008/10/50-rules-of-gentleman-etiquette/</guid>
		<description><![CDATA[Here&#8217;s a nice post for the gentle few in pursuit of sophistication.Out of the 50, following are the ones I fervently agree with (many of the others are just common sense if you ask me): Gentleman Etiquette: “Tone down the bagginess a bit without wandering into nut-hugger territory. Showing your ass and boxers is not [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a <a href="http://www.bspcn.com/2008/09/30/50-rules-to-being-a-gentleman/">nice post</a> for the gentle few in pursuit of sophistication.<br /><br />Out of the 50, following are the ones I fervently agree with <alter-ego>(many of the others are just common sense if you ask me)</alter-ego>:<br /></p>

<h3><u>Gentleman Etiquette:</u></h3>

<ul><li>“Tone down the bagginess a bit without wandering into nut-hugger territory. Showing your ass and boxers is not appealing in any setting.”-<span style="font-style:italic;">Anslem Samuel, 31, magazine editor</span></li><li>“The world is bigger than your hood and the places your favorite rappers represent. Try to travel to a place where your cell phone won’t work. That’s when you know you’ve actually gone somewhere. If you can’t afford to put your passport on pivot, try reading a book or travel guide about the place you’d like to visit.”-<span style="font-style:italic;">A. Samuel</span></li><li>Wear a belt. It’s called underwear for a reason.</li><li>T-shirts should fall just below your waist, and the seam of the shoulder should be right on your shoulder.</li><li>If you plan to rise in the ranks, it&#8217;s helpful to <a href="http://blog.kaushikgopal.com/2008/07/everything-about-suits-coats-jackets.html">know a thing or two about suits</a>.</li><br /><li>If you initiate a dinner date or meeting, then you should expect to pay. That works both ways.</li><li>At a restaurant, let women order food first, and stand up when a woman leaves the table.</li><li>When eating out, tip generously. Waiters live off of customers’ kindness. And you don’t want to make other people at your table reach into their pocket to cover your cheapness.</li><li>Caveman behavior at the dinner table isn’t good. Use utensils, avoid chewing with your mouth open and don’t leave a messy plate.</li><li>Always put your napkin in your lap at dinner. Stuffing it in your shirt is grounds for getting slapped.</li><br /><li>Avoid unnecessary use of expletives in public, especially in the presence of a woman you’re trying to impress.</li><li>Unless your Fight Club membership is in danger of being revoked, walk away from altercations.</li><br /><li>“Treat older women as if they were your own mother.”-C. Mathis</li><li>Always have a woman walk on the inside of the sidewalk and on the side of parked cars in a parking lot, basically using your body as a barrier from harm.</li><li>Never forget to introduce your woman as your girlfriend, spouse or otherwise to people when you’re out at functions together.</li><li>“Young guys should pump their brakes. Don’t have kids until you’re 30, and look at her family and background to know what you’re getting into.”-C. Mathis</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/126/50-rules-of-gentleman-etiquette/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suit up !</title>
		<link>http://kaushikgopal.com/blog/88/everything-about-suits-coats-jackets</link>
		<comments>http://kaushikgopal.com/blog/88/everything-about-suits-coats-jackets#comments</comments>
		<pubDate>Tue, 22 Jul 2008 20:48:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[Coats]]></category>
		<category><![CDATA[Etiquette]]></category>
		<category><![CDATA[grooming]]></category>
		<category><![CDATA[Jackets]]></category>
		<category><![CDATA[Suits]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/2008/07/suit-up/</guid>
		<description><![CDATA[Gentleman, in honor of the jedi-master of suiting up, I am going to teach you everything you need to know about suits and coats! If you walk into any of the big tailors of a city and are asked to try out a double breasted herringbone coat with a cummerbund,your manhood is not being made [...]]]></description>
			<content:encoded><![CDATA[<div class="tac">
    <img src="http://farm3.static.flickr.com/2685/4026253491_af38a32d63_o.jpg" alt="Barney Stinson" title="Barney Stinson (Neil Patrick Harris)" class="corner iradius16 ishade66 ishadow30" />
</div>

<p><br />
Gentleman, in honor of the jedi-master of suiting up, I am going to teach you everything you need to know about suits and coats! If you walk into any of the big tailors of a city and are asked to try out a double breasted herringbone coat with a cummerbund,your manhood is not being made fun of. They may be mocking your style, considering the cummerbund, but do stay the course and you&#8217;ll understand.
<br /><br /></p>

<p><span style="font-weight:bold;">MassivePost Alert:</span> This is a massive post but an insanely useful one. Trust me, you&#8217;ll thank me one day.
<br /><span id="fullpost"><br /></p>

<h2>PART I</h2>

<p><br />First let&#8217;s get the most Commonly Confused Concept Cleared (wohoo alliteration point, score!) where was I? Yes&#8230;..The primary dilemma is in <span style="font-weight:bold;">differentiating between a suit and a blazer</span>. A nice explanation found somewhere online elucidates:</p>

<blockquote>A Sports coat may be more than one color and compliments rather than matches a pair of pants; blazers are a solid color and compliment rather than match a pair of pants, and a suit jacket matches a pair of pants.</blockquote>

<p><br /></p>

<p>Before we go any further, understand this: The real and only difference between a suit and a blazer is that a suit comes with a pair of matching pants. If your an advanced learner you may argue about intricate details and the nitty gritties as to the differentiating demeanor displayed (I&#8217;m on a roll here) between the two&#8230;&#8230; yap yap yap&#8230; One has matching pants, the other doesn&#8217;t. Period.<br /></p>

<blockquote>
    <span class="tac">please note:<br />Suit-jacket = Suit ;<br />Blazer(Solid colored) = Sports-Coat(multi colored) = Coat ;<br />Trench-coat ~ French coat.<br /><br />Don&#8217;t argue <a href="http://en.wikipedia.org/wiki/Suit_(clothing)">Wikipedia</a> says so.</span>
</blockquote>

<p><br /></p>

<h3>Single Breasted</h3>

<p><br />This forms the basic pattern for men&#8217;s suit. The buttons are all in one single straight line. They come in <span style="font-weight:bold;">2 buttons</span> or <span style="font-weight:bold;">3 buttons</span>. Today both are in style so feel free to pick what you feel is right for you. But do remember ALWAYS LEAVE THE LAST BUTTON un-buttoned. Don&#8217;t ask me why its <span style="font-weight:bold;">suitetiquitte rule #1</span>.<br /></p>

<div class="clear"></div>

<p><br /></p>

<p>Nobody dons a suit better than <span style="font-weight:bold;">007</span>. A single-breasted double-buttoned suit.The manikin&#8217;s doing a pretty good job as well with the 3 button-single-breasted suit but dummy forgot to leave the last button un-buttoned. Alan Shore from Boston legal is known to look sharp with his 3 buttoned suit preference.<br /></p>

<div class="clear"></div>

<p><a href="http://www.flickr.com/photos/organize/?start_tab=one_set72157606315556376/">
    <img src="http://farm3.static.flickr.com/2745/4026998462_6034b16aaa_o.jpg" alt="007 single breasted double buttoned suit-jacket" title="007-Daniel Craig-single breasted double buttoned suit jacket" class="left" width="33%" /><img src="http://farm3.static.flickr.com/2491/4026254799_cbfb05af24_o.jpg" alt="manikin_3 buttoned_single_breasted_suit" title="3 buttoned single breasted suit" class="right" width="33%"/>
</a></p>

<div class="clear"></div>

<p><br /></p>

<h3>Double Breasted</h3>

<p><br />Basically a jacket having fronts that overlap enough for two separate rows of buttons. We can learn a thing or two from Mr.Depp. Class speaks for itself. Notice suitetiquette #1 being strictly adhered to.<br />
<a href="http://www.flickr.com/photos/kaushikgopal/2692901505/sizes/o/in/set-72157606273292534/">
    <div class="tac">
        <img src="http://farm3.static.flickr.com/2602/4026253301_82b6af580f_o.jpg" alt="johnny_depp_double_breasted" title="Johnny depp - double breasted 6 Button suit" class="corner iradius16" /></div>
</a></p>

<div class="clear"></div>

<p><br /></p>

<h2>PART II</h2>

<p><br />
Until now we have dealt with basically the cuts and stitching of the suits and coats. We now have a brief look into some of the &#8220;types&#8221; of coats.<br /><br /></p>

<h3>Pea-Coat</h3>

<p><br />
Pea coats are characterized by broad lapels, double-breasted fronts, often large wooden buttons, and vertical or slash pockets<br /><br /></p>

<h3>Trench/French coat</h3>

<p><br />These are by far the coolest looking of all the coats. French is slightly shorter than trench from what I have observed. Almost all the cool guys in Matrix wear trench coats.<br /></p>

<div class="clear"></div>

<p><a href="http://www.flickr.com/photos/kaushikgopal/sets/72157606273292534/">
    <img src="http://farm3.static.flickr.com/2534/4026254501_33b8656a5f_o.jpg" alt="Neo Trench Coat" title="Neo Trench Coat" class="l" width="240px" height='315px' />
    <img src="http://farm3.static.flickr.com/2773/4026254667_dd610e7ddf_o.jpg" alt="matrix 3 trench coat" title="matrix 3 trench coat" class="r" width="240px"/>
</a></p>

<div class="clear"></div>

<p><br /></p>

<h3>Tuxedo</h3>

<p><br />
A tux is formal and usually black (a suit could be any color). The distinction is basically historical. In the early 1900s wealthy gentlemen would wear a &#8216;morning suit&#8217; during the day and change into a &#8216;dinner suit&#8217; for the evening. Semi-formal dinners required a wearing a black tie and very formal occasions demanded a white tie.The morning suit evolved into the modern business suit, although some people still wear traditional morning suits for weddings, and the dinner suit became the tuxedo.<br /></p>

<div class="clear"></div>

<p><img src="http://farm3.static.flickr.com/2731/4026253097_7fd8404d53_o.jpg" alt="Suits for Dummies 1" title="Suits for Dummies 1" class="l corner iradius16" width="240px" /><img src="http://farm4.static.flickr.com/3505/4026252941_4c09f8503e_o.jpg" alt="Suits for Dummies 2" title="Suits for Dummies 2" class="r corner iradius16" width="240px"/></p>

<div class="clear"></div>

<p><br /></p>

<div class="courtesy">Courtesy: <a href="http://www.dummies.com/WileyCDA/DummiesArticle/id-2701,subcat-FAMILY.html">Suits for Dummies</a></div>

<p><br /></p>

<p>Also note, you now know what the terms cummerbund, waistcoat, bow-tie and cuff-link mean.<br /><br /></p>

<h2>PART III</h2>

<p><br />
The third and final part deals with the material or pattern. (RECAP Part 1:Stitching ; Part 2:Types and now Part3:Material/Pattern)<br /><br /><span style="font-weight:bold;">Pinstriped</span>, <span style="font-weight:bold;">herringbone</span>, <span style="font-weight:bold;">glen-plaid</span> refer to the <span style="font-weight:bold;">PATTERNS</span> while <span style="font-weight:bold;"><a href="http://en.wikipedia.org/wiki/Corduroy">corduroy</a></span> and <span style="font-weight:bold;"><a href="http://en.wikipedia.org/wiki/Tweed_(cloth)">tweed</a></span> refer to the <span style="font-weight:bold;">MATERIAL</span>. Pictures speak much more than a 1000 words:-<br /></p>

<div class="clear"></div>

<p><img src="http://farm3.static.flickr.com/2790/4026998778_ea38d64e25_o.jpg" alt="Pinstripe" title="Pinstripe" class="l" width="240px" /><img src="http://farm3.static.flickr.com/2518/4026252569_82960ab399_o.jpg" alt="herringbone" title="herringbone" class="l" width="240px" /><img src="http://farm4.static.flickr.com/3499/4027008226_4a5bf1247c_o.jpg" alt="glen-plaid" title="glen-plaid" class="l" width="240px" /></p>

<div class="clear"></div>

<p><br /><br /></p>

<h3>General Rules &#038; Trends these days:</h3>

<p><br />
Not really to do with a suit but <span style="font-weight:bold;">suitetiquitte rule #2</span> dictates that you always wear matching color shoes and belt unless your will smith.<br />Along the same lines <span style="font-weight:bold;">suitetiquitte rule #3</span> requires your socks and pant to be of the same color.<br /><br />Lots of stylish actors and fashion designers favor wearing a slim suit jacket with a pair of jeans (So that becomes a&#8230;&#8230;&#8230;? blaaaaaazer!).<br /></p>

<p><a href="http://www.flickr.com/photos/kaushikgopal/2693084297/" title="house_hallway_blazer">
    <div class="tac">
        <img src="http://farm4.static.flickr.com/3223/2693084297_dc9f218d2a_o.jpg" width="293" height="390" alt="house_hallway_blazer" title="house blazer" class="corner iradius16 ishade66 ishadow30" />
    </div>
</a></p>

<div class="clear"></div>

<p>Ok so i wrote the last part just to put his picture in. C&#8217;mon you can&#8217;t talk of blazers and not have a pic of House!<br /><br />If you wish to pursue an advanced course in suiting up, pay me or refer <a href="http://en.wikipedia.org/wiki/Suit_%28clothing%29">wikipedia</a> and check what they have to say on House Coats/Frock coats etc.<br /><br /></p>

<ul>

<h3>Groovy resources :</h3><br /><li><a href="http://www.soyouwanna.com/SITE/SYWS/menssuit/menssuit2.html"><span style="font-weight:bold;">Picking the right suit for you.</span></a></li><li><a href="http://www.makingitclear.com/pages/foldingsuit.html"><span style="font-weight:bold;">Folding your suit for travel.</span></a></li><li><a href="http://www.delberts.com/DeterminingYourSuitSize.html"><span style="font-weight:bold;">Determining your suit size.</span></a></li><li><a href="http://asuitablewardrobe.dynend.com/2007_04_01_archive.html"><span style="font-weight:bold;">Neat site on general wardrobe queries.</span></a></li></ul>

<p><br /><br />Jesus break dancing Christ this was a long post !</span></p>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/88/everything-about-suits-coats-jackets/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

