<?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>FictiveDesigns.com blog</title>
	<atom:link href="http://fictivedesigns.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fictivedesigns.com</link>
	<description>Perspective</description>
	<lastBuildDate>Sun, 10 Jul 2011 13:22:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Crossing another border</title>
		<link>http://fictivedesigns.com/the-possible-perspectives/crossing-another-border/</link>
		<comments>http://fictivedesigns.com/the-possible-perspectives/crossing-another-border/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 13:22:27 +0000</pubDate>
		<dc:creator>Heera Tamang</dc:creator>
				<category><![CDATA[The Possible Perspectives]]></category>

		<guid isPermaLink="false">http://fictivedesigns.com/?p=1234</guid>
		<description><![CDATA[After a long finally i reached for my blog again. Coming out of the lift when I could not stop noticing Fengshui frogs, religious books, shiny little bags hanging on most of the apartment doors probably converting all the energy &#8230; <a href="http://fictivedesigns.com/the-possible-perspectives/crossing-another-border/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After a long finally i reached for my blog again. Coming out of the lift when I could not stop noticing Fengshui frogs, religious books, shiny little bags hanging on most of the apartment doors probably converting all the energy into positive entering inside, I met the spiritual side of this part of the planet. Singapore &#8211; The country with abundant food courts, where favorite time pass is shopping, noodles are the Best breakfast, soup is loving, people are warm and this generation seems Eco-friendly, this is the first time I am writing after reaching here, crossing another border.</p>
<p>A week of stay at eric &#038; mun made things so much easier for me to survive and I finally started looking for a rent place in the city preferably next to my work which i found much expensive than renting a place near a good beach in Sydney. Had to hire a taxi to review a place which made me reach 30 min before the train. I observed rules are very strict here, that&#8217;s why everyone is following hence the train stations, streets, transportation&#8217;s &#8211; very clean.</p>
<p>Met the the first rain in Singapore last week and it was one hell of it. I realized that when it rains, it doesn’t let the mind think of anything other than &#8216;oh it’s pouring while we have to run through it. It rained very heavy and beautiful that morning, Looked like the whole city was getting washed up, people were trying to make space for each other to walk, streets got covered with colorful tiny circles of umbrella tops.<br />
Same weekend somehow my search of a cooking pan ended up at the door of a famous Buddha temple. The subtle mantras in the air, quietly praying people, the red and the gold everywhere, the beautiful statues of Lord Buddha, the whole environment was so perfect, no wonder there were tourist from all around the world trying to capture all the beauty in their large SLR&#8217;s. Funny thing is, you can pray and then go straight to gamble coz the back door opens up to a large open air Chinese chess(checkers) place where you can see big crowd of mid aged people playing checkers, gambling money on it. The whole area is covered with red lanterns saying out loud this is &#8211; &#8216;The Chinatown. The market is filled with good stuff, food, souvenirs, clothes etc. Bad luck that there is a very famous Indian temple next to it and it was closed somehow.</p>
<p>Well i could not find the pan but i sure enjoyed the day looking for it and finally had a conversation with god, I guess sometimes you just get something on your way unexpected when you are not exactly looking for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://fictivedesigns.com/the-possible-perspectives/crossing-another-border/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating fictivedesigns to Html5</title>
		<link>http://fictivedesigns.com/designers-view/structural-lift-with-html5-elements/</link>
		<comments>http://fictivedesigns.com/designers-view/structural-lift-with-html5-elements/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 10:12:54 +0000</pubDate>
		<dc:creator>Heera Tamang</dc:creator>
				<category><![CDATA[Designers View]]></category>

		<guid isPermaLink="false">http://fictivedesigns.com/blog/?p=471</guid>
		<description><![CDATA[HTML5 is an updated improvised version of web markup language for web applications as well as documents with a plenty of new semantic elements. Atlast, &#60;embed&#62; appears validated now. No errors if you don&#8217;t close the &#60;img&#62; tag. Less use &#8230; <a href="http://fictivedesigns.com/designers-view/structural-lift-with-html5-elements/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>HTML5 is an updated improvised version of web markup language for web applications as well as documents with a plenty of new semantic elements. Atlast,</p>
<ol>
<li>&lt;embed&gt; appears validated now.</li>
<li>No errors if you don&#8217;t close the &lt;img&gt; tag.</li>
<li>Less use of repeating &lt;div&gt; and &lt;span&gt; tags;</li>
</ol>
<p>I have updated my website to HTML5 standards and sharing here how I did it. If you are looking for some fine resource on HTML5, check <a href="http://diveintohtml5.org/">http://diveintohtml5.org</a> or <a href="http://www.html5rocks.com/">http://www.html5rocks.com/</a></p>
<div class="clear">&nbsp;</div>
<h4>List of new Semantic elements in HTML5</h4>
<blockquote class="green-box"><p><strong>&lt;header&gt;</strong>: The header part of your site or page.<br />
<strong>&lt;nav&gt;</strong>: The links to other pages.<br />
<strong>&lt;section&gt;</strong>: A chapter in a book or a section in a chapter or anything that has its own heading.<br />
<strong>&lt;article&gt;</strong>: An independent entry or paragraph in a chapter or blog.<br />
<strong>&lt;footer&gt;</strong>: The footer part of your site or page.<br />
<strong>&lt;blockquote&gt;</strong>: Any block to quote.<br />
<strong>&lt;mark&gt;</strong>: Anything to mark.</p></blockquote>
<p>Oh yeah, I also made some changes to the syntax of my site according to the improved HTML5 syntax, header.php in this case, before proceeding to the semantics. Check the list below for the previous and the current syntax used.</p>
<div class="clear">&nbsp;</div>
<h4>Updating to HTML5 Improved Syntax</h4>
<blockquote class="green-box">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<th class="green">Before</th>
<th class="yellow">Now</th>
</tr>
<tr>
<td>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;</td>
<td><mark>&lt;!DOCTYPE html&gt;</mark></td>
</tr>
<tr>
<td>&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; lang=&#8221;en&#8221; xml:lang=&#8221;en&#8221;&gt;</td>
<td><mark>&lt;html lang=&#8221;en&#8221;&gt;</mark></td>
</tr>
<tr>
<td>&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243;&gt;</td>
<td><mark>&lt;meta charset=&#8221;utf-8&#8243; /&gt;</mark></td>
</tr>
<tr>
<td>&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;style.css&#8221; type=&#8221;text/css&#8221; /&gt;</td>
<td><mark>&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;style.css&#8221; /&gt;</mark></td>
</tr>
</tbody>
</table>
</blockquote>
<div class="clear">&nbsp;</div>
<h4>Applying New Semantic Elements</h4>
<p>I am using WordPress for my site and like usual themes, I have a general header, menu, content, sidebar and footer in the design which I had defined in as &lt;div id=&#8221;header&#8221;&gt;, &lt;div id=&#8221;nav&#8221;&gt;, &lt;div id=&#8221;content&#8221;&gt;, &lt;div id=&#8221;sidebar&#8221;&gt;and &lt;div id=&#8221;footer&#8221;&gt; previously. I started with :-</p>
<ol>
<li>Replacing those generalized divs with the new semantic elements listed below.</li>
<li>Replacing everywhere I found the post been called (&lt;div id=&#8221;post&#8221;&gt;), to (&lt;article id=&#8221;post&#8221;&gt;)</li>
<li>Removing the default &lt;div id=&#8221;container&#8221;&gt; completely from everywhere.</li>
<li>Using <mark>&lt;blockquote&gt;</mark> for highlighted blocks and <mark>&lt;mark&gt;</mark> to mark stuff.</li>
</ol>
<blockquote class="green-box">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<th class="green">Before</th>
<th class="yellow">Now</th>
</tr>
<tr>
<td>&lt;div id=&#8221;header&#8221;&gt;</td>
<td><mark>&lt;header&gt;</mark></td>
</tr>
<tr>
<td>&lt;div id=&#8221;nav&#8221;&gt;</td>
<td><mark>&lt;nav&gt;</mark></td>
</tr>
<tr>
<td>&lt;div id=&#8221;content&#8221;&gt;</td>
<td><mark>&lt;section&gt;</mark></td>
</tr>
<tr>
<td>&lt;div id=&#8221;post&#8221;&gt;</td>
<td><mark>&lt;article&gt;</mark></td>
</tr>
<tr>
<td>&lt;div id=&#8221;sidebar&#8221;&gt;</td>
<td><mark>&lt;aside&gt;</mark></td>
</tr>
<tr>
<td>&lt;div id=&#8221;footer&#8221;&gt;</td>
<td><mark>&lt;footer&gt;</mark></td>
</tr>
</tbody>
</table>
</blockquote>
<div class="clear">&nbsp;</div>
<h4>Code view of the pages with sidebar and the visual example.</h4>
<blockquote class="green-box">
<div class="alignleft">
&lt;body&gt;<br />
&lt;wrapper&gt;<br />
&lt;main&gt;<br />
<mark>&lt;header&gt;<br />
&lt;img src=”logo.gif”&gt;<mark class="red">&lt;nav&gt;&lt;/nav&gt;</mark>&nbsp;&nbsp;<br />
&lt;/header&gt;</mark><br />
<mark class="green">&lt;section&gt;<br />
&lt;article&gt;&lt;/article&gt;<br />
&lt;/section&gt;</mark><br />
<mark>&lt;aside&gt;&lt;/aside&gt;</mark><br />
<mark class="yellow">&lt;footer&gt;&lt;/footer&gt;</mark><br />
&lt;/main&gt;<br />
&lt;/wrapper&gt;<br />
&lt;/body&gt;</div>
<div class="alignright">
<img src="http://fictivedesigns.com/blog/wp-content/themes/twentyten/images/post1.jpg" alt="fictivedesigns" />
</div>
<div class="clear">&nbsp;</div>
</blockquote>
<h4>Code view of the static pages without sidebar and the visual example.</h4>
<blockquote class="green-box">
<div class="alignleft">
&lt;body&gt;<br />
&lt;wrapper&gt;<br />
&lt;main&gt;<br />
<mark>&lt;header&gt;<br />
&lt;img src=”logo.gif”&gt;<mark class="red">&lt;nav&gt;&lt;/nav&gt;</mark>&nbsp;&nbsp;<br />
&lt;/header&gt;</mark><br />
<mark class="green">&lt;article&gt;&lt;/article&gt;</mark><br />
<mark>&lt;footer&gt;&lt;/footer&gt;</mark><br />
&lt;/main&gt;<br />
&lt;/wrapper&gt;<br />
&lt;/body&gt;</div>
<div class="alignright">
<img src="http://fictivedesigns.com/blog/wp-content/themes/twentyten/images/post2.jpg" alt="fictivedesigns" />
</div>
<div class="clear">&nbsp;</div>
</blockquote>
<p>The structure need not to be necessarily how i used here, it does depends upon the theme and your design flexibility. You can make use of the new semantics as per the demand of your design so just start playing with these amazing elements I am sure it will prove to be handy as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://fictivedesigns.com/designers-view/structural-lift-with-html5-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add favicon to your site</title>
		<link>http://fictivedesigns.com/designers-view/how-to-add-favicon-to-your-site/</link>
		<comments>http://fictivedesigns.com/designers-view/how-to-add-favicon-to-your-site/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 16:56:58 +0000</pubDate>
		<dc:creator>Heera Tamang</dc:creator>
				<category><![CDATA[Designers View]]></category>

		<guid isPermaLink="false">http://fictivedesigns.com/blog/?p=332</guid>
		<description><![CDATA[What is favicon? Favicon i.e. favorite icon or shortcut icon is an image with .ico extension used to display a more customized appearance to any website or the page in the browser&#8217;s address bar and next to the page&#8217;s name &#8230; <a href="http://fictivedesigns.com/designers-view/how-to-add-favicon-to-your-site/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>What is favicon?</h4>
<p>Favicon i.e. favorite icon or shortcut icon is an image with .ico extension used to display a more customized appearance to any website or the page in the browser&#8217;s address bar and next to the page&#8217;s name in a list of bookmarks. The favicon file is 16&#215;16 pixels in size and contains text or image. As the icon size is so small, there is not much room for creativity but you can use static or animated even transparent png or gif favicons where generally website&#8217;s logo, main name or any graphic is used to stand out of the crowd.</p>
<h4>How to make favicon image?</h4>
<ol>
<li>
<h5>Make your own favicon using Photoshop:</h5>
<blockquote class="green-box"><p>You can make and generate your own favicon by creating 16&#215;16 pixel image and converting it to ico format in Photoshop. You need to download a plug-in for Photoshop where you get the option to straight save the image as .ico extension. Use this link to download and install the plug-in.<br />
<a href="http://www.telegraphics.com.au/sw/#icoformat">http://www.telegraphics.com.au/sw/#icoformat</a>
</p></blockquote>
</li>
<p>(or)</p>
<li>
<h5>Use Online tools available:</h5>
<blockquote class="green-box"><p>
There are many sites or tools online available some of mentioned below which lets you convert the jpg, png or gif images or text to ico format creating a favicon.</p>
<ul>
<li><a href="http://www.htmlkit.com/services/favicon/">http://www.htmlkit.com/services/favicon/</a> &#8211; Upload any image format and convert it to ico format.</li>
<li><a href="http://www.favicon.cc/">http://www.favicon.cc/</a>- Convert any image or animated gif to ico format.</li>
<li><a href="http://antifavicon.com/">http://antifavicon.com/</a> &#8211; Convert text to ico format.</li>
<li><a href="http://converticon.com/">http://converticon.com/</a> &#8211; Convert any image to ico format.</li>
</ul>
</blockquote>
</li>
</ol>
<h4>How to apply favicon to your page?</h4>
<ol>
<li>Rename the image generated as favicon.ico and Place it to the root of your website.</li>
<li>Copy and paste this link to the &lt;head&gt; section of your page defining the location of your favicon (root in this case)</li>
</ol>
<blockquote class="green-box"><p>
<mark>&lt;link rel=&#8221;shortcut icon&#8221; href=&#8221;/favicon.ico&#8221; /&gt;</mark></p></blockquote>
<p>Note: You can also use PNG or GIF formats for your favicon and you can have a different location too but ICO is a standard format  and root is the standard location accepted by all the browsers.</p>
]]></content:encoded>
			<wfw:commentRss>http://fictivedesigns.com/designers-view/how-to-add-favicon-to-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook like button on my posts</title>
		<link>http://fictivedesigns.com/designers-view/facebook-like-button-on-my-posts/</link>
		<comments>http://fictivedesigns.com/designers-view/facebook-like-button-on-my-posts/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 01:49:39 +0000</pubDate>
		<dc:creator>Heera Tamang</dc:creator>
				<category><![CDATA[Designers View]]></category>

		<guid isPermaLink="false">http://fictivedesigns.com/blog/?p=278</guid>
		<description><![CDATA[Wanted to test placing facebook like button on my blog, just breaking down the steps how i added it to my posts. How to Put Facebook Like Button On WordPress Blog posts Open the single.php from wp-content/themes Then find the &#8230; <a href="http://fictivedesigns.com/designers-view/facebook-like-button-on-my-posts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wanted to test placing facebook like button on my blog, just breaking down the steps how i added it to my posts.</p>
<p><strong>How to Put Facebook Like Button On WordPress Blog posts</strong></p>
<ol>
<li>Open the single.php from wp-content/themes</li>
<li>Then find the lines where the post loop is running, it differs from theme to theme.</li>
<li>I found the &lt;div&gt; containing the post loop for my twentyten theme<br />
<blockquote class="green-box"><p>&lt;div id=&#8221;post-&lt;?php the_ID(); ?&gt;&#8221; &lt;?php post_class(); ?&gt;&gt;<br />
&lt;/div&gt;&lt;!&#8211; #post-## &#8211;&gt;</p></blockquote>
</li>
<li>so i put this code right before the &lt;div&gt; ended containing the post loop.<br />
<blockquote class="green-box"><p>&lt;iframe src=&#8221;http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&#8221; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243; allowTransparency=&#8221;true&#8221; style=&#8221;border:none; overflow:hidden; width:450px; height:60px;&#8221;&gt;&lt;/iframe&gt;</p></blockquote>
</li>
<li>Added the code wherever I wanted the button to appear.</li>
<li>Adjusted the parameters like <strong>show_face=true/false</strong> and <strong>colorscheme=dark/light</strong> depending on preferences.</li>
<li>Saved the template.</li>
</ol>
<p>Here it was, the Facebook Like Button at the bottom of each posts. Done.</p>
]]></content:encoded>
			<wfw:commentRss>http://fictivedesigns.com/designers-view/facebook-like-button-on-my-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Valentines day 2011</title>
		<link>http://fictivedesigns.com/the-possible-perspectives/valentines-day-2011/</link>
		<comments>http://fictivedesigns.com/the-possible-perspectives/valentines-day-2011/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 04:20:50 +0000</pubDate>
		<dc:creator>Heera Tamang</dc:creator>
				<category><![CDATA[The Possible Perspectives]]></category>

		<guid isPermaLink="false">http://fictivedesigns.com/blog/?p=246</guid>
		<description><![CDATA[Nothing more louder than my door bell ring made me take my ass out of the bed today and after long hours of morning coffee, I realized its Valentine’s Day of 2011.. Gosh the time looks like flying. But well, &#8230; <a href="http://fictivedesigns.com/the-possible-perspectives/valentines-day-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nothing more louder than my door bell ring made me take my ass out of the bed today and after long hours of morning coffee, I realized its Valentine’s Day of 2011.. Gosh the time looks like flying. But well, even being not much into these special made days lately I just couldn’t resist myself not to sketch something on my new scrapbook which was laying exactly right angled view on my table. Temptations carried me away with my tools and I ended sketching a heart full of other hearts crunched together as if it is never enough filled for more and more love. But, the hearts were black and I loved it like that plus I had no color box to try something colorful so later I did some photo shopping to enlighten a little bit my fantasy little hearts.</p>
<p><a href="http://fictivedesigns.com/blog/wp-content/uploads/2011/02/hearts3.jpg"><br />
<img title="hearts" src="http://fictivedesigns.com/blog/wp-content/uploads/2011/02/hearts3.jpg" alt="fictivedesigns.com" width="550" height="270" /></a></p>
<p>I guess every day is a love day if you are in love with someone somewhere, so my friends I wish you all a nice and romantic Valentine’s Day if you celebrate this day and still be loving even if you don’t.</p>
]]></content:encoded>
			<wfw:commentRss>http://fictivedesigns.com/the-possible-perspectives/valentines-day-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kangaroo steak special!</title>
		<link>http://fictivedesigns.com/the-possible-perspectives/kangaroo-steak-special/</link>
		<comments>http://fictivedesigns.com/the-possible-perspectives/kangaroo-steak-special/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 16:10:07 +0000</pubDate>
		<dc:creator>Heera Tamang</dc:creator>
				<category><![CDATA[The Possible Perspectives]]></category>

		<guid isPermaLink="false">http://fictivedesigns.com/blog/?p=218</guid>
		<description><![CDATA[Few days passed in a restaurant I was quite surprised to see kangaroo meat on the special’s menu. I couldn’t resist doing some reading about it when I saw it again on TV. Ultimately bumped into some interesting stuff about &#8230; <a href="http://fictivedesigns.com/the-possible-perspectives/kangaroo-steak-special/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Few days passed in a restaurant I was quite surprised to see kangaroo meat on the special’s menu. I couldn’t resist doing some reading about it when I saw it again on TV. Ultimately bumped into some interesting stuff about Kangaroo’s meat and my myth that we do Not eat National animal or at least it’s not legal got busted. It is allowed to eat kangaroo from last 20 years in Australia. A large percent of Kangaroo meat gets exported. The kangaroo has been historically a source of food for indigenous Australians and its meat is very high in protein and low in fat. I wonder how it tastes though? never in my wildest dream i thought to get a chance to eat this cute creature of nature, it was always a dream to get a chance to visit Australia to see them.<br />
Apart from the topic, While looking for an answer, I reached a page with related category questions and I couldn&#8217;t stop laughing to see few, have a look on the highlight&#8230;wahahaha!! Weird to accept the fact that we do have people asking this kinda queries.</p>
<p><img title="kitten" src="http://fictivedesigns.com/blog/wp-content/themes/twentyten/images/kitten.gif" alt="fictivedesigns" width="602" height="199" /></p>
<p>Some fun thoughts came running to my mind while reading about this as chicken is not considered anywhere as of a national value? It is the most consumed and common bird overall the world, religiously non-controversial to cut, cheaper than any other meat and tasty as always, i wish one day The chicken little do get it&#8217;s credit <img src='http://fictivedesigns.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fictivedesigns.com/the-possible-perspectives/kangaroo-steak-special/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making site height 100%</title>
		<link>http://fictivedesigns.com/designers-view/making-site-height-100/</link>
		<comments>http://fictivedesigns.com/designers-view/making-site-height-100/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 02:03:22 +0000</pubDate>
		<dc:creator>Heera Tamang</dc:creator>
				<category><![CDATA[Designers View]]></category>

		<guid isPermaLink="false">http://fictivedesigns.com/blog/?p=207</guid>
		<description><![CDATA[You can make the height of your site 100% using CSS unless you do make &#60;html&#62; 100% high too. Even if you make the &#60;body&#62; height full, it doesn&#8217;t work till you do not make height of the &#60;html&#62; the &#8230; <a href="http://fictivedesigns.com/designers-view/making-site-height-100/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You can make the height of your site 100% using CSS unless you do make &lt;html&gt; 100% high too. Even if you make the &lt;body&gt; height full, it doesn&#8217;t work till you do not make height of the &lt;html&gt; the same. The height of the object must be related to another 100% height and for that it is important to make &lt;body&gt; and &lt;html&gt; tag to 100% height.<br />
Here is the straight formula to make it work.<br />
</p>
<h5>For &lt;div&gt; users</h5>
<ul>
<li>
<blockquote class="green-box">
&lt;style&gt;<br />
body, html { height: 100%; margin: 0; padding: 0; background: #F00; }<br />
#full-height { width: 100%; height: 100%; background: #000; }<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;div id=&#8221;full-height&#8221;&gt;<br />
your contents<br />
&lt;/div&gt;<br />
&lt;/body&gt;
</p></blockquote>
</li>
</ul>
<p></p>
<h5>For &lt;table&gt; users</h5>
<ul>
<li>
<blockquote class="green-box">
&lt;style&gt;<br />
body, html { height: 100%; margin: 0; padding: 0; background: #F00; }<br />
#full-height { width: 100%; height: 100%; background: #000; }<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;table id=&#8221;full-height&#8221;&gt;&lt;tr&gt;&lt;td&gt;<br />
your contents<br />
&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/body&gt;</p></blockquote>
</li>
</ul>
<p>
It worked for my site, hope it helps everyone <img src='http://fictivedesigns.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fictivedesigns.com/designers-view/making-site-height-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show me the money.</title>
		<link>http://fictivedesigns.com/the-possible-perspectives/show-me-the-money/</link>
		<comments>http://fictivedesigns.com/the-possible-perspectives/show-me-the-money/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 00:20:51 +0000</pubDate>
		<dc:creator>Heera Tamang</dc:creator>
				<category><![CDATA[The Possible Perspectives]]></category>

		<guid isPermaLink="false">http://fictivedesigns.com/blog/?p=195</guid>
		<description><![CDATA[I have been significantly thinking on clients asking a quotation upfront of work and wants the designer to estimate the fixed price based on not enough explained project briefs hardly mentioning how much is the efforts they exactly are looking &#8230; <a href="http://fictivedesigns.com/the-possible-perspectives/show-me-the-money/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have been significantly thinking on clients asking a quotation upfront of work and wants the designer to estimate the fixed price based on not enough explained project briefs hardly mentioning how much is the efforts they exactly are looking for us to put, mostly avoiding to tell where their market stands and what is that they can afford. In the end I started googling more and more about it, if it is only my dilemma or every designer&#8217;s nightmare. </p>
<p>&nbsp;</p>
<p>When a client asks a quotation, there is nothing wrong in asking straight what&#8217;s in their mind in terms of money. If you have to serve a client, it’s good to ask how much they can afford before telling or showing the whole stacked line of products if they walk in to your store. Surely It would be an old fashioned store but if it saves you time and energy, why not?<br />
Sometimes after sending quotations, you never hear back and we wonder if we did something wrong? but i realized if you quote something which makes them feel not right and they won&#8217;t come back to even negotiate or to talk may be either<br />
- They are not interested in your work but just for the sake of having options, they asked you.<br />
- They don&#8217;t really need the work right now.<br />
- They wanted something very very cheap but were hesitant to tell you.</p>
<p>&nbsp;</p>
<p>My question is, if I want a quotation to build up my yard, why it would be difficult for me to mention what is it I can afford in the first place avoiding a lot of to and fro play discussions?</p>
<p>&nbsp;</p>
<p>Later in the day, I stumbled on few links and I really liked how david wrote about the same facts of why it is difficult to quote a fixed price on a design work that is completely based on your choice of taste.<br />
You can read more on this link and the discussions, it&#8217;s really amusing facts<br />
<a href="http://www.logodesignlove.com/how-much-does-logo-design-cost">http://www.logodesignlove.com/how-much-does-logo-design-cost</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fictivedesigns.com/the-possible-perspectives/show-me-the-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>here I am &amp; this is me.</title>
		<link>http://fictivedesigns.com/the-possible-perspectives/test/</link>
		<comments>http://fictivedesigns.com/the-possible-perspectives/test/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 14:41:25 +0000</pubDate>
		<dc:creator>Heera Tamang</dc:creator>
				<category><![CDATA[The Possible Perspectives]]></category>

		<guid isPermaLink="false">http://fictivedesigns.com/blog/?p=19</guid>
		<description><![CDATA[The work almost dead for ages is finally alive and I am quite content with the restart of my blog this year along with renovation of the site. I hope to get more time so that at least i can &#8230; <a href="http://fictivedesigns.com/the-possible-perspectives/test/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The work almost dead for ages is finally alive and I am quite content with the restart of my blog this year along with renovation of the site. I hope to get more time so that at least i can work on my writing skills online if not on paper and make worth most of the time I am not doing much writing, sharing my perspective of possibly everything.</p>
]]></content:encoded>
			<wfw:commentRss>http://fictivedesigns.com/the-possible-perspectives/test/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

