<?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>prosoxi.com &#187; HTML &#8211; XHTML</title>
	<atom:link href="http://www.prosoxi.com/category/programming/html-xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prosoxi.com</link>
	<description>Proven Solutions</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:01:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSS list-style-type Property</title>
		<link>http://www.prosoxi.com/2012/01/29/css-list-style-type-property/</link>
		<comments>http://www.prosoxi.com/2012/01/29/css-list-style-type-property/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 12:10:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[lists]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3549</guid>
		<description><![CDATA[Definition and Usage The list-style-type specifies the type of list-item marker in a list. Default value: &#8220;disc&#8221; for &#60;ul&#62; and &#8220;decimal&#8221; for &#60;ol&#62; Inherited: yes Version: CSS1 JavaScript syntax: object.style.listStyleType=&#8221;square&#8221; &#160; Browser Support      The list-style-type property is supported in all major browsers. Note: IE9 and Opera 11 do not support: cjk-ideographic, hebrew, hiragana, hiragana-iroha, katakana, [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/29/css-list-style-type-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML reset structure</title>
		<link>http://www.prosoxi.com/2011/11/17/html-reset-structure/</link>
		<comments>http://www.prosoxi.com/2011/11/17/html-reset-structure/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 10:34:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/17/html-reset-scacture/</guid>
		<description><![CDATA[Html reset structure default &#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62; &#60;html xmlns="http://www.w3.org/1999/xhtml"&#62; &#60;head&#62; &#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&#62; &#60;title&#62;Title&#60;/title&#62; &#60;script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"&#62;&#60;/script&#62; &#60;script type="text/javascript"&#62; $(document).ready(function() { }); &#60;/script&#62; &#60;style media="all" type="text/css" rel="stylesheet"&#62; body { } &#60;/style&#62; &#60;/head&#62; &#60;body&#62; &#60;/body&#62; &#60;/html&#62;]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/17/html-reset-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Mod_Rewrite</title>
		<link>http://www.prosoxi.com/2011/11/11/php-mod_rewrite/</link>
		<comments>http://www.prosoxi.com/2011/11/11/php-mod_rewrite/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 12:56:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/11/php-mod_rewrite/</guid>
		<description><![CDATA[I commented out the RewriteRule in my .htaccess file and created a new WP_Rewrite rule in my WP theme&#8217;s functions.php file. This effectively accomplishes the same thing, but ensures that WordPress is aware of the &#8216;extra&#8217; querystring variables (so they&#8217;re not lost or ignored). /** * Handle URL rewrites for profiles page **/ function ctx_rewrite_participant_profiles() [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/11/php-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 Tags</title>
		<link>http://www.prosoxi.com/2011/11/08/html-5-tags/</link>
		<comments>http://www.prosoxi.com/2011/11/08/html-5-tags/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 14:08:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/08/html-5-tags/</guid>
		<description><![CDATA[The following table provides a list of the tags (or elements) supported in HTML 5 (officially written as HTML5 &#8211; without the space). This list is based on the HTML5 Working Draft as of February 2009. The previous/current version of HTML is HTML 4.01. Here&#8217;s a list of HTML 4.01 tags. Tag Description New in [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/08/html-5-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I execute PHP code on my existing myfile.html page?</title>
		<link>http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/</link>
		<comments>http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 10:59:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/</guid>
		<description><![CDATA[When a web page is accessed, the server checks the extension to know how to handle the page. Generally speaking if it sees a .htm or .html file, it sends it right to the browser because it doesn&#8217;t have anything to process on the server. If it sees a .php extension (or .shtml, or .asp, [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Canvas Image Effects: Black &amp; White</title>
		<link>http://www.prosoxi.com/2011/10/31/html5-canvas-image-effects-black-white/</link>
		<comments>http://www.prosoxi.com/2011/10/31/html5-canvas-image-effects-black-white/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 14:07:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/10/31/html5-canvas-image-effects-black-white/</guid>
		<description><![CDATA[The new canvas tag in HTML5 is known for its illustration power. It’s basically an empty element on which you can write and sketch using Javascript. But there’s a hidden power: image manipulation. In our opinion, this is the most important element that differs from SVG. With canvas you can perform operations on pixel based [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/10/31/html5-canvas-image-effects-black-white/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ondblclick Event</title>
		<link>http://www.prosoxi.com/2011/10/20/ondblclick-event/</link>
		<comments>http://www.prosoxi.com/2011/10/20/ondblclick-event/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 14:02:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/10/20/ondblclick-event/</guid>
		<description><![CDATA[Definition and Usage The ondblclick event occurs when an object gets double-clicked. Syntax ondblclick=&#34;SomeJavaScriptCode&#34; Parameter Description SomeJavaScriptCode Required. Specifies a JavaScript to be executed when the event occurs. Supported by the following HTML tags: &#60;a&#62;, &#60;address&#62;, &#60;area&#62;, &#60;b&#62;, &#60;bdo&#62;, &#60;big&#62;, &#60;blockquote&#62;, &#60;body&#62;, &#60;button&#62;, &#60;caption&#62;, &#60;cite&#62;, &#60;code&#62;, &#60;dd&#62;, &#60;dfn&#62;, &#60;div&#62;, &#60;dl&#62;, &#60;dt&#62;, &#60;em&#62;, &#60;fieldset&#62;, &#60;form&#62;, &#60;h1&#62; [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/10/20/ondblclick-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Video Player (OVP)</title>
		<link>http://www.prosoxi.com/2011/10/05/open-video-player-ovp-2/</link>
		<comments>http://www.prosoxi.com/2011/10/05/open-video-player-ovp-2/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 11:39:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[Open Video Player]]></category>
		<category><![CDATA[ovp]]></category>
		<category><![CDATA[stream]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3003</guid>
		<description><![CDATA[Open Video Player (OVP) is an initiative encompassing the use of open standards, best practices, and established development methodologies in the development of media player applications About OpenVideoPlayer Welcome! Open Video Player (OVP) is an initiative encompassing the use of open standards, best practices, and established development methodologies in the development of media player applications.  [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/10/05/open-video-player-ovp-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSE HTML Validator</title>
		<link>http://www.prosoxi.com/2011/09/15/cse-html-validator/</link>
		<comments>http://www.prosoxi.com/2011/09/15/cse-html-validator/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 06:53:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[validator]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/09/15/cse-html-validator/</guid>
		<description><![CDATA[CSE HTML Validator finds problems before your visitors and customers do. CSE HTML Validator Std/Pro includes these tools: • HTML Validator • XHTML Validator • CSS Validator • PHP Checker• JavaScript Linter • Link Checker • Spell Checker • Accessibility Checker• Search Engine Optimization (SEO) Checker • CSS Editor • HTML Editor• XHTML Editor • [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/09/15/cse-html-validator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlareVideo</title>
		<link>http://www.prosoxi.com/2011/09/06/flarevideo/</link>
		<comments>http://www.prosoxi.com/2011/09/06/flarevideo/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 07:15:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video player]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/09/06/flarevideo/</guid>
		<description><![CDATA[FEATURES HTML5 video with Flash fallback Easy CSS/HTML/JS customization and theming Full screen support Completely open source and free for commercial use THEME EXAMPLE Default theme Vimeo theme Spotify theme DOWNLOAD Download Version 1.2 Github Source RMATS Format supported depends on your browser. All browsers: MP4, FLV Firefox: Ogg Safari: MP4, MOV BROWSER SUPPORT Safari [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/09/06/flarevideo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE fix for HTML 5 elements</title>
		<link>http://www.prosoxi.com/2011/06/22/ie-fix-for-html-5-elements/</link>
		<comments>http://www.prosoxi.com/2011/06/22/ie-fix-for-html-5-elements/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 09:21:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie8]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/06/22/ie-fix-for-html-5-elements/</guid>
		<description><![CDATA[HTML 5 is far from finished (for those of you that want to know how many days are left till the official release date: check outishtml5readyyet.com, make sure that you check out the source code of the page too) and not all major (or less major) browsers support the new semantic elements yet. Internet Explorer [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/06/22/ie-fix-for-html-5-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition lists vs Table List Data</title>
		<link>http://www.prosoxi.com/2011/06/20/definition-lists-vs-table-list-data/</link>
		<comments>http://www.prosoxi.com/2011/06/20/definition-lists-vs-table-list-data/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 09:33:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dl]]></category>
		<category><![CDATA[dt]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/06/20/definition-lists-vs-table-list-data/</guid>
		<description><![CDATA[If you are still creating list data using table, look below and compare on how to make your life easier with HTML dl, dt, dd tags. Demo Download It may both look identical, but look closely behind the codes. Table List Data A typical listing data using table can be as follow. First we have [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/06/20/definition-lists-vs-table-list-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 jQuery Plugins Carousel</title>
		<link>http://www.prosoxi.com/2011/05/12/20-jquery-plugins-carousel/</link>
		<comments>http://www.prosoxi.com/2011/05/12/20-jquery-plugins-carousel/#comments</comments>
		<pubDate>Thu, 12 May 2011 12:02:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[carousel]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/05/12/20-jquery-plugins-carousel/</guid>
		<description><![CDATA[jQuery is one popular Javascript library, and for good reasons! It’s easy to use, flexible, and most of all there’s a lot of jQuery tutorials and plugins available out, they are making the creation of dynamic effects much easier without using fx. flash. jQuery has become one of the most used JavaScript libraries today and [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/05/12/20-jquery-plugins-carousel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquerystyle.com</title>
		<link>http://www.prosoxi.com/2011/05/10/jquerystyle-com/</link>
		<comments>http://www.prosoxi.com/2011/05/10/jquerystyle-com/#comments</comments>
		<pubDate>Tue, 10 May 2011 17:21:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/05/10/jquerystyle-com/</guid>
		<description><![CDATA[About jQuery Style jQuery Style is a showcase for great looking sites that use thejQuery javascript framework in interesting and thought provoking ways. If you&#8217;ve seen a site that uses jQuery please consider submitting it here. If you&#8217;re not sure if a site uses jQuery or not, we suggest using this bookmarklet.]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/05/10/jquerystyle-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery HTML5 Placeholder Plugin</title>
		<link>http://www.prosoxi.com/2011/05/10/jquery-html5-placeholder-plugin/</link>
		<comments>http://www.prosoxi.com/2011/05/10/jquery-html5-placeholder-plugin/#comments</comments>
		<pubDate>Tue, 10 May 2011 17:18:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[placeholder]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/05/10/jquery-html5-placeholder-plugin/</guid>
		<description><![CDATA[A plugin that enables HTML5 placeholder support for legacy browsers. The HTML5 placeholder attribute is awesome, unfortunately only supported by some browsers. This plugin replicates the placeholder behavior for unsupported browsers. Get Code Download or fork at github. &#160;]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/05/10/jquery-html5-placeholder-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5  BOILERPLATE</title>
		<link>http://www.prosoxi.com/2011/04/15/html5-boilerplate/</link>
		<comments>http://www.prosoxi.com/2011/04/15/html5-boilerplate/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 07:52:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/04/15/html5-boilerplate/</guid>
		<description><![CDATA[HTML5 BOILERPLATE IS 1.0! Monday, March 21, 2011 Along with HTML5 Boilerplate&#8217;s rock solid commitment to cross-browser consistency, H5BP brings you delicious documentation, a site optimizing build script, and a custom boilerplate builder. In addition to this, we now support lighttpd, Google App Engine, and NodeJS with optimized server configurations (along with Apache, Nginx, and [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/04/15/html5-boilerplate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>html5shiv</title>
		<link>http://www.prosoxi.com/2011/03/28/html5shiv/</link>
		<comments>http://www.prosoxi.com/2011/03/28/html5shiv/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 12:55:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/03/28/html5shiv/</guid>
		<description><![CDATA[Public repo for the latest HTML5 JavaScript shiv for IE to recognise and style the HTML5 elements. Also include&#8217;s @jon_neal&#8217;s latest printable HTML5 elements. To use, include the following script in your &#60;head&#62; element above your CSS: &#60;!--[if lt IE 9]&#62;&#60;script src=&#34;http://html5shiv.googlecode.com/svn/trunk/html5.js&#34;&#62;&#60;/script&#62;&#60;![endif]--&#62;]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/03/28/html5shiv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable textarea resizing</title>
		<link>http://www.prosoxi.com/2011/02/16/disable-textarea-resizing/</link>
		<comments>http://www.prosoxi.com/2011/02/16/disable-textarea-resizing/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 11:30:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=1998</guid>
		<description><![CDATA[CSS to disable resizing The CSS to disable resizing for all textareas looks like this: textarea { resize: none; } You could instead just assign it to a single textarea by name (where the textarea HTML is &#60;textarea name=&#8221;foo&#8221;&#62;): textarea[name=foo] { resize: none; } Or by id (where the textarea HTML is &#60;textarea id=&#8221;foo&#8221;&#62;): #foo [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/02/16/disable-textarea-resizing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML MailTo Syntax</title>
		<link>http://www.prosoxi.com/2010/12/21/html-mailto-syntax/</link>
		<comments>http://www.prosoxi.com/2010/12/21/html-mailto-syntax/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 08:03:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=1824</guid>
		<description><![CDATA[Some examples, with actual HTML Code included, follow: Simple MailTo &#60;a href=&#8221;mailto:astark1@unl.edu&#8221;&#62;MailTo with Multiple Recipients &#60;a href=&#8221;mailto:astark1@unl.edu,ASTARK1@UNL.EDU&#8220;&#62;MailTo with Subject &#60;a href=&#8221;mailto:astark1@unl.edu?subject=Comments from MailTo Syntax Page&#8220;&#62; MailTo with a Copy &#60;a href=&#8221;mailto:astark1@unl.edu?cc=ASTARK1@UNL.EDU&#8220;&#62;MailTo with a Blind Copy &#60;a href=&#8221;mailto:astark1@unl.edu?bcc=ASTARK1@UNL.EDU&#8220;&#62;MailTo with message already started in Body &#60;a href=&#8221;mailto:astark1@unl.edu?body=I am having trouble finding information on &#8220;&#62;MailTo with multiline message [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/12/21/html-mailto-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition Lists DL, DT and DD</title>
		<link>http://www.prosoxi.com/2010/10/25/definition-lists-and/</link>
		<comments>http://www.prosoxi.com/2010/10/25/definition-lists-and/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 09:24:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1356</guid>
		<description><![CDATA[So what is a definition list? Simply put it is a list of definitions. For the unabridged version read the relevant section in the HTML specification. Basically a definition list is composed of three HTML elements and some text. These are the &#60;dl&#62;, &#60;dt&#62; and &#60;dd&#62; elements. &#60;DL&#62; A definition list is the container element [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/10/25/definition-lists-and/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>preloading images with css</title>
		<link>http://www.prosoxi.com/2010/09/27/preloading-images-with-css/</link>
		<comments>http://www.prosoxi.com/2010/09/27/preloading-images-with-css/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 18:55:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[preloader]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1303</guid>
		<description><![CDATA[HTML &#60;div&#62; &#60;img src=&#8221;images/dog-over.gif&#8221; alt=&#8221;Dog&#8221; /&#62; &#60;img src=&#8221;images/cat-over.gif&#8221; alt=&#8221;Cat&#8221; /&#62; &#60;img src=&#8221;images/mouse-over.gif&#8221; alt=&#8221;Mouse&#8221; /&#62; &#60;/div&#62; CSS .preload{display:none;}]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/09/27/preloading-images-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 and CSS3 Media Queries</title>
		<link>http://www.prosoxi.com/2010/09/02/html5-and-css3-media-queries/</link>
		<comments>http://www.prosoxi.com/2010/09/02/html5-and-css3-media-queries/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 07:27:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1261</guid>
		<description><![CDATA[HTML5 and CSS3 Media Queries Tom Duggin shows us how we can use HTML5 and CSS3 media queries to take control of our presentations across desktop browsers, mobile devices and slate computers.]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/09/02/html5-and-css3-media-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery Librarys / Plugins</title>
		<link>http://www.prosoxi.com/2010/07/26/jquery-librarys-plugins/</link>
		<comments>http://www.prosoxi.com/2010/07/26/jquery-librarys-plugins/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 07:22:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1231</guid>
		<description><![CDATA[My favorites Jquery ajax librarys / plug-ins PrettyGallery http://www.no-margin-for-errors.com/projects/prettygallery/ PrettyPhoto http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ Carousel http://sorgalla.com/projects/jcarousel/#Examples NyroModal http://nyromodal.nyrodev.com/ MegaMenus http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/ Coinslider http://workshop.rs/projects/coin-slider/ Nivoslider http://nivo.dev7studios.com/ Flowplayer http://flowplayer.org/ Jquery Tools http://flowplayer.org/tools/index.html]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/07/26/jquery-librarys-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mega Drop Down Menus w/ CSS &amp; jQuery</title>
		<link>http://www.prosoxi.com/2010/06/28/mega-drop-down-menus-w-css-jquery/</link>
		<comments>http://www.prosoxi.com/2010/06/28/mega-drop-down-menus-w-css-jquery/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 10:34:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1163</guid>
		<description><![CDATA[While in the process of redesigning 4wheelparts.com, I decided to explore new methods of working with our huge number of inventory and categories. I did some research and noticed a new trend for ecommerce sites in having what they call “mega drop down menus”. According to usability expert Jakob Nielson, mega drop down menus tested [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/06/28/mega-drop-down-menus-w-css-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 Audio Tag</title>
		<link>http://www.prosoxi.com/2010/06/28/html-5-audio-code/</link>
		<comments>http://www.prosoxi.com/2010/06/28/html-5-audio-code/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 07:44:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1158</guid>
		<description><![CDATA[&#60;!DOCTYPE HTML&#62; &#60;html&#62; &#60;body&#62; &#60;audio src=&#8221;horse.ogg&#8221; autoplay=&#8221;autoplay&#8221; loop=&#8221;loop&#8221; controls=&#8221;controls&#8221; &#62; Your browser does not support the audio element. &#60;/audio&#62; &#60;/body&#62; &#60;/html&#62; http://www.w3schools.com/html5/tag_audio.asp]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/06/28/html-5-audio-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Video Player</title>
		<link>http://www.prosoxi.com/2010/05/27/html5-video-player/</link>
		<comments>http://www.prosoxi.com/2010/05/27/html5-video-player/#comments</comments>
		<pubDate>Thu, 27 May 2010 10:45:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1078</guid>
		<description><![CDATA[http://jilion.com/sublime/video Current features HTML5 video goodness: no browser plugin, no Flash dependencies jump anywhere in the video and it&#8217;ll start buffering from that point Uniform UI across all browsers Standalone pure JavaScript library Full-window mode: Sleek zoom-in/out transitions Live-resizing (when resizing the browser window) More advanced controls on a draggable pane Double-click video to enter [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/05/27/html5-video-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO meta tags</title>
		<link>http://www.prosoxi.com/2009/11/12/seo-meta-tags/</link>
		<comments>http://www.prosoxi.com/2009/11/12/seo-meta-tags/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 09:07:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=841</guid>
		<description><![CDATA[What Does This Meta Tag Look Like? This meta tag is usually placed beneath the title and meta description tags in the &#60;HEAD&#62;&#60;/HEAD&#62; section of your pages&#8217; HTML code, like this:&#60;HEAD&#62; &#60;TITLE&#62;your DESCRIPTIVE KEYWORDS title goes here&#60;/TITLE&#62; &#60;META NAME=&#8221;DESCRIPTION&#8221; CONTENT=&#8221;Your keyword rich marketing sales-pitch meta description goes here&#8221;&#62; &#60;META NAME=&#8221;KEYWORDS&#8221; CONTENT=&#8221;your keywords,go here,separated by a [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/11/12/seo-meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>favicon meta tag</title>
		<link>http://www.prosoxi.com/2009/10/13/favicon-meta-tag/</link>
		<comments>http://www.prosoxi.com/2009/10/13/favicon-meta-tag/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 10:13:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/2009/10/13/favicon-meta-tag/</guid>
		<description><![CDATA[&#60;link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /&#62; &#60;link rel="icon" type="image/x-icon" href="/favicon.ico" /&#62;]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/10/13/favicon-meta-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Execute Lightbox Scripts From Flash</title>
		<link>http://www.prosoxi.com/2009/06/03/execute-lightbox-scripts-from-flash/</link>
		<comments>http://www.prosoxi.com/2009/06/03/execute-lightbox-scripts-from-flash/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 11:10:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[action script]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=639</guid>
		<description><![CDATA[Execute Lightbox Scripts From Flash: Part Deux Since the first thread showing you how to execute Lightbox scripts from Flash was such a big hit, I decided to write another showing you how to gain even more functionality in this regard. Tonight I will be showing you how to initiate a Lightbox containing a Flash [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/06/03/execute-lightbox-scripts-from-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyMCE: Configuration/valid elements</title>
		<link>http://www.prosoxi.com/2009/05/19/tinymce-configurationvalid-elements/</link>
		<comments>http://www.prosoxi.com/2009/05/19/tinymce-configurationvalid-elements/#comments</comments>
		<pubDate>Tue, 19 May 2009 12:12:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=621</guid>
		<description><![CDATA[  Option: valid_elements The valid_elements option defines which elements will remain in the edited text when the editor saves. You can use this to limit the returned HTML to a subset. This option contains a comma separated list of element conversion chunks. Each chunk contains information about how one element and its attributes should be treated. The [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/05/19/tinymce-configurationvalid-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Absolute CSS Boxes</title>
		<link>http://www.prosoxi.com/2009/04/02/absolute-css-boxes/</link>
		<comments>http://www.prosoxi.com/2009/04/02/absolute-css-boxes/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 10:48:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=547</guid>
		<description><![CDATA[Quite some time ago, I had an argument with a friend who is a big fan of Microsoft products. While I’m no Xbox hater, I am not very fond of some of their more shoddy products such as Internet Explorer. He was justifying the shortcomings of IE6, saying that absolute positioning is rarely used in [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/04/02/absolute-css-boxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tinymce pagebreak button</title>
		<link>http://www.prosoxi.com/2009/01/27/tinymce-pagebreak-button/</link>
		<comments>http://www.prosoxi.com/2009/01/27/tinymce-pagebreak-button/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 16:34:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=429</guid>
		<description><![CDATA[&#60;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221; src=&#8221;Scripts/tiny_mce/tiny_mce.js&#8221;&#62;&#60;/script&#62; &#60;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&#62; // Notice: The simple theme does not use all options some of them are limited to the advanced theme tinyMCE.init({ mode : &#8220;textareas&#8221;,   height : &#8220;380&#8243;, width : &#8220;380&#8243;, theme : &#8220;advanced&#8221;, valid_elements : &#8220;img[src&#124;border&#124;alt=&#124;title&#124;width&#124;height&#124;align&#124;class],a[href&#124;target=_blank],b/strong,div[align],br,ol,li,ul,p,blockquote&#8221;, entity_encoding : &#8220;utf-8&#8243;, plugins :&#8221;pagebreak&#8221;, theme_advanced_buttons3 : &#8220;pagebreak&#8221;, pagebreak_separator : &#8220;&#60;!&#8211; my [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/01/27/tinymce-pagebreak-button/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tinymce Full Flash valid_elements</title>
		<link>http://www.prosoxi.com/2008/12/18/tinymce-full-flash-valid_elements/</link>
		<comments>http://www.prosoxi.com/2008/12/18/tinymce-full-flash-valid_elements/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 10:40:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=360</guid>
		<description><![CDATA[Full FlashMX 2004 rule set: The following will validate that the page complies fully with the flashMX 2004 specification. valid_elements : &#8220;&#8221; +&#8221;a[href&#124;target],&#8221; +&#8221;b,&#8221; +&#8221;br,&#8221; +&#8221;font[color&#124;face&#124;size],&#8221; +&#8221;img[src&#124;id&#124;width&#124;height&#124;align&#124;hspace&#124;vspace],&#8221; +&#8221;i,&#8221; +&#8221;li,&#8221; +&#8221;p[align&#124;class],&#8221; +&#8221;h1,&#8221; +&#8221;h2,&#8221; +&#8221;h3,&#8221; +&#8221;h4,&#8221; +&#8221;h5,&#8221; +&#8221;h6,&#8221; +&#8221;span[class],&#8221; +&#8221;textformat[blockindent&#124;indent&#124;leading&#124;leftmargin&#124;rightmargin&#124;tabstops],&#8221; +&#8221;u&#8221; add custom buttons http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/theme_advanced_buttons_1_n]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2008/12/18/tinymce-full-flash-valid_elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install FCKeditor</title>
		<link>http://www.prosoxi.com/2008/12/13/install-fckeditor/</link>
		<comments>http://www.prosoxi.com/2008/12/13/install-fckeditor/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 13:33:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=353</guid>
		<description><![CDATA[Header &#60;script type=&#8221;text/javascript&#8221; src=&#8221;Scripts/fckeditor/fckeditor.js&#8221;&#62;&#60;/script&#62; Body &#60;script type=&#8221;text/javascript&#8221;&#62; window.onload = function() { var oFCKeditor = new FCKeditor( &#8216;n_message_&#60;?php echo $cnt1; ?&#62;&#8217; ) ; oFCKeditor.BasePath = &#8220;Scripts/fckeditor/&#8221; ; oFCKeditor.Height = 600 ; oFCKeditor.Width = 800 ; oFCKeditor.ReplaceTextarea() ; } &#60;/script&#62;   Config \Scripts\editors\fckeditor\editor\filemanager\connectors\php end edit the config.php // Path to user files relative to the document root. [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2008/12/13/install-fckeditor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP array Form Post</title>
		<link>http://www.prosoxi.com/2008/11/26/php-array-form-post/</link>
		<comments>http://www.prosoxi.com/2008/11/26/php-array-form-post/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 11:09:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=332</guid>
		<description><![CDATA[Form Code &#60;label&#62; &#60;input type=&#8221;checkbox&#8221; name=&#8221;oik_stoxoi[]&#8221; id=&#8221;ergasia&#8221; value=&#8221;Me perisoteri ergasia&#8221; /&#62; Με περισσότερη εργασία&#60;/br&#62;&#60;br&#62; &#60;/label&#62;           &#60;label&#62;&#60;input type=&#8221;checkbox&#8221; name=&#8221;oik_stoxoi[]&#8221; id=&#8221;ergasia&#8221; value=&#8221;Me perisotero Pragramatismo&#8221; /&#62; Με περισσότερο προγραμματισμό&#60;/br&#62;&#60;br&#62; &#60;/label&#62; &#60;label&#62; &#60;input type=&#8221;checkbox&#8221; name=&#8221;oik_stoxoi[]&#8221; id=&#8221;ergasia&#8221; value=&#8221;Me perisoteri tolmi&#8221; /&#62;Mε περισσότερη τόλμη&#60;/label&#62; PHP action Code &#60;?php for ($i=0; $i&#60;count($_POST['oik_stoxoi']); $i++){  $assistivetech_req .= addslashes($_POST['oik_stoxoi'][$i].&#8221; &#8211; &#8220;);  //do this  //echo $assistivetech_req; [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2008/11/26/php-array-form-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Special Characters &amp; Symbols in HTML</title>
		<link>http://www.prosoxi.com/2008/11/13/special-characters-symbols-in-html/</link>
		<comments>http://www.prosoxi.com/2008/11/13/special-characters-symbols-in-html/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 13:46:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=285</guid>
		<description><![CDATA[Alternatives The column on the left in the following table contains codes that do not work in all browsers. The codes in the column on the right do. So use the codes on the right for these symbols to avoid unpleasant surprises. š &#38;scaron; š &#38;#154; Š &#38;Scaron; Š &#38;#138; Ÿ &#38;Yuml; Ÿ &#38;#159; œ [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2008/11/13/special-characters-symbols-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making scrolling text with the use of the marquee tag on DIV</title>
		<link>http://www.prosoxi.com/2008/11/06/making-scrolling-text-with-the-use-of-the-marquee-tag-on-div/</link>
		<comments>http://www.prosoxi.com/2008/11/06/making-scrolling-text-with-the-use-of-the-marquee-tag-on-div/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 09:13:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=260</guid>
		<description><![CDATA[Scrolling upward text or vertical text. &#60;div align=&#8221;center&#8221;&#62; &#60;marquee bgcolor=&#8221;#000080&#8243; scrollamount=&#8221;2&#8243; direction=&#8221;up&#8221; loop=&#8221;true&#8221; width=&#8221;35%&#8221;&#62; &#60;center&#62; &#60;font color=&#8221;#ffffff&#8221; size=&#8221;+1&#8243;&#62;&#60;strong&#62; THIS IS A COOL WAY&#60;br&#62; TO MAKE YOUR TEXT&#60;br&#62; SCROLL UPWARDS&#60;br&#62; &#60;br&#62; IT IS EASY AND FAST LOADING &#60;/strong&#62;&#60;/font&#62; &#60;/center&#62; &#60;/marquee&#62;&#60;/div&#62;]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2008/11/06/making-scrolling-text-with-the-use-of-the-marquee-tag-on-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tiny MCE HTML editor Set Height / Width</title>
		<link>http://www.prosoxi.com/2008/11/05/tiny-mce-html-editor-set-height-width/</link>
		<comments>http://www.prosoxi.com/2008/11/05/tiny-mce-html-editor-set-height-width/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 12:47:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[html editor]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=252</guid>
		<description><![CDATA[&#60;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&#62; // Notice: The simple theme does not use all options some of them are limited to the advanced theme tinyMCE.init({ mode : &#8220;textareas&#8221;, height : &#8220;380&#8243;, width : &#8220;380&#8243;, theme : &#8220;advanced&#8221;, valid_elements : &#8220;a[href&#124;target=_blank],b/strong,div[align],br,ol,li,ul,p,blockquote&#8221;, entity_encoding : &#8220;utf-8&#8243; }); &#60;/script&#62;]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2008/11/05/tiny-mce-html-editor-set-height-width/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup TinyMCE</title>
		<link>http://www.prosoxi.com/2008/11/05/setup-tinymce/</link>
		<comments>http://www.prosoxi.com/2008/11/05/setup-tinymce/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 12:37:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=247</guid>
		<description><![CDATA[&#60;script language="javascript" type="text/javascript" src="Scripts/editors/tiny_mce/tiny_mce.js"&#62;&#60;/script&#62; &#60;script language="javascript" type="text/javascript"&#62; // Notice: The simple theme does not use all options some of them are limited to the advanced theme //tinyMCE.init({ // mode : "textareas", //theme : "advanced", //valid_elements : "a[href&#124;target=_blank],b/strong,div[align],br,ol,li,ul,p,blockquote", //entity_encoding : "utf-8" //}); tinyMCE.init({ mode : "textareas", theme : "advanced", entity_encoding : "utf-8", content_css : "http://www.domain.gr/css/style.css", entities [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2008/11/05/setup-tinymce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>25 Rounded Corners Techniques with CSS</title>
		<link>http://www.prosoxi.com/2008/11/04/25-rounded-corners-techniques-with-css/</link>
		<comments>http://www.prosoxi.com/2008/11/04/25-rounded-corners-techniques-with-css/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 10:31:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=244</guid>
		<description><![CDATA[http://www.cssjuice.com/25-rounded-corners-techniques-with-css/   Rounded corners is one of the most popular and frequently requested CSS techniques even the father of internet Google also launch the rounded corners style markup with her Google Adsenseand let users to custom their ads recently. Actually, there are a lot of methods and techniques to create rounded corners with Cascading Stylesheets. Some are quite [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2008/11/04/25-rounded-corners-techniques-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

