<?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>Vr Design</title>
	<atom:link href="http://www.remivorud.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.remivorud.com</link>
	<description>choose a direction</description>
	<lastBuildDate>Thu, 09 Jun 2011 17:56:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Java Script Form</title>
		<link>http://www.remivorud.com/2011/03/java-script-form/</link>
		<comments>http://www.remivorud.com/2011/03/java-script-form/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 17:54:15 +0000</pubDate>
		<dc:creator>remivorud</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.remivorud.com/?p=73</guid>
		<description><![CDATA[Java Script for Forms (on submit) to show an information/advertisement. This usefull scrip will create a window in which you can put some info: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#60;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/html4/loose.dtd&#8221;&#62; &#60;html&#62; &#60;head&#62; &#60;title&#62;The Title of your page&#60;/title&#62; &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=windows-1251&#8243;&#62; &#60;link href=&#8221;#.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221;&#62; &#60;/head&#62; &#60;body onLoad= &#8220;document.getElementById(&#8216;light&#8217;).style.display=&#8217;block&#8217;;document.getElementById(&#8216;fade&#8217;).style.display=&#8217;block&#8217;&#8221; &#62; &#60;style&#62; .black_overlay{]]></description>
			<content:encoded><![CDATA[<p><strong>Java Script for Forms</strong> (on submit) to show an information/advertisement.</p>
<p>This usefull scrip will create a window in which you can put some info:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;<br />
&#8220;http://www.w3.org/TR/html4/loose.dtd&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;The Title of your page&lt;/title&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=windows-1251&#8243;&gt;<br />
&lt;link href=&#8221;#.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221;&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body onLoad= &#8220;document.getElementById(&#8216;light&#8217;).style.display=&#8217;block&#8217;;document.getElementById(&#8216;fade&#8217;).style.display=&#8217;block&#8217;&#8221; &gt;</p>
<p>&lt;style&gt;<br />
.black_overlay{<br />
display: none;<br />
position: absolute;<br />
top: 0%;<br />
left: 0%;<br />
width: 100%;<br />
height: 100%;<br />
background-color: black;<br />
z-index:1001;<br />
-moz-opacity: 0.8;<br />
opacity:.80;<br />
filter: alpha(opacity=80);<br />
}<br />
.white_content {<br />
display: none;<br />
position: absolute;</p>
<p>//from here you can change the position of the window<br />
top: 30%;<br />
left: 30%;</p>
<p>//from here you can change the size of the window<br />
width: 550px;<br />
height: 150px;<br />
padding: 2px;<br />
border: 2px solid black;<br />
background-color: white;<br />
z-index:1002;<br />
overflow: auto;<br />
}<br />
&lt;/style&gt;</p>
<p>&#8230;.</p>
<p>&lt;form action=&#8221;?&#8221; method=&#8221;post&#8221;&gt;</p>
<p>&#8230;</p>
<p>&lt;input type=&#8221;submit&#8221; name=&#8221;submit&#8221; value=&#8221;Send&#8221; /&gt;</p>
<p>&#8230;</p>
<p>&lt;div id=&#8221;light&#8221;&gt;The   content of the window works with HTML codes fine. You can put it in   here. Don&#8217;t forget to change the size if you need to in the Style rows   above.</p>
<p>&lt;center&gt;&lt;a   href = &#8220;javascript:void(0)&#8221; onclick =   &#8220;document.getElementById(&#8216;light&#8217;).style.display=&#8217;none&#8217;;document.getElementById(&#8216;fade&#8217;).style.display=&#8217;none&#8217;&#8221;&gt;close that window&lt;/a&gt;&lt;/center&gt;&lt;/div&gt;<br />
&lt;div id=&#8221;fade&#8221;&gt;&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><a href="http://www.remivorud.com/wp-content/uploads/2011/03/idgo.png"><img title="idgo" src="http://www.remivorud.com/wp-content/uploads/2011/03/idgo-300x145.png" alt="" width="300" height="145" /></a></p>
<p>&nbsp;</p>
<p>To see how the Script work visit <a href="http://www.remivorud.com/uploads/popup.html" target="_blank">this</a> page.</p>
<p>For any scripts request you can write in our <a title="Contacts" href="http://www.remivorud.com/contacts/">Contacts page.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.remivorud.com/2011/03/java-script-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reminder Notes Windows 7 gadget</title>
		<link>http://www.remivorud.com/2011/03/reminder-notes-windows-7-gadget-2/</link>
		<comments>http://www.remivorud.com/2011/03/reminder-notes-windows-7-gadget-2/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 17:45:56 +0000</pubDate>
		<dc:creator>remivorud</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[reminder]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.remivorud.com/?p=66</guid>
		<description><![CDATA[This useful Windows 7 gadget (works on some Vista too) will help you to improve your daily tasks. You can download the gadget from here. This gadget was special made for XS Software employees.]]></description>
			<content:encoded><![CDATA[<p>This useful Windows 7 gadget (works on some Vista too) will help you to improve your daily tasks.</p>
<p>You can download the gadget from <a title="XS Reminder Notes" href="http://remivorud.com/uploads/XS Reminder Notes.gadget">here</a>.</p>
<p><img title="Reminder Notes" src="http://img59.imageshack.us/img59/3199/webmailhostitbg7725432.png" alt="" width="122" height="173" /></p>
<p>This gadget was special made for XS Software employees.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.remivorud.com/2011/03/reminder-notes-windows-7-gadget-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

