<?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>Josep Valls &#187; Escape Strings</title>
	<atom:link href="http://josep.valls.name/wordpress/categories/software/escape-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://josep.valls.name/wordpress</link>
	<description>Software and information engineering from a personal point of view</description>
	<lastBuildDate>Mon, 31 Oct 2011 17:35:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>GUI for VBScript with HTML Applications</title>
		<link>http://josep.valls.name/wordpress/gui-per-vbscript/</link>
		<comments>http://josep.valls.name/wordpress/gui-per-vbscript/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 11:06:57 +0000</pubDate>
		<dc:creator>Josep Valls</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Escape Strings]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.valls.name/wordpress/?p=8</guid>
		<description><![CDATA[You may need to add simple UI functions to a VBScript, Internet Explorer enables you to do so using HTML Applications through its HTML renderer and object model. GUI for VBScript with HTML Applications]]></description>
			<content:encoded><![CDATA[<p>You may need to add simple UI functions to a VBScript, Internet Explorer enables you to do so using HTML Applications through its HTML renderer and object model.</p>
<p><a target="_blank" href="http://www.valls.name/articles/EscapeStrings_hta_gui/hta_gui_en.html"> GUI for VBScript with HTML Applications</a></p>
]]></content:encoded>
			<wfw:commentRss>http://josep.valls.name/wordpress/gui-per-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying dynamic text headings with custom fonts</title>
		<link>http://josep.valls.name/wordpress/displaying-dynamic-text-headings-with-custom-fonts/</link>
		<comments>http://josep.valls.name/wordpress/displaying-dynamic-text-headings-with-custom-fonts/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 11:45:36 +0000</pubDate>
		<dc:creator>Josep Valls</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Escape Strings]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.valls.name/wordpress/?p=10</guid>
		<description><![CDATA[Sometimes you want to use a custom font on a website heading or title, to do so, you must ensure that the visitor have the font registered on its system, if not, the default font will be displayed wich will be annoying. To solve that, you could either use an image or a flash movie [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you want to use a custom font on a website heading or title, to do so, you must ensure that the visitor have the font registered on its system, if not, the default font will be displayed wich will be annoying. To solve that, you could either use an image or a flash movie to achieve this purpose. In this article I&#8217;ll expose how to create a Flash object which dinamically loads its text.</p>
<p><a target="_blank" href="http://www.valls.name/articles/EscapeStrings_flash_text/flash_text_en.html">Displaying dynamic text headings with custom fonts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://josep.valls.name/wordpress/displaying-dynamic-text-headings-with-custom-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Escape Strings</title>
		<link>http://josep.valls.name/wordpress/escape-strings/</link>
		<comments>http://josep.valls.name/wordpress/escape-strings/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 10:56:59 +0000</pubDate>
		<dc:creator>Josep Valls</dc:creator>
				<category><![CDATA[Escape Strings]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.valls.name/wordpress/?p=7</guid>
		<description><![CDATA[Small tool for escaping strings to be used in URLStringEncoded context. Uses VBScript escape() and unescape() functions and an HTML Application GUI to enable copy and paste of the text. Quick description By Josep Valls http://josep.valls.name Small tool for escaping strings to be used in URLStringEncoded context. Uses VBScript escape() and unescape() functions and an [...]]]></description>
			<content:encoded><![CDATA[<p>Small tool for escaping strings to be used in URLStringEncoded context. Uses VBScript escape() and unescape() functions and an HTML Application GUI to enable copy and paste of the text.<span id="more-7"></span></p>
<h2>Quick description</h2>
<address>By Josep Valls<br />
<a href="http://josep.valls.name/">http://josep.valls.name</a> </address>
<p>Small tool for escaping strings to be used in URLStringEncoded context. Uses VBScript escape() and unescape() functions and an HTML Application GUI to enable copy and paste of the text.</p>
<h2>Overview</h2>
<p>Small tool for escaping strings to be used in URLStringEncoded context.</p>
<p>Uses VBScript escape() and unescape() functions and an HTML Application GUI to enable copy and paste of the text.</p>
<p>It is a very simple tool I developed for my customers which needed a very easy way to encode texts to use in a proprietary CMS environments.</p>
<p>Useful to generate strings for HTTP request tests.</p>
<p>I use it to  encode text to be sent to a Shockwave Flash object embedded in a web  page.<br />
Sample documentation and files are provided with the project files.</p>
<h2>Download</h2>
<p>Downloads and additional documentation in the project page in Sourceforge.net<br />
<a target="_blank" href="http://sourceforge.net/projects/escapestrings/">http://sourceforge.net/projects/escapestrings/</a></p>
<h2>Installation</h2>
<p>No installation required. Just run the executable, it will unzip the files to the temporary folder and run the main application file, which is a standalone HTML Application (hta file). The rest of the bundled files are used for skinning the interface.</p>
<p>The interface itself is a demonstration of embedding a CSS skinned HTML Application into a self extracting Zip file.</p>
<h2>Usage</h2>
<p>Just write in the upper text box and press the <em>Escape</em> button.</p>
]]></content:encoded>
			<wfw:commentRss>http://josep.valls.name/wordpress/escape-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

