<?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"
	>

<channel>
	<title>The Internet As I See It</title>
	<atom:link href="http://www.rofaldez.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rofaldez.com</link>
	<description>What I can and eager to do</description>
	<pubDate>Fri, 20 Jun 2008 16:37:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Menu &#124; drop down horizontal</title>
		<link>http://www.rofaldez.com/general/menu-drop-down-horizontal.html</link>
		<comments>http://www.rofaldez.com/general/menu-drop-down-horizontal.html#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:37:29 +0000</pubDate>
		<dc:creator>Rof's</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.rofaldez.com/?p=31</guid>
		<description><![CDATA[How to build a stylesheet dropdown: horizontal.
&#60;td align="center" valign="middle" class="nav"&#62;&#60;div&#62;
&#60;ul id="p7menubar"&#62;
&#60;li&#62;&#60;a href="index.asp" class="nav" id="home-active"&#62;HOME&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="visie.asp" class="nav" id="visie-active"&#62;VISIE&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="buro.asp" class="nav" id="buro-active"&#62;BURO&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="activiteiten.asp" class="nav" id="activiteiten-active"&#62;ACTIVITEITEN&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="nieuwbouw.asp" class="nav" id="realisaties-active"&#62;REALISATIES&#60;/a&#62;
&#60;ul&#62;
&#60;li&#62;&#60;a href="nieuwbouw.asp"&#62;Nieuwbouw&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="verbouwing.asp"&#62;Verbouwing&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="interieur.asp"&#62;Interieur&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;li&#62;&#60;a href="contact.asp" class="nav" id="contact-active"&#62;CONTACT&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.mappy.com/BtoB/Proximedia/map?map.id=3023663;map.provider=Proximedia;&#38;amp;xml.state.wanted_lang=nl" target="_blank" class="nav"&#62;STRATENPLAN&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;/div&#62;&#60;/td&#62;
Stylesheet:
#home #home-active, #visie #visie-active, #buro #buro-active, #activiteiten #activiteiten-active, #realisaties #realisaties-active, #contact #contact-active {color:#666666; text-decoration: none;}

/* CSS for dropdown menu */


.clearit {
clear: [...]]]></description>
			<content:encoded><![CDATA[<p>How to build a stylesheet dropdown: horizontal.</p>
<blockquote><p>&lt;td align=&#8221;center&#8221; valign=&#8221;middle&#8221; class=&#8221;nav&#8221;&gt;&lt;div&gt;<br />
&lt;ul id=&#8221;<strong>p7menubar</strong>&#8220;&gt;<br />
&lt;li&gt;&lt;a href=&#8221;index.asp&#8221; class=&#8221;nav&#8221; id=&#8221;home-active&#8221;&gt;HOME&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;visie.asp&#8221; class=&#8221;nav&#8221; id=&#8221;visie-active&#8221;&gt;VISIE&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;buro.asp&#8221; class=&#8221;nav&#8221; id=&#8221;buro-active&#8221;&gt;BURO&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;activiteiten.asp&#8221; class=&#8221;nav&#8221; id=&#8221;activiteiten-active&#8221;&gt;ACTIVITEITEN&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;nieuwbouw.asp&#8221; class=&#8221;nav&#8221; id=&#8221;realisaties-active&#8221;&gt;REALISATIES&lt;/a&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&#8221;nieuwbouw.asp&#8221;&gt;Nieuwbouw&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;verbouwing.asp&#8221;&gt;Verbouwing&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;interieur.asp&#8221;&gt;Interieur&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;contact.asp&#8221; class=&#8221;nav&#8221; id=&#8221;contact-active&#8221;&gt;CONTACT&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;http://www.mappy.com/BtoB/Proximedia/map?map.id=3023663;map.provider=Proximedia;&amp;amp;xml.state.wanted_lang=nl&#8221; target=&#8221;_blank&#8221; class=&#8221;nav&#8221;&gt;STRATENPLAN&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;&lt;/td&gt;</p></blockquote>
<blockquote><p><strong>Stylesheet:</strong></p></blockquote>
<p>#home #home-active, #visie #visie-active, #buro #buro-active, #activiteiten #activiteiten-active, #realisaties #realisaties-active, #contact #contact-active {color:#666666; text-decoration: none;}</p>
<p>/* CSS for dropdown menu */</p>
<p>.clearit {<br />
clear: both;<br />
height: 0;<br />
line-height: 0.0;<br />
font-size: 0;<br />
}<br />
#p7menubar, #p7menubar ul {<br />
padding: 0;<br />
margin: 0;<br />
margin-left:25px;<br />
list-style: none;<br />
font-family: Arial, Helvetica, sans-serif;<br />
}<br />
#p7menubar a {<br />
display: block;<br />
padding-right:23px;<br />
}<br />
/*#p7menubar a.trigger {<br />
padding: 5px 16px 5px 10px;<br />
background-image: url(images/p7PM_dark_south.gif);<br />
background-repeat: no-repeat;<br />
background-position: right center;<br />
}*/<br />
#p7menubar li {<br />
float: left;<br />
width: auto;<br />
}<br />
#p7menubar li img { display:block;}<br />
/*#p7menubar li ul, #p7menubar ul li  {<br />
width: 12em;<br />
}*/<br />
#p7menubar ul li a  {<br />
color: #565656;<br />
font-family: Arial, Helvetica, sans-serif;<br />
border-right: 0;<br />
padding: 3px;<br />
text-decoration:none;<br />
float:left;<br />
}<br />
#p7menubar li ul {<br />
position: absolute;<br />
display: none;<br />
background-color: none;<br />
padding:0;<br />
margin:0;<br />
}<br />
#p7menubar li ul li, #p7menubar li ul li{<br />
float:left;<br />
padding:0;<br />
margin:0;<br />
}<br />
#p7menubar li:hover a, #p7menubar a:focus,<br />
#p7menubar a:active, #p7menubar li.p7hvr a {<br />
color: #666666;<br />
}<br />
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {<br />
display: block;<br />
padding:0;<br />
margin:0;<br />
}<br />
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {<br />
color:#99CC00;<br />
float:left;<br />
background-color: transparent;<br />
padding-right:10px;<br />
}<br />
#p7menubar ul a:hover {<br />
background-color: #000!important;<br />
color: #FFFFFF!important;<br />
padding-right:10px;<br />
}<br />
/*#p7menubar li {width: auto;}*/</p>
<blockquote><p><strong>Javascript page:</strong></p></blockquote>
<p>function P7_ExpMenu(){ //v1.1.0.2 by PVII-www.projectseven.com<br />
if(navigator.appVersion.indexOf(&#8221;MSIE&#8221;)==-1){return;}<br />
var i,k,g,lg,r=/\s*p7hvr/,nn=&#8221;,c,cs=&#8217;p7hvr&#8217;,bv=&#8217;<strong>p7menubar</strong>&#8216;;<br />
for(i=0;i&lt;10;i++){g=document.getElementById(bv+nn);if(g){<br />
lg=g.getElementsByTagName(&#8221;LI&#8221;);if(lg){for(k=0;k&lt;lg.length;k++){<br />
lg[k].onmouseover=function(){c=this.className;cl=(c)?c+&#8217; &#8216;+cs:cs;<br />
this.className=cl;};lg[k].onmouseout=function(){c=this.className;<br />
this.className=(c)?c.replace(r,&#8221;):&#8221;;};}}}nn=i+1;}<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rofaldez.com/general/menu-drop-down-horizontal.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cool Javascript&#124;slideshow function&#124;rotator function part2</title>
		<link>http://www.rofaldez.com/webpage/cool-javascriptslideshow-functionrotator-function-part2.html</link>
		<comments>http://www.rofaldez.com/webpage/cool-javascriptslideshow-functionrotator-function-part2.html#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:09:49 +0000</pubDate>
		<dc:creator>Rof's</dc:creator>
		
		<category><![CDATA[Webpage]]></category>

		<category><![CDATA[Javascript functions]]></category>

		<guid isPermaLink="false">http://www.rofaldez.com/?p=30</guid>
		<description><![CDATA[This is a second method for the slideshow function &#124; rotator function.
The difference about this one is that the image fades more smoothly.

A. To put in the header:

1. the javscript page

B. To put in the body:

The slideshow

&#60;script src="js/ja.header.js" type="text/javascript"&#62;&#60;/script&#62;
&#60;script type="text/javascript"&#62;var fadetime = "3000";&#60;/script&#62;
&#60;div id="ja_header_jsfade" &#62;
&#60;img src="images/img_1.jpg" alt="Arch-Idee" width="327" height="535" style="position: absolute; top: auto; left: auto; [...]]]></description>
			<content:encoded><![CDATA[<p>This is a second method for the slideshow function | rotator function.<br />
The difference about this one is that the image fades more smoothly.</p>
<p>A. <strong>To put in the header</strong>:</p>
<p>1. the javscript page</p>
<p>B. <strong>To put in the body</strong>:</p>
<p><strong>The slideshow</strong></p>
<p>&lt;script src=&#8221;js/ja.header.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;var fadetime = &#8220;3000&#8243;;&lt;/script&gt;<br />
&lt;div id=&#8221;ja_header_jsfade&#8221; &gt;<br />
&lt;img src=&#8221;images/img_1.jpg&#8221; alt=&#8221;Arch-Idee&#8221; width=&#8221;327&#8243; height=&#8221;535&#8243; style=&#8221;position: absolute; top: auto; left: auto; float:right; display: &#8216;none&#8217;;&#8221; /&gt;<br />
&lt;img src=&#8221;images/img_2.jpg&#8221; alt=&#8221;Arch-Idee&#8221; width=&#8221;327&#8243; height=&#8221;535&#8243; style=&#8221;position: absolute; top: auto; left: auto; float:right; display: &#8216;none&#8217;;&#8221; /&gt;<br />
&lt;img src=&#8221;images/img_3.jpg&#8221; alt=&#8221; Arch-Idee&#8221; width=&#8221;327&#8243; height=&#8221;535&#8243; style=&#8221;position: absolute; top: auto; left: auto; float:right; display: &#8216;none&#8217;;&#8221; /&gt;<br />
&lt;img src=&#8221;images/img_4.jpg&#8221; alt=&#8221;Arch-Idee&#8221; width=&#8221;327&#8243; height=&#8221;535&#8243; style=&#8221;position: absolute; top: auto; left: auto; float:right; display: &#8216;none&#8217;;&#8221; /&gt;</p>
<p>C. <strong>The JS page</strong>:</p>
<p>1. <strong>ja.header.js</strong></p>
<p>/*<br />
Image Cross Fade Redux<br />
Version 1.0<br />
Last revision: 02.15.2006<br />
*/</p>
<p>window.addEventListener?window.addEventListener(&#8217;load&#8217;,so_init,false):window.attachEvent(&#8217;onload&#8217;,so_init);</p>
<p>var d=document, imgs = new Array(), zInterval = null, current=0, pause=false, div;<br />
var fadetime = 3000;<br />
function so_init()<br />
{<br />
if(!d.getElementById || !d.createElement)return;</p>
<p>imgs = d.getElementById(&#8217;ja_header_jsfade&#8217;).getElementsByTagName(&#8217;img&#8217;);<br />
for(i=1;i&lt;imgs.length;i++) imgs[i].xOpacity = 0;<br />
imgs[0].style.display = &#8216;block&#8217;;<br />
imgs[0].xOpacity = .99;</p>
<p>setTimeout(so_xfade,fadetime);<br />
}</p>
<p>function so_xfade()<br />
{<br />
cOpacity = imgs[current].xOpacity;<br />
nIndex = imgs[current+1]?current+1:0;<br />
nOpacity = imgs[nIndex].xOpacity;</p>
<p>cOpacity-=.05;<br />
nOpacity+=.05;</p>
<p>imgs[nIndex].style.display = &#8216;block&#8217;;<br />
imgs[current].xOpacity = cOpacity;<br />
imgs[nIndex].xOpacity = nOpacity;</p>
<p>setOpacity(imgs[current]);<br />
setOpacity(imgs[nIndex]);</p>
<p>if(cOpacity&lt;=0)<br />
{<br />
imgs[current].style.display = &#8216;none&#8217;;<br />
current = nIndex;<br />
setTimeout(so_xfade,fadetime);<br />
}<br />
else<br />
{<br />
setTimeout(so_xfade,50);<br />
}</p>
<p>function setOpacity(obj)<br />
{<br />
if(obj.xOpacity&gt;.99)<br />
{<br />
obj.xOpacity = .99;<br />
return;<br />
}</p>
<p>obj.style.opacity = obj.xOpacity;<br />
obj.style.MozOpacity = obj.xOpacity;<br />
obj.style.filter = &#8216;alpha(opacity=&#8217; + (obj.xOpacity*100) + &#8216;)&#8217;;<br />
}<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rofaldez.com/webpage/cool-javascriptslideshow-functionrotator-function-part2.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cool Javascript&#124;slideshow function&#124;rotator funtion</title>
		<link>http://www.rofaldez.com/webpage/cool-javascript-slideshow-funtion-rotator-funtion.html</link>
		<comments>http://www.rofaldez.com/webpage/cool-javascript-slideshow-funtion-rotator-funtion.html#comments</comments>
		<pubDate>Fri, 20 Jun 2008 13:15:07 +0000</pubDate>
		<dc:creator>Rof's</dc:creator>
		
		<category><![CDATA[Webpage]]></category>

		<category><![CDATA[Javascript functions]]></category>

		<guid isPermaLink="false">http://www.rofaldez.com/?p=29</guid>
		<description><![CDATA[This function is compatible with any web extension. Html, AsP, PHP, etc....
It's cool and easy to manipulate, this way you don't need any flash animation or  gif images. Just normal slideshow for banner rotator or photo album slideshow.

1. What to put in the &#60;head&#62;:
&#60;script type="text/javascript"&#62;
var imgs1 = new Array("images/banner1.jpg","images/banner2.jpg","images/banner3.jpg"); &#60;!--images--&#62;
var lnks1 = new Array("index.asp","index.asp","index.asp");
var alt1 [...]]]></description>
			<content:encoded><![CDATA[<p>This function is compatible with any web extension. Html, AsP, PHP, etc&#8230;.<br />
It&#8217;s cool and easy to manipulate, this way you don&#8217;t need any flash animation or  gif images. Just normal slideshow for banner rotator or photo album slideshow.</p>
<p>1. What to put in the &lt;head&gt;:<br />
<strong>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var imgs1 = new Array(&#8221;images/banner1.jpg&#8221;,&#8221;images/banner2.jpg&#8221;,&#8221;images/banner3.jpg&#8221;); </strong>&lt;!&#8211;images&#8211;&gt;<strong><br />
var lnks1 = new Array(&#8221;index.asp&#8221;,&#8221;index.asp&#8221;,&#8221;index.asp&#8221;);<br />
var alt1 = new Array(&#8221;MVS - BVBA&#8221;,&#8221;MVS - BVBA&#8221;,&#8221;MVS - BVBA&#8221;);<br />
var currentAd1 = 0;<br />
var <em>imgCt1 = 3</em>; </strong><em>&lt;!&#8211; the total images that will be use&#8211;&gt;</em><strong><br />
function cycle1() {<br />
if (currentAd1 == imgCt1) {<br />
currentAd1 = 0;<br />
}<br />
var banner1 = document.getElementById(&#8217;adBanner1&#8242;);<br />
var link1 = document.getElementById(&#8217;adLink1&#8242;);<br />
banner1.src=imgs1[currentAd1]<br />
banner1.alt=alt1[currentAd1]<br />
document.getElementById(&#8217;adLink1&#8242;).href=lnks1[currentAd1]<br />
currentAd1++;<br />
}<br />
window.setInterval(&#8221;cycle1()&#8221;,3000); </strong><em>&lt;!&#8211; the time interval = the time limit between the images&#8211;&gt;</em><strong><br />
</strong><br />
<strong>&lt;/script&gt;</strong></p>
<p>&lt;/head&gt;</p>
<p>2. What to put in the &lt;body&gt;:</p>
<p>&lt;tr&gt;<br />
&lt;td align=&#8221;left&#8221; valign=&#8221;top&#8221;&gt;&lt;a href=&#8221;"<strong>urllink1</strong>&#8220;&#8221; id=&#8221;<strong>adLink1</strong>&#8221; target=&#8221;_top&#8221;&gt;&lt;img src=&#8221;<strong>images/banner1.jpg</strong>&#8220;  alt=&#8221;<strong>MVS - BVBA</strong>&#8221; width=&#8221;780&#8243; height=&#8221;329&#8243; &#8220;id=&#8221;<strong>adBanner1</strong>&#8221; border=&#8221;0&#8243;/&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;/tr&gt;</p>
<p>&lt;/body&gt;</p>
<p>Well done - with this easy function you can rotate any banner or header images how many and how long you want to display on your website.</p>
<p>&#8212; Groeten, Rofaldez &#8212;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rofaldez.com/webpage/cool-javascript-slideshow-funtion-rotator-funtion.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pro tricks 3</title>
		<link>http://www.rofaldez.com/webpage/proximedia-tricks-3.html</link>
		<comments>http://www.rofaldez.com/webpage/proximedia-tricks-3.html#comments</comments>
		<pubDate>Wed, 18 Jun 2008 15:17:57 +0000</pubDate>
		<dc:creator>Rof's</dc:creator>
		
		<category><![CDATA[Webpage]]></category>

		<category><![CDATA[Pro tricks]]></category>

		<guid isPermaLink="false">http://www.rofaldez.com/?p=28</guid>
		<description><![CDATA[Proximedia header page

Keep the header page clean and simple like the example they provide us with from 1 of their projekt.

&#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;%
if request("DocID") = "" then
CMSdocid = "43849"       &#60;!-- change to the index ID --&#62;
else
CMSdocid = request("DocID")
end if

if request("langue") = "" then
CMSlangue = "NL"
else
CMSlangue = request("langue")
end if
%&#62;
&#60;!-- #include [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Proximedia header page</strong></p>
<p>Keep the header page clean and simple like the example they provide us with from 1 of their projekt.</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;%<br />
if request(&#8221;DocID&#8221;) = &#8220;&#8221; then<br />
CMSdocid = &#8220;43849&#8243;       <strong>&lt;!&#8211; change to the index ID &#8211;&gt;</strong><br />
else<br />
CMSdocid = request(&#8221;DocID&#8221;)<br />
end if</p>
<p>if request(&#8221;langue&#8221;) = &#8220;&#8221; then<br />
CMSlangue = &#8220;NL&#8221;<br />
else<br />
CMSlangue = request(&#8221;langue&#8221;)<br />
end if<br />
%&gt;<br />
<strong>&lt;!&#8211; #include virtual=&#8221;../modules/CMS.asp&#8221; &#8211;&gt;</strong> <strong>&lt;!&#8211;Otherwise it will not work with the CMS&#8211;&gt;</strong><br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&gt;<br />
&lt;title&gt;&gt;<strong>&lt;%getMeta &#8220;33776&#8243;,&#8221;NL&#8221;,&#8221;Title&#8221;%&gt;</strong>&lt;/title&gt;<br />
&lt;meta name=&#8221;Customer&#8221; content=&#8221;<strong>03023813</strong>&#8220;&gt;<br />
&lt;META name=&#8221;Author&#8221; content=&#8221;Pro&#8221;&gt;<br />
&lt;meta name=&#8221;geography&#8221; content=&#8221;Stad, land, postcode&#8221;&gt;<br />
&lt;META name=&#8221;Description&#8221; content=&#8221;<strong>&lt;%getMeta &#8220;33776&#8243;,&#8221;NL&#8221;,&#8221;Description&#8221;%&gt;</strong>&#8221; lang=&#8221;nl&#8221;&gt;<br />
&lt;META name=&#8221;Keywords&#8221; content=&#8221;<strong>&lt;%getMeta &#8220;33776&#8243;,&#8221;NL&#8221;,&#8221;Keywords&#8221;%&gt;</strong>&#8221; lang=&#8221;nl&#8221;&gt;<br />
&lt;meta name=&#8221;language&#8221; content=&#8221;<strong>&lt;% =&#8221;NL&#8221;  %&gt;</strong>&#8220;&gt;<br />
&lt;meta name=&#8221;Copyright&#8221; content=&#8221;Pro&#8221;&gt;<br />
&lt;meta name=&#8221;publisher&#8221; content=&#8221;Pro&#8221;&gt;<br />
&lt;META name=&#8221;Revisit-After&#8221; content=&#8221;15 days&#8221;&gt;<br />
&lt;meta name=&#8221;robots&#8221; content=&#8221;ALL&#8221;&gt;<br />
&lt;META http-equiv=&#8221;imagetoolbar&#8221; content=&#8221;no&#8221;&gt;<br />
&lt;link href=&#8221;<strong>style.css</strong>&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; /&gt;<br />
&lt;script language=&#8221;JavaScript&#8221; src=&#8221;<strong>js/plan.js</strong>&#8220;&gt;&lt;/script&gt;<br />
&lt;/head&gt;</p>
<p>Usually the header is split with some part of the body piece, mostly with the header image, banner, logo, etc&#8230;If changes are to be done in the header I will update immediately.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rofaldez.com/webpage/proximedia-tricks-3.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pro tricks 2</title>
		<link>http://www.rofaldez.com/webpage/proximedia-tricks-2.html</link>
		<comments>http://www.rofaldez.com/webpage/proximedia-tricks-2.html#comments</comments>
		<pubDate>Wed, 18 Jun 2008 15:08:55 +0000</pubDate>
		<dc:creator>Rof's</dc:creator>
		
		<category><![CDATA[Webpage]]></category>

		<category><![CDATA[Pro tricks]]></category>

		<guid isPermaLink="false">http://www.rofaldez.com/?p=27</guid>
		<description><![CDATA[ASP code for Page.asp in "pro":

If you manage to contruct a simple if and els statement in asp this would not be a problem to construct the page.asp pages for "pro" clients.
Example:

	To receive the content from a activated ID in the CMS:     
&#60;% getBloc CMSdocid,CMSlangue,"Info" %&#62;
	To display the contact form page:
&#60;% if CMSdocid [...]]]></description>
			<content:encoded><![CDATA[<p>ASP code for Page.asp in &#8220;pro&#8221;:</p>
<p>If you manage to contruct a simple if and els statement in asp this would not be a problem to construct the page.asp pages for &#8220;pro&#8221; clients.<br />
Example:</p>
<ul>
<li>To receive the content from a activated ID in the CMS:     <strong><br />
&lt;% getBloc CMSdocid,CMSlangue,&#8221;Info&#8221; %&gt;</strong></li>
<li>To display the contact form page:<br />
<strong>&lt;% if CMSdocid = &#8220;43857&#8243; then %&gt;<br />
&lt;% getBloc CMSdocid,CMSlangue,&#8221;" %&gt;<br />
&lt;table width=&#8221;100%&#8221; border=&#8221;0&#8243; cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243;&gt;<br />
&lt;tr&gt;<br />
&lt;td valign=&#8221;top&#8221;&gt; &lt;!&#8211; #include file=&#8221;ContactForm.asp&#8221; &#8211;&gt; &lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt; &lt;% end if %&gt;</strong></li>
<li>To display the photogallery in &#8220;pro&#8221;:<br />
<strong>&lt;% if CMSdocid = &#8220;43856&#8243; then %&gt;<br />
&lt;% getBloc CMSdocid,CMSlangue,&#8221;" %&gt;<br />
&lt;% getGallery &#8220;33776&#8243;,CMSlangue,&#8221;" %&gt;</strong> &lt;% end if %&gt;</li>
</ul>
<p><strong>So for a complete list to display the content and modules in &#8220;pro&#8221;:</strong></p>
<p>&lt;% if CMSdocid = &#8220;43856&#8243; then %&gt;<br />
&lt;% getBloc CMSdocid,CMSlangue,&#8221;" %&gt;<br />
&lt;% getGallery &#8220;33776&#8243;,CMSlangue,&#8221;" %&gt;<br />
&lt;% elseif CMSdocid = &#8220;43857&#8243; then %&gt;<br />
&lt;% getBloc CMSdocid,CMSlangue,&#8221;" %&gt;<br />
&lt;table width=&#8221;100%&#8221; border=&#8221;0&#8243; cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243;&gt;<br />
&lt;tr&gt;<br />
&lt;td valign=&#8221;top&#8221;&gt; &lt;!&#8211; #include file=&#8221;ContactForm.asp&#8221; &#8211;&gt; &lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;%  else  %&gt;<br />
&lt;% getBloc CMSdocid,CMSlangue,&#8221;Info&#8221; %&gt;<br />
&lt;% end if %&gt;</p>
<p>As you can see for combining 3 requested content we use the if, then, ifelse, endif statement in ASP page.<br />
Stay up to date for more content code for the upcoming devastating asp code for proximedia.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rofaldez.com/webpage/proximedia-tricks-2.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pro tricks 1</title>
		<link>http://www.rofaldez.com/webpage/proximedia-tricks-1.html</link>
		<comments>http://www.rofaldez.com/webpage/proximedia-tricks-1.html#comments</comments>
		<pubDate>Wed, 18 Jun 2008 14:50:07 +0000</pubDate>
		<dc:creator>Rof's</dc:creator>
		
		<category><![CDATA[Webpage]]></category>

		<category><![CDATA[Pro tricks]]></category>

		<guid isPermaLink="false">http://www.rofaldez.com/?p=26</guid>
		<description><![CDATA[Html to ASP:

We are developing and designing websites for "pro". "Pro" uses a CMS for all websites of the clients. This CMS uses asp code and where the website should be very strict under "pro" requirements. For example: "pro" logo (with hyperlink), huge banner (most website), etc...

For developing the ASP page the html page will [...]]]></description>
			<content:encoded><![CDATA[<p>Html to ASP:</p>
<p>We are developing and designing websites for &#8220;pro&#8221;. &#8220;Pro&#8221; uses a CMS for all websites of the clients. This CMS uses asp code and where the website should be very strict under &#8220;pro&#8221; requirements. For example: &#8220;pro&#8221; logo (with hyperlink), huge banner (most website), etc&#8230;</p>
<p>For developing the ASP page the html page will be devided mostly in:</p>
<p>1. header.asp<br />
2. navigation.asp<br />
3. page.asp<br />
4. footer.asp<br />
5 adres.asp (sometimes)</p>
<p>For including asp pages we use:</p>
<p>&lt;!&#8211;#include file=&#8221;header.asp&#8221;&#8211;&gt;<br />
&lt;!&#8211;#include file=&#8221;navigation.asp&#8221;&#8211;&gt;<br />
&lt;!&#8211;#include file=&#8221;footer.asp&#8221;&#8211;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rofaldez.com/webpage/proximedia-tricks-1.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Simple excel function: Mid</title>
		<link>http://www.rofaldez.com/general/simple-excel-function-mid.html</link>
		<comments>http://www.rofaldez.com/general/simple-excel-function-mid.html#comments</comments>
		<pubDate>Tue, 20 May 2008 17:09:02 +0000</pubDate>
		<dc:creator>Rof's</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Excel functions]]></category>

		<guid isPermaLink="false">http://www.rofaldez.com/?p=24</guid>
		<description><![CDATA[Details coming soon:





]]></description>
			<content:encoded><![CDATA[<p>Details coming soon:</p>
<p><img style="vertical-align: middle;" src="http://www.rofaldez.com/images/excel-functions-mid1.jpg" alt="Using the mid function" width="421" height="455" /></p>
<p><img style="vertical-align: middle;" src="http://www.rofaldez.com/images/excel-functions-mid2.jpg" alt="Using the mid function" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rofaldez.com/general/simple-excel-function-mid.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Slimbox</title>
		<link>http://www.rofaldez.com/webpage/slimbox.html</link>
		<comments>http://www.rofaldez.com/webpage/slimbox.html#comments</comments>
		<pubDate>Wed, 23 Apr 2008 20:24:56 +0000</pubDate>
		<dc:creator>Rof's</dc:creator>
		
		<category><![CDATA[Webpage]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[slimbox]]></category>

		<guid isPermaLink="false">http://www.rofaldez.com/?p=23</guid>
		<description><![CDATA[Earlier I posted about this cool wordpress plugin. The light box plugin especially for wordpress. I just found another similar plugin for hmtl pages - (also for other web extensions I think). The Slimbox.

Example page: A cool portfolio for your website

Slimbox versus Lightbox:

Features:

From a functional point of view, Slimbox has the following added features compared [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier I posted about this cool wordpress plugin. The light box plugin especially for wordpress. I just found another similar plugin for hmtl pages - (also for other web extensions I think). <strong>The Slimbox</strong>.</p>
<p>Example page: <a href="http://www.rofaldez.com/media/slimbox-html/slimbox.html"title="Slimbox"  target="_blank" >A cool portfolio for your website</a></p>
<p><strong>Slimbox versus Lightbox:</strong></p>
<p><strong>Features:</strong></p>
<p>From a functional point of view, Slimbox has the following added features compared to the original Lightbox:</p>
<p>* Slimbox is ready to launch as soon as the document is ready. This means that you don’t have to wait for all images of the page to be loaded before clicking on a link launching the Lightbox effect.<br />
* The left and right arrow keys can be used to navigate through images, and the ESC key can be used to close Slimbox (Warning: in Mozilla browsers, the ESC key is also used to stop GIF images from animating).<br />
* The dark background overlay can be clicked anywhere to close Slimbox, even on the parts located on the left and right of the image.<br />
* The script is more robust; for example you can try to start-stop Slimbox very quickly to interrupt the animation then resume it and you won’t notice any bug like in the original Lightbox where sometimes the animation stops or the captions are wrongly sized.<br />
* Slimbox temporary hides flash animations and other embedded videos while it is open to avoid display bugs in some browsers.<br />
* Slimbox can be launched from the traditional image links inside the page like the original Lightbox, but also directly from a Javascript call using a special method.</p>
<p>Like they say it, my opinion the slimbox works exactly like the lightbox.</p>
<p><strong>The differences from the lightbox:</strong></p>
<p>*  The code has been entirely rewritten with efficiency in mind for the mootools framework instead of the huge Prototype/Scriptaculous. The script itself is as tiny as 7kb (uncompressed).<br />
* The Slimbox CSS are simpler and 100% valid (no more CSS hacks). Also, all images used by Slimbox are specified in the CSS instead of the Javascript so it is easier to style.<br />
* Slimbox does not use the 1 pixel transparent gif image needed by Lightbox.</p>
<p>As you can read, its alot lighter then the lightbox - Can this be true? Slimbox is more lighter then THE LIGHT BOX? Why do they call it light box? Got it?</p>
<p><strong>The tool required:</strong></p>
<p><strong>Slimbox 1.4</strong> requires the <a href="http://www.mootools.net/"title="Mootools for Slimbox"  target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.mootools.net');">mootools framework</a>, version 1.1 or more recent. Because mootools is modular, you can make your download smaller by only downloading the modules your scripts are actually using. Here are the modules required by Slimbox:</p>
<p>* Class: all<br />
* Native: all<br />
* Element: Element.Event<br />
* Window: Window.DomReady, Window.Size<br />
* Effects: Fx.Style, Fx.Styles (optionally Fx.Transitions)</p>
<p>1 - place this in the header tag:</p>
<p>2 - inlude the script in the header tag aswell:<script src="http://www.rofaldez.com/wp-admin/js/mootools.v1.1.js" type="text/javascript"></script><br />
<script src="http://www.rofaldez.com/wp-admin/js/slimbox.js" type="text/javascript"></script></p>
<p>3 - Customize your stylesheet with the slimbox.css:</p>
<p>4 - activate the plugin:</p>
<p><strong> Example:</strong></p>
<p><strong></strong>&lt;a title=&#8221;my caption&#8221; rel=&#8221;lightbox&#8221; href=&#8221;image-1.jpg&#8221;&gt;image #1&lt;/a&gt;</p>
<p><strong>Mutiple:</strong></p>
<p>&lt;a rel=&#8221;lightbox[atomium]&#8221; href=&#8221;image-1.jpg&#8221;&gt;image #1&lt;/a&gt;<br />
&lt;a rel=&#8221;lightbox[atomium]&#8221; href=&#8221;mage-2.jpg&#8221;&gt;image #2&lt;/a&gt;<br />
&lt;a rel=&#8221;lightbox[atomium]&#8221; href=&#8221;image-3.jpg&#8221;&gt;image #3&lt;/a&gt;</p>
<p><strong>Display 1 image:</strong></p>
<p>Alternatively, you can also launch the Lightbox effect using Javascript to display a single image. Just call the following method, passing the URL of the image as first parameter and optionally a title as second parameter:</p>
<p>Lightbox.show(&#8217;images/image-1.jpg&#8217;, &#8216;Spheres in construction&#8217;);</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rofaldez.com/webpage/slimbox.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Transparent PNG in HTML</title>
		<link>http://www.rofaldez.com/webpage/transparent-png-in-html.html</link>
		<comments>http://www.rofaldez.com/webpage/transparent-png-in-html.html#comments</comments>
		<pubDate>Fri, 18 Apr 2008 20:56:05 +0000</pubDate>
		<dc:creator>Rof's</dc:creator>
		
		<category><![CDATA[Webpage]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://www.rofaldez.com/?p=21</guid>
		<description><![CDATA[
Thankz to this post I can use a transparent background over a wallpaper. Without cutting anything in photoshop.
Click here to see it: 

http://www.rofaldez.com/media/transparent-html

1. The only thing you need is a wallpaper
2. A transparent white background with a png extension. I cut it up using photoshop. Give the white background a tranparency of 32%. Export it [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.rofaldez.com/images/snapshot-transparent.jpg" alt="snapshot transparency" /><br />
Thankz to this <a href="http://www.daltonlp.com/view/217" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.daltonlp.com');">post</a> I can use a transparent background over a wallpaper. Without cutting anything in photoshop.<br />
Click here to see it: </p>
<p><a href="http://www.rofaldez.com/media/transparent-html/transparent.html" target="_blank" >http://www.rofaldez.com/media/transparent-html</a></p>
<p>1. The only thing you need is a wallpaper<br />
2. A transparent white background with a png extension. I cut it up using photoshop. Give the white background a tranparency of 32%. Export it as a PNG extension and enable the transparent option.<br />
3. Source code in your stylesheet:</p>
<p>html {<br />
   overflow: -moz-scrollbars-vertical;<br />
   height:100%;<br />
}<br />
body{<br />
   height:100%;<br />
   margin-left: 0px;<br />
   margin-top: 50px;<br />
   margin-right: 0px;<br />
   margin-bottom: 0px;<br />
}<br />
.maintable {<br />
   width: 600px;<br />
   height: 300px;<br />
   background-image:url(images/cubic-background.jpg);<br />
   background-repeat:repeat-x;<br />
   vertical-align:middle;</p>
<p>}</p>
<p>.trans_box2 {<br />
   font-family:verdana;<br />
   font-weight:bold;<br />
   padding:40px;<br />
   margin:30px;<br />
   border:solid 1px #555;<br />
/* Mozilla ignores crazy MS image filters, so it will skip the following */<br />
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale,                           src=&#8217;images/35-transparent.png&#8217;);<br />
}<br />
/* IE ignores styles with [attributes], so it will skip the following. */<br />
.trans_box2[class] {<br />
   background-image:url(images/35-transparent.png);<br />
   vertical-align:top;<br />
   color:#ffffff;<br />
}</p>
<p>4. Enjoy your lovely background as it is with a transparent background in front of it with your text.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rofaldez.com/webpage/transparent-png-in-html.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Godaddy discount</title>
		<link>http://www.rofaldez.com/hosting/godaddy-coupon/godaddy-discount.html</link>
		<comments>http://www.rofaldez.com/hosting/godaddy-coupon/godaddy-discount.html#comments</comments>
		<pubDate>Wed, 16 Apr 2008 14:30:32 +0000</pubDate>
		<dc:creator>Rof's</dc:creator>
		
		<category><![CDATA[Godaddy coupon]]></category>

		<category><![CDATA[coupons]]></category>

		<category><![CDATA[discount]]></category>

		<category><![CDATA[godaddy]]></category>

		<guid isPermaLink="false">http://www.rofaldez.com/?p=19</guid>
		<description><![CDATA[Here are some Godaddy coupons that you can use, it will save you some buck or so. Some coupons are already expired - some do still work after the expired date. I will mention the date of expiration also along with the code. Enjoy!



Godaddy coupon code "gdp0437a": $10 OFF* your order of $40 or more


order [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Here are some Godaddy coupons that you can use, it will save you some buck or so. Some coupons are already expired - some do still work after the expired date. I will mention the date of expiration also along with the code. Enjoy!</p></blockquote>
<table border="0" cellspacing="0" cellpadding="0" width="470">
<tbody>
<tr>
<td bgcolor="#c0dc32">Godaddy coupon code <strong>&#8220;gdp0437a&#8221;</strong>: $10 OFF* your order of $40 or more</td>
</tr>
<tr>
<td bgcolor="#999999">order before April 30, 2008 to save!</td>
</tr>
<tr>
<td bgcolor="#5f5f5f"></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="470">
<tbody>
<tr>
<td bgcolor="#c0dc32">Godaddy coupon code <strong>&#8220;gdp0413n&#8221;</strong>: 20% OFF your order of $60 or more</td>
</tr>
<tr>
<td bgcolor="#999999">order before April 30, 2008 to save!</td>
</tr>
<tr>
<td bgcolor="#c0dc32">Godaddy coupon code <strong>&#8220;gdp0531w&#8221;</strong>: 20% OFF your order of $100 or more</td>
</tr>
<tr>
<td bgcolor="#999999">Godaddy sponsor of the Indy 500® 2008</td>
</tr>
<tr>
<td bgcolor="#c0dc32">Godaddy coupon code <strong>&#8220;gdp0513p&#8221;</strong>: 15% off on every .com, .net, org, .biz, .us, .name domain at Go Daddy</td>
</tr>
<tr>
<td bgcolor="#999999">Valid till end of june 2008</td>
</tr>
<tr>
<td bgcolor="#5f5f5f"></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.rofaldez.com/hosting/godaddy-coupon/godaddy-discount.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
