<?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>v-render</title>
	<atom:link href="http://www.v-render.co.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.v-render.co.in</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 26 Feb 2010 12:21:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using css3 @font-face</title>
		<link>http://www.v-render.co.in/2010/02/24/using-css3-font-face-property/</link>
		<comments>http://www.v-render.co.in/2010/02/24/using-css3-font-face-property/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 04:32:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[freebies]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.v-render.co.in/?p=581</guid>
		<description><![CDATA[
This tag offers freedom to choose font. Designers specially will find this tag more encouraging as they don&#8217;t have to bound their designs in few web font families.
So, Over all as a designer and front-end developer, I was pretty excited to give a try to it.  But was lost in a misconceptions that it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.v-render.co.in/wp-content/uploads/2010/02/font-face.png" rel="lightbox[581]"><img class="alignnone size-full wp-image-613" title="font-face" src="http://www.v-render.co.in/wp-content/uploads/2010/02/font-face.png" alt="" width="630" height="215" /></a></p>
<p>This tag offers freedom to choose font. Designers specially will find this tag more encouraging as they don&#8217;t have to bound their designs in few web font families.</p>
<p>So, Over all as a designer and front-end developer, I was pretty excited to give a try to it.  But was lost in a misconceptions that it may not be supported by big devil &#8220;IE&#8221; and other many browsers, but I was wrong. It has separate method to do it for IE  &amp; actually IE supports this font embedding from its version 4. That was shocking news for me!, [found myself a bit guilty for blaming IE for everything. <img src='http://www.v-render.co.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ]</p>
<h4>History</h4>
<p>This tag was introduced in CSS2 but was supported in  .eot format only by Internet Explorer &amp; Netscape Navigator. But In  CSS 2.1 It was removed. Which is current version of more than 90%  websites. Now its being again introduced in CSS3 version but in new and  simple way. Thats what we are going to discuss here.<br />
This tag of CSS3 is now supported by</p>
<ul class="inlineList">
<li class="ie sp">IE4+,</li>
<li class="safari sp"> Safari 3.1+,</li>
<li class="opera sp">Opera 10+,</li>
<li class="ff sp">Firefox 3.5+</li>
<li class="chrome sp"> Chrome 3.0 Beta.</li>
</ul>
<p>So, This overall says that If you are computer literate or at least have installed latest browser on your system then you are ready for font freedom.</p>
<hr />
<h3 class="btnLink"><a class="btnLink sp" href="http://www.v-render.co.in/demo" target="_blank">Live Example</a></h3>
<hr />
<h3>So what is actual funda ? This is what I understood from my effort</h3>
<ol>
<li>Your web page is normal XHTML or Html which is beautified with CSS file.</li>
<li>In this CSS file, We create a font family which contains fonts those are non-web fonts. Means those fonts which are not so popular or not system default fonts like arial, helvetica, verdana.</li>
<li>We keep one TTF [ True Type Font ] file in web folder and call it as per requirement. So when ever web page calls for the font, first browser looks for that font on visitor&#8217;s system, if it exists it calls that font in web page. If its not installed, your font file gets downloaded in cache and it gets rendered on web page by browser.</li>
<li>Internet explorer doesn&#8217;t support TTF files for this tag, But not to worry as it supports .EOT format [Embeddable Open Type]</li>
<li>There are also support for woff, svg, otf file formats.</li>
</ol>
<h3>What do we need for this.</h3>
<ul class="tick">
<li>A font file in .ttf format which is licensed for @font-face tag. There are many great and free fonts on internet. I would suggest <strong>font squirrel</strong> as they have clear license declaration under each font.</li>
<li>A embeddable font file in .eot which can be created online from desired .ttf file. font squirrel also supports conversion too if they do not have your desired font.</li>
<li>A web page index.html with dummy text in it and a blank style.css  file.</li>
</ul>
<h3>Lets get started !</h3>
<p>First I created index.html file in project folder. I also created two folders called css &amp; fonts to keep  files organized.<br />
So structure is</p>
<ul>
<li>project
<ul>
<li>css &gt; style.css</li>
<li>fonts &gt; font files.</li>
</ul>
</li>
</ul>
<p>Copy paste following code in your html file.</p>
<pre class="brush: xml;">
&lt;body&gt;
&lt;div style=&quot;width:500px; margin:2% auto;&quot;&gt;
&lt;h1&gt;Test of @font-face tag in CSS3 &lt;/h1&gt;
&lt;p&gt;Praesent pellentesque malesuada massa ac pharetra. Integer ultricies est et nibh rhoncus aliquam nec in dui. Praesent a egestas lectus. Maecenas ut enim lacus. Proin nec enim arcu. Curabitur ut sapien eu velit venenatis molestie quis et dolor. In elementum tempor tellus quis tempor. Fusce suscipit placerat velit, vel aliquam arcu porta a? Fusce venenatis neque id diam tempor accumsan? Fusce condimentum eros vitae ligula tristique dapibus. &lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;
</pre>
<p>Here is code used in style.css file located in css folder</p>
<pre class="brush: css;">
@font-face {
 font-family: 'PT Sans Narrow';
 src: url('../fonts/PT_Sans_Narrow_Bold.eot');
 src: local('PTSans NarrowBold'), local('PT Sans Narrow'), url('../fonts/PT_Sans_Narrow_Bold.ttf') format('truetype');
}
* {
	padding:0;
	margin:0;
	line-height:100.01%;
}
body {
	background:#fff;
	font-family:'PT Sans Narrow', 'arial', sans-serif;
	color:#666;
	font-size:101.1%;
}
h1 {
	font:1.6em 'PT Sans Narrow', sans-serif;
	color:#CE5013;
	font-weight:bold;
}
p {
	font: 1em'PT Sans Narrow';
	color:#333;
	line-height:1.5em;
}
</pre>
<h3>Download <a href="http://www.fontsquirrel.com/fonts/PT-Sans" target="_blank">@font-face kit</a> used in this example.</h3>
<blockquote>
<h3>So what @font-face code is doing here?</h3>
<p>As you can easily understand <strong>@font-face</strong> relates to type face of font. Its declaring own font family in first line.  src is locating  .eot or .ttf  file  to browser. Before ttf file there are local strings or values which are indicating browser to find the alternatives installed on visitor&#8217;s system by providing other possible names of the same font.</p></blockquote>
<h4>Now, in css just call font name in font property and add style to it. Done !</h4>
<div class="c50">
<h3>Pros:</h3>
<ul class="positive">
<li>Gives you to choose font you want.</li>
<li>Design friendly rendering of page in less code</li>
<li>Many browsers supported, Even IE4.</li>
<li>Very lite to load, No flash, php or js methods required for font replacements</li>
<li>If visitors browser is not supported for css3 it uses default other system fonts and shows content.</li>
</ul>
</div>
<div class="c50">
<h3>Cons :</h3>
<ul class="negetive">
<li>Great risk of font piracy, So clear license for use is advised when using commercial, creative commons or free fonts in projects.</li>
<li>Adds a bit delay while loading a page. Also shows system font first then desired font.</li>
<li>Font rendering quality differs from browser to browsers. As anti aliasing techniques of each browser are different. Ultimately affects design.</li>
<li>Renders blocks in IE when there is script called before @font-face tag.</li>
</ul>
</div>
<hr class="clear" />
<div class="c50">
<h3>References :</h3>
<ul>
<li><a href="http://www.slideshare.net/yvg/css-fontface-personalized-fonts" target="_blank">css-fontface-personalized-fonts slide show</a></li>
<li><a href="http://www.alistapart.com/articles/cssatten" target="_blank">http://www.alistapart.com/articles/cssatten</a></li>
<li><a href="http://www.slideshare.net/yvg/css-fontface-personalized-fonts" target="_blank">http://dev.w3.org/csswg/css3-fonts/</a></li>
</ul>
</div>
<div class="c50">
<h3>Resources :</h3>
<ul>
<li><a href="http://www.fontsquirrel.com/fonts/PT-Sans" target="_blank">http://www.fontsquirrel.com/fonts/PT-Sans</a></li>
<li><a href="http://www.fontsquirrel.com/fontface/generator">http://www.fontsquirrel.com/fontface/generator</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.v-render.co.in/2010/02/24/using-css3-font-face-property/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New icons set for Samvidnyan.</title>
		<link>http://www.v-render.co.in/2009/12/20/new-icons-set-for-samvidnyan/</link>
		<comments>http://www.v-render.co.in/2009/12/20/new-icons-set-for-samvidnyan/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 03:59:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Icons]]></category>

		<guid isPermaLink="false">http://v-render.co.in/?p=473</guid>
		<description><![CDATA[Recently We designed Icon set for our client company Samvidnyan Computers]]></description>
			<content:encoded><![CDATA[<h4>Recently we designed Icon set for our client company Samvidnyan Computers.</h4>
<p>Samvidnyan emailed us their requirement of icon set which was going to be used in a software. The software which was planned for teachers and school staff to help them managing School time table. As it was related to school &amp; educational field, We were excited to do work in this project.</p>
<p>In creative brief client clearly mentioned that</p>
<blockquote><p>&#8221; We need to design an icon set that will be used in our windows based software. We are targeting a user class which is not expert in windows operations &amp; does&#8217;nt need to be. So what we need is to have simple interface with bold and clear icons which are also windows native icons. &#8220;</p></blockquote>
<p>They also added work flow of user &amp; software while processing, So that we can suggest them where they may require extra icons to improve interface.</p>
<p>We started with few sketches and concepts of roles like principal, teachers, school, classrooms. Here are some of sketches.</p>
<p><img class="stick-left size-full wp-image-484" title="01" src="http://www.v-render.co.in/wp-content/uploads/2009/12/01.jpg" alt="" width="700" height="398" /></p>
<p><img class="stick-left size-full wp-image-485" title="02" src="http://www.v-render.co.in/wp-content/uploads/2009/12/02.jpg" alt="" width="700" height="398" /></p>
<p>Then we started working in Illustrator. We gave few revisions on icons to client and finalized all them.</p>
<p><img class="stick-left size-full wp-image-486" title="03" src="http://www.v-render.co.in/wp-content/uploads/2009/12/03.jpg" alt="" width="700" height="398" /></p>
<p>We provided them total 12 icons for the software. Plus an icon for installation. Here are few Examples from Final Icons.</p>
<p><img class="stick-left size-full wp-image-489" title="icons-final" src="http://www.v-render.co.in/wp-content/uploads/2009/12/icons-final.gif" alt="" width="755" height="609" /></p>
<p>All icons are copyrighted for Samvidnyan Computer Systems, India.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.v-render.co.in/2009/12/20/new-icons-set-for-samvidnyan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mystic Valley</title>
		<link>http://www.v-render.co.in/2009/10/13/mystic-valley/</link>
		<comments>http://www.v-render.co.in/2009/10/13/mystic-valley/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 22:21:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://v-render.co.in/?p=428</guid>
		<description><![CDATA[A logo which reflects their project's aim, It reflects nature, environment, resort feel. It was also bound to include various nature elements with simple design form.]]></description>
			<content:encoded><![CDATA[<div>
<h4>Logo design process</h4>
<p>Clients requirements : A logo which reflects nature, environment, resort feel. It was also bound to include various nature elements with simple design form. They needed this mostly for website purpose but it should not be that complicated for printing also.</p>
<p>We started doodling with few simple concepts like trees, landscapes, mountains explored some ideas about mystic valley. The mystic forced us to get another concept too</p>
<p><br class="spacer_" /><br />
<div class='postTabs_divs postTabs_curr_div' id='postTabs_0_428'>
<span class='postTabs_titles'><b>SKETCH - 01</b></span></p>
<p><a href="http://v-render.co.in/wp-content/uploads/2009/10/IMG_6631.JPG" rel="lightbox[428]"><img class="stick-left  size-full wp-image-452" title="IMG_6631" src="http://v-render.co.in/wp-content/uploads/2009/10/IMG_6631.JPG" alt="IMG_6631" width="640" height="480" /></a></p>
<p></div>

<div class='postTabs_divs' id='postTabs_1_428'>
<span class='postTabs_titles'><b>SKETCH - 02</b></span></p>
<p><a href="http://v-render.co.in/wp-content/uploads/2009/10/IMG_6632.JPG" rel="lightbox[428]"><img class="stick-left  size-full wp-image-453" title="IMG_6632" src="http://v-render.co.in/wp-content/uploads/2009/10/IMG_6632.JPG" alt="IMG_6632" width="640" height="480" /></a></p>
<p></div>

<div class='postTabs_divs' id='postTabs_2_428'>
<span class='postTabs_titles'><b>FINAL - 03</b></span></p>
<p><a href="http://v-render.co.in/wp-content/uploads/2009/10/mystic-sketches-01.jpg" rel="lightbox[428]"><img class="stick-left size-full wp-image-457" title="mystic-sketches-01" src="http://v-render.co.in/wp-content/uploads/2009/10/mystic-sketches-01.jpg" alt="mystic-sketches-01" width="711" height="355" /></a></p>
<hr class="clear" />
<h3>but finally client asked very simple yet illustrative logo. So they selected our last concept.</h3>
<p></div>

<div class='postTabs_divs' id='postTabs_3_428'>
<span class='postTabs_titles'><b>DIGITAL VERSION</b></span></p>
<p><a href="http://www.v-render.co.in/wp-content/uploads/2009/11/logo-works.jpg" rel="lightbox[428]"><img class="stick-left size-full wp-image-460" title="logo-works" src="http://www.v-render.co.in/wp-content/uploads/2009/11/logo-works.jpg" alt="logo-works" width="640" height="441" /></a></p>
<hr class="clear" />
<h3>Then we started working in illustrator, sent some compositions of same concept.</h3>
<p></div>

</p>
<hr class="clear" />then we finalized look and feel of logo. Here is the final logo with there web banner.<a href="http://www.v-render.co.in/wp-content/uploads/2009/11/mysticvalley-logo.jpg" rel="lightbox[428]"><img class="alignleft size-full wp-image-461" title="mysticvalley-logo" src="http://www.v-render.co.in/wp-content/uploads/2009/11/mysticvalley-logo.jpg" alt="mysticvalley-logo" width="640" height="187" /></a></p>
<hr class="clear" />we also provided web design service to them. Please <a href="http://www.mysticvalley.co.in/">visit website</a><br />
here are some snapshots from website. It also changes environment around website as per your time zone.<br />
<hr class="clear" /><a href="http://v-render.co.in/wp-content/uploads/2009/10/web2.jpg" rel="lightbox[428]"><img class="alignleft size-full wp-image-462" title="web2" src="http://v-render.co.in/wp-content/uploads/2009/10/web2.jpg" alt="web2" width="702" height="441" /></a><br />
<hr class="clear" /><a href="http://v-render.co.in/wp-content/uploads/2009/10/website1.jpg" rel="lightbox[428]"><img class="alignleft size-full wp-image-464" title="website" src="http://v-render.co.in/wp-content/uploads/2009/10/website1.jpg" alt="website" width="640" height="402" /></a><br />
<hr class="clear" />
<a href="http://www.mysticvalley.co.in" target="_blank" class="btnLink sp"> Visit Website </a><br/><br />
This is our first experience with this client and it was great! on time feedback. clear intentions behind project and complete information about project was given to us. Your comments and critiques are welcome.</div>
<script type='text/javascript'>jQuery(document).ready(function() { if(postTabs_getCookie('postTabs_428')) postTabs_show(postTabs_getCookie('postTabs_428'),428); });</script>]]></content:encoded>
			<wfw:commentRss>http://www.v-render.co.in/2009/10/13/mystic-valley/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Choco tea..</title>
		<link>http://www.v-render.co.in/2009/08/24/choco-tea/</link>
		<comments>http://www.v-render.co.in/2009/08/24/choco-tea/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 13:31:06 +0000</pubDate>
		<dc:creator>v-render</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://v-render.co.in/?p=307</guid>
		<description><![CDATA[
Created this work created for fun. Feel free to use this as wallpaper. Download it from here !
Total work flow was really fun process.  Comments and critiques are welcome !
]]></description>
			<content:encoded><![CDATA[<p><img class="imgDec size-medium wp-image-306" title="choco tea-cup" src="http://v-render.co.in/wp-content/uploads/2009/08/tea-cup-1200x900-300x225.jpg" alt="tea-cup-1200x900" width="300" height="225" /></p>
<p>Created this work created for fun. Feel free to use this as wallpaper. <a href="http://veeroo18.deviantart.com/art/choco-tea-134559774" target="_blank">Download it from here !</a><br />
Total work flow was really fun process.  Comments and critiques are welcome !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.v-render.co.in/2009/08/24/choco-tea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 fantastic firefox plugins</title>
		<link>http://www.v-render.co.in/2009/05/18/5-fantastic-firefox-plugins-you-must-try/</link>
		<comments>http://www.v-render.co.in/2009/05/18/5-fantastic-firefox-plugins-you-must-try/#comments</comments>
		<pubDate>Mon, 18 May 2009 09:51:15 +0000</pubDate>
		<dc:creator>v-render</dc:creator>
				<category><![CDATA[freebies]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://v-render.co.in/?p=264</guid>
		<description><![CDATA[Firefox is being more and more popular in India  due to its speed and extentions or plugins.]]></description>
			<content:encoded><![CDATA[<p>Firefox is being more and more popular in India  due to its speed and extentions or plugins. Firefox it self and these helpful plugins make our internet experience more comfirtable and easy. I was just going through plugins section and was wondering about any new facilities those I don&#8217;t know yet.  These are really fantastic plugins for firefox 3.</p>
<p><a href="http://www.v-render.co.in/wp-content/uploads/2009/05/splitwindow02.png" rel="lightbox[264]"><img class="size-thumbnail wp-image-276 imgDec" title="splitwindow02" src="http://v-render.co.in/wp-content/uploads/2009/05/splitwindow02-150x150.png" alt="splitwindow02" width="150" height="150" /></a></p>
<h3>Split browser</h3>
<p>This plugin helps to separate browser tabs in to separate frames in same firefox window. easy management of windows and flexible layout are its main features</p>
<p><a class="btnLink sp" href="https://addons.mozilla.org/en-US/firefox/addon/4287" target="_blank">get it here</a></p>
<p><span id="more-264"></span></p>
<hr class="clear" /><a href="http://www.v-render.co.in/wp-content/uploads/2009/05/1238452699.png" rel="lightbox[264]"><img class="imgDec alignleft size-thumbnail wp-image-279" title="1238452699" src="http://v-render.co.in/wp-content/uploads/2009/05/1238452699-150x150.png" alt="1238452699" width="150" height="150" /></a></p>
<h3>Personas for firefox</h3>
<p>Are you bored with themes come on firefox theme section? or want to create them with your own photos? Then you just need this plugin. This concept is based on our day to day life. Just like we change our costume, you can change your browsers look and feel.</p>
<p>You have to just go on <a class="btnLink sp" href="http://www.getpersonas.com/" target="_blank">getpersonas.com</a> and wear your personas !</p>
<hr class="clear" /><a href="http://www.v-render.co.in/wp-content/uploads/2009/05/1226262144.png" rel="lightbox[264]"><img class="alignleft imgDec size-thumbnail wp-image-281" title="1226262144" src="http://v-render.co.in/wp-content/uploads/2009/05/1226262144-150x150.png" alt="1226262144" width="150" height="150" /></a></p>
<h3>Fox tab</h3>
<p>This plugins changes the way you navigate through tabs in firefox. You get different transition modes to choose from. you get sleek interface to interact and you can easily see tabs with live updates.</p>
<p><a class="btnLink sp" href="https://addons.mozilla.org/en-US/firefox/addon/8879" target="_blank">get it here</a></p>
<hr class="clear" /><a href="http://www.v-render.co.in/wp-content/uploads/2009/05/1214593657.png" rel="lightbox[264]"><img class="alignleft imgDec size-thumbnail wp-image-282" title="1214593657" src="http://v-render.co.in/wp-content/uploads/2009/05/1214593657-150x150.png" alt="1214593657" width="150" height="150" /></a></p>
<h3>Testgen4web</h3>
<p>What if you get an assistant that repeats your firefox actions? Yes you can have one. This script is just incredible. When you record any action you performed in window. It gets recorded like macros and you can use it repeatedly many times. Usefull for form fill ups and other repeating works !</p>
<p><a class="btnLink sp" href="https://addons.mozilla.org/en-US/firefox/addon/1385" target="_blank">get it here</a></p>
<hr class="clear" /><a href="http://www.v-render.co.in/wp-content/uploads/2009/05/zemanta-post.png" rel="lightbox[264]"><img class="alignleft imgDec size-thumbnail wp-image-283" title="zemanta-post" src="http://v-render.co.in/wp-content/uploads/2009/05/zemanta-post-150x150.png" alt="zemanta-post" width="150" height="150" /></a></p>
<h3>Scribefire</h3>
<p>If you are blog writer and do offtenly blogging then you need this plugin. Its interface contains very rich text tool set + tabbed notes and save to draft utilites. You can configure blogs as many and you can monetize your blog or share it on internet.</p>
<p><a class="btnLink sp" href="https://addons.mozilla.org/en-US/firefox/addon/1730" target="_blank">get it here</a></p>
<p>These are some of  my personal favorites. These are different and cool. Which plugins do you like ? do mention in comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.v-render.co.in/2009/05/18/5-fantastic-firefox-plugins-you-must-try/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Color studies</title>
		<link>http://www.v-render.co.in/2009/04/12/color-studies/</link>
		<comments>http://www.v-render.co.in/2009/04/12/color-studies/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 18:36:53 +0000</pubDate>
		<dc:creator>v-render</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[paintings]]></category>

		<guid isPermaLink="false">http://v-render.co.in/?p=222</guid>
		<description><![CDATA[color studies from references]]></description>
			<content:encoded><![CDATA[<p>As an assignment I am copying some reference images found on internet to study their compose, lighting and color schemes . I am having great fun with my wacom tablet. just want to share this with you. please let me know how do you feel.</p>
<p><a href="http://www.v-render.co.in/wp-content/uploads/2009/04/2012.jpg" rel="lightbox[222]"><img class="alignleft size-medium wp-image-223" title="2012" src="http://v-render.co.in/wp-content/uploads/2009/04/2012-300x187.jpg" alt="2012" width="217" height="137" /></a><a href="http://www.v-render.co.in/wp-content/uploads/2009/04/chatwithbro.jpg" rel="lightbox[222]"><img class="alignleft size-medium wp-image-224" title="chatwithbro" src="http://v-render.co.in/wp-content/uploads/2009/04/chatwithbro-300x204.jpg" alt="chatwithbro" width="205" height="141" /></a><a href="http://www.v-render.co.in/wp-content/uploads/2009/04/oldhouse-final.jpg" rel="lightbox[222]"><img class="alignleft size-medium wp-image-225" title="oldhouse-final" src="http://v-render.co.in/wp-content/uploads/2009/04/oldhouse-final-300x187.jpg" alt="oldhouse-final" width="223" height="143" /></a></p>
<p><br style="clear: left;" /></p>
<p><img src="http://v-render.co.in/wp-content/uploads/2009/04/2012-150x150.jpg" alt="" title="2012" width="150" height="150" class="alignleft size-thumbnail wp-image-223" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.v-render.co.in/2009/04/12/color-studies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Web-based image editors</title>
		<link>http://www.v-render.co.in/2009/03/20/5-web-based-image-editors/</link>
		<comments>http://www.v-render.co.in/2009/03/20/5-web-based-image-editors/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 20:33:55 +0000</pubDate>
		<dc:creator>v-render</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://v-render.co.in/blog/?p=105</guid>
		<description><![CDATA[need of any web based editor?]]></description>
			<content:encoded><![CDATA[<h3>Photoshop, GIMP, Paint.net, Corel Painter, Paintshop pro ..,  there are so many other desktop based image editing soft wares, which offer many facilities on click, then is there need of any web based editor?</h3>
<p>The answer would be yes or no .. I say why not ? If someone can&#8217;t afford photoshop, or doesn&#8217;t want to learn these softwares or doesn&#8217;t know how to install them ? then these web based software would be helping hand to them. There are some benifits of these softwares such as</p>
<ul class="list01">
<li> No Installation.</li>
<li>Editing with quick simple facilities</li>
<li>Save your work in common formats like jpg or gif or png. so they can be opened everywhere.</li>
<li>They are flash based which is [95% ] os independant. so it opens on any computer whether its mac or pc or else. <img src='http://www.v-render.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>they are introducing new concepts those may cause for our much better future .</li>
</ul>
<p>To start with -</p>
<h3><a href="http://sumopaint.com/">SUMO PAINT :</a></h3>
<p><img class="left-float imgDec size-medium wp-image-106" title="sumo-1" src="http://v-render.co.in/wp-content/uploads/2009/03/sumo-1-300x141.jpg" alt="sumo-1" width="300" height="141" /></p>
<p>one of my friend told me about sumo paint. great features, lite weight, fully flash copy of photoshop. so easier to use and fast.</p>
<ol class="list02">
<li>Sumo paint gives <span style="text-decoration: line-through;">80%</span> 95% feel of photoshop and its utilities are just the same as in photoshop.</li>
<li> Dry brushes, soft air brushes, smudge tool, blur sharp tools, stamp tool ..  are included in toolbox.</li>
<li>Plus they have added some shape tools and drawing tools like arc and bulky star tool. My favorite tool is symetry tool in which you can draw multiple threads in one stroke with symmetry. [must try it]</li>
<li>multiple image editing windows, blending modes, layers support with layer styles, free hand selection and other selection tool set with support of feather, navigator, swatches, color, gradient palletes are same as in photoshop. but still its not photoshop ..</li>
</ol>
<p>After this I started searching more in this catagory. I found Pixer.us, Aviary, Splashup, piknik and many more.</p>
<h3><a href="http://www.Pixer.us ">Pixer.us : </a></h3>
<p><a href="http://www.v-render.co.in/wp-content/uploads/2009/03/pixer.jpg"><img class="left-float  imgDec size-medium wp-image-109" title="pixer" src="http://v-render.co.in/wp-content/uploads/2009/03/pixer-300x141.jpg" alt="pixer" width="300" height="141" /></p>
<p></a></p>
<p>Non flash Software. At first look I found its interface very very boring. But simplicity of this software is its main feature.</p>
<p>Really no nead to know about software and functions and all. Just choose your options,  move some sliders,  watch preview and click apply. save your file .. it is that simple. I was faculty in some institutes for 2 years . .. I know really how it is dificult to teach concepts like hue saturation or level control or filters and effects to root user who is computer illiterate or not frequent user. This facility is really good for them</p>
<p>This is just plain photo manupulating tool no drawing !</p>
<h3><a href="http://www.splashup.com/">Splashup :</a></h3>
<p><img class="left-float imgDec  size-medium wp-image-111" title="splashup" src="http://v-render.co.in/wp-content/uploads/2009/03/splashup-300x141.jpg" alt="splashup" width="300" height="141" /></p>
<p>One thing on start you will say &#8230; sleek interface ! Its adobe air based software very lite and fast. [i guess // please correct if wrong ].  This facility has few similar features as compaired to sumo paint but one unique feature too. In this software,  you can edit your online photos from picasa, flickr, photobucket or your own domain. You have to just sign in from open dialogbox and you choose your photo or image or just browse from pc.</p>
<ol class="list02">
<li>open file wizard has many tabbed options to open images. you need to register for free account on splashup to open any online image from image hosting service like picasa or flickr or photobucket.</li>
<li>It also supports to take picture from web cam and then use it for editing.</li>
<li>Gradient tool editor is nice feature of this software</li>
<li>Layers with layer styles are just working great !</li>
<li>brush set are enough good but do not satisfy advance users.</li>
<li>basic tool box and filters</li>
</ol>
<h3><a href="http://www.pixlr.com/app/">Pixlr</a></h3>
<p><img class="left-float  imgDec size-medium wp-image-112" title="pixlr" src="http://v-render.co.in/wp-content/uploads/2009/03/pixlr-300x141.jpg" alt="pixlr" width="300" height="141" /></p>
<p>Similer to sumo paint. Advance tool box with no shape tools. looks like almost similar to photoshop 7 and works really smooth.</p>
<ol class="list02">
<li>toolset is fast and good, except crop and smudge tool. crop tool directly crops image no preview of crop image and smudge tool makes it bit heavy and slows down performance,</li>
<li>It has many language support</li>
<li>and similar software features to above softwares.</li>
</ol>
<h3><a href="http://aviary.com/tools/phoenix#">Aviary- Phoenix</a></h3>
<p><img class="left-float  imgDec size-medium wp-image-113" title="aviary" src="http://v-render.co.in/wp-content/uploads/2009/03/aviary-300x141.jpg" alt="aviary" width="300" height="141" /></p>
<p>most futuristic interface ever. it has many differences as compaired to above tools. very unique and stable.</p>
<ol class="list02">
<li>rulars with guieds</li>
<li>tool settings appear when you click on tool, nested tools are easy to access.</li>
<li>takes lil bit time to load but results are superb.</li>
<li>total worth to try software. may say future of image editing tools is gona look like this..</li>
<li>bad is you need to sign up for saving your image .. but print screen + copypaste in paint does the job ! <img src='http://www.v-render.co.in/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ol>
<p>I just had start with sumo paint, editor which had large set of features compaired to others so i just tried to mention most uncommon feature of them. There are many others too like photoshop express from adobe, pikipimp, picnik .. try them out ..</p>
<p>tell me which one did you liked most !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.v-render.co.in/2009/03/20/5-web-based-image-editors/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Photoshop Actions</title>
		<link>http://www.v-render.co.in/2009/03/04/photoshop-actions/</link>
		<comments>http://www.v-render.co.in/2009/03/04/photoshop-actions/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 19:12:02 +0000</pubDate>
		<dc:creator>v-render</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://v-render.co.in/blog/?p=63</guid>
		<description><![CDATA[Here are some photoshop actions I created for fun. I would like to share them with you.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-64" title="actions" src="http://www.v-render.co.in/wp-content/uploads/2009/03/actions.gif" alt="actions" width="400" height="227" /></p>
<p><br class="spacer_" style="clear: left;" /></p>
<p>Here are some photoshop actions I created for fun. I would like to share them with you.  Hope you like them. All are tested in photoshop cs3 and cs4.<br />
<span id="more-63"></span></p>
<p><a class="btnLink sp" href="http://v-render.co.in/blog/wp-content/uploads/2009/03/actions.atn">Download actions.atn</a></p>
<p>Go to actions pannel<br />
In actions pannel menu click on load actions.</p>
<ul class="tick">
<li>Locate downloaded action file. It will add 4 actions in your actions panel.</li>
<li><strong>photostack</strong> &#8211; I gives look to open image as if its stacked on its copies.</li>
<li><strong>gradient overlay &#8211; </strong>gives fire colored gradient map effect to opened image. use full on smoke and cloud images to create abstract things.</li>
<li><strong>pop art &#8211; </strong>actually this action was designed for one of my friend. This action gives four tinted images aligned in grid with white border.</li>
<li><strong>web 2.0 -</strong> this is really different than above actions. This creates folder structure to organize layers of web layout psd file. Very useful for beginners.</li>
<li>open any test image &amp; run action</li>
</ul>
<p><span style="font-size: x-small;">Image of hillary duff is taken from <a href="http://usemycomputer.com/show.html?w=1068&amp;h=1344&amp;i=/indeximages/women/Hillary.Duff/42667_008_122_400lo.jpg" rel="lightbox[63]">usemycomputer.com</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.v-render.co.in/2009/03/04/photoshop-actions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smashing Start of v-render</title>
		<link>http://www.v-render.co.in/2009/03/02/smashing-start/</link>
		<comments>http://www.v-render.co.in/2009/03/02/smashing-start/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 06:39:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://v-render.co.in/blog/?p=1</guid>
		<description><![CDATA[I am really glad to announce that smashing magazine has released my wallpapers free on their blog post called <a href="http://www.smashingmagazine.com/2009/02/27/desktop-wallpaper-calendar-march-2009/" target="_blank">Desktop Wallpaper Calendar: March 2009</a> , Further more I am going to post here some free stuffs, tutorials and news around my design world]]></description>
			<content:encoded><![CDATA[<p><br class="spacer_" /></p>
<div id="attachment_47" class="wp-caption alignnone" style="width: 456px"><img class="size-medium wp-image-47 " title="colorful-march" src="http://v-render.co.in/wp-content/uploads/2009/03/colorful-march-300x187.jpg" alt="Free wallpaper collection from smashing magazine" width="446" height="277" /><p class="wp-caption-text">Free wallpaper collection from smashing magazine</p></div>
<p>I am really glad to announce that smashing magazine has released my wallpapers free on their blog post called <a href="http://www.smashingmagazine.com/2009/02/27/desktop-wallpaper-calendar-march-2009/" target="_blank">Desktop Wallpaper Calendar: March 2009</a> , Further more I am going to post here some free stuffs, tutorials and news around my design world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.v-render.co.in/2009/03/02/smashing-start/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
