<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by pwzeus</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by pwzeus</title>
		<link>http://channel9.msdn.com/Niners/pwzeus/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/pwzeus/Discussions</link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 21:27:05 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 21:27:05 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - Override Render method not triggering</title>
		<description><![CDATA[<p>I have .aspx page and .ascx page. There is a gridview inside .ascx page. Gridivew is inside AJAX Update panel.<br /><br />When i load page for the first time, i can access .ascx overridden render method but after that when i click any link on my grid....it will not go through render method again why why why?<br /><br />I am trying to achieve grouoing in gridivew so i needd to use htmltextwritter.<br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/256719-Override-Render-method-not-triggering/256719#256719</link>
		<pubDate>Wed, 01 Aug 2007 19:05:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/256719-Override-Render-method-not-triggering/256719#256719</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Trying to be a better developer : Question on dataset</title>
		<description><![CDATA[<p>Objective: Populate Grid from database<br /><br /><br />1.&nbsp;I am always giong to use one table so does it make sence&nbsp;to use data table in stead of data set. I can banch mark this but i would like to know your opinion. I have always used dataset so&nbsp;if i use&nbsp;data table now then may be in future i will get stuck with
 some constrain.<br /><br />2. is it safe to assume that datatable will give me all those functionalities and properties as dataset.<br /><br />3. Someone suggested i should use XML files instead, so like&nbsp;when&nbsp;a result set comes back from my database i should carete an xml file and bind that to my grid. As I have not done this before I&nbsp;am not raelly up for it but if i do use it do you think it will
 be a&nbsp;big performence difference?<br /><br />4. datareader at all ? as i will be doing inserting , updating deleting<br /><br /><br />If u r further intrested in my solution then read below:<br /><br />main objective : display reports in the grid based on selection criteria<br /><br />report can be 10,000 rows <br /><br />Currently I m using ASP.NET GridView contrl with AJAX and backend is SQL Server.<br /><br />On page load I will display all the record in gridview and then filter that on client side.<br /><br />i will appriciate any suggestions or critics.<br /><br />all i m doing is trying to be a better developer<br /><br />Peace</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/256455-Trying-to-be-a-better-developer--Question-on-dataset/256455#256455</link>
		<pubDate>Mon, 23 Jul 2007 21:07:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/256455-Trying-to-be-a-better-developer--Question-on-dataset/256455#256455</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - What is the Best way to have MSDN type GUI ?</title>
		<description><![CDATA[<p>Iframes ? Panels ? ...i m using asp.net 2.0</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/256163-What-is-the-Best-way-to-have-MSDN-type-GUI-/256163#256163</link>
		<pubDate>Wed, 11 Jul 2007 16:34:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/256163-What-is-the-Best-way-to-have-MSDN-type-GUI-/256163#256163</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Why keep ConnectionString in Web Tier</title>
		<description><![CDATA[<p>Why keep it in web.config, I can&nbsp;not access it in my business layer&nbsp;(seperate class library). I am using data access block and SQL Helper asks for connection string as input param. I dont wan to&nbsp;supply this everywhere as it is going to be the same through
 out the application.&nbsp;<br>
<br>
so where do i store my connection string ? I dont want to pass it though my web layer, why should web layer know anything about data base connections.<br>
<br>
&nbsp;&nbsp;&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/256116-Why-keep-ConnectionString-in-Web-Tier/256116#256116</link>
		<pubDate>Mon, 09 Jul 2007 17:13:22 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/256116-Why-keep-ConnectionString-in-Web-Tier/256116#256116</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Need Suggestions on Design pattern</title>
		<description><![CDATA[<p>that looks more work then the problem itself......i understand design patterns are good but overuse is also not good. All i need is to send image id via business alyer and datalayer and get the data back. MVP will not fit in this scenario as we are not
 doing no TDD or changin UIs often. Plus I dont see how i can fit factory pattern for this solution. Sorry if i m missing something but from where i m looking i see not water in the desert...<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-7.gif' alt='Perplexed' /> i need to go home</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/256022-Need-Suggestions-on-Design-pattern/ead1d700734148b5bded9dec008f93ee#ead1d700734148b5bded9dec008f93ee</link>
		<pubDate>Thu, 05 Jul 2007 21:28:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/256022-Need-Suggestions-on-Design-pattern/ead1d700734148b5bded9dec008f93ee#ead1d700734148b5bded9dec008f93ee</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Need Suggestions on Design pattern</title>
		<description><![CDATA[<p>ok I can understand MVC here but i m not sure how factory pattern will be usefull. I will look into it....thanks</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/256022-Need-Suggestions-on-Design-pattern/6c01cd46759c47b785f29dec008f9341#6c01cd46759c47b785f29dec008f9341</link>
		<pubDate>Thu, 05 Jul 2007 21:02:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/256022-Need-Suggestions-on-Design-pattern/6c01cd46759c47b785f29dec008f9341#6c01cd46759c47b785f29dec008f9341</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Need Suggestions on Design pattern</title>
		<description><![CDATA[<p>ok i will try to give more detail.<br>
<br>
(1) I have database with number of images<br>
<br>
(2) UI dropdownlist lists all those image name pulling from DB<br>
<br>
(3)&nbsp;When user selects and image name from DROP DOWN then I want my object to deside what to do form there. So This way my UI does not knowanything about what is going to happen.<br>
<br>
(4) Once I have iamge id in my object (business layer) it should have a logic which can determine the type of image based on image id ( i have some logic for this)
<br>
<br>
(5) then that object needs to call approprite function from data layer and display that processed image on UI.<br>
<br>
today I have jpeg but tom. I can have gif,png or different kind of iamges so for that I would like to make all these objects generic. So I woult lvoe to see which design pattern will make my life easier.<br>
<br>
Thanks for your support</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/256022-Need-Suggestions-on-Design-pattern/f117ae47d7304bae90369dec008f92ed#f117ae47d7304bae90369dec008f92ed</link>
		<pubDate>Thu, 05 Jul 2007 20:55:22 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/256022-Need-Suggestions-on-Design-pattern/f117ae47d7304bae90369dec008f92ed#f117ae47d7304bae90369dec008f92ed</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Need Suggestions on Design pattern</title>
		<description><![CDATA[<p>can you tell me more wtt u have in mind. Pardon my newbeness lol</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/256022-Need-Suggestions-on-Design-pattern/09dd439113744ff89eb99dec008f9265#09dd439113744ff89eb99dec008f9265</link>
		<pubDate>Thu, 05 Jul 2007 20:48:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/256022-Need-Suggestions-on-Design-pattern/09dd439113744ff89eb99dec008f9265#09dd439113744ff89eb99dec008f9265</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Need suggetions on Design Pattern</title>
		<description><![CDATA[<p>I have always got good help from this forum so here I am back with a question.<br /><br />I am developing an image processing app. Which DESIGN PATTERN I should use. I am really confused and need some help.<br /><br />Here are the details.<br /><br />Dropdownlist with Image name and ID <br /><br />on selecting image id it will go to the database and grab the image.<br /><br />I want to make gineric objects which can deside what kind of image request is coming in from UI and then grab from database. I do have standerd UI / Business / Data layer in place.<br /><br />Thanks in advance<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/256023-Need-suggetions-on-Design-Pattern/256023#256023</link>
		<pubDate>Thu, 05 Jul 2007 20:45:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/256023-Need-suggetions-on-Design-Pattern/256023#256023</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Need Suggestions on Design pattern</title>
		<description><![CDATA[<p>I have always got good help from this forum so here I am back with a question.<br>
<br>
I am developing an image processing app. Which DESIGN PATTERN I should use. I am really confused and need some help.<br>
<br>
Here are the details.<br>
<br>
Dropdownlist with Image name and ID <br>
<br>
on selecting image id it will go to the database and grab the image.<br>
<br>
I want to make gineric objects which can deside what kind of image request is coming in from UI and then grab from database. I do have standerd UI / Business / Data layer in place.<br>
<br>
Thanks in advance<br>
<br>
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/256022-Need-Suggestions-on-Design-pattern/256022#256022</link>
		<pubDate>Thu, 05 Jul 2007 20:39:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/256022-Need-Suggestions-on-Design-pattern/256022#256022</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - NY to London....lol</title>
		<description><![CDATA[<p><span><a href="http://maps.google.com/maps?f=d&amp;hl=en&amp;saddr=New&#43;York,&#43;NY&amp;daddr=london&amp;layer=&amp;ie=UTF8&amp;sll=37.0625,-95.677068&amp;sspn=36.778911,76.728516&amp;z=4&amp;ll=46.13417,-36.123047&amp;spn=32.215676,76.728516&amp;om=1">http://maps.google.com/maps?f=d&amp;hl=en&amp;saddr=New&#43;York,&#43;NY&amp;daddr=london&amp;layer=&amp;ie=UTF8&amp;sll=37.0625,-95.677068&amp;sspn=36.778911,76.728516&amp;z=4&amp;ll=46.13417,-36.123047&amp;spn=32.215676,76.728516&amp;om=1</a></span></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253966-NY-to-Londonlol/253966#253966</link>
		<pubDate>Thu, 12 Apr 2007 17:41:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253966-NY-to-Londonlol/253966#253966</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - when you type in www.msdn3.com what happens....</title>
		<description><![CDATA[<p><blockquote>
<div>RoyalSchrubber wrote:</div>
<div>&#65279;lame.<br>
<br>
ps: sry, maybe I just don't have enough sense of humor...</div>
</blockquote>
<br>
<br>
yeh u dont</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253438-when-you-type-in-wwwmsdn3com-what-happens/aa337e9dd6b24562b5e39dec0068ec76#aa337e9dd6b24562b5e39dec0068ec76</link>
		<pubDate>Sat, 24 Mar 2007 22:28:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253438-when-you-type-in-wwwmsdn3com-what-happens/aa337e9dd6b24562b5e39dec0068ec76#aa337e9dd6b24562b5e39dec0068ec76</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>24</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - when you type in www.msdn3.com what happens....</title>
		<description><![CDATA[<p>i know u laughed too <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253438-when-you-type-in-wwwmsdn3com-what-happens/253438#253438</link>
		<pubDate>Sat, 24 Mar 2007 16:20:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253438-when-you-type-in-wwwmsdn3com-what-happens/253438#253438</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>24</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - How is your website? share it here</title>
		<description><![CDATA[<p>hey w3bbo that is one cool website...love the idea...can be more creative though...aslo littleguru has good domaing and should work more on template.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253237-How-is-your-website-share-it-here/a92ba412b3194099b6ef9dec006572ff#a92ba412b3194099b6ef9dec006572ff</link>
		<pubDate>Tue, 20 Mar 2007 15:50:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253237-How-is-your-website-share-it-here/a92ba412b3194099b6ef9dec006572ff#a92ba412b3194099b6ef9dec006572ff</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>42</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - How is your website? share it here</title>
		<description><![CDATA[<p>i studied there <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253237-How-is-your-website-share-it-here/a24a8d730b19401893fe9dec00656fd5#a24a8d730b19401893fe9dec00656fd5</link>
		<pubDate>Sun, 18 Mar 2007 15:05:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253237-How-is-your-website-share-it-here/a24a8d730b19401893fe9dec00656fd5#a24a8d730b19401893fe9dec00656fd5</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>42</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - How is your website? share it here</title>
		<description><![CDATA[<p>thanks u all. Well blog is fine but I do belive in presentaiton layer and sometimes blogs lacks it....there is so much information out there but its not structured or presented correctly and sometimes its not fun reading it....we IT guys are infamous for
 our graphic skills anyway heheh....i happen to have good designing skills so i am deffinatly sticking with personal website....thanks for suggestions though..</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253237-How-is-your-website-share-it-here/4fdad69a49b144269ea79dec00656f54#4fdad69a49b144269ea79dec00656f54</link>
		<pubDate>Sun, 18 Mar 2007 14:20:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253237-How-is-your-website-share-it-here/4fdad69a49b144269ea79dec00656f54#4fdad69a49b144269ea79dec00656f54</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>42</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - How is your website? share it here</title>
		<description><![CDATA[<p>Hey guys,<br>
<br>
Posting after long time, infect i m in a need of some suggestions. I am making my personal website and wanted to see what everyone else has developed.
<br>
<br>
so please share your personal website url here ?<br>
<br>
Thanks<br>
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253237-How-is-your-website-share-it-here/253237#253237</link>
		<pubDate>Sun, 18 Mar 2007 03:22:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253237-How-is-your-website-share-it-here/253237#253237</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>42</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Is this me or you all feal it.</title>
		<description><![CDATA[<p><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /> ok i m embarrass to reply but hehehe ooppss, i should have looked at the options</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/241410-Is-this-me-or-you-all-feal-it/f2e353981b0f4b0fb31a9dec00221d17#f2e353981b0f4b0fb31a9dec00221d17</link>
		<pubDate>Thu, 19 Oct 2006 04:32:31 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/241410-Is-this-me-or-you-all-feal-it/f2e353981b0f4b0fb31a9dec00221d17#f2e353981b0f4b0fb31a9dec00221d17</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Is this me or you all feal it.</title>
		<description><![CDATA[<p>atleast you can now resize the fevorite organizer window...<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/241410-Is-this-me-or-you-all-feal-it/9a347bed7c224014b18b9dec00221cb9#9a347bed7c224014b18b9dec00221cb9</link>
		<pubDate>Thu, 19 Oct 2006 02:23:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/241410-Is-this-me-or-you-all-feal-it/9a347bed7c224014b18b9dec00221cb9#9a347bed7c224014b18b9dec00221cb9</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Is this me or you all feal it.</title>
		<description><![CDATA[<p>guys guys i know how to use it. I am just saying it sucks, managing links in IE is painful.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/241410-Is-this-me-or-you-all-feal-it/41524ea747a6473485a09dec00221c8a#41524ea747a6473485a09dec00221c8a</link>
		<pubDate>Thu, 19 Oct 2006 02:22:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/241410-Is-this-me-or-you-all-feal-it/41524ea747a6473485a09dec00221c8a#41524ea747a6473485a09dec00221c8a</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - What is Interface Designer?</title>
		<description><![CDATA[<p><div align="left">
<table width="100%" align="left" bgcolor="darkgray">
<tbody>
<tr>
<td><font color="#d3d3d3"><font face="Garamond" color="#f5f5dc" size="4">
<p align="left"><font face="Verdana" size="3"><font color="#d3d3d3" size="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;</font></font><br>
Hi guys,<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Quick question for pros. I am in this phase of changing my carrer pth and&nbsp;I came across interface designer or&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UI designer postion. So far whichever companies&nbsp;I worked with did not have&nbsp;anyone working&nbsp;as ID&nbsp; so&nbsp;I am&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;just wondering, what do interface designers do?<br>
</font><br>
&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;</p>
</font></td>
</tr>
</tbody>
</table>
</div></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/241424-What-is-Interface-Designer/241424#241424</link>
		<pubDate>Thu, 19 Oct 2006 02:21:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/241424-What-is-Interface-Designer/241424#241424</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Is this me or you all feal it.</title>
		<description><![CDATA[<p>ok IE 7 is nice...specially this clear text thing is awesome but guys<br>
why no one even bothered to make new fevorite organizer. It is same old with new icons. You can sort your folder, can look at them properly, cant open 2 fevorite folder at one time..if you open one then already opened collapses...i mean for me it is a no brainer...then
 again may be i am the only one trying to manage my links in IE. What do you guys use to manage your fevorite links.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/241410-Is-this-me-or-you-all-feal-it/241410#241410</link>
		<pubDate>Thu, 19 Oct 2006 01:50:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/241410-Is-this-me-or-you-all-feal-it/241410#241410</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - I am preety much sure someone has answer ....</title>
		<description><![CDATA[<p>hi,<br>
thank u all for replying, i do have script debugger enabled in internet<br>
explorer. So if there is an error it does give me popup with error.<br>
I was more kind of looking for debugger where i can set break point<br>
within inline javascript in asp.net pages and debug it within studio <br>
or something.<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/186680-I-am-preety-much-sure-someone-has-answer-/9bbab9d0abc04c8082d79deb015e3fce#9bbab9d0abc04c8082d79deb015e3fce</link>
		<pubDate>Tue, 09 May 2006 21:18:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/186680-I-am-preety-much-sure-someone-has-answer-/9bbab9d0abc04c8082d79deb015e3fce#9bbab9d0abc04c8082d79deb015e3fce</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - I am preety much sure someone has answer ....</title>
		<description><![CDATA[<p>Yes I did<br>
in visual studio 2005 i have this script explorer but everytime<br>
i open it, its empty. I read somewhere that it is for external .js file<br>
so how do i do it for inline javascript.<br>
<br>
is there a tool out there to debug javascript...where you can set break points and stuff</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/186680-I-am-preety-much-sure-someone-has-answer-/2977a6e2409e4c6fb76b9deb015e3f4d#2977a6e2409e4c6fb76b9deb015e3f4d</link>
		<pubDate>Tue, 09 May 2006 21:05:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/186680-I-am-preety-much-sure-someone-has-answer-/2977a6e2409e4c6fb76b9deb015e3f4d#2977a6e2409e4c6fb76b9deb015e3f4d</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - I am preety much sure someone has answer ....</title>
		<description><![CDATA[<p>You probebly face this everyday in your work life<br>
ok not everyday but u have atleast faced this once....<br>
<br>
<font size="4">How to debug inline javascrip code within ASP.NET?</font><br>
<br>
i tried script explorer , its always blank and didnt find any help<br>
on the net.<br>
<br>
I am preety much sure someone has answer to this so please guide.<br>
<br>
<br>
Thanks</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/186680-I-am-preety-much-sure-someone-has-answer-/186680#186680</link>
		<pubDate>Tue, 09 May 2006 20:56:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/186680-I-am-preety-much-sure-someone-has-answer-/186680#186680</guid>
		<dc:creator>pwzeus</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pwzeus/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>