<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>N.T.C's Weblog</title>
	<atom:link href="http://ntcnet.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ntcnet.wordpress.com</link>
	<description>Share And Share every Thing!</description>
	<pubDate>Fri, 25 Jul 2008 01:46:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Javascript: Print preview window</title>
		<link>http://ntcnet.wordpress.com/2008/07/25/javascript-print-preview-window/</link>
		<comments>http://ntcnet.wordpress.com/2008/07/25/javascript-print-preview-window/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 01:46:09 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/?p=47</guid>
		<description><![CDATA[I would like to create a print preview window that will display only the main content of the page that a person would really want to print. It can work fine on IE and Firefox..You can test other browser.  

&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Testing Print Preview&#60;/title&#62;
&#60;script LANGUAGE=&#8221;JavaScript&#8221;&#62;
function displayHTML(printContent) {
var inf = printContent;
win = window.open(&#8221;print.htm&#8221;, &#8216;popup&#8217;, &#8216;toolbar = no, [...]]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2008/07/25/javascript-print-preview-window/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clicking a button in Javascript doesn’t always work in Firefox</title>
		<link>http://ntcnet.wordpress.com/2008/07/23/clicking-a-button-in-javascript-doesn%e2%80%99t-always-work-in-firefox/</link>
		<comments>http://ntcnet.wordpress.com/2008/07/23/clicking-a-button-in-javascript-doesn%e2%80%99t-always-work-in-firefox/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 04:12:19 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/?p=44</guid>
		<description><![CDATA[Clicking a button in Javascript  always work in IE but not in Firefox.
I’ve run into a javascript problem a few times which -for a refreshing change - shows itself as Firefox not behaving as you might expect (… well Firefox together with ASP.NET at any rate).

The issue surfaces when you try and invoke a [...]]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2008/07/23/clicking-a-button-in-javascript-doesn%e2%80%99t-always-work-in-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 ways to improve your client relationships</title>
		<link>http://ntcnet.wordpress.com/2008/07/18/10-ways-to-improve-your-client-relationships/</link>
		<comments>http://ntcnet.wordpress.com/2008/07/18/10-ways-to-improve-your-client-relationships/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 09:40:25 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/?p=31</guid>
		<description><![CDATA[One thing is true for all consultants: If we have any work, we have clients. And one of our most important roles is to maintain and enhance our relationship with them. Preserving those relationships can be good for referrals and future business, as well as making the time spent on the project more enjoyable and [...]]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2008/07/18/10-ways-to-improve-your-client-relationships/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Easier way to manage your ASP.NET Cache</title>
		<link>http://ntcnet.wordpress.com/2008/01/23/easier-way-to-manage-your-aspnet-cache/</link>
		<comments>http://ntcnet.wordpress.com/2008/01/23/easier-way-to-manage-your-aspnet-cache/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 10:53:44 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
		
		<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2008/01/23/easier-way-to-manage-your-aspnet-cache/</guid>
		<description><![CDATA[Was recently told by a client of mine that the ASP.NET app I developed was WAY TOO SLOW! I had to agree; the site was pinging the database twice on every load of the home page. So I said, &#8220;Give me a week&#8230; I&#8217;ll make it work better&#8221;. I went home feeling bad&#8230; my app [...]]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2008/01/23/easier-way-to-manage-your-aspnet-cache/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Encrypt / Decrypt Section in Configuration File</title>
		<link>http://ntcnet.wordpress.com/2008/01/18/encrypt-decrypt-section-in-configuration-file/</link>
		<comments>http://ntcnet.wordpress.com/2008/01/18/encrypt-decrypt-section-in-configuration-file/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 03:23:24 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
		
		<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2008/01/18/encrypt-decrypt-section-in-configuration-file/</guid>
		<description><![CDATA[Lets understand Encrypt and Decrypt particular section in web.config file with example of connectionstring encrypt in web.config file.

Add Namespace
using System.Web.Configuration;
How to Encrypt Connection String in Asp.net stored in Web.Config file
 protected void Button1_Click(object sender, EventArgs e) {
  String webConfigPath = “~”;
 
 Configuration config =   WebConfigurationManager.OpenWebConfiguration(webConfigPath);
 
 
 ConfigurationSection configSection = config.GetSection(&#8220;connectionStrings&#8221;);
configSection.SectionInformation.ProtectSection(&#8220;DataProtectionConfigurationProvider&#8221;);
 [...]]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2008/01/18/encrypt-decrypt-section-in-configuration-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>URL Mapping in asp.net 2.0</title>
		<link>http://ntcnet.wordpress.com/2008/01/18/url-mapping-in-aspnet-20/</link>
		<comments>http://ntcnet.wordpress.com/2008/01/18/url-mapping-in-aspnet-20/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 03:22:17 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
		
		<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2008/01/18/url-mapping-in-aspnet-20/</guid>
		<description><![CDATA[URL Mapping is a mechanism by which you can change the displayed url in address bar.
Example:
Your asp.net application is developed from years, with convention frm as prefix to webform.




Now to change already assigned name to legacy system which is maintained for past few years and to avoid risk we can make use of URL Mapping.
For [...]]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2008/01/18/url-mapping-in-aspnet-20/feed/</wfw:commentRss>
	
		<media:content url="http://bp1.blogger.com/_nuQwSyDoLk8/R40kbVMVnOI/AAAAAAAAAZ8/-rcZ32dmg4c/s400/solution+explorer.JPG" medium="image" />

		<media:content url="http://bp0.blogger.com/_nuQwSyDoLk8/R40m8FMVnPI/AAAAAAAAAaE/Q4Ys7zwtG58/s400/web+page1.JPG" medium="image" />

		<media:content url="http://bp0.blogger.com/_nuQwSyDoLk8/R40nOFMVnQI/AAAAAAAAAaM/l0TvcwA0png/s400/web+page2.JPG" medium="image" />
	</item>
		<item>
		<title>XPath</title>
		<link>http://ntcnet.wordpress.com/2007/12/28/xpath/</link>
		<comments>http://ntcnet.wordpress.com/2007/12/28/xpath/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 15:02:45 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
		
		<category><![CDATA[.Net]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2007/12/28/xpath/</guid>
		<description><![CDATA[XPath uses path expressions to select nodes or node-sets in an XML document.
The node is selected by following a path or steps.


The XML Example Document
We will use the following XML document in the examples below.




&#60;?xml version="1.0" encoding="ISO-8859-1"?&#62; &#60;bookstore&#62; &#60;book&#62;
  &#60;title lang="eng"&#62;Harry Potter&#60;/title&#62; 

  &#60;price&#62;29.99&#60;/price&#62;
&#60;/book&#62; &#60;book&#62;
  &#60;title lang="eng"&#62;Learning XML&#60;/title&#62;
  &#60;price&#62;39.95&#60;/price&#62; 

&#60;/book&#62; &#60;/bookstore&#62;





Selecting [...]]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2007/12/28/xpath/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AJAX/Javascript XML Processing Example/Tutorial</title>
		<link>http://ntcnet.wordpress.com/2007/12/28/ajaxjavascript-xml-processing-exampletutorial/</link>
		<comments>http://ntcnet.wordpress.com/2007/12/28/ajaxjavascript-xml-processing-exampletutorial/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 08:24:45 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2007/12/28/ajaxjavascript-xml-processing-exampletutorial/</guid>
		<description><![CDATA[xml.html:
&#60;script type="text/javascript" language="javascript"&#62;

   var http_request = false;

   function makeRequest(url, parameters) {

      http_request = false;

      if (window.XMLHttpRequest) { // Mozilla, Safari,...

         http_request = new XMLHttpRequest();

         if (http_request.overrideMimeType) {

      [...]]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2007/12/28/ajaxjavascript-xml-processing-exampletutorial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kỹ thuật lập trình Ajax</title>
		<link>http://ntcnet.wordpress.com/2007/12/28/k%e1%bb%b9-thu%e1%ba%adt-l%e1%ba%adp-trinh-ajax/</link>
		<comments>http://ntcnet.wordpress.com/2007/12/28/k%e1%bb%b9-thu%e1%ba%adt-l%e1%ba%adp-trinh-ajax/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 03:15:07 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2007/12/28/k%e1%bb%b9-thu%e1%ba%adt-l%e1%ba%adp-trinh-ajax/</guid>
		<description><![CDATA[Kỹ thuật lập trình Ajax


AJAX là một trong những từ ngữ thời thượng bậc nhất hiện nay trong giới công nghệ thông tin và là bí quyết kĩ thuật đứng đằng sau các ứng dụng lớn thuộc Google, Flickr, GMail, Google Suggest, Google Maps. Mặc dù cái tên này mới xuất hiện được vài tháng, [...]]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2007/12/28/k%e1%bb%b9-thu%e1%ba%adt-l%e1%ba%adp-trinh-ajax/feed/</wfw:commentRss>
	
		<media:content url="/photos/Image/122005/28/Ajax.jpg" medium="image" />
	</item>
		<item>
		<title>A Preview of HTML 5</title>
		<link>http://ntcnet.wordpress.com/2007/12/21/a-preview-of-html-5/</link>
		<comments>http://ntcnet.wordpress.com/2007/12/21/a-preview-of-html-5/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 08:04:30 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
		
		<category><![CDATA[HTML &amp; CSS &amp; DOM]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2007/12/21/a-preview-of-html-5/</guid>
		<description><![CDATA[Abstract
The web is constantly evolving. New and innovative websites are being created
   every day, pushing the boundaries of HTML in every direction. HTML 4 has
   been around for nearly a decade now, and publishers seeking new techniques to
   provide enhanced functionality are being held back by the constraints of
 [...]]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2007/12/21/a-preview-of-html-5/feed/</wfw:commentRss>
	
		<media:content url="/d/previewofhtml5/structure-div.gif" medium="image" />

		<media:content url="/d/previewofhtml5/structure-html5.gif" medium="image" />

		<media:content url="/d/previewofhtml5/dom.gif" medium="image" />

		<media:content url="/pix/eoai.gif" medium="image" />
	</item>
	</channel>
</rss>