<?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>TutorBoy &#187; General</title>
	<atom:link href="http://articles.tutorboy.com/topics/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://articles.tutorboy.com</link>
	<description>Log on to Techknowledgey</description>
	<lastBuildDate>Wed, 18 Jan 2012 09:06:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>XPath in JavaScript, PHP, ActionScript and jQuery</title>
		<link>http://articles.tutorboy.com/2010/09/27/xpath-in-javascript-php-actionscript-and-jquery/</link>
		<comments>http://articles.tutorboy.com/2010/09/27/xpath-in-javascript-php-actionscript-and-jquery/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 06:30:15 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Action Script 2.0]]></category>
		<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Flash Component]]></category>
		<category><![CDATA[Flash CS3]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery from scratch]]></category>
		<category><![CDATA[Js]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://articles.tutorboy.com/?p=2497</guid>
		<description><![CDATA[XPath, the XML Path Language, is a query language for selecting nodes from an XML document or we can say ...]]></description>
			<content:encoded><![CDATA[<p><strong>XPath</strong>, the <strong>XML Path Language</strong>, is a query language for selecting nodes from an XML document or we can say XPath is a language for addressing parts of an XML document, designed to be used by both XSLT and XPointer. It also provides basic facilities for manipulation of strings, numbers and Boolean. Most of the languages were support this feature, if you didn&#8217;t find in respected language you will get from 3rd party libs. Here are some quick reference links to XPath &amp; XPath Libs.<span id="more-2497"></span></p>
<h1>Reference Links</h1>
<p>1. <a title="XPath Syntax" href="http://www.w3schools.com/XPath/xpath_syntax.asp" target="_blank">XPath Syntax</a></p>
<p>2. <a title="XML Path Language (XPath)" href="http://www.w3.org/TR/xpath/" target="_blank">XML Path Language (XPath)</a></p>
<p>3. <a title="XPath Examples .NET Framework 4" href="http://msdn.microsoft.com/en-us/library/ms256086.aspx" target="_blank">XPath Examples .NET Framework 4</a></p>
<p>4. <a title="Introduction to using XPath in JavaScript" href="https://developer.mozilla.org/en/Introduction_to_using_XPath_in_JavaScript" target="_blank">Introduction to using XPath in JavaScript</a></p>
<p>5. <a title="An XPath implementation for ActionScript 3.0. " href="http://code.google.com/p/xpath-as3/" target="_blank">An XPath implementation for ActionScript 3.0. </a></p>
<p>6. <a title="PHP XPath Tutorial " href="http://ditio.net/2008/12/01/php-xpath-tutorial-advanced-xml-part-1/" target="_blank">PHP XPath Tutorial </a></p>
<p>7. <a title="jQuery  XPath Selectors" href="http://docs.jquery.com/DOM/Traversing/Selectors" target="_blank">jQuery  XPath Selectors</a></p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/09/27/xpath-in-javascript-php-actionscript-and-jquery/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>jQuery UI DatePicker Disable/Enable Specified Dates</title>
		<link>http://articles.tutorboy.com/2010/09/03/jquery-ui-datepicker-disable-specified-dates/</link>
		<comments>http://articles.tutorboy.com/2010/09/03/jquery-ui-datepicker-disable-specified-dates/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 21:40:11 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Date Picker]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery from scratch]]></category>
		<category><![CDATA[Js]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[UI-DatePicker]]></category>

		<guid isPermaLink="false">http://articles.tutorboy.com/?p=2346</guid>
		<description><![CDATA[We all are familiar with jQuery UI DatePicker, it have many options to customize the functionality. Instead of that we ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://articles.tutorboy.com/jquery/jquery-ui-datepicker-disable-specified-dates.html"><img class="alignright size-full wp-image-2361" title="ui-datepicker-disable-specified-dates" src="http://articles.tutorboy.com/content/uploads/2010/09/ui-datepicker-disable-specified-dates.jpg" alt="" width="369" height="181" /></a>We all are familiar with jQuery UI DatePicker, it have many options to customize the functionality. Instead of that we can be able to use or modify some of the values/params. Some times we want to disable/enable some days in datepicker, jQuery doesn&#8217;t  have <span id="more-2346"></span>any direct optional values for that. Here I&#8217;m mentioning the usage of <strong>beforeShowDay </strong>param<strong> </strong>in datepicker. The basic usage of the datepicker is <em>$(selector).datepicker();</em><strong> </strong>if<strong> </strong>you want to use params then <em>$(&#8216;#datepicker&#8217;).datepicker({minDate: new Date(2010, 10, 27), dateFormat: &#8216;mm/dd/yy&#8217;,}); </em><strong>beforeShowDay</strong> param will accept the a function and it pass each date to the function before its shown to the UI datepicker panel. So if the function return true then the date will active otherwise its disabled. <img src='http://articles.tutorboy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  by the help of this params we can enable or disable the dates. You can use some of the simple methods which I&#8217;m gonna describe below.</p>
<p style="text-align: justify;"><a class="wp-caption" href="http://articles.tutorboy.com/content/jquery_ui_datepicker_disable_specified_dates.php" target="_blank">View Demo</a></p>
<h2>jQuery files</h2>
<pre class="brush:js">&lt;link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/&gt;
&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"&gt;&lt;/script&gt;
&lt;script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"&gt;&lt;/script&gt;</pre>
<h2>Simple datepicker</h2>
<pre class="brush:js">$("#datepicker").datepicker();</pre>
<h2>Disable all dates till today</h2>
<pre class="brush:js">// get the current date
var date = new Date();
var m = date.getMonth(), d = date.getDate(), y = date.getFullYear();

// Disable all dates till today
$('#datepicker2').datepicker({
		minDate: new Date(y, m, d),
		dateFormat: 'mm-dd-yy',
});</pre>
<h2>Disable all dates from today</h2>
<pre class="brush:js">// Disable all dates from today
$('#datepicker3').datepicker({
		maxDate: new Date(y, m, d),
		dateFormat: 'mm-dd-yy',
});</pre>
<h2>Disable all weekends</h2>
<pre class="brush:js">// Disable all weekends
$('#datepicker4').datepicker({
		dateFormat: 'mm-dd-yy',
		beforeShowDay: $.datepicker.noWeekends
});</pre>
<h2>Disable a list of dates</h2>
<pre class="brush:js">// Disable a list of dates
var disabledDays = ["9-21-2010", "9-24-2010", "9-27-2010", "9-28-2010", "9-3-2010", "9-17-2010", "9-2-2010", "9-3-2010", "9-4-2010", "9-5-2010"];
function disableAllTheseDays(date) {
	var m = date.getMonth(), d = date.getDate(), y = date.getFullYear();
	for (i = 0; i &lt; disabledDays.length; i++) {
		if($.inArray((m+1) + '-' + d + '-' + y,disabledDays) != -1) {
			return [false];
		}
	}
	return [true];
}
$('#datepicker5').datepicker({
		dateFormat: 'mm-dd-yy',
		beforeShowDay: disableAllTheseDays
});</pre>
<h2>Enable a list of dates</h2>
<pre class="brush:js">// Enable a list of dates
var enabledDays = ["9-21-2010", "9-24-2010", "9-27-2010", "9-28-2010", "9-3-2010", "9-17-2010", "9-2-2010", "9-3-2010", "9-4-2010", "9-5-2010"];
function enableAllTheseDays(date) {
	var m = date.getMonth(), d = date.getDate(), y = date.getFullYear();
	for (i = 0; i &lt; enabledDays.length; i++) {
		if($.inArray((m+1) + '-' + d + '-' + y,enabledDays) != -1) {
			return [true];
		}
	}
	return [false];
}
$('#datepicker6').datepicker({
		dateFormat: 'mm-dd-yy',
		beforeShowDay: enableAllTheseDays
});</pre>
<h2>Disable a range of dates</h2>
<pre class="brush:js">// Disable a range of dates
var disabledDaysRange = [["9-1-2010 to 9-6-2010", "9-10-2010 to 9-15-2010", "10-27-2010 to 10-30-2010"], '9-17-2010'];
function disableRangeOfDays(d) {
	for(var i = 0; i &lt; disabledDaysRange.length; i++) {
		if($.isArray(disabledDaysRange[i])) {
			for(var j = 0; j &lt; disabledDaysRange[i].length; j++) {
				var r = disabledDaysRange[i][j].split(" to ");
				r[0] = r[0].split("-");
				r[1] = r[1].split("-");
				if(new Date(r[0][2], (r[0][0]-1), r[0][1]) &lt;= d &amp;&amp; d &lt;= new Date(r[1][2], (r[1][0]-1), r[1][1])) {
					return [false];
				}
			}
		}else{
			if(((d.getMonth()+1) + '-' + d.getDate() + '-' + d.getFullYear()) == disabledDaysRange[i]) {
				return [false];
			}
		}
	}
	return [true];
}
$('#datepicker7').datepicker({
		dateFormat: 'mm-dd-yy',
		beforeShowDay: disableRangeOfDays
});</pre>
<h2>Enable a range of dates</h2>
<pre class="brush:js'">// Enable a range of dates
var disabledDaysRange = [["9-1-2010 to 9-6-2010", "9-10-2010 to 9-15-2010", "10-27-2010 to 10-30-2010"], '9-17-2010'];
function disableRangeOfDays(d) {
	for(var i = 0; i &lt; disabledDaysRange.length; i++) {
		if($.isArray(disabledDaysRange[i])) {
			for(var j = 0; j &lt; disabledDaysRange[i].length; j++) {
				var r = disabledDaysRange[i][j].split(" to ");
				r[0] = r[0].split("-");
				r[1] = r[1].split("-");
				if(new Date(r[0][2], (r[0][0]-1), r[0][1]) &lt;= d &amp;&amp; d &lt;= new Date(r[1][2], (r[1][0]-1), r[1][1])) {
					return [true];
				}
			}
		}else{
			if(((d.getMonth()+1) + '-' + d.getDate() + '-' + d.getFullYear()) == disabledDaysRange[i]) {
				return [true];
			}
		}
	}
	return [false];
}

$('#datepicker8').datepicker({
		dateFormat: 'mm-dd-yy',
		beforeShowDay: disableRangeOfDays
});</pre>
<h2>Enable only Friday</h2>
<pre class="brush:js'">// Enable only Friday
$("#datepicker9").datepicker({
	dateFormat: 'dd-mm-yy',
	minDate: 1,
	beforeShowDay: enableFirday
});
// Custom function to enable friday only in jquery calender
function enableFirday(date) {
	var day = date.getDay();
	return [(day == 5), ''];
}</pre>
<p>Note: All the above function works well with the dateformat <em><strong>mm-dd-yy</strong></em>. But you can change the values in the function mainly in this line <strong>(m+1) + &#8216;-&#8217; + d + &#8216;-&#8217; + y</strong>. Replace the &#8211; with your char usage the same dateformat in all the arrays and functions. Have fun <img src='http://articles.tutorboy.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/09/03/jquery-ui-datepicker-disable-specified-dates/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>HTML5Rocks</title>
		<link>http://articles.tutorboy.com/2010/08/30/html5rocks/</link>
		<comments>http://articles.tutorboy.com/2010/08/30/html5rocks/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 11:13:02 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Guest Post]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[HTML5Rocks]]></category>

		<guid isPermaLink="false">http://articles.tutorboy.com/?p=2312</guid>
		<description><![CDATA[HTML5Rocks.com is an open source project!. HTML5Rocks.com A resource for developers looking to put HTML5 to use today, including information ...]]></description>
			<content:encoded><![CDATA[<p>HTML5Rocks.com is an open source project!. HTML5Rocks.com A resource for developers <a href="http://articles.tutorboy.com/websites/html5rocks.html"><img class="size-medium wp-image-2313 alignleft" title="HTML5Rocks" src="http://articles.tutorboy.com/content/uploads/2010/08/HTML5Rocks-300x162.png" alt="" width="300" height="162" /></a>looking to put HTML5 to use today, including information on specific features and when to use them in your apps. Google have recently updated their HTML5ROCKS site, originally launched  in June this year, with numerous new demos and tutorials for HTML5 and  CSS3. The HTML5ROCKS Code Playground offers various interactive demos, along with code snippets, for various new CSS3 features including:    <span id="more-2312"></span>You can visit the site <a href="http://www.html5rocks.com/" target="_blank">here</a>.</p>
<ul>
<li><a href="http://playground.html5rocks.com/#columns" target="_blank">Multicolumn Layout</a></li>
<li><a href="http://playground.html5rocks.com/#rounded_corners" target="_blank">Rounded Corners</a></li>
<li><a href="http://playground.html5rocks.com/#web_fonts" target="_blank">Web Fonts</a></li>
<li><a href="http://playground.html5rocks.com/#text_wrapping" target="_blank">Text Wrapping</a></li>
<li><a href="http://playground.html5rocks.com/#text_stroke" target="_blank">Text Stroke</a></li>
<li><a href="http://playground.html5rocks.com/#transitions" target="_blank">Transitions</a></li>
<li><a href="http://playground.html5rocks.com/#2d_transforms" target="_blank">2d Transforms</a></li>
<li><a href="http://playground.html5rocks.com/#animations" target="_blank">Animations</a></li>
<li><a href="http://playground.html5rocks.com/#gradients" target="_blank">Gradients</a></li>
<li><a href="http://playground.html5rocks.com/#new_selectors" target="_blank">Selectors</a></li>
</ul>
<p>And you can find other HTML5 resources</p>
<ul>
<li><a href="http://html5readiness.com/">HTML5 Readiness</a> &#8211; visual timeline of HTML5 feature support.</li>
<li><a href="http://diveintohtml5.org/">Dive into HTML5</a> &#8211; learn HTML5 and have fun reading a book at the same time.</li>
<li><a href="http://www.modernizr.com/">Modernizr</a> &#8211; JavaScript library for feature detection and control fallback cases of HTML5.</li>
</ul>
<p style="text-align: center;"><a href="http://articles.tutorboy.com/websites/html5rocks.html"><img class="aligncenter size-full wp-image-2321" title="html5readiness" src="http://articles.tutorboy.com/content/uploads/2010/08/html5readiness.png" alt="" width="640" height="462" /></a><a href="http://articles.tutorboy.com/websites/html5rocks.html"><img class="aligncenter size-full wp-image-2313" title="HTML5Rocks" src="http://articles.tutorboy.com/content/uploads/2010/08/HTML5Rocks.png" alt="" width="777" height="422" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/08/30/html5rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Useful WordPress Plugins</title>
		<link>http://articles.tutorboy.com/2010/08/07/most-useful-wordpress-plugins/</link>
		<comments>http://articles.tutorboy.com/2010/08/07/most-useful-wordpress-plugins/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 04:56:23 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://articles.tutorboy.com/?p=2071</guid>
		<description><![CDATA[Plugins can extend WordPress to do almost anything you can imagine. In  the directory you can find, download, rate, ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Plugins can extend WordPress to do almost anything you can imagine. In  the directory you <a href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html"><img class="size-full wp-image-2086 alignright" title="wordpress-plugins" src="http://articles.tutorboy.com/content/uploads/2010/08/wordpress-plugins.jpg" alt="" width="280" height="137" /></a>can find, download, rate, and comment on all the best  plugins the WordPress community has to offer. But there you can see lots of plugins with equal rating, thus, I know you will get confused while selecting one of them for your purpose.  So I&#8217;ll share my experiences on WordPress Plugins, and listing out some of the commonly used Plugins &amp; Usage.</p>
<p><span id="more-2071"></span></p>
<h1>1. All in One SEO Pack</h1>
<p style="text-align: justify;">The WordPress itself is Optimize the contents for search engines. But while using <em>All in One SEO Pack</em> you will get much control over the <strong>SEO</strong>. In this you can change the meta-data, descriptions, titles and set the index/follow of each pages or views with in the <em>All in One SEO Pack</em> plugin settings page.</p>
<p><a class="wp-caption" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">Download » All in One SEO Pack</a></p>
<h1>2. WP-PageNavi</h1>
<p style="text-align: justify;">By default there is no pagination support for the WordPress. So <em>WP-PageNavi</em> is one of the best plugin for WordPress Pagination.  Check the Screens for the settings page and its output.  You need to place php code inside the theme files. <a href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html"><img class="aligncenter size-full wp-image-2094" title="wp-pagnavi" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-pagnavi.jpg" alt="" width="568" height="528" /></a></p>
<p><a href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html"><img class="aligncenter size-full wp-image-2095" title="wp-pagnavi2" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-pagnavi2.jpg" alt="" width="568" height="186" /></a><a class="wp-caption" href="http://wordpress.org/extend/plugins/wp-pagenavi/">Download » WP-PageNavi</a></p>
<h1>3. WordPress Related Posts</h1>
<p style="text-align: justify;">WordPress Related Posts Plugin will generate a related posts via WordPress tags, and add the related posts to feed. Insert the <code>&lt;?php wp_related_posts(); ?&gt; code inside your theme file, where ever you want to show the related posts.</code></p>
<h1>4. Upcoming Posts Widget</h1>
<p style="text-align: justify;">It is better to let your readers know exactly what and when you will post something.<br />
Features 1. Help you to show cheduled posts or drafts. 2. Configure in the widget: the number of posts; show the excerpt; the time format; a specific category. 3. Make your own style by editing ucp.css and ucp_widget.php files.</p>
<p style="text-align: justify;"><a href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html"><img class="size-full wp-image-2097 aligncenter" title="wp-upcomming-post" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-upcomming-post.jpg" alt="" width="568" height="186" /></a></p>
<p><a class="wp-caption" href="http://wordpress.org/extend/plugins/upcoming-posts/">Download » Upcoming Posts Widget</a></p>
<h1>5. Google XML Sitemaps</h1>
<p style="text-align: justify;">This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it&#8217;s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. You can generate the sitemap xml from the plugin&#8217;s settings page.</p>
<p><a href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html"><img class="aligncenter size-full wp-image-2099" title="wp-sitemap-settings 2" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-sitemap-settings-2.jpg" alt="" width="568" height="300" /></a></p>
<p><a rel="attachment wp-att-2100" href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html/attachment/wp-sitemap-settings"><img class="aligncenter size-full wp-image-2100" title="wp-sitemap-settings" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-sitemap-settings.jpg" alt="" width="568" height="300" /></a></p>
<p><a class="wp-caption" href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Download » Google XML Sitemaps</a></p>
<h1>6. WPtouch iPhone Theme</h1>
<p style="text-align: justify;">WPtouch automatically transforms your WordPress blog into an iPhone  application-style theme, complete with ajax loading articles and  effects, when viewed from an iPhone, iPod touch, Android, Opera Mini,  Palm Pre and BlackBerry Storm mobile devices. The admin panel allows you to customize many aspects of its appearance,  and deliver a fast, user-friendly and stylish version of your site to  iPhone, iPod touch, Android, Palm Pre and BlackBerry Storm visitors,  without modifying <em>a single bit of code</em> (or affecting) your regular desktop theme.</p>
<p><a href="http://wordpress.org/extend/plugins/wptouch/screenshots/"><img class="aligncenter size-full wp-image-2102" title="wp-touchtheme" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-touchtheme.jpg" alt="" width="568" height="300" /></a><a class="wp-caption" href="http://wordpress.org/extend/plugins/wptouch/">Download » WPtouch iPhone Theme</a></p>
<h1>7. Sociable</h1>
<p style="text-align: justify;">Automatically add links to your favorite social bookmarking sites on  your posts, pages and in your RSS feed. You can choose from 99 different  social bookmarking sites!</p>
<p style="text-align: justify;"><a rel="attachment wp-att-2103" href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html/attachment/wp-sociable-2"><img class="aligncenter size-full wp-image-2103" title="wp-sociable 2" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-sociable-2.jpg" alt="" width="568" height="204" /></a><a href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html"><img class="aligncenter size-full wp-image-2104" title="wp-sociable" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-sociable.jpg" alt="" width="568" height="204" /></a><a rel="attachment wp-att-2104" href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html/attachment/wp-sociable"></a><a href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html"><img class="aligncenter size-full wp-image-2106" title="wp-sociable 3" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-sociable-3.jpg" alt="" width="568" height="400" /></a></p>
<p><a class="wp-caption" href="http://wordpress.org/extend/plugins/sociable/">Download » Sociable</a></p>
<h1>8. FeedBurner Widget</h1>
<p>FeedBurner Widget is very simple sidebar widget plugin to easy customize and display your FeedBurner subscribers stats button.</p>
<p style="text-align: center;"><a href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html"><img class="aligncenter size-full wp-image-2107" title="wp-feed" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-feed.jpg" alt="" width="500" height="365" /></a><a rel="attachment wp-att-2108" href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html/attachment/wp-feed2"><img class="aligncenter size-full wp-image-2108" title="wp-feed2" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-feed2.jpg" alt="" width="500" height="790" /></a></p>
<p><a class="wp-caption" href="http://wordpress.org/extend/plugins/feedburner-widget/">Download » FeedBurner Widget</a></p>
<h1>9. Count Per Day</h1>
<p>It counts 1 visit per IP per day. So any reload of the page don&#8217;t increment the counter.  Features: Count reads and visitors,  shows reads per page, shows visitors today, yesterday, last week, last months and other statistics on dashboard, shows country of your visitors<a href="http://articles.tutorboy.com/wordpress/most-useful-wordpress-plugins.html"><img class="aligncenter size-full wp-image-2109" title="wp-Count Per Day" src="http://articles.tutorboy.com/content/uploads/2010/08/wp-Count-Per-Day.jpg" alt="" width="575" height="600" /></a></p>
<p><a class="wp-caption" href="http://wordpress.org/extend/plugins/count-per-day/">Download » Count Per Day</a></p>
<h1>10. NextGEN Gallery</h1>
<p>NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.</p>
<p><strong>Features</strong><br />
* Templates : You can add custom templates for your theme.<br />
* Media RSS feed : Add the Cooliris Effect to your gallery<br />
* Role settings : Each gallery has a author<br />
* AJAX based thumbnail generator : No more server limitation during the batch process<br />
* Copy/Move : Copy or move images between galleries etc&#8230;etc.</p>
<p><a class="wp-caption" href="http://wordpress.org/extend/plugins/nextgen-gallery/">Download » NextGEN Gallery</a></p>
<p>Enjoy Blogging <img src='http://articles.tutorboy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/08/07/most-useful-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Turning Your Online Business Idea Into Reality</title>
		<link>http://articles.tutorboy.com/2010/07/28/turning-your-online-business-idea-into-reality/</link>
		<comments>http://articles.tutorboy.com/2010/07/28/turning-your-online-business-idea-into-reality/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 08:58:12 +0000</pubDate>
		<dc:creator>Ali Hale</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guest Post]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://articles.tutorboy.com/?p=2035</guid>
		<description><![CDATA[Have you got an idea for an online business? Maybe you&#8217;re currently in full-time work, in college, or you&#8217;re a ...]]></description>
			<content:encoded><![CDATA[<p>Have you got an idea for an online business? Maybe you&#8217;re currently in full-time work, in college, or you&#8217;re a stay-at-home mom &#8230; but you&#8217;ve got a few hours to spare and you&#8217;d love to have some extra cash. You&#8217;re not stupid: you know a lot of the &#8220;make money from home&#8221; adverts are just scams.</p>
<p>But you&#8217;re stuck. How do you work out if your cool idea has legs? How do you get it off the ground? Where should you begin?</p>
<h2>Work Out What You&#8217;d Love to Do</h2>
<p>Firstly, if you&#8217;re going to start an online business, don&#8217;t just pick something that you think will make a lot of money. Yes, it&#8217;s very cheap to get an online business up and running &#8211; but there&#8217;ll be a big cost in terms of your time.<span id="more-2035"></span></p>
<p>Find something that you&#8217;d really enjoy doing. Perhaps you love creating images and designs, and you want to offer illustration services. Maybe you&#8217;re a keen writer, and you want to write for blogs. You might love making jewellery and want to find somewhere to sell it online. Whatever it is, make sure it&#8217;s something you genuinely love.</p>
<h2>Get a Website</h2>
<p>Frankly, you can&#8217;t start an online business without a website! You should get a domain name (ideally ending in .com &#8211; or whatever your country&#8217;s extension is, for example .co.uk for the UK, or .ca for Canada).</p>
<p>Consider having a blog: the more pages on your site, the more traffic you&#8217;ll get from search engines &#8211; and a blog is an easy and fun way to keep adding content to your website.</p>
<p>I use Dreamhost for all my websites &#8211; they provide lots of space, a free domain name and loads of other features like shopping carts and blog software that you can install with just one click. If you register with them and put in the code &#8220;aliventures&#8221;, you&#8217;ll get a second free domain name (very handy if you ever want to grow your business and branch out into a different area!)</p>
<p>Put information on your website about what services or products you offer. Make it very clear what you and your business are all about: be careful not to make assumptions about how much your potential clients will know. Having a page of Frequently Asked Questions can help convert prospects into customers and clients.</p>
<h2>Learn From the Experts</h2>
<p>There is a lot of advice out there about online businesses &#8211; and it can be very hard to separate the good stuff from the rubbish! Well-reviewed books can help, but the problem with these is that they&#8217;re already a couple of years out of date by the time they hit the shelves &#8211; and the online business world is evolving fast.</p>
<p>The best resource I&#8217;ve come across for anyone going into online business is Naomi Dunford&#8217;s very highly regarded Online Business School: you can read about it on my Starting Online Businesses website. It&#8217;s been an invaluable tool to help me grow my freelancing and add extra streams of income to my business activities.</p>
<p>Article Source: <a href="http://ezinearticles.com/">EzineArticles.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/07/28/turning-your-online-business-idea-into-reality/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XML In Flash ActionScript 3.0</title>
		<link>http://articles.tutorboy.com/2010/06/27/xml-in-flash-action-script-3-0/</link>
		<comments>http://articles.tutorboy.com/2010/06/27/xml-in-flash-action-script-3-0/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 06:30:27 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://articles.tutorboy.com/?p=1889</guid>
		<description><![CDATA[XML stands for EXtensible Markup Language. XML was introduced to hierarchically structure, store and transport data or information. In ActionScript ...]]></description>
			<content:encoded><![CDATA[<p>XML stands for E<strong>X</strong>tensible <strong>M</strong>arkup <strong>L</strong>anguage. XML was introduced to hierarchically structure, store and transport data or information. In ActionScript XML class was created to  handle XML Objects. But in later versions of ActionScript that is in 3.0, they implemented the powerful XML-handling standards defined in <em><strong>ECMAScript for XML </strong><strong>E4X</strong></em> specification. This was one of the most significant changes to ActionScript 3.0.<br />
<span id="more-1889"></span></p>
<h2>Sample XML Document</h2>
<pre class="brush:xml">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;books&gt;
&lt;category name="Programming"&gt;
&lt;title&gt;
&lt;name&gt;Professional JavaScript For Web Developers&lt;/name&gt;
&lt;author&gt;Nicholas C. Zakas&lt;/author&gt;
&lt;isbn&gt;ISBN-13: 978-0-7645-7908-0&lt;/isbn&gt;
&lt;/title&gt;
&lt;title&gt;
&lt;name&gt;Object-Oriented Programming with PHP5&lt;/name&gt;
&lt;author&gt;Hasin Hayder&lt;/author&gt;
&lt;isbn&gt;ISBN 978-1-847192-56-1&lt;/isbn&gt;
&lt;/title&gt;
&lt;/category&gt;
&lt;/books&gt;
</pre>
<p>Here, the 1st line is called<strong> XML Declaration</strong>, 2nd line <strong>&lt;books&gt;</strong> is the <strong>Parent Node</strong> of this sample XML. 3rd line <strong>&lt;category&gt; </strong>is<strong> Child Node</strong> and name is an<strong> Attribute Name</strong> and Programming is the value of that <strong>attribute</strong>. <strong>&lt;title&gt;</strong> is the<strong> Child Node</strong> of the <strong>&lt;category&gt;</strong>. This is only sample pattern of parent child relation. Hope you understood the very basic structure of the XML.</p>
<p>Okey, Now you just refresh the terms <em>Parent Node</em>, <em>Child Node</em>, <em>Attributes</em>, <em>Attributes name</em>, <em>Attributes value </em>etc in your mind. <img src='http://articles.tutorboy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now we can quickly jump into the ActionScript coding for XML Read/Write operations. In ActionScript 3.0 the XML class contains methods and properties for working with XML objects.</p>
<h1>Write XML inside actionscript code.</h1>
<h2>ActionScript 3.0</h2>
<pre class="brush:xml">var books:XML = &lt;books&gt;
&lt;category name="Programming"&gt;
&lt;title&gt;
&lt;name&gt;Professional JavaScript For Web Developers&lt;/name&gt;
&lt;author&gt;Nicholas C. Zakas&lt;/author&gt;
&lt;isbn&gt;ISBN-13: 978-0-7645-7908-0&lt;/isbn&gt;
&lt;/title&gt;
&lt;title&gt;
&lt;name&gt;Object-Oriented Programming with PHP5&lt;/name&gt;
&lt;author&gt;Hasin Hayder&lt;/author&gt;
&lt;isbn&gt;ISBN 978-1-847192-56-1&lt;/isbn&gt;
&lt;/title&gt;
&lt;/category&gt;
&lt;/books&gt;

trace(books);
</pre>
<h2>Output</h2>
<p><a href="http://articles.tutorboy.com/content/uploads/2010/06/xml_inside_actionscript_code.jpg"><img class="alignnone size-full wp-image-1897" title="xml_inside_actionscript_code" src="http://articles.tutorboy.com/content/uploads/2010/06/xml_inside_actionscript_code.jpg" alt="" width="662" height="340" /></a></p>
<h1>How to read node properties.</h1>
<h2>length property</h2>
<p>For XML objects, this method always returns the integer 1. The length() method of the XMLList class returns a value of 1 for an XMLList object that contains only one value.</p>
<p><em>From the above example</em></p>
<pre class="brush:as3">trace("books.length() =&gt; " + books.length());
trace("books.category.length() =&gt; " + books.category.length());
trace("books.category.title.length() =&gt; " + books.category.title.length());
</pre>
<h2>Output</h2>
<p><a href="http://articles.tutorboy.com/content/uploads/2010/06/xml_length_properties.jpg"><img class="alignnone size-full wp-image-1898" title="xml_length_properties" src="http://articles.tutorboy.com/content/uploads/2010/06/xml_length_properties.jpg" alt="" width="395" height="154" /></a></p>
<h2>Read Attribute value</h2>
<p>To read the attribute information of a particular node, two methods are there.<br />
1. Using the &#8216;@&#8217; symbol to locate an attribute on a XML Object.<br />
2. Using of attribute(&#8220;attributeName&#8221;) function.<br />
See the Example:</p>
<pre class="brush:as3">trace("books.category.@['name']  =&gt; " + books.category.@['name']);
trace("books.category.@name      =&gt; " + books.category.@name);
trace('books.category.attribute("name") =&gt; ' + books.category.attribute("name"));
</pre>
<h2>Output</h2>
<p><a href="http://articles.tutorboy.com/content/uploads/2010/06/reading_attribute_values.jpg"><img class="alignnone size-full wp-image-1896" title="reading_attribute_values" src="http://articles.tutorboy.com/content/uploads/2010/06/reading_attribute_values.jpg" alt="" width="509" height="122" /></a></p>
<h2>Read the values of childNode(s)</h2>
<pre class="brush:as3">trace("books.category.title[0].name   =&gt; " + books.category.title[0].name);
trace("books.category.title[0].author =&gt; " + books.category.title[0].author);
trace("books.category.title[1].name   =&gt; " + books.category.title[1].name);
trace("books.category.title[1].author =&gt; " + books.category.title[0].author);
</pre>
<p><a href="http://articles.tutorboy.com/content/uploads/2010/06/read_node_values.jpg"><img class="alignnone size-full wp-image-1895" title="read_node_values" src="http://articles.tutorboy.com/content/uploads/2010/06/read_node_values.jpg" alt="" width="693" height="160" /></a></p>
<p>These are the basic and commonly used methods when working with XML in ActionScript 3.0. Read the following posts for more details of XML and ActionScript 3.0.</p>
<p><em><strong>Related Topics</strong></em><br />
1 . <a href="http://articles.tutorboy.com/flash/load-external-xml-file-in-flash-actionscript-3-0.html">Load  External XML File</a><br />
2. <a href="http://articles.tutorboy.com/flash/adding-nodes-to-xml-object-in-actionscript-3-0.html">Adding  Nodes to XML Object</a><br />
3. <a href="http://articles.tutorboy.com/flash/remove-a-node-from-xml-object-in-actionscript-3-0.html">Delete  a node from XML Object</a></p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/06/27/xml-in-flash-action-script-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Search Page Background Image</title>
		<link>http://articles.tutorboy.com/2010/06/06/google-search-page-background-image/</link>
		<comments>http://articles.tutorboy.com/2010/06/06/google-search-page-background-image/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 15:43:14 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=1687</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://articles.tutorboy.com/content/uploads/2010/06/Google-Search-Page-background.jpg"><img class="aligncenter size-full wp-image-1688" title="Google Search Page background" src="http://articles.tutorboy.com/content/uploads/2010/06/Google-Search-Page-background.jpg" alt="Google Search Page background" /></a></p>
<p><span id="more-1687"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/06/06/google-search-page-background-image/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Three Steps to Improve Your Small Business&#8217;s Website</title>
		<link>http://articles.tutorboy.com/2010/06/01/three-steps-to-improve-your-small-businesss-website/</link>
		<comments>http://articles.tutorboy.com/2010/06/01/three-steps-to-improve-your-small-businesss-website/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 06:38:02 +0000</pubDate>
		<dc:creator>Ali Hale</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=1669</guid>
		<description><![CDATA[Do you have a small business or home business? Do you have a  website? Those questions are pretty easy ...]]></description>
			<content:encoded><![CDATA[<p>Do you have a small business or home business? Do you have a  website? Those questions are pretty easy to answer, but this third one  might not be &#8230; Is your website working for you?</p>
<p>If it isn&#8217;t &#8211; or  if you&#8217;re not sure &#8211; then you need to take action. Here are three steps  to help you make massive improvements to your small business&#8217;s website:</p>
<h1>Step  1: Watch Someone Use Your Website</h1>
<p>Invite a friend over,  someone who&#8217;s never used your website before. Try to find someone who  will be about as web-savvy as your target audience. For example, if you  sell second-hand computer equipment, your audience will probably be  quite competent and knowledgeable.<span id="more-1669"></span></p>
<p>Sit your friend in front of the  computer and open up the site. Tell them to simply navigate around the  site for a few minutes. As they&#8217;re doing so, make a note of:</p>
<ul>
<li>What seems to catch their eye?</li>
<li>Is there anything that they get confused by?</li>
<li>Do they quickly click a link and end up off your site altogether?</li>
</ul>
<p>After a few minutes have gone by, ask them to stop and  give them some questions:</p>
<ul>
<li>What did you think the site was about when you first saw it?</li>
<li>What do you think now?</li>
<li>Do you understand what I&#8217;m selling?</li>
<li>What would make you more inclined to buy it?</li>
<li>Did anything on the site confuse you?</li>
</ul>
<h1>Step 2: Get a Professional Critique</h1>
<p><strong> </strong>Make  any changes which you decide on after asking a friend or two to look  through your site. Then, if you can afford it, get a professional  website critique. There are a number of people and organisations who  offer this: I recommend the Men with Pens, who regularly provide  &#8220;drive-by&#8221; critiques on their blog.</p>
<p>Before paying for a critique,  ask to see testimonials from previous customers, and samples of previous  critiques. Don&#8217;t be tempted to go with the cheapest option available &#8211;  poor-quality information could end up making your site worse.</p>
<h1>Step  3: Think From Your Client&#8217;s Perspective</h1>
<p>Take a look at  your website with fresh eyes. Try to see it in the way that a potential  client would. Ask yourself whether it would make <em>you</em> want to  buy.</p>
<p>Are your services and products clearly explained? Do you have  an FAQ page that lays any niggles or doubts to rest, to prevent the  prospect from putting off buying? Is there an enticing sale or special  offer running? Are your contact details clearly available &#8211; including  your phone number? (You&#8217;ll usually find that people don&#8217;t phone, but it  makes them more confident to see that you&#8217;ve made this available &#8211; they  know you&#8217;re not some fly-by-night company.)</p>
<p>When I was learning to  think about my business from the client&#8217;s perspective, I found a huge  amount of useful advice on this (and loads of other topics!) in an  online course called Online Business School, by the well-known small  business guru Naomi Dunford. You can read more about it on my site here:  <a rel="nofollow" href="http://www.startingonlinebusinesses.org/" target="_new">Starting Online Business</a>.</p>
<div id="sig">
<p>Article Source: <a href="http://ezinearticles.com/">EzineArticles.com</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/06/01/three-steps-to-improve-your-small-businesss-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Crushing With Smush.it™</title>
		<link>http://articles.tutorboy.com/2010/04/01/image-crushing-with-smush-it/</link>
		<comments>http://articles.tutorboy.com/2010/04/01/image-crushing-with-smush-it/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:24:30 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=1482</guid>
		<description><![CDATA[We have found many good tools for reducing image size. Often times these tools are specific to particular image formats ...]]></description>
			<content:encoded><![CDATA[<p>We have found many good tools for reducing image size. Often <a href="http://articles.tutorboy.com/content/uploads/2010/04/image_crush.jpg"><img class="alignright size-full wp-image-1483" style="margin-left: 10px; margin-right: 10px;" title="image_crush" src="http://articles.tutorboy.com/content/uploads/2010/04/image_crush.jpg" alt="" /></a>times these tools are specific to particular image formats and work much better in certain circumstances than others. To &#8220;smush&#8221; really means to try many different image reduction algorithms and figure out which one gives the best result. These are the tools which we frequently used on crushing, ie <a href="http://www.imagemagick.org/">Imagemagick</a> , <a href="http://pmt.sourceforge.net/pngcrush/">pngcrush</a>, <a href="http://jpegclub.org/losslessapps.html">jpegtran</a>, <a href="http://www.lcdf.org/gifsicle/">gifsicle</a> and finally Smush.it™ online application. <span id="more-1482"></span>Smush.it uses optimization techniques specific to image format to remove unnecessary bytes from image files. It is a &#8220;lossless&#8221; tool, which means it optimizes the images without changing their look or visual quality. Smush.it is included with YSlow and is no longer available as a separate download. <a href="https://addons.mozilla.org/en-US/firefox/addon/5369">Download YSlow</a> now to get Smush.it and start saving bytes on image files.</p>
<p><em>Smush.it</em> can process JPG, GIF, and PNG images that are up to one megabyte in size. Converting GIF files to PNG files often produces substantial performance improvements. <a href="http://www.smushit.com/ysmush.it/" target="_blank">Here </a>you can Smush your image files online.</p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/04/01/image-crushing-with-smush-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Desktop application development with PHP and Qt!!!</title>
		<link>http://articles.tutorboy.com/2010/02/20/desktop-application-development-with-php-and-qt/</link>
		<comments>http://articles.tutorboy.com/2010/02/20/desktop-application-development-with-php-and-qt/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 18:55:58 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=1114</guid>
		<description><![CDATA[Qt have the language binding option so we can bind PHP also, in PHP 5 the OOP&#8217;s concept make it ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://articles.tutorboy.com/qt/qt-programming.html"><strong>Qt</strong></a> have the language binding option so we can bind PHP also, in PHP 5 the OOP&#8217;s concept make it<a href="http://articles.tutorboy.com/content/uploads/2010/02/phpqt_icon.png"><img class="alignright size-full wp-image-1116" style="margin-left: 10px; margin-right: 10px;" title="phpqt_icon" src="http://articles.tutorboy.com/content/uploads/2010/02/phpqt_icon.png" alt="" width="127" height="81" /></a> easy  you to write such an application like <a href="http://articles.tutorboy.com/qt/qt-programming.html">Calculator</a>, <a href="http://cognifty.com/main.page/php-qt_system_tray_icon_demo.html">System Tay</a>. You can <a href="http://developer.berlios.de/projects/php-qt/">downloadPHP-Qt </a>from here.</p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/02/20/desktop-application-development-with-php-and-qt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

