<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>TechXcel - provides technical excellence</title>
		<description>TechXcel! site syndication</description>
		<link>http://www.techxcel.com</link>
		<lastBuildDate>Thu, 24 Jul 2008 21:29:45 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<image>
			<url>http://www.techxcel.com/images/M_images/rss20.gif</url>
			<title>Powered by Joomla! 1.0</title>
			<link>http://www.techxcel.com</link>
			<description>TechXcel! site syndication</description>
		</image>
		<item>
			<title>19 Deadly Sins of Software Security</title>
			<link>http://www.techxcel.com/content/view/7/2/</link>
			<description>19 Deadly Sins of
Software Security





 When we write any code or design any application. We want it
will work properly without...</description>
			<category>Review - Book Review</category>
			<pubDate>Tue, 25 Dec 2007 14:30:00 +0100</pubDate>
		</item>
		<item>
			<title>Pink Neon Text Effects</title>
			<link>http://www.techxcel.com/content/view/60/29/</link>
			<description>In this Photoshop text effects tutorial, we&amp;#39;re going to learn how to use Photoshop&amp;#39;s Layer Styles to easily make text...</description>
			<category>Article - Photoshop</category>
			<pubDate>Fri, 28 Sep 2007 01:30:22 +0100</pubDate>
		</item>
		<item>
			<title>Text input with background image</title>
			<link>http://www.techxcel.com/content/view/59/29/</link>
			<description>Text input with background image
In this article we are going to see how to add Text input with background image....</description>
			<category>Article - CSS</category>
			<pubDate>Wed, 26 Sep 2007 06:03:18 +0100</pubDate>
		</item>
		<item>
			<title>What are the basics of main()?</title>
			<link>http://www.techxcel.com/content/view/58/25/</link>
			<description>What are the basics of main()?

function main() is the application&amp;#39;s main routine where a program starts execution.It is the first...</description>
			<category>FAQs - C and C++</category>
			<pubDate>Thu, 20 Sep 2007 01:04:48 +0100</pubDate>
		</item>
		<item>
			<title>How To Enable Session Support for PHP?</title>
			<link>http://www.techxcel.com/content/view/57/25/</link>
			<description>How To Enable Session Support for PHP?

The session support can be turned on automatically at the site level, or manually...</description>
			<category>FAQs - PHP</category>
			<pubDate>Sun, 16 Sep 2007 08:18:35 +0100</pubDate>
		</item>
		<item>
			<title>Status Bar Left to Right TextScroll</title>
			<link>http://www.techxcel.com/content/view/56/29/</link>
			<description>JavaScript Status Bar Left to right Text scroll

In this article we are going to design a JavaScript Left to right...</description>
			<category>Article - JavaScript</category>
			<pubDate>Mon, 16 Jul 2007 03:33:19 +0100</pubDate>
		</item>
		<item>
			<title>JavaScript Digital clock</title>
			<link>http://www.techxcel.com/content/view/55/29/</link>
			<description>JavaScript Digital Clock

In this article we are going to design a JavaScript based Digital Clock. Here we are see use...</description>
			<category>Article - JavaScript</category>
			<pubDate>Fri, 13 Jul 2007 06:07:15 +0100</pubDate>
		</item>
		<item>
			<title>What is PHP Sessions?</title>
			<link>http://www.techxcel.com/content/view/54/25/</link>
			<description>What is PHP Sessions?

Session concept is very useful for Web based applications to pass and share information from one Web...</description>
			<category>FAQs - PHP</category>
			<pubDate>Thu, 12 Jul 2007 06:47:00 +0100</pubDate>
		</item>
		<item>
			<title>How we open a File in its Associated Application?</title>
			<link>http://www.techxcel.com/content/view/53/25/</link>
			<description>How we open a File in its Associated Application?

To open a file in its associated application we have to add...</description>
			<category>FAQs - VB.NET</category>
			<pubDate>Fri, 08 Jun 2007 08:14:34 +0100</pubDate>
		</item>
		<item>
			<title>ASP Error - The HTTP Headers are already written</title>
			<link>http://www.techxcel.com/content/view/52/25/</link>
			<description>ASP Error - The HTTP Headers are already written

While redirecting from a page in asp we get a very common...</description>
			<category>FAQs - ASP</category>
			<pubDate>Tue, 05 Jun 2007 08:57:32 +0100</pubDate>
		</item>
		<item>
			<title>Explain Microsoft intermediate language (MSIL) Assembler?</title>
			<link>http://www.techxcel.com/content/view/51/25/</link>
			<description>Explain Microsoft intermediate language (MSIL) Assembler?

MSIL Assembler (Ilasm.exe) is a command line tool provides by .Net. The MSIL Assembler generates...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Mon, 04 Jun 2007 08:41:10 +0100</pubDate>
		</item>
		<item>
			<title>What is Microsoft intermediate language (MSIL)?</title>
			<link>http://www.techxcel.com/content/view/50/25/</link>
			<description>What is Microsoft intermediate language (MSIL)?

Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Mon, 04 Jun 2007 05:13:01 +0100</pubDate>
		</item>
		<item>
			<title>What functions an assembly performs?</title>
			<link>http://www.techxcel.com/content/view/49/25/</link>
			<description>What functions an assembly performs?

An assembly performs the following functions:


	
	
	It contains code that the common language runtime executes. Microsoft intermediate...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Mon, 04 Jun 2007 05:09:45 +0100</pubDate>
		</item>
		<item>
			<title>What is .NET assembly?</title>
			<link>http://www.techxcel.com/content/view/48/25/</link>
			<description>What is .NET assembly?

Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Mon, 04 Jun 2007 04:59:07 +0100</pubDate>
		</item>
		<item>
			<title>What are the Benefits of Metadata?</title>
			<link>http://www.techxcel.com/content/view/47/25/</link>
			<description>What are the Benefits of Metadata?

Metadata provides the following major benefits: 


	
	
	Self-describing files &amp;ndash; Common language runtime modules and assemblies...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Mon, 04 Jun 2007 04:54:46 +0100</pubDate>
		</item>
		<item>
			<title>What the Metadata stores?</title>
			<link>http://www.techxcel.com/content/view/46/25/</link>
			<description>What the Metadata stores?

Metadata stores the following information: 


	Description of the assembly.
	
		Identity (name, version, culture, public key).
		The types that are...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Mon, 04 Jun 2007 04:14:47 +0100</pubDate>
		</item>
		<item>
			<title>How metadata is stored?</title>
			<link>http://www.techxcel.com/content/view/45/25/</link>
			<description>How metadata is stored?

Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Mon, 04 Jun 2007 04:05:48 +0100</pubDate>
		</item>
		<item>
			<title>What is .NET metadata?</title>
			<link>http://www.techxcel.com/content/view/44/25/</link>
			<description>What is .NET metadata?

In the past, a software component (.exe or .dll) written in one language could not easily use...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Mon, 04 Jun 2007 04:00:58 +0100</pubDate>
		</item>
		<item>
			<title>What are CLS features?</title>
			<link>http://www.techxcel.com/content/view/43/25/</link>
			<description>What are CLS features?

The CLS provides following advantages:


	Access to Complete .NET Framework hierarchy.
	High level of interoperability within languages.(e.g. - C#...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Mon, 04 Jun 2007 03:56:58 +0100</pubDate>
		</item>
		<item>
			<title>What is the Common Language Specification (CLS)?</title>
			<link>http://www.techxcel.com/content/view/42/25/</link>
			<description>What is the Common Language Specification (CLS)?

The Common Language Specification (CLS), which is a set of basic language features needed...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Mon, 04 Jun 2007 03:50:32 +0100</pubDate>
		</item>
		<item>
			<title>What is a markup language?</title>
			<link>http://www.techxcel.com/content/view/41/25/</link>
			<description>What is a markup language?

A markup language combines text and extra information about the text. The extra information, for example...</description>
			<category>FAQs - XML</category>
			<pubDate>Wed, 30 May 2007 08:45:21 +0100</pubDate>
		</item>
		<item>
			<title>What are XML Advantage ?</title>
			<link>http://www.techxcel.com/content/view/40/25/</link>
			<description>What are XML Advantage ?
The Main advantages of XML are as below...


	XML is a meta-markup language that enables the creation...</description>
			<category>FAQs - XML</category>
			<pubDate>Wed, 30 May 2007 08:37:50 +0100</pubDate>
		</item>
		<item>
			<title>What is XML?</title>
			<link>http://www.techxcel.com/content/view/39/25/</link>
			<description>What is XML?

XML stands for Extensible Markup Language. XML is a simple, very flexible text format derived from Standard Generalized...</description>
			<category>FAQs - XML</category>
			<pubDate>Wed, 30 May 2007 08:20:47 +0100</pubDate>
		</item>
		<item>
			<title>What is Windows CardSpace (WCS, formerly “InfoCard”)?</title>
			<link>http://www.techxcel.com/content/view/38/25/</link>
			<description>What is Windows CardSpace (WCS, formerly &amp;ldquo;InfoCard&amp;rdquo;)?

Windows CardSpace is a Microsoft .NET Framework version 3.0 (formerly WinFX) component that provides...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Wed, 30 May 2007 03:17:51 +0100</pubDate>
		</item>
		<item>
			<title>What is Windows Workflow Foundation (WF)?</title>
			<link>http://www.techxcel.com/content/view/37/25/</link>
			<description>What is Windows Workflow Foundation (WF)?

Windows Workflow Foundation is the programming model, engine and tools for quickly building workflow enabled...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Wed, 30 May 2007 03:10:24 +0100</pubDate>
		</item>
		<item>
			<title>What is Windows Communication Foundation (WCF)?</title>
			<link>http://www.techxcel.com/content/view/36/25/</link>
			<description>What is Windows Communication Foundation (WCF)?

Windows Communication Foundation (formerly code-named  Indigo ) is a set of .NET technologies for...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Wed, 30 May 2007 03:04:44 +0100</pubDate>
		</item>
		<item>
			<title>What is Windows Presentation Foundation (WPF)</title>
			<link>http://www.techxcel.com/content/view/35/25/</link>
			<description>What is Windows Presentation Foundation (WPF)?

The Microsoft Windows Presentation Foundation provides the foundation for building applications and high fidelity experiences...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Wed, 30 May 2007 02:53:13 +0100</pubDate>
		</item>
		<item>
			<title>What is the Microsoft .NET Framework 3.0?</title>
			<link>http://www.techxcel.com/content/view/34/25/</link>
			<description>What is the Microsoft .NET Framework 3.0?

The Microsoft .NET Framework 3.0 (formerly known WinFX), is the new managed code programming...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Wed, 30 May 2007 02:45:02 +0100</pubDate>
		</item>
		<item>
			<title>Which Languages supported by .NET Framework?</title>
			<link>http://www.techxcel.com/content/view/33/25/</link>
			<description>Which Languages supported by .NET Framework?

 .NET Framework supports all major programming languages. Some of them are as below&amp;hellip; 

</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Wed, 30 May 2007 02:36:34 +0100</pubDate>
		</item>
		<item>
			<title>How many types of the JIT (just-in-time) compiler?</title>
			<link>http://www.techxcel.com/content/view/32/25/</link>
			<description>How many types of the JIT (just-in-time) compiler

There are three types JIT (just-in-time) compiler. Those are as follows&amp;hellip; 



	Pre-JIT compiler...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Sun, 27 May 2007 10:17:31 +0100</pubDate>
		</item>
		<item>
			<title>What is JIT?</title>
			<link>http://www.techxcel.com/content/view/31/25/</link>
			<description>What is JIT?

JIT (just-in-time) is a CLR&amp;rsquo;s (Common Language Runtime) compiler. The JIT Compiler function is responsible for compiling a...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Sun, 27 May 2007 10:01:10 +0100</pubDate>
		</item>
		<item>
			<title>What is Common Language Runtime(CLR)?</title>
			<link>http://www.techxcel.com/content/view/30/25/</link>
			<description>What is Common Language Runtime?

The CLR is the layer of the .NET Framework that makes language independence 
work. Written mostly...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Fri, 25 May 2007 06:11:48 +0100</pubDate>
		</item>
		<item>
			<title>What is .NET Framework?</title>
			<link>http://www.techxcel.com/content/view/29/25/</link>
			<description>What is .NET Framework?
The .NET Framework Includes the Common Language Runtime (CLR) and the .NET Framework class library. The CLR...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Fri, 25 May 2007 06:08:46 +0100</pubDate>
		</item>
		<item>
			<title>Which are the main components of the .NET platform?</title>
			<link>http://www.techxcel.com/content/view/28/25/</link>
			<description>Which are the main components of the .NET platform?

The Microsoft .NET platform consists of the following product groups/ main components...


	
	
	Development...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Fri, 25 May 2007 05:31:05 +0100</pubDate>
		</item>
		<item>
			<title>What is .NET Platform?</title>
			<link>http://www.techxcel.com/content/view/27/25/</link>
			<description>What is .NET Platform?

Microsoft .NET platform defines a standard around 
which a system can be developed. Microsoft .NET platform provides...</description>
			<category>FAQs - .NET Framework</category>
			<pubDate>Fri, 25 May 2007 05:14:53 +0100</pubDate>
		</item>
		<item>
			<title>Invitation form TechXcel.com</title>
			<link>http://www.techxcel.com/content/view/4/9/</link>
			<description>Hi Friend ...
if you are interested in publishing your article, Tutorials or Tech FAQs on Techxcel.com.You can send it to...</description>
			<category>Newsflashes - Newsflash</category>
			<pubDate>Thu, 24 May 2007 14:30:00 +0100</pubDate>
		</item>
		<item>
			<title>What is Polymorphism?</title>
			<link>http://www.techxcel.com/content/view/26/25/</link>
			<description>What is Polymorphism?

Polymorphism means  any forms.  

In OOPS, it refers to the capability of objects to react differently...</description>
			<category>FAQs - Java</category>
			<pubDate>Wed, 23 May 2007 06:35:31 +0100</pubDate>
		</item>
		<item>
			<title>Explain garbage collection?</title>
			<link>http://www.techxcel.com/content/view/25/25/</link>
			<description>Explain garbage collection?

Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory...</description>
			<category>FAQs - Java</category>
			<pubDate>Wed, 16 May 2007 01:59:12 +0100</pubDate>
		</item>
		<item>
			<title>What do you understand by Synchronization</title>
			<link>http://www.techxcel.com/content/view/24/25/</link>
			<description>What do you understand by Synchronization

Synchronization is a process of controlling the access of shared resources by 
the multiple threads...</description>
			<category>FAQs - Java</category>
			<pubDate>Mon, 14 May 2007 07:02:54 +0100</pubDate>
		</item>
		<item>
			<title>How to Close Browser Window?</title>
			<link>http://www.techxcel.com/content/view/23/25/</link>
			<description>How to Close Browser Window?


If you want to close any browser window then you can use window.close() method. The method...</description>
			<category>FAQs - JavaScript</category>
			<pubDate>Mon, 14 May 2007 05:27:28 +0100</pubDate>
		</item>
		<item>
			<title>What is Object Serialization?</title>
			<link>http://www.techxcel.com/content/view/22/25/</link>
			<description>What is Object Serialization?

	Serialization is a way of flattening, pickling, sizzling, 
	serializing, or freeze-drying Objects so that they can be...</description>
			<category>FAQs - Java</category>
			<pubDate>Mon, 14 May 2007 05:19:05 +0100</pubDate>
		</item>
		<item>
			<title>Difference between HashMap and HashTable</title>
			<link>http://www.techxcel.com/content/view/21/25/</link>
			<description>Difference between HashMap and HashTable
Both provide key-value access to data. The Hashtable is one of the original collection classes in...</description>
			<category>FAQs - Java</category>
			<pubDate>Mon, 14 May 2007 05:10:04 +0100</pubDate>
		</item>
		<item>
			<title>What is the difference between JDK and JRE</title>
			<link>http://www.techxcel.com/content/view/20/25/</link>
			<description>What is the difference between JDK and JRE
The  JDK  is the Java Development Kit. i.e., the JDK is...</description>
			<category>FAQs - Java</category>
			<pubDate>Mon, 14 May 2007 04:56:01 +0100</pubDate>
		</item>
		<item>
			<title>JavaScript Status Text Clock</title>
			<link>http://www.techxcel.com/content/view/19/29/</link>
			<description>JavaScript Status Text ClockHere we are going to display Text Clock at status bar of browser. If you are interested...</description>
			<category>Article - JavaScript</category>
			<pubDate>Tue, 08 May 2007 08:28:27 +0100</pubDate>
		</item>
		<item>
			<title>JavaScript Status clock - Advance</title>
			<link>http://www.techxcel.com/content/view/18/29/</link>
			<description>JavaScript Status clock - Advance
In previous article JavaScript Status clock &amp;ndash; Basic (content/view/15/29/) we see simple technique to add clock...</description>
			<category>Article - JavaScript</category>
			<pubDate>Tue, 08 May 2007 08:06:25 +0100</pubDate>
		</item>
	</channel>
</rss>
