<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Quesb</title>
	<link>http://www.quesb.com</link>
	<description>Web blog of Suman paul ...</description>
	<lastBuildDate>Thu, 06 May 2010 17:43:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Letterpress effect in CSS3</title>
		<description><![CDATA[I was very interested in creating a letter press effect in CSS3.
Problem is I could only fake it but not get the real one like below image.

Then I had a look at http://www.stunningcss3.com/ and found that the heading is having very nice Letter press effect and guess what it&#8217;s purely in CSS3.
When I inspected the [...]]]></description>
		<link>http://www.quesb.com/?p=98</link>
			</item>
	<item>
		<title>Card sorting app</title>
		<description><![CDATA[I was trying explore different possibilities of  CSS3 (next version of CSS) features targeted  to beautification of presentation. I have build a little card sorting app(just basic stuffs) using jQuery and few  CSS3 stuffs…
View App in Quesb Labs
NB: you have download the attached file, unzip it and open  the file cards.html. Check in [...]]]></description>
		<link>http://www.quesb.com/?p=93</link>
			</item>
	<item>
		<title>Useful tips for writing Javascript</title>
		<description><![CDATA[
Always put all you JavaScript code within the function which checks if the page is fully loaded or not.
below is jQuery snippet&#8230;
$(document).ready(function(){
//Put your JavaScript here.
});
The reason for doing this is that JavaScript is client side language. And it makes no sense to run it unless the client code (HTML) is loaded completely.
Also browser is an [...]]]></description>
		<link>http://www.quesb.com/?p=90</link>
			</item>
	<item>
		<title>Why use CSS layout not Table</title>
		<description><![CDATA[In my recent interaction with my project&#8217;s developer friends I felt many of us really don&#8217;t buy the idea why the heck the UI team is jumping up and down and so against table based layout !!!
Of course table based layout is:

Easier to code
Easier to understand
User don’t really care it’s table or DIV… browsers anyway [...]]]></description>
		<link>http://www.quesb.com/?p=88</link>
			</item>
	<item>
		<title>Quesb labs</title>
		<description><![CDATA[Am back from my wedding   with my beautiful wife.
I introduced a new section i my website &#8230; quesb labs
I will be putting all my experiments in this section. Currently I have not dedicated any page for it &#8230; just the directory listing.
The first experiment is a digital clock. I tried to experiment with [...]]]></description>
		<link>http://www.quesb.com/?p=86</link>
			</item>
	<item>
		<title>Vacation for my wedding</title>
		<description><![CDATA[So at last I am getting married with my beautiful fiancé Sreyashi on 2nd December, 2009.
I will write back after I come back on 12th December , 2009
Till then amen&#8230;
]]></description>
		<link>http://www.quesb.com/?p=84</link>
			</item>
	<item>
		<title>List of Design COnferences in India</title>
		<description><![CDATA[I tried to consolidate a list of design conferences in India. Below is the what I found.



9th CII-NID Design Summit   &#8211; &#8220;India – The Emerging Powerhouse of Design&#8221;
15 and 16 December, 2009


Designing for   Children
2 to 6 February 2010


Typography Day 2009
23rd Feb and 24th Feb, 2010


USID2010 &#8211;   Designing Consumer Experience [...]]]></description>
		<link>http://www.quesb.com/?p=77</link>
			</item>
	<item>
		<title>Now it&#8217;s official &#8230; Google OS is coming!!!</title>
		<description><![CDATA[First an email application .. then document management &#8230; then a browser and now a full blown OS.
Looks like folks at Google had setup a big plan long back.
Although the official release of Google Chrome OS is still an year to go, Google has released few very nice videos describing their approach towards operating system. It&#8217;s also interesting to note that [...]]]></description>
		<link>http://www.quesb.com/?p=69</link>
			</item>
	<item>
		<title>Design Guides List</title>
		<description><![CDATA[I often refer to design guides by well known companies to create design guides for the project I work on.
Here are the list of few very well know company design guides , which provides very rich information on how to write a successful guideline and very of course some very good resources about design best [...]]]></description>
		<link>http://www.quesb.com/?p=67</link>
			</item>
	<item>
		<title>Compress multiple CSS files to one</title>
		<description><![CDATA[I found this small PHP script by Reinhold Weber which can quickly compress multiple CSS files to one compressed CSS file.
header('Content-type: text/css');
 
ob_start("compress");
 
function compress($buffer) {
    /* remove comments */
    $buffer = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $buffer);
    /* remove tabs, spaces, newlines, etc. */
    $buffer = str_replace(array("\r\n", [...]]]></description>
		<link>http://www.quesb.com/?p=12</link>
			</item>
</channel>
</rss>
