<?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>CodeHelper.in &#187; Interview Questions</title>
	<atom:link href="http://code.24by7info.net/category/interview-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.24by7info.net</link>
	<description></description>
	<lastBuildDate>Thu, 08 Dec 2011 17:47:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HTML email template Creation with Example</title>
		<link>http://code.24by7info.net/html-email-template-creation-with-example/</link>
		<comments>http://code.24by7info.net/html-email-template-creation-with-example/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 09:23:26 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Interview Questions]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=433</guid>
		<description><![CDATA[Every so often I am required to build email templates and am constantly amazed by the new and bizarre bugs I come across. Having worked my way through a mountain of email client “features” over the years I thought it would be good to put together a simple best practice guide to building an email [...]]]></description>
			<content:encoded><![CDATA[Every so often I am required to build email templates and am  constantly amazed by the new and bizarre bugs I come across.  Having  worked my way through a mountain of email client “features” over the  years I thought it would be good to put toge]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/html-email-template-creation-with-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>feedback form with Jquery</title>
		<link>http://code.24by7info.net/magical-feedback-form-with-jquery/</link>
		<comments>http://code.24by7info.net/magical-feedback-form-with-jquery/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 15:36:03 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=389</guid>
		<description><![CDATA[feedback form using Jquery with easing animation effect. It's simple and interesting just hiding and showing the div tags with jquery. Use it and make some thing better your web project feedback box. Download Code : magicalfeedback Javas]]></description>
			<content:encoded><![CDATA[feedback form using Jquery with easing  animation effect. It's simple and interesting just hiding and showing the  div tags with jquery. Use it and make some thing better your web  project feedback box.



Download Code : magicalfeedback

Javas]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/magical-feedback-form-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the HTML title attribute</title>
		<link>http://code.24by7info.net/using-the-html-title-attribute/</link>
		<comments>http://code.24by7info.net/using-the-html-title-attribute/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 06:55:51 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML attribute]]></category>
		<category><![CDATA[HTML title attribute]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/using-the-html-title-attribute/</guid>
		<description><![CDATA[The HTML title attribute is problematic. It is problematic because it is not well supported in some crucial respects, even though it has been with us for over 13 years. With the rise of touch screen interfaces, the usefulness of this attribute has d]]></description>
			<content:encoded><![CDATA[The HTML title attribute is problematic. It is problematic because it is not well supported in  some crucial respects, even though it has been with us for over 13 years. With the rise of touch screen interfaces, the usefulness of this attribute has d]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/using-the-html-title-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loading different CSS based on browser</title>
		<link>http://code.24by7info.net/loading-different-css-based-on-browser/</link>
		<comments>http://code.24by7info.net/loading-different-css-based-on-browser/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 04:30:06 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[CSS based on browser]]></category>
		<category><![CDATA[different CSS based on browser]]></category>
		<category><![CDATA[javascript to load browser based css style]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=326</guid>
		<description><![CDATA[We can use javascript to load the browser based CSS style sheets use the below example to write code [php] &#60;pre dir=&#34;ltr&#34;&#62;&#60;SCRIPT language=”JavaScript”&#62; var browserName=navigator.appName; if (browserName==”Mic]]></description>
			<content:encoded><![CDATA[We can use javascript to load the browser based CSS style sheets



use the below example to write code

[php]
&lt;pre dir=&quot;ltr&quot;&gt;&lt;SCRIPT language=”JavaScript”&gt;
var browserName=navigator.appName;
if (browserName==”Mic]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/loading-different-css-based-on-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Different CSS Style Sheets For Different Browsers</title>
		<link>http://code.24by7info.net/how-to-use-different-css-style-sheets-for-different-browsers/</link>
		<comments>http://code.24by7info.net/how-to-use-different-css-style-sheets-for-different-browsers/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 01:57:15 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[CSS Style Sheets For Different Browsers]]></category>
		<category><![CDATA[How to Hide CSS Code from Older Browsers]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=320</guid>
		<description><![CDATA[In an ideal world, you only need one set of CSS style sheets for your website, and those styles will work with every browser currently being used. This, as every webmaster soon finds out when he/she uses CSS, is a pipe dream. The modern browse]]></description>
			<content:encoded><![CDATA[In an ideal world, you only need one set of CSS style sheets for your website, and those styles will work with every browser currently being used. This, as every webmaster soon finds out when he/she uses CSS, is a pipe dream.



The modern browse]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/how-to-use-different-css-style-sheets-for-different-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MIME-Handling Changes in Internet Explorer</title>
		<link>http://code.24by7info.net/mime-handling-changes-in-internet-explorer/</link>
		<comments>http://code.24by7info.net/mime-handling-changes-in-internet-explorer/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 04:22:54 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Changes in Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[MIME]]></category>
		<category><![CDATA[MIME-Handling]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=309</guid>
		<description><![CDATA[Each type of file delivered from a web server has an associated MIME type (also called a “content-type”) that describes the nature of the content (e.g. image, text, application, etc). Back in Internet Explorer 8, we made a few changes to IE’s M]]></description>
			<content:encoded><![CDATA[Each type of file delivered from a web server has an associated MIME type (also called a “content-type”) that describes the nature of the content (e.g. image, text, application, etc). Back in Internet Explorer 8, we made a few changes to IE’s M]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/mime-handling-changes-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript date difference calculation</title>
		<link>http://code.24by7info.net/javascript-date-difference-calculation/</link>
		<comments>http://code.24by7info.net/javascript-date-difference-calculation/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 10:27:17 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Script Interview Questions]]></category>
		<category><![CDATA[date difference calculation]]></category>
		<category><![CDATA[JavaScript date difference]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=302</guid>
		<description><![CDATA[Calculating date difference in JavaScript is almost as easy as in PHP, but requires a bit different approach. For this post i wrote simple “static” js object which can calculate difference between two dates in: days, weeks, months and years.]]></description>
			<content:encoded><![CDATA[Calculating date difference in JavaScript is almost as easy as in  PHP, but requires a bit different approach. For this post i wrote simple  “static” js object which can calculate difference between two dates in:  days, weeks, months and years.
]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/javascript-date-difference-calculation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP manual with all PHP Sample&#8217;s &#8211; Free Download</title>
		<link>http://code.24by7info.net/php-manual-with-all-php-samples-free-download/</link>
		<comments>http://code.24by7info.net/php-manual-with-all-php-samples-free-download/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 13:33:02 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[php free scripts]]></category>
		<category><![CDATA[PHP manual Free Download]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=281</guid>
		<description><![CDATA[The PHP manual is available in a selection of languages and formats. Pick a language and format from the table below to start downloading. Notes to read before you download The English version should be considered the most accurate, since]]></description>
			<content:encoded><![CDATA[The PHP manual is available in a selection of languages and  formats. Pick a language and format from the table below to start  downloading.


Notes to read before you download

	 The English version should be considered the most accurate, since]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/php-manual-with-all-php-samples-free-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to override CSS</title>
		<link>http://code.24by7info.net/how-to-override-css/</link>
		<comments>http://code.24by7info.net/how-to-override-css/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 05:42:45 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Override Css]]></category>
		<category><![CDATA[overriding css]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=195</guid>
		<description><![CDATA[If you declare an inline style in your HTML tag it will override an external stylesheet and also a stylesheet inserted in an HTML header &#60;style&#62; tag (see http://www.w3.org/TR/CSS21/cascade.html#specificity). Therefore: [php] &#60;]]></description>
			<content:encoded><![CDATA[If you declare an inline style in your HTML tag it will override an
external stylesheet and also a stylesheet inserted in an HTML header 

&lt;style&gt; tag (see
http://www.w3.org/TR/CSS21/cascade.html#specificity).  Therefore:

[php]

  &lt;]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/how-to-override-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advantages and disadvantages of PHP</title>
		<link>http://code.24by7info.net/advantages-and-disadvantages-of-php/</link>
		<comments>http://code.24by7info.net/advantages-and-disadvantages-of-php/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 07:42:38 +0000</pubDate>
		<dc:creator>Kalyani</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[disadvantages]]></category>
		<category><![CDATA[php advantages]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=184</guid>
		<description><![CDATA[What is PHP? You will find this extension .php or the .php3 file extension in some of the popular sites too. Let us see that is this file extension, which language this extension refers to. Let us see what the main high lights of these language.]]></description>
			<content:encoded><![CDATA[What is PHP?
You will find this extension .php or the .php3 file extension in some of the popular sites too. Let us see that is this file extension, which language this extension refers to. Let us see what the main high lights of these language.

]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/advantages-and-disadvantages-of-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

