<?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>Inc Plugins</title>
	<atom:link href="http://www.incplugins.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.incplugins.com</link>
	<description>Website Engine For PHP</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:11:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making the Move From Html 4 to Xhtml and CSS</title>
		<link>http://www.incplugins.com/making-the-move-from-html-4-to-xhtml-and-css/</link>
		<comments>http://www.incplugins.com/making-the-move-from-html-4-to-xhtml-and-css/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 22:11:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[From]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Making]]></category>
		<category><![CDATA[Move]]></category>
		<category><![CDATA[Xhtml]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/making-the-move-from-html-4-to-xhtml-and-css/</guid>
		<description><![CDATA[&#13;
I originally taught myself HTML 4.0 a few years ago, but I found it difficult to make the transition to using xHTML with CSS (Cascading Style Sheets). However, due to being involved with a small website I was forced to make sense of it. In this article I will run through the practical implications of [...]]]></description>
			<content:encoded><![CDATA[<p>&#13;</p>
<p>I originally taught myself HTML 4.0 a few years ago, but I found it difficult to make the transition to using xHTML with CSS (Cascading Style Sheets). However, due to being involved with a small website I was forced to make sense of it. In this article I will run through the practical implications of switching between the two, in other words what you will need to do to make your HTML work with stylesheets.</p>
<p>&#13;</p>
<p>I’m not going to go over the history of xHTML here, but you should take note that there are many ‘tags’ that have been deprecated and should be avoided in when using xHTML.</p>
<p>&#13;</p>
<p>The first important difference in xHTML comes in the form of its syntax. The language is case sensitive, so it is all written in lowercase, no more use of caps! Secondly, ‘tags’, or elements to be technical, are now classified into two types: those that &#8216;contain&#8217; data, and those that are &#8216;empty&#8217;. An example of the former might be a paragraph element, which has a closing tag. That which is in between these two tags is the &#8216;contained data&#8217;. For instance, a sentence is understood to be data. An example of an empty tag could be a line break, and is written slightly differently than in HTML 4.0, instead of having a forward-slash just after the opening bracket the forward-slash must be written just before the closing bracket and must be preceded by a space. Other &#8216;empty&#8217; types include the image element  and the horizontal rule element . </p>
<p>&#13;</p>
<p>Another point to bear in mind is that because xHTML is supposed to be compatible across various devices, all images must have alternative descriptions  (which means you have to make use of the &#8216;alt&#8217; attribute in image elements, it’s no longer just an option). Similarly, you&#8217;ll be making extensive use of the &#8216;id&#8217; attribute in xHTML (similar to the &#8216;name&#8217; attribute, but used differently &#8211; see below).</p>
<p>&#13;</p>
<p>The biggest hurdle for myself personally was learning the syntax of CSS. There are actually three ways of using CSS, of which one is to create a separate document with a .css extension. This file will contain all the styling attributes of the elements in your xHTML code. You can also place CSS in the ‘head’ element (using &#8217;style&#8217; as an element), or you can embed it into an element anywhere in your code (for this you would use the ‘style’ attribute). Using an external file can be useful as changes made to this one document cascade throughout your entire website, hence eliminating the need to change the code on each page. The syntax basically consists of a &#8217;selector&#8217;, which can either be an &#8216;id&#8217; selector, a class selector or a generic class selector . So, for instance, I&#8217;ve given an ‘img’ element the id &#8220;MyImg&#8221;, then I go to my css section/file and create the selector #MyImg {}. Here&#8217;s where the syntax comes in. the # symbol means that I&#8217;ve created an id selector, so what follows in the curly brackets will apply to all elements with the id &#8220;MyImg&#8221;. An example might look something like this:</p>
<p>&#13;</p>
<p>#MyImg {<br />&#13;</p>
<p>	width: 200px;<br />&#13;</p>
<p>	height: 100px;<br />&#13;</p>
<p>	border: 0px<br />&#13;</p>
<p>	}</p>
<p>&#13;</p>
<p>Notice that I use a colon in place of the equals sign to assign values. If you fail to do this your styles will not be applied. Also, each attribute is followed by a semicolon which separates them. If you do not follow this syntax when using CSS your styling will not come into effect. The last thing you need to know to get started is how to link your external CSS document to your xHTML document. Just nest a  element in your &#8216;head&#8217; element and you&#8217;re ready to go. There are plenty of new ways to perform tasks such as positioning in CSS. Have fun playing around with these new possibilities!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/making-the-move-from-html-4-to-xhtml-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can i get good india university that offer Application/web programming course?</title>
		<link>http://www.incplugins.com/how-can-i-get-good-india-university-that-offer-applicationweb-programming-course/</link>
		<comments>http://www.incplugins.com/how-can-i-get-good-india-university-that-offer-applicationweb-programming-course/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 16:03:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Application/web]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[Good]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[offer]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/how-can-i-get-good-india-university-that-offer-applicationweb-programming-course/</guid>
		<description><![CDATA[I`m looking for a good university in india where i can study Application / Web and Database programming
]]></description>
			<content:encoded><![CDATA[<p>I`m looking for a good university in india where i can study Application / Web and Database programming</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/how-can-i-get-good-india-university-that-offer-applicationweb-programming-course/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Tutorials: Sending email (Part 1)</title>
		<link>http://www.incplugins.com/php-tutorials-sending-email-part-1/</link>
		<comments>http://www.incplugins.com/php-tutorials-sending-email-part-1/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 16:03:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Part]]></category>
		<category><![CDATA[Sending]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/php-tutorials-sending-email-part-1/</guid>
		<description><![CDATA[					
					
Using the mail function, I show you how to create a very basic script. With a little tweaking of our php.ini file, we can send an email from php very easily!
]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/DpdqLCMo4Hw?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/DpdqLCMo4Hw?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Using the mail function, I show you how to create a very basic script. With a little tweaking of our php.ini file, we can send an email from php very easily!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/php-tutorials-sending-email-part-1/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Sport in focus: Goal</title>
		<link>http://www.incplugins.com/sport-in-focus-goal/</link>
		<comments>http://www.incplugins.com/sport-in-focus-goal/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 11:59:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[Goal]]></category>
		<category><![CDATA[Sport]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/sport-in-focus-goal/</guid>
		<description><![CDATA[Sport in focus: Goal
A daily photograph from around the world
]]></description>
			<content:encoded><![CDATA[<p><b>Sport in focus: Goal</b><br />
A daily photograph from around the world</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/sport-in-focus-goal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What kind of job can utilize graphic design and web design skills?</title>
		<link>http://www.incplugins.com/what-kind-of-job-can-utilize-graphic-design-and-web-design-skills/</link>
		<comments>http://www.incplugins.com/what-kind-of-job-can-utilize-graphic-design-and-web-design-skills/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:04:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[kind]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[utilize]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/what-kind-of-job-can-utilize-graphic-design-and-web-design-skills/</guid>
		<description><![CDATA[Aside from the job of Graphic Designer and Web Designer&#8230; What kind of job can utilize graphic design and web design skills?
Yellow- So you are of the impression that only people who are JUST graphic designers do graphic designs? There are no other fields where that skill comes in handy?
]]></description>
			<content:encoded><![CDATA[<p>Aside from the job of Graphic Designer and Web Designer&#8230; What kind of job can utilize graphic design and web design skills?<br />
Yellow- So you are of the impression that only people who are JUST graphic designers do graphic designs? There are no other fields where that skill comes in handy?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/what-kind-of-job-can-utilize-graphic-design-and-web-design-skills/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Study predicts PS3 will win the console war</title>
		<link>http://www.incplugins.com/study-predicts-ps3-will-win-the-console-war/</link>
		<comments>http://www.incplugins.com/study-predicts-ps3-will-win-the-console-war/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 04:04:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[predicts]]></category>
		<category><![CDATA[Study]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/study-predicts-ps3-will-win-the-console-war/</guid>
		<description><![CDATA[Study predicts PS3 will win the console war
A study by the Strategy Analytics Connected Home Devices service pegs the PlayStation 3 as the ultimate winner of this generation&#8217;s console war: &#8220;Lifetime PS3 sales are predicted to reach 127 million units, compared to 103 million Wii units.&#8221;
]]></description>
			<content:encoded><![CDATA[<p><b>Study predicts PS3 will win the console war</b><br />
A study by the Strategy Analytics Connected Home Devices service pegs the PlayStation 3 as the ultimate winner of this generation&#8217;s console war: &#8220;Lifetime PS3 sales are predicted to reach 127 million units, compared to 103 million Wii units.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/study-predicts-ps3-will-win-the-console-war/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Interview</title>
		<link>http://www.incplugins.com/css-interview/</link>
		<comments>http://www.incplugins.com/css-interview/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 02:01:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Interview]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/css-interview/</guid>
		<description><![CDATA[					
					
CSS love Beyonce! Everybody&#8217;s favorite, CSS / Cansei De Ser Sexy talks to betterpropaganda during their recent show in San Francisco. An exclusive brought to you by www.betterpropaganda.com, the music discovery site that allows you listen to, check out and collect the best new music out there.
]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/rBE4BAnFPhU?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/rBE4BAnFPhU?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
CSS love Beyonce! Everybody&#8217;s favorite, CSS / Cansei De Ser Sexy talks to betterpropaganda during their recent show in San Francisco. An exclusive brought to you by www.betterpropaganda.com, the music discovery site that allows you listen to, check out and collect the best new music out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/css-interview/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>US Airways fined over pricing on Web site</title>
		<link>http://www.incplugins.com/us-airways-fined-over-pricing-on-web-site/</link>
		<comments>http://www.incplugins.com/us-airways-fined-over-pricing-on-web-site/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:04:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Airways]]></category>
		<category><![CDATA[fined]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[pricing]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/us-airways-fined-over-pricing-on-web-site/</guid>
		<description><![CDATA[US Airways fined over pricing on Web site
US Airways Group Inc. was fined $40,000 yesterday by the Department of Transportation for not disclosing full ticket prices on its Web site.
]]></description>
			<content:encoded><![CDATA[<p><b>US Airways fined over pricing on Web site</b><br />
US Airways Group Inc. was fined $40,000 yesterday by the Department of Transportation for not disclosing full ticket prices on its Web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/us-airways-fined-over-pricing-on-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Meeting Paris Hilton (Off the hook EP version)</title>
		<link>http://www.incplugins.com/css-meeting-paris-hilton-off-the-hook-ep-version/</link>
		<comments>http://www.incplugins.com/css-meeting-paris-hilton-off-the-hook-ep-version/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:04:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Hilton]]></category>
		<category><![CDATA[Hook]]></category>
		<category><![CDATA[Meeting]]></category>
		<category><![CDATA[Paris]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/css-meeting-paris-hilton-off-the-hook-ep-version/</guid>
		<description><![CDATA[					
					
CSS (cansei de ser sexy) &#8211; Meeting Paris Hilton, This version of the song is really hard to find (to stream), infact i had to buy it off itunes and decided to share it sinse it&#8217;s impossible to find really. Anyway.. I did some research it comes from the Off The Hook EP which is [...]]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/zJL7IX34Abo?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/zJL7IX34Abo?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
CSS (cansei de ser sexy) &#8211; Meeting Paris Hilton, This version of the song is really hard to find (to stream), infact i had to buy it off itunes and decided to share it sinse it&#8217;s impossible to find really. Anyway.. I did some research it comes from the Off The Hook EP which is probably why it was hard to find. Anyway I love it and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/css-meeting-paris-hilton-off-the-hook-ep-version/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Php Mysql in Web Development</title>
		<link>http://www.incplugins.com/php-mysql-in-web-development/</link>
		<comments>http://www.incplugins.com/php-mysql-in-web-development/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:04:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.incplugins.com/php-mysql-in-web-development/</guid>
		<description><![CDATA[&#13;
PHP/Mysql in Web Development
&#13;
PHP and MYSQL are two of the most popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful server side scripting language designed to enable developers to create feature rich Web applications quickly and MySQL is a fast, reliable and robust database that integrates well with [...]]]></description>
			<content:encoded><![CDATA[<p>&#13;</p>
<p>PHP/Mysql in Web Development</p>
<p>&#13;</p>
<p>PHP and MYSQL are two of the most popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful server side scripting language designed to enable developers to create feature rich Web applications quickly and MySQL is a fast, reliable and robust database that integrates well with PHP and is suited for dynamic Internet-based applications. They run on both linux and windows servers so your web host most likely supports it. If your site needs to be updated with fresh and constantly updated contents, then you must have a database driven site design.</p>
<p>&#13;</p>
<p>Technoscore is a  <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.technoscore.com">web development company in India</a>, which specializes in Database driven websites designed using LAMP (Linux, Apache, MYSQL and PHP) with content management systems (CMS), which help you update/administer your site without requiring any external intervention.</p>
<p>&#13;</p>
<p>Even though Technoscore is a Indian web design/development company, they have been serving Global customers since 1999. Their services include <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.technoscore.com/php-mysql-web-devlopment.html">php-mysql-web-devlopment</a> and MySQL web development, ecommerce web sites, PHP-MySQL offshore development and<br /><a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.technoscore.com/php-mysql-web-devlopment.html">PHP programming services</a>. They have an Offshore dedicated Team to work on any php/mysql project and have it delivered on time, per your specifications. In addition, they are also skilled in flash design, and have worked on several large projects involving flash for overseas clients.</p>
<p>&#13;</p>
<p>Technoscore is a premier resource for PHP development. Their PHP solutions include the following.</p>
<p>&#13;</p>
<p>Shopping Carts</p>
<p>&#13;</p>
<p>Order Tracking</p>
<p>&#13;</p>
<p>Credit Card Processing</p>
<p>&#13;</p>
<p>Content management System</p>
<p>&#13;</p>
<p>Form generators and form processors</p>
<p>&#13;</p>
<p>Image galleries and stock photo applications using ecommerce</p>
<p>&#13;</p>
<p>Web traffic analysis</p>
<p>&#13;</p>
<p>Virtual communities</p>
<p>&#13;</p>
<p>Blogs</p>
<p>&#13;</p>
<p>Polls and Surveys</p>
<p>&#13;</p>
<p>Feedback Forms</p>
<p>&#13;</p>
<p>Ratings and Reviews</p>
<p>&#13;</p>
<p>Mailing Systems</p>
<p>&#13;</p>
<p>Integrated Search</p>
<p>&#13;</p>
<p>Online Chats</p>
<p>&#13;</p>
<p>RSS Feeds</p>
<p>&#13;</p>
<p>Back-end Administration panel</p>
<p>&#13;</p>
<p>So be sure to check Technoscore out.  They will leverage the cost saving advantages of the above open source technologies to deliver full featured, scalable web solutions while providing quality customer service at the same time.</p>
<p>&#13;</p>
<p>Contact Technoscore today, and ensure great savings, while successfully outsourcing your web development project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incplugins.com/php-mysql-in-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
