<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Future Technology</title>
	<atom:link href="http://atauldiit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://atauldiit.wordpress.com</link>
	<description>Enjoy to the Future Technology!</description>
	<lastBuildDate>Mon, 26 Dec 2011 15:23:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='atauldiit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Future Technology</title>
		<link>http://atauldiit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://atauldiit.wordpress.com/osd.xml" title="Future Technology" />
	<atom:link rel='hub' href='http://atauldiit.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Adding a &#8216;More&#8217; link on Drupal</title>
		<link>http://atauldiit.wordpress.com/2011/12/26/adding-a-more-link-on-drupal/</link>
		<comments>http://atauldiit.wordpress.com/2011/12/26/adding-a-more-link-on-drupal/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 15:13:22 +0000</pubDate>
		<dc:creator>atauldiit</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://atauldiit.wordpress.com/?p=625</guid>
		<description><![CDATA[Drupal version: Drupal 7.x Audience: Developers and coders Page status: Needs technical review Last modified: April 24, 2011 Main topic described: Block system, Render arrays, Menu system Main function described: drupal_set_title() With this last addition to the module, we will pull together what you have learned about the block system, the menu system, and render [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atauldiit.wordpress.com&amp;blog=4405466&amp;post=625&amp;subd=atauldiit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atauldiit.wordpress.com/2011/12/26/adding-a-more-link-on-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c2516c2e78ae26b29a6b1a1a18694015?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">atauldiit</media:title>
		</media:content>
	</item>
		<item>
		<title>Adapting the query</title>
		<link>http://atauldiit.wordpress.com/2011/12/26/adapting-the-query/</link>
		<comments>http://atauldiit.wordpress.com/2011/12/26/adapting-the-query/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 15:11:29 +0000</pubDate>
		<dc:creator>atauldiit</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://atauldiit.wordpress.com/?p=623</guid>
		<description><![CDATA[Drupal version: Drupal 7.x Audience: Developers and coders Page status: Needs technical review Last modified: November 11, 2011 Main topic described: Database API The new page function will do almost the same work as current_posts_block_view, which derives its data from our custom function, current_posts_contents. Now the benefit of writing a separate function for our database [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atauldiit.wordpress.com&amp;blog=4405466&amp;post=623&amp;subd=atauldiit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atauldiit.wordpress.com/2011/12/26/adapting-the-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c2516c2e78ae26b29a6b1a1a18694015?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">atauldiit</media:title>
		</media:content>
	</item>
		<item>
		<title>Specifying a custom permission for a new page</title>
		<link>http://atauldiit.wordpress.com/2011/12/26/specifying-a-custom-permission-for-a-new-page/</link>
		<comments>http://atauldiit.wordpress.com/2011/12/26/specifying-a-custom-permission-for-a-new-page/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 15:09:32 +0000</pubDate>
		<dc:creator>atauldiit</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://atauldiit.wordpress.com/?p=619</guid>
		<description><![CDATA[Specifying a custom permission for a new page Drupal version: Drupal 7.x Audience: Developers and coders Page status: Needs technical review Last modified: April 6, 2011 Drupal hooks described: hook_permission(), hook_menu() So far we have our working block and a settings form. The block displays a maximum number of links. However, there may be more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atauldiit.wordpress.com&amp;blog=4405466&amp;post=619&amp;subd=atauldiit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atauldiit.wordpress.com/2011/12/26/specifying-a-custom-permission-for-a-new-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c2516c2e78ae26b29a6b1a1a18694015?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">atauldiit</media:title>
		</media:content>
	</item>
		<item>
		<title>how to develop module for registration process drupal 7</title>
		<link>http://atauldiit.wordpress.com/2011/12/26/how-to-develop-module-for-registration-process-drupal-7/</link>
		<comments>http://atauldiit.wordpress.com/2011/12/26/how-to-develop-module-for-registration-process-drupal-7/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 15:03:35 +0000</pubDate>
		<dc:creator>atauldiit</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://atauldiit.wordpress.com/?p=616</guid>
		<description><![CDATA[Telling Drupal about your module Drupal version: Drupal 7.x Audience: Developers and coders Last modified: May 9, 2011 Main topic described: .info files All modules must have a &#8216;modulename.info&#8217; file, which contains meta information about the module. The general format is: name = Module name description = A description of what your module does. core [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atauldiit.wordpress.com&amp;blog=4405466&amp;post=616&amp;subd=atauldiit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atauldiit.wordpress.com/2011/12/26/how-to-develop-module-for-registration-process-drupal-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c2516c2e78ae26b29a6b1a1a18694015?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">atauldiit</media:title>
		</media:content>
	</item>
		<item>
		<title>Coding standards</title>
		<link>http://atauldiit.wordpress.com/2011/12/26/coding-standards/</link>
		<comments>http://atauldiit.wordpress.com/2011/12/26/coding-standards/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 14:17:30 +0000</pubDate>
		<dc:creator>atauldiit</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://atauldiit.wordpress.com/?p=612</guid>
		<description><![CDATA[Source : http://drupal.org Drupal version: Drupal 7.x, Drupal 8.x Audience: Developers and coders Last modified: December 7, 2011 Note: The Drupal Coding Standards apply to code within Drupal and its contributed modules. This document is loosely based on the PEAR Coding standards. Comments and names should use US English spelling (e.g., &#8220;color&#8221; not &#8220;colour&#8221;). Drupal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atauldiit.wordpress.com&amp;blog=4405466&amp;post=612&amp;subd=atauldiit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atauldiit.wordpress.com/2011/12/26/coding-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c2516c2e78ae26b29a6b1a1a18694015?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">atauldiit</media:title>
		</media:content>
	</item>
		<item>
		<title>BookMadeSimple &#8211; Simplify book use.</title>
		<link>http://atauldiit.wordpress.com/2011/12/26/bookmadesimple-simplify-book-use/</link>
		<comments>http://atauldiit.wordpress.com/2011/12/26/bookmadesimple-simplify-book-use/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 14:09:00 +0000</pubDate>
		<dc:creator>atauldiit</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://atauldiit.wordpress.com/?p=609</guid>
		<description><![CDATA[Source : http://drupal.org Drupal version: Drupal 5.x, Drupal 6.x Audience: Site administrators, Site users Last modified: November 20, 2011 BookMadeSimple aims to bypass some lacks of the standard Book module and so, simplify book management. The major features are : Create automatically main book page for any content-type by checking option in content-type settings Add [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atauldiit.wordpress.com&amp;blog=4405466&amp;post=609&amp;subd=atauldiit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atauldiit.wordpress.com/2011/12/26/bookmadesimple-simplify-book-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c2516c2e78ae26b29a6b1a1a18694015?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">atauldiit</media:title>
		</media:content>
	</item>
		<item>
		<title>Book module: Creating structured documents</title>
		<link>http://atauldiit.wordpress.com/2011/12/26/book-module-creating-structured-documents/</link>
		<comments>http://atauldiit.wordpress.com/2011/12/26/book-module-creating-structured-documents/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 14:05:29 +0000</pubDate>
		<dc:creator>atauldiit</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://atauldiit.wordpress.com/?p=607</guid>
		<description><![CDATA[Source : http://drupal.org Drupal version: Drupal 5.x, Drupal 6.x, Drupal 7.x Audience: Site administrators, Site users Last modified: May 12, 2011 A book is a set of pages tied together in a hierarchical sequence, perhaps with chapters, sections, subsections, and so on. You can use books for manuals, site resource guides, Frequently Asked Questions (FAQs), [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atauldiit.wordpress.com&amp;blog=4405466&amp;post=607&amp;subd=atauldiit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atauldiit.wordpress.com/2011/12/26/book-module-creating-structured-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c2516c2e78ae26b29a6b1a1a18694015?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">atauldiit</media:title>
		</media:content>
	</item>
		<item>
		<title>Create your first simple Drupal 7 module</title>
		<link>http://atauldiit.wordpress.com/2011/12/26/create-your-first-simple-drupal-7-module/</link>
		<comments>http://atauldiit.wordpress.com/2011/12/26/create-your-first-simple-drupal-7-module/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 13:55:42 +0000</pubDate>
		<dc:creator>atauldiit</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://atauldiit.wordpress.com/?p=597</guid>
		<description><![CDATA[Source : http://reinholdweber.com Create your first simple Drupal 7 module Create your first Drupal 7 module with the following steps. Create a folder called helloworld in sites/all/modules/custom Create a helloworld.info file Create a template file page-helloworld.tpl.php in your theme directory Enable your module at http://domain.com/admin/build/modules Visit http://domain.com/helloworld This belongs into your helloworld.info file ; $Id$ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atauldiit.wordpress.com&amp;blog=4405466&amp;post=597&amp;subd=atauldiit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atauldiit.wordpress.com/2011/12/26/create-your-first-simple-drupal-7-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c2516c2e78ae26b29a6b1a1a18694015?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">atauldiit</media:title>
		</media:content>
	</item>
		<item>
		<title>How to develop module for drupal 7</title>
		<link>http://atauldiit.wordpress.com/2011/12/26/how-to-develop-module-for-drupal-7/</link>
		<comments>http://atauldiit.wordpress.com/2011/12/26/how-to-develop-module-for-drupal-7/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 11:16:19 +0000</pubDate>
		<dc:creator>atauldiit</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://atauldiit.wordpress.com/?p=582</guid>
		<description><![CDATA[http://drupal.org/node/361112 Writing .info files (Drupal 7.x) Drupal version: Drupal 7.x Audience: Developers and coders Last modified: August 20, 2011 Overview Drupal uses .info files (aka, &#8220;dot info files&#8221;) to store metadata about themes and modules. For modules, the .info file is used for: rendering information on the Drupal Web GUI administration pages; providing criteria to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atauldiit.wordpress.com&amp;blog=4405466&amp;post=582&amp;subd=atauldiit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atauldiit.wordpress.com/2011/12/26/how-to-develop-module-for-drupal-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c2516c2e78ae26b29a6b1a1a18694015?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">atauldiit</media:title>
		</media:content>

		<media:content url="http://atauldiit.files.wordpress.com/2011/12/performance-drupal-7.png" medium="image">
			<media:title type="html">Performance-drupal-7</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtual Makeup In a Snap</title>
		<link>http://atauldiit.wordpress.com/2011/07/17/virtual-makeup-in-a-snap/</link>
		<comments>http://atauldiit.wordpress.com/2011/07/17/virtual-makeup-in-a-snap/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 19:16:58 +0000</pubDate>
		<dc:creator>atauldiit</dc:creator>
				<category><![CDATA[Photo Retouching]]></category>
		<category><![CDATA[Virtual Makeup In a Snap]]></category>

		<guid isPermaLink="false">http://atauldiit.wordpress.com/?p=577</guid>
		<description><![CDATA[This tutorial will teach you how you can quickly and effectively modify an image where too much makeup&#8217;s were applied making the skin look fake. Makeup always not the case, the picture can be a magazine scan creating excessive noise on the picture. You can also do this to an old photographs that was scanned. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atauldiit.wordpress.com&amp;blog=4405466&amp;post=577&amp;subd=atauldiit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atauldiit.wordpress.com/2011/07/17/virtual-makeup-in-a-snap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c2516c2e78ae26b29a6b1a1a18694015?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">atauldiit</media:title>
		</media:content>

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/original_image.jpg" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/step1.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/step2.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/step3.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/original_image_removed_noise.jpg" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/step4.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/step5.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/original_image_eraser_applied_to_top_layer.jpg" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/lipstick/original_image.jpg" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/lipstick/step1.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/lipstick/step2.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/lipstick/step3.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/lipstick/step4.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/lipstick/step5.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/lipstick/step6.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/lipstick/step7.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/lipstick/step8.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/lipstick/step9.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/lipstick/original_image_lipstick_layer_added.jpg" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/eyes/original_image.jpg" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/eyes/step1.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/eyes/step2.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/eyes/step3.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/eyes/step4.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/eyes/after_green_brush_applied_on_eye.jpg" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/eyes/step5.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/eyes/after_hue_on_eye.jpg" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/eyes/step6.gif" medium="image" />

		<media:content url="http://yumz.net/wp-content/uploads/2009/04/eyes/original_image_after_color_eyes.jpg" medium="image" />
	</item>
	</channel>
</rss>
