<?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>Interview Tips &#187; element</title>
	<atom:link href="http://tipsinterview.com/tag/element/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Do You Know About Popular Hair Keratin Treatment to Have Straight and Shiny Hair?</title>
		<link>http://tipsinterview.com/2011/10/08/do-you-know-about-popular-hair-keratin-treatment-to-have-straight-and-shiny-hair/</link>
		<comments>http://tipsinterview.com/2011/10/08/do-you-know-about-popular-hair-keratin-treatment-to-have-straight-and-shiny-hair/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 22:05:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[answer]]></category>
		<category><![CDATA[brazilian keratin hair treatment]]></category>
		<category><![CDATA[damage]]></category>
		<category><![CDATA[dangerous chemicals]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[keratin hair treatment]]></category>
		<category><![CDATA[outer skin layer]]></category>
		<category><![CDATA[Shiny]]></category>
		<category><![CDATA[Straight]]></category>
		<category><![CDATA[straightening irons]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2011/10/08/do-you-know-about-popular-hair-keratin-treatment-to-have-straight-and-shiny-hair/</guid>
		<description><![CDATA[Ladies how corrugated, Crispus hair may have tried every treatment and available element there, to ensure that they could make their unruly hair straight. The market is stuffed with a wide selection of goods, all declare them to solve your problems of poor hair completely. Nevertheless, none of them do really reside as much as [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/10/08/do-you-know-about-popular-hair-keratin-treatment-to-have-straight-and-shiny-hair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General Questions</title>
		<link>http://tipsinterview.com/2011/05/15/general-questions/</link>
		<comments>http://tipsinterview.com/2011/05/15/general-questions/#comments</comments>
		<pubDate>Sun, 15 May 2011 05:41:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[array element]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[class hierarchy]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[multiple inheritance]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[shallow copy]]></category>
		<category><![CDATA[string manipulation]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=554</guid>
		<description><![CDATA[1.Does C# support multiple-inheritance? No. But you can use Interfaces. 2.Where is a protected class-level variable available? It is available to any sub-class derived from base class 3.Are private class-level variables inherited? Yes, but they are not accessible. 4.Describe the accessibility modifier “protected internal”. It is available to classes that are within the same assembly [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/05/15/general-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET &#8211; HTML Server Controls</title>
		<link>http://tipsinterview.com/2011/03/02/asp-net-html-server-controls/</link>
		<comments>http://tipsinterview.com/2011/03/02/asp-net-html-server-controls/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 02:54:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[aspx file]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html element]]></category>
		<category><![CDATA[html server]]></category>
		<category><![CDATA[Load]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[server control]]></category>
		<category><![CDATA[server scripts]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=516</guid>
		<description><![CDATA[HTML server controls are HTML tags understood by the server. HTML elements in ASP.NET files are, by default, treated as text. To make these elements programmable, add a runat="server" attribute to the HTML element. This attribute indicates that the element should be treated as a server control. The id attribute is added to identify the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/03/02/asp-net-html-server-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Server Controls</title>
		<link>http://tipsinterview.com/2011/02/12/html-server-controls/</link>
		<comments>http://tipsinterview.com/2011/02/12/html-server-controls/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 02:46:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[HtmlGeneric]]></category>
		<category><![CDATA[input type file]]></category>
		<category><![CDATA[input type image]]></category>
		<category><![CDATA[input type radio]]></category>
		<category><![CDATA[input type text]]></category>
		<category><![CDATA[lt image]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=507</guid>
		<description><![CDATA[HtmlAnchor     Controls an &#60;a&#62; HTML element HtmlButton     Controls a &#60;button&#62; HTML element HtmlForm     Controls a &#60;form&#62; HTML element HtmlGeneric     Controls other HTML element not specified by a specific HTML server control, like &#60;body&#62;, &#60;div&#62;, &#60;span&#62;, etc. HtmlImage     Controls an &#60;image&#62; HTML element HtmlInputButton     Controls &#60;input type="button"&#62;, &#60;input type="submit"&#62;, and [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/02/12/html-server-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Control Over Auto-Generated IDs in asp.net</title>
		<link>http://tipsinterview.com/2010/10/17/more-control-over-auto-generated-ids-in-asp-net/</link>
		<comments>http://tipsinterview.com/2010/10/17/more-control-over-auto-generated-ids-in-asp-net/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 01:59:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[concatenation]]></category>
		<category><![CDATA[disambiguation]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[Generated]]></category>
		<category><![CDATA[html element]]></category>
		<category><![CDATA[html template]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[numeric index]]></category>
		<category><![CDATA[period]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=431</guid>
		<description><![CDATA[In ASP.NET pages, using the same ID for two server controls isn't allowed. If this happens, the page won't compile -- period. In HTML, though, it is possible for two or more elements to share the same ID. In this case, when you make a search for an element via document.getElementById, you'll simply get an [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/10/17/more-control-over-auto-generated-ids-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Spark Expressions</title>
		<link>http://tipsinterview.com/2010/10/14/simple-spark-expressions/</link>
		<comments>http://tipsinterview.com/2010/10/14/simple-spark-expressions/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 06:22:15 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[conditional evaluation]]></category>
		<category><![CDATA[conditional statements]]></category>
		<category><![CDATA[Deal]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[html element]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[template engine]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[variable name]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=429</guid>
		<description><![CDATA[At its core, Spark is a template engine that allows developer to quickly and cleanly express their intent inside of views. Two of the most common scenarios in view development are if/else conditionals and looping. Spark provides a very easy-to-learn syntax for conditional statements. The syntax is so-self describing that HTML fluent designers can identify [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/10/14/simple-spark-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET WebDev interview questions</title>
		<link>http://tipsinterview.com/2010/05/31/net-webdev-interview-questions/</link>
		<comments>http://tipsinterview.com/2010/05/31/net-webdev-interview-questions/#comments</comments>
		<pubDate>Mon, 31 May 2010 06:46:15 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[creating web site]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[html element]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[server side code]]></category>
		<category><![CDATA[server variables]]></category>
		<category><![CDATA[visual studio 2005]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=304</guid>
		<description><![CDATA[9. How will you identify which event in the ASP.NET Web page life cycle takes the longest time to execute? A. Turn on ASP.NET trace and run the Web application. B. Add a few code to each of the page life-cycle events that will print the current time. C. In the Web.config file, add the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/31/net-webdev-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

