<?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>
	<image>	
		<url>http://www.pubpixel.com/images/feed-logo.png</url>
		<title>Nothing But Content - PubPixel</title>
		<link>http://www.pubpixel.com/</link>
		<width>229</width>
		<height>68</height>
		<description>Increase your online presence today by joining our business social network to help your business or talents gain exposure by publishing articles in your related field of expertise as well as helping you connect with more business related professionals and much more!</description>
	</image>


<atom:link href="http://www.pubpixel.com/feeds/members/rss/2" rel="self" type="application/rss+xml" />

<title>hightilidie's Articles - PubPixel Professional Author</title>
<description>hightilidie's Most Recent Articles Published on PubPixel</description>
<link>http://www.pubpixel.com/profile/2</link>
<item>
<title>What Are HTML &amp;amp; XHTML Boolean Attributes? And How Do I Use Them?</title>
<description>Now the word Boolean which is also known as bool is named after the English mathematician and philosopher George Boole who was the inventor of Boolean logic which is the basis of modern digital computer logic. If you...</description>
<link>http://www.pubpixel.com/article/18/what-are-html-xhtml-boolean-attributes-and-how-do-i-use-them</link>
<guid>http://www.pubpixel.com/article/18/what-are-html-xhtml-boolean-attributes-and-how-do-i-use-them</guid>
<pubDate>Tue, 10 May 2011 00:42:54 -0700</pubDate>
</item>
<item>
<title>How To Add Timed Media Tracks Like Subtitles, Captions, Descriptions, Chapters And Metadata To Your Audio Or Video Files Using HTML5</title>
<description>Now if you want to add additional information to your audio or video files, like for instance, subtitles, captions, descriptions, chapter titles, and metadata in-order to give your users a better experience, you will...</description>
<link>http://www.pubpixel.com/article/17/how-to-add-timed-media-tracks-like-subtitles-captions-descriptions-chapters-and-metadata-to-your-audio-or-video-files-using-html5</link>
<guid>http://www.pubpixel.com/article/17/how-to-add-timed-media-tracks-like-subtitles-captions-descriptions-chapters-and-metadata-to-your-audio-or-video-files-using-html5</guid>
<pubDate>Thu, 05 May 2011 02:25:49 -0700</pubDate>
</item>
<item>
<title>How To Specify Multiple Alternative Video Or Audio File Formats Using HTML5</title>
<description>The advantage of specifying multiple video or audio file formats is that if a user agent, like a browser for instance, doesn't support a file format the browser can go through the list of audio or video sources you s...</description>
<link>http://www.pubpixel.com/article/16/how-to-specify-multiple-alternative-video-or-audio-file-formats-using-html5</link>
<guid>http://www.pubpixel.com/article/16/how-to-specify-multiple-alternative-video-or-audio-file-formats-using-html5</guid>
<pubDate>Tue, 26 Apr 2011 06:20:12 -0700</pubDate>
</item>
<item>
<title>How To Add A Playable Video Or Movie To A Web Page Using HTML5</title>
<description>Now in-order to add playable videos or movies to your web pages using HTML5. You will need to use the new &amp;lt;video&amp;gt; element for HTML5.

...</description>
<link>http://www.pubpixel.com/article/15/how-to-add-a-playable-video-or-movie-to-a-web-page-using-html5</link>
<guid>http://www.pubpixel.com/article/15/how-to-add-a-playable-video-or-movie-to-a-web-page-using-html5</guid>
<pubDate>Wed, 13 Apr 2011 10:57:09 -0700</pubDate>
</item>
<item>
<title>How To Add A Playable Audio File To A Web Page Using HTML5</title>
<description>
	Now in-order to add playable audio to your web pages using HTML5, you will need to use the new &amp;lt;audio&amp;gt; element for HTML5.
...</description>
<link>http://www.pubpixel.com/article/14/how-to-add-a-playable-audio-file-to-a-web-page-using-html5</link>
<guid>http://www.pubpixel.com/article/14/how-to-add-a-playable-audio-file-to-a-web-page-using-html5</guid>
<pubDate>Wed, 06 Apr 2011 12:44:18 -0700</pubDate>
</item>
<item>
<title>How To Highlight Or Mark Text In Your Web Pages With HTML5 </title>
<description>Now what if you want to highlight or bring attention to a section of text in-order to indicate that it is relevant to the user. For instance, lets say that you are looking at a list of search results, you will someti...</description>
<link>http://www.pubpixel.com/article/13/how-to-highlight-or-mark-text-in-your-web-pages-with-html5</link>
<guid>http://www.pubpixel.com/article/13/how-to-highlight-or-mark-text-in-your-web-pages-with-html5</guid>
<pubDate>Fri, 01 Apr 2011 09:38:12 -0700</pubDate>
</item>
<item>
<title>How To Apply Special Effects To Your Images Using PHP</title>
<description>Now in-order to apply special effects to an image or in other words a filter to an image using PHP you will need to use PHP's imagefilter() function, which was int...</description>
<link>http://www.pubpixel.com/article/12/how-to-apply-special-effects-to-your-images-using-php</link>
<guid>http://www.pubpixel.com/article/12/how-to-apply-special-effects-to-your-images-using-php</guid>
<pubDate>Tue, 29 Mar 2011 06:51:04 -0700</pubDate>
</item>
<item>
<title>How To Allow Your Users To Enter An Email Address To Your Web Pages Forms Using HTML5</title>
<description>Now before there was HTML5 a simple &amp;lt;input&amp;gt; type text field would do the trick in-order to allow your users to enter an email address, but HTML5 gave us a ne...</description>
<link>http://www.pubpixel.com/article/11/how-to-allow-your-users-to-enter-an-email-address-to-your-web-pages-forms-using-html5</link>
<guid>http://www.pubpixel.com/article/11/how-to-allow-your-users-to-enter-an-email-address-to-your-web-pages-forms-using-html5</guid>
<pubDate>Sat, 19 Mar 2011 00:40:05 -0700</pubDate>
</item>
<item>
<title>How To Provide A Drop Down List For Your Users And Allow Them The Option To Enter Their Own Text With HTML5</title>
<description>In HTML5 you can create a set list of selectable options for the &amp;lt;input&amp;gt; field, which will act like an auto-complete function or if your users do not want to...</description>
<link>http://www.pubpixel.com/article/10/how-to-provide-a-drop-down-list-for-your-users-and-allow-them-the-option-to-enter-their-own-text-with-html5</link>
<guid>http://www.pubpixel.com/article/10/how-to-provide-a-drop-down-list-for-your-users-and-allow-them-the-option-to-enter-their-own-text-with-html5</guid>
<pubDate>Sat, 12 Mar 2011 01:09:55 -0800</pubDate>
</item>
<item>
<title>How To Identify A Specific Date And Time In Your Web Pages Using HTML5</title>
<description>If you want to clearly encode dates and times for machines, like computers for example, while still displaying the dates and times in a human-readable way, well then HTML5 has you covered by introducing to us the ...</description>
<link>http://www.pubpixel.com/article/9/how-to-identify-a-specific-date-and-time-in-your-web-pages-using-html5</link>
<guid>http://www.pubpixel.com/article/9/how-to-identify-a-specific-date-and-time-in-your-web-pages-using-html5</guid>
<pubDate>Sun, 27 Feb 2011 17:02:35 -0800</pubDate>
</item>
<item>
<title>How To Group Navigational Links In Your Web Pages Using HTML5</title>
<description>Why should you group links? Simple because it adds structure and semantics to your web pages. Plus semantic navigation helps your users with disabilities navigate thru your web pages with ease.

...</description>
<link>http://www.pubpixel.com/article/8/how-to-group-navigational-links-in-your-web-pages-using-html5</link>
<guid>http://www.pubpixel.com/article/8/how-to-group-navigational-links-in-your-web-pages-using-html5</guid>
<pubDate>Mon, 21 Feb 2011 09:16:15 -0800</pubDate>
</item>
<item>
<title>Learn How To Let Your Users Enter A Web Pages URL Address To Your Forms Using HTML5</title>
<description>Now HTML5 introduces a way for you and your users to enter a web address into a form. A web address is also known as a URL (Uniform Resource Locator) and a URI (Uniform Resource Identifier), which is a special type o...</description>
<link>http://www.pubpixel.com/article/7/learn-how-to-let-your-users-enter-a-web-pages-url-address-to-your-forms-using-html5</link>
<guid>http://www.pubpixel.com/article/7/learn-how-to-let-your-users-enter-a-web-pages-url-address-to-your-forms-using-html5</guid>
<pubDate>Sun, 20 Feb 2011 07:08:55 -0800</pubDate>
</item>
<item>
<title>How To Grab The &amp;lt;meta&amp;gt; Tags Data From A Local File Or A URL Using PHP</title>
<description>
	Now in-order to grab the &amp;lt;meta&amp;gt; tags content attributes values from a web page or file you will need to use PHP's get_meta_tags() function which was in...</description>
<link>http://www.pubpixel.com/article/6/how-to-grab-the-meta-tags-data-from-a-local-file-or-a-url-using-php</link>
<guid>http://www.pubpixel.com/article/6/how-to-grab-the-meta-tags-data-from-a-local-file-or-a-url-using-php</guid>
<pubDate>Wed, 16 Feb 2011 08:06:06 -0800</pubDate>
</item>
<item>
<title>Learn How To Strip HTML &amp;amp; PHP Tags From User Submitted Data Using PHP</title>
<description>
	If you ever need to strip out the HTML or PHP tags from data, PHP gives you a way to do this via the strip_tags() function, which was introduced to us in PHP...</description>
<link>http://www.pubpixel.com/article/5/learn-how-to-strip-html-php-tags-from-user-submitted-data-using-php</link>
<guid>http://www.pubpixel.com/article/5/learn-how-to-strip-html-php-tags-from-user-submitted-data-using-php</guid>
<pubDate>Wed, 09 Feb 2011 22:18:16 -0800</pubDate>
</item>
<item>
<title>How To Add Focus To A Form Control When The Web Page Is Loaded Using HTML5</title>
<description>
	In-order to display a form control with focus when a page loads you will need to use the autofocus attribute for HTML5. The ...</description>
<link>http://www.pubpixel.com/article/4/how-to-add-focus-to-a-form-control-when-the-web-page-is-loaded-using-html5</link>
<guid>http://www.pubpixel.com/article/4/how-to-add-focus-to-a-form-control-when-the-web-page-is-loaded-using-html5</guid>
<pubDate>Sun, 06 Feb 2011 02:52:06 -0800</pubDate>
</item>
<item>
<title>How To Add A Color Picker Using The &amp;lt;input&amp;gt; Element In HTML5</title>
<description>
	Before I begin Opera 11 is the only browser as of this writing that supports the &amp;lt;input type="color" /&amp;gt;. In-order to add a color picker using HTML5 you...</description>
<link>http://www.pubpixel.com/article/3/how-to-add-a-color-picker-using-the-input-element-in-html5</link>
<guid>http://www.pubpixel.com/article/3/how-to-add-a-color-picker-using-the-input-element-in-html5</guid>
<pubDate>Fri, 04 Feb 2011 03:28:20 -0800</pubDate>
</item>
<item>
<title>How To Add Placeholder Text Inside The &amp;lt;input&amp;gt; And &amp;lt;textarea&amp;gt; Elements Using HTML5</title>
<description>
	First off what is placeholder text? Placeholder text is alternate hint text, word or short phrase to help the user enter the correct data. The placeholder text is displayed in the &amp;lt;input&amp;gt; or &amp;lt;textarea&amp;gt; ele...</description>
<link>http://www.pubpixel.com/article/2/how-to-add-placeholder-text-inside-the-input-and-textarea-elements-using-html5</link>
<guid>http://www.pubpixel.com/article/2/how-to-add-placeholder-text-inside-the-input-and-textarea-elements-using-html5</guid>
<pubDate>Tue, 01 Feb 2011 01:55:31 -0800</pubDate>
</item>
<item>
<title>What The Heck Are Global Attributes In HTML?</title>
<description>
	Global attributes are regular HTML and XHTML attributes that provide additional information about the element that a browser can use to render the element for example. Except global attributes can be applied to all HT...</description>
<link>http://www.pubpixel.com/article/1/what-the-heck-are-global-attributes-in-html</link>
<guid>http://www.pubpixel.com/article/1/what-the-heck-are-global-attributes-in-html</guid>
<pubDate>Fri, 28 Jan 2011 23:50:40 -0800</pubDate>
</item>
</channel>
</rss>
