<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Tech Support Guy Forums - Web Design & Development]]></title>
		<link>http://forums.techguy.org</link>
		<description>Web site design, development, and programming.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 05:09:44 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>30</ttl>
		<image>
			<url>http://static.techguy.org/v38/images/misc/rss.jpg</url>
			<title><![CDATA[Tech Support Guy Forums - Web Design & Development]]></title>
			<link>http://forums.techguy.org</link>
		</image>
		<item>
			<title><![CDATA[HTML, using a javascript variable in <a href>]]></title>
			<link>http://forums.techguy.org/web-design-development/879068-html-using-javascript-variable-href.html</link>
			<pubDate>Sat, 21 Nov 2009 01:26:50 GMT</pubDate>
			<description><![CDATA[I want to be able to append a paramter to a url used in a reference tag. 
 
The following works as I wish: 
<a href="abcu0026_u003du003cu003etextSlides.html?7"> 
but I want the "7" to be varialbe, similar to the "onClick" construct below which...]]></description>
			<content:encoded><![CDATA[<div>I want to be able to append a paramter to a url used in a reference tag.<br />
<br />
The following works as I wish:<br />
&lt;a href=&quot;abcu0026_u003du003cu003etextSlides.html?7&quot;&gt;<br />
but I want the &quot;7&quot; to be varialbe, similar to the &quot;onClick&quot; construct below which works:<br />
<br />
&lt;IMG src=&quot;http://lh5.ggpht.com/_BfSHtcWNuCI/SofG-e6YdPI/AAAAAAAAAPY/YFDaYVljoK0/P5120012.JPG&quot;<br />
     width=&quot;150&quot; height=&quot;200&quot;<br />
     onclick=&quot;window.location='abcu0026_u003du003cu003etextThumbs.html?'+speedVa  l&quot;<br />
     alt=&quot;&quot;&gt;<br />
<br />
speedVal is a javascript global variable set to a value between 1 and 15.<br />
<br />
When I try<br />
&lt;a href=&quot;abcu0026_u003du003cu003etextSlides.html?speedVal&quot;&gt;<br />
it presents the URL in the browser as<br />
abcu0026_u003du003cu003etextSlides.html?speedVal<br />
<br />
When I use<br />
&lt;a href=&quot;abcu0026_u003du003cu003etextSlides.html?&quot;+speedVal&gt;<br />
It presents the URL in the browser as <br />
abcu0026_u003du003cu003etextSlides.html?<br />
<br />
Is there some syntax for the javascript variable that I can use?<br />
<br />
Thanks for your  help.<br />
Andynic</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>andynic</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/879068-html-using-javascript-variable-href.html</guid>
		</item>
		<item>
			<title>website for desigining first webpage</title>
			<link>http://forums.techguy.org/web-design-development/878969-website-desigining-first-webpage.html</link>
			<pubDate>Fri, 20 Nov 2009 17:01:45 GMT</pubDate>
			<description><![CDATA[At the tender age of 50, I've finally found the need to design my first webpage.  Can anyone recommend a good site to do this?  Taking into account, price, ease, quality, etc.  Should I look for a host first? Should I go to a site that has...]]></description>
			<content:encoded><![CDATA[<div>At the tender age of 50, I've finally found the need to design my first webpage.  Can anyone recommend a good site to do this?  Taking into account, price, ease, quality, etc.  Should I look for a host first? Should I go to a site that has templates?  I sincerely appreciate any and all suggestions.<br />
<br />
Thanks ahead<br />
<br />
- AF1</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>airforceone</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878969-website-desigining-first-webpage.html</guid>
		</item>
		<item>
			<title>scrolling marquee loop code</title>
			<link>http://forums.techguy.org/web-design-development/878933-scrolling-marquee-loop-code.html</link>
			<pubDate>Fri, 20 Nov 2009 14:17:28 GMT</pubDate>
			<description><![CDATA[<MARQUEE WIDTH="98%" BEHAVIOR="scroll" SCROLLAMOUNT="4" DIRECTION="left" BGColor="transparent" OnMouseOver="this.stop()" OnMouseOut="this.start()"> 
 
<a href="http://www.google.com" target="_blank"><img src="/1.jpg" border="0"></a> 
<a...]]></description>
			<content:encoded><![CDATA[<div>&lt;MARQUEE WIDTH=&quot;98%&quot; BEHAVIOR=&quot;scroll&quot; SCROLLAMOUNT=&quot;4&quot; DIRECTION=&quot;left&quot; BGColor=&quot;transparent&quot; OnMouseOver=&quot;this.stop()&quot; OnMouseOut=&quot;this.start()&quot;&gt;<br />
<br />
&lt;a href=&quot;http://www.google.com&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/1.jpg&quot; border=&quot;0&quot;&gt;&lt;/a&gt;<br />
&lt;a href=&quot;http://www.google.com&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/2.jpg&quot; border=&quot;0&quot;&gt;&lt;/a&gt;<br />
&lt;a href=&quot;http://www.google.com&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/3.jpg&quot; border=&quot;0&quot;&gt;&lt;/a&gt;<br />
&lt;a href=&quot;http://www.google.com&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/4.jpg&quot; border=&quot;0&quot;&gt;&lt;/a&gt;<br />
&lt;a href=&quot;http://www.google.com&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/5.jpg&quot; border=&quot;0&quot;&gt;&lt;/a&gt;<br />
&lt;/MARQUEE&gt;<br />
<br />
lets say my page only fits 3 of these images, <br />
i want so that when the last image is showed it loops back to the 1st image without ending the cycle otherwise i get a no image scroll for a few seconds</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>Duckman69</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878933-scrolling-marquee-loop-code.html</guid>
		</item>
		<item>
			<title>Programatically selecting a menu item with JS?</title>
			<link>http://forums.techguy.org/web-design-development/878797-programatically-selecting-menu-item-js.html</link>
			<pubDate>Thu, 19 Nov 2009 22:38:32 GMT</pubDate>
			<description><![CDATA[Hi Guys (and Gals?) 
 
Here's a quick one for you... Is there a way to select an item from an HTML drop down menu via javascript? 
 
Here's the story, I have a menu which allows the user to 'narrow down' a potentially very long list of items by...]]></description>
			<content:encoded><![CDATA[<div>Hi Guys (and Gals?)<br />
<br />
Here's a quick one for you... Is there a way to select an item from an HTML drop down menu via javascript?<br />
<br />
Here's the story, I have a menu which allows the user to 'narrow down' a potentially very long list of items by selecting various sub categories or groups. I would also like to allow them to pick an individual item, so have included a text input box next to the menu. In the 'onchange' event of this input field I'd like to set the menu selection back to 'Please Select...' for example. Can this be done?<br />
<br />
Thanks in advance<br />
<br />
Danny</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>allnodcoms</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878797-programatically-selecting-menu-item-js.html</guid>
		</item>
		<item>
			<title>How To Save Web Page From Command Line</title>
			<link>http://forums.techguy.org/web-design-development/878723-how-save-web-page-command.html</link>
			<pubDate>Thu, 19 Nov 2009 18:04:06 GMT</pubDate>
			<description><![CDATA[I need to download a web page as "Web page, HTML only" and save it to my hard drive. The problem is, it needs to be done from a command line - not by me sitting at the computer reading and clicking. 
 
Here's the situation: I get emails at all...]]></description>
			<content:encoded><![CDATA[<div>I need to download a web page as &quot;Web page, HTML only&quot; and save it to my hard drive. The problem is, it needs to be done from a command line - not by me sitting at the computer reading and clicking.<br />
<br />
Here's the situation: I get emails at all times, day &amp; night, telling me that a file is available on a web site. The emails contain a link to the &quot;download page&quot;.<br />
<br />
The &quot;download page&quot; has a link to the file. It is that link that I need to extract from the &quot;download page&quot;, which I can do if I can save the &quot;download page&quot; to my hard drive.<br />
<br />
Any ideas gratefully received.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>Somnamna</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878723-how-save-web-page-command.html</guid>
		</item>
		<item>
			<title>Dreamweaver CS4 cant place image exactly</title>
			<link>http://forums.techguy.org/web-design-development/878573-dreamweaver-cs4-cant-place-image.html</link>
			<pubDate>Thu, 19 Nov 2009 03:15:01 GMT</pubDate>
			<description>i have been confused with this for days, i dont know and cant find out how to place an image exactly where i want it, and it must stay in that place on another monitor... 
 
this is one of the examples of what i need... 
...</description>
			<content:encoded><![CDATA[<div>i have been confused with this for days, i dont know and cant find out how to place an image exactly where i want it, and it must stay in that place on another monitor...<br />
<br />
this is one of the examples of what i need...<br />
<br />
<a href="http://img691.imageshack.us/img691/2130/26025108.jpg" target="_blank">http://img691.imageshack.us/img691/2130/26025108.jpg</a><br />
<br />
someone please help me here :up:</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>static_rev</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878573-dreamweaver-cs4-cant-place-image.html</guid>
		</item>
		<item>
			<title>vertical gaps in ie6 and ie7</title>
			<link>http://forums.techguy.org/web-design-development/878490-vertical-gaps-ie6-ie7.html</link>
			<pubDate>Wed, 18 Nov 2009 21:17:30 GMT</pubDate>
			<description>my question is about ie6 and ie7 creating unwanted vertical gap of 3px 
 
in my page i have an outer div which is holding 4 inner divs following is the code 
 
#outer{ 
	float: left; 
	width: 900px; 
	height: auto; 
}</description>
			<content:encoded><![CDATA[<div>my question is about ie6 and ie7 creating unwanted vertical gap of 3px<br />
<br />
in my page i have an outer div which is holding 4 inner divs following is the code<br />
<br />
#outer{<br />
	float: left;<br />
	width: 900px;<br />
	height: auto;<br />
}<br />
<br />
#outer .inner1{<br />
	float: left;<br />
	width: 200px;<br />
	height: auto;<br />
}<br />
#outer .inner2{<br />
	float: left;<br />
	width: 200px;<br />
	height: auto;<br />
}<br />
#outer .inner3{<br />
	float: left;<br />
	width: 200px;<br />
	height: auto;<br />
}<br />
#outer .inner4{<br />
	float: left;<br />
	width: 300px;<br />
	height: auto;<br />
}<br />
<br />
after this a new div starts with width 900px with the remaining page content, in order to clear the floats before the new div starts i have used<br />
<br />
&lt;br class=&quot;break&quot; /&gt;<br />
.break{<br />
clear: both;<br />
}<br />
<br />
<br />
due to this the next div top edge starts exactly below the bottom edge of the outer div which is holding the inner divs, only in ie6 and ie7 there is a small vertical gap which i want to remove, as of now i have used  <br />
*margin: -3px 0 0 0; and _margin: -3px 0 0 0; for ie6 and ie7 for the next div and it looks similar to all other browsers<br />
<br />
instead of using the -3px top margin is a way i can avoid the 3px vertical gap that ie is creating. <br />
can i change .break to <br />
.break{<br />
clear: both;<br />
height: 1px;<br />
}<br />
<br />
i am not very sure of this. sometimes this code also works &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt; .clear{clear: both;} as an alternative to &lt;br class=&quot;break&quot; /&gt;<br />
<br />
also i have tried using the following code to fix ie6 and 7<br />
<br />
* html .divname{<br />
	margin: -3px 0 0 0;<br />
}<br />
*+html .divname{<br />
	margin: -3px 0 0 0;<br />
}<br />
<br />
<br />
the advantage of using * html does not give any warnings when i validate the code from w3.org website however using _ and * gives a warning message for using _ and *<br />
<br />
please advice if there is a way to avoid the 3px gap in ie6 and 7 without the above code or if there is no other alternative other than to use any of the 2 techniques<br />
<br />
thanks.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>sudhakararaog</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878490-vertical-gaps-ie6-ie7.html</guid>
		</item>
		<item>
			<title>Webpages keep getting malicious code added to them</title>
			<link>http://forums.techguy.org/web-design-development/878447-webpages-keep-getting-malicious-code.html</link>
			<pubDate>Wed, 18 Nov 2009 18:46:22 GMT</pubDate>
			<description>Hello, 
 
 
About a week ago, my website, akril.sq7.org, became labeled as a potential attack site by Mozilla Firefox. Upon further investigation, I found that all of my HTML files and JS files had a line of script added to them that redirected the...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
<br />
About a week ago, my website, akril.sq7.org, became labeled as a potential attack site by Mozilla Firefox. Upon further investigation, I found that all of my HTML files and JS files had a line of script added to them that redirected the viewer to another site. Naturally, I removed all the code I could find, only to see it reappear the following day.<br />
<br />
I contacted the owner of sq7.org, and since none of the other sub-domains under that address besides mine had any similar problems with them, he suggested that I might potentially have a PHP file with outdated code in it, which could have been a weakness in my site's security. As it turns out, I <i>did</i> have such a file on it, and since I had no more need of it, I deleted it, as well as the new code that had appeared in my files by overwriting them.<br />
<br />
As I found out the following day, the only thing this changed was the website the script being added was directing viewers to. This time it was to a site that automatically infected the viewer's computer with a Trojan, something I found out the hard way when my computer got briefly infected by visiting my own homepage (despite having Spy Sweeper up and running).<br />
<br />
Finally, I did what I should have done in the first place and asked the domain name's owner to change my password, since I didn't see what else could be done. He did this and cleaned up my files for me, and for a while, I was convinced that the crisis was over. However, this morning at around 1:30 AM, my files were changed yet again, with code for yet <i>another</i> website being inserted into my HTML and JS files.<br />
<br />
I honestly don't know what else I can do. I've switched from WS_FTP to FileZilla, the most highly recommended FTP program I could find, deleted the PHP file that was apparently the original cause of this problem, and changed passwords*, yet my website is still getting hacked. I've considered switching to another file transfer program, but I'm not sure if that would help at this point, and I haven't been able to locate any that look beginner-friendly.<br />
<br />
Is there any advice that anyone here can give me regarding this problem?<br />
<br />
<br />
<br />
*I also tried to scan my computer with MalwareBytes' Anti-Malware, but for some reason, it shuts down just a few seconds after I start a scan, and the same thing happens when I try updating it.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>Akril</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878447-webpages-keep-getting-malicious-code.html</guid>
		</item>
		<item>
			<title>Cutesite Builder/Trellix Conversion</title>
			<link>http://forums.techguy.org/web-design-development/878391-cutesite-builder-trellix-conversion.html</link>
			<pubDate>Wed, 18 Nov 2009 15:21:04 GMT</pubDate>
			<description><![CDATA[Please! 
 
We have Cutesite builder on one of our older computers.  Years ago, when it was a newer one, we built our website using CSB.  Now we've updated our computers, but have had to keep that computer because of this program.  Our website files...]]></description>
			<content:encoded><![CDATA[<div>Please!<br />
<br />
We have Cutesite builder on one of our older computers.  Years ago, when it was a newer one, we built our website using CSB.  Now we've updated our computers, but have had to keep that computer because of this program.  Our website files are saved into Cutesite Builder.<br />
<br />
What new program can we use to convert Cutesite files to?<br />
<br />
Thank you!</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>astrosandy</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878391-cutesite-builder-trellix-conversion.html</guid>
		</item>
		<item>
			<title>Website Coding Quote - Sound good?</title>
			<link>http://forums.techguy.org/web-design-development/878385-website-coding-quote-sound-good.html</link>
			<pubDate>Wed, 18 Nov 2009 15:02:54 GMT</pubDate>
			<description>I have no clue about pricing to work on websites however this a quote I got from someone I just did business with on another project.  My site is up and running fine in FireFox and IE but maybe not in other browsers as I have not checked it.  He...</description>
			<content:encoded><![CDATA[<div>I have no clue about pricing to work on websites however this a quote I got from someone I just did business with on another project.  My site is up and running fine in FireFox and IE but maybe not in other browsers as I have not checked it.  He says there are a number of errors on the site and this would fix it.  Below is his email.<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				On the fixes of your website:<br />
I would recommend fixing at least 2 pages: the main page and the shopping (store) page.<br />
<br />
We also need to fix the CSS code for those pages. There are some errors there. Pages will not show good in some browsers. <br />
<br />
On the store page, we have to make assure that the shopping cart code is working correctly for each product.<br />
<br />
My service on the store page would be to clean up the code, make sure it shows good in most browsers, work out the shopping cart code, and have the entire code for that page W3C validated. I will charge $200 for that page.<br />
<br />
My service for the main page would be the same, however that page does not contain the shopping cart code, therefore I would charge $150 for that page. <br />
<br />
If you order both pages at the same time, I would remove the CSS code from these two pages to work from a separate file. The pages should load faster that way. I will then make sure the page is also W3C validated.  As a bonus, I will revise the keywords for these 2 pages and eventually, as appropriate, apply some small <acronym title="Search Engine Optimization">SEO</acronym> tricks to improve search engine indexation. <br />
<br />
For an extra $50, I will prepare a XLM sitemap readable by Google and other search engines. The sitemap I’m talking about is not the sitemap used as an index for the website. It’s a sitemap used by the search engines’ spider robots to craw websites for indexation. These sitemaps are designed based on some rules or the robots will not read it.  <br />
<br />
Add to it more $50, for a one-time job, and I will prepare a code to measure the several statistics on your site, and as an extra bonus, I will submit the main page to a number of search engines.  <br />
<br />
Please note, I’m not proposing or including any changes to the website design or appearance. It will still look the same. However, if we fix the code, your website will work lighter, and browser friendlier.
			
			<hr />
		</td>
	</tr>
	</table>
</div>These prices sound ok or what?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>SVTCobraLTD</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878385-website-coding-quote-sound-good.html</guid>
		</item>
		<item>
			<title>Strange opening order on a page using java, flash, and html</title>
			<link>http://forums.techguy.org/web-design-development/878330-strange-opening-order-page-using.html</link>
			<pubDate>Wed, 18 Nov 2009 10:48:35 GMT</pubDate>
			<description>This is a continuation of another thread (http://forums.techguy.org/web-design-development/871033-flash-landing-page-yes-i.html) but as the subject of the problem is now completely different, I decided it best to start another. 
 
The code below...</description>
			<content:encoded><![CDATA[<div>This is a continuation of <a href="http://forums.techguy.org/web-design-development/871033-flash-landing-page-yes-i.html" target="_blank">another thread</a> but as the subject of the problem is now completely different, I decided it best to start another.<br />
<br />
The code below loads a home page and (providing a cookie is not present) it loads a fullscreen black div with a container for a very short flash 'intro'. The Div then auto-closes after 4 seconds and therefore allows the flash to finish (as I couldn't find a way of linking the video end event to the closure of the div.) This is also quite good as it means that if there is a massive delay in the loading of the page, the video ends up not playing at all and so great for slow connections.<br />
<br />
So, the problem, well for some reason, the black div seems to load after the rest of the page, particularly in Opera and Safari but sometimes in FF as well. This makes it look like you are being diverted away from the site just to watch a stupid 2.2 second video whereas I want it to seem like a small video to watch while the rest of the page loads behind.......? :D<br />
<br />
<i>I have just included the bottom part of the head and the top part of the body; and missed out the actual flash call for simplicity:</i><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;script type=&quot;text/javascript&quot;&gt;<br />
<br />
function createCookie(name,value,days) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (days) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var date = new Date();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; date.setTime(date.getTime()+(days*60*60*1000));<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var expires = &quot;; expires=&quot;+date.toGMTString();<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; else var expires = &quot;&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; document.cookie = name+&quot;=&quot;+value+expires+&quot;; path=/&quot;;<br />
}<br />
<br />
function readCookie(name) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; var nameEQ = name + &quot;=&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; var ca = document.cookie.split(';');<br />
&nbsp; &nbsp; &nbsp; &nbsp; for(var i=0;i &lt; ca.length;i++) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var c = ca[i];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while (c.charAt(0)==' ') c = c.substring(1,c.length);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; return null;<br />
}<br />
<br />
function eraseCookie(name) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; createCookie(name,&quot;&quot;,-1);<br />
}<br />
<br />
function setTheDivStyle() {<br />
if(!readCookie('foxIndex')) {<br />
// if cookie not found display the div and create the cookie<br />
document.getElementById(&quot;splash&quot;).style.display=&quot;block&quot;;<br />
createCookie('foxIndex', 'foxIndex', 24);&nbsp; // 1 day = 24 hours persistence<br />
}<br />
else {<br />
// if cookie found hide the div<br />
document.getElementById(&quot;splash&quot;).style.display=&quot;none&quot;;<br />
}<br />
}<br />
&lt;/script&gt;&nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&lt;script language=&quot;javascript&quot;&gt;AC_FL_RunContent = 0;&lt;/script&gt;<br />
&lt;script src=&quot;AC_RunActiveContent.js&quot; language=&quot;javascript&quot;&gt;&lt;/script&gt;<br />
<br />
&lt;/head&gt;<br />
<br />
<br />
&lt;body onload = &quot;setTheDivStyle()&quot;&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;splash&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;vid&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;script type=&quot;text/javascript&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; function closeSplashDiv(){<br />
&nbsp; &nbsp; &nbsp; &nbsp; document.getElementById(&quot;splash&quot;).style.display=&quot; none&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; // close the div in 4 secs<br />
&nbsp; &nbsp; &nbsp; &nbsp; window.setTimeout( closeSplashDiv, 4000 );<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;container&quot;&gt;.....................etc</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>adlamb</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878330-strange-opening-order-page-using.html</guid>
		</item>
		<item>
			<title>Website Event Calendars</title>
			<link>http://forums.techguy.org/web-design-development/878089-website-event-calendars.html</link>
			<pubDate>Tue, 17 Nov 2009 15:59:32 GMT</pubDate>
			<description>Hi, 
Has anyone any experience with Website Event Calendars? 
  
 I can find a few on Google but no real working examples that i like. What i am tryig to achieve is an Event Calendar which i update on my site and it contains details of the event and...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
Has anyone any experience with Website Event Calendars?<br />
 <br />
 I can find a few on Google but no real working examples that i like. What i am tryig to achieve is an Event Calendar which i update on my site and it contains details of the event and a useable link to direct to further information.<br />
 <br />
 Mark</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>955i</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878089-website-event-calendars.html</guid>
		</item>
		<item>
			<title>Google serach is not working in my web site</title>
			<link>http://forums.techguy.org/web-design-development/878017-google-serach-not-working-my.html</link>
			<pubDate>Tue, 17 Nov 2009 09:06:25 GMT</pubDate>
			<description>I  have a problem with the Google search (insite search) implemented on one of our clients site (www.morrisfoundation.in (http://www.morrisfoundation.in/)) 
 We have hosted this site on godaddy server. The issue which we are facing is as below: 
  ...</description>
			<content:encoded><![CDATA[<div>I  have a problem with the Google search (insite search) implemented on one of our clients site (<a href="http://www.morrisfoundation.in/" target="_blank">www.morrisfoundation.in</a>)<br />
 We have hosted this site on godaddy server. The issue which we are facing is as below:<br />
  <br />
<font face="verdana">The Google custom search (insite search) we have implemented on the website returns no results every time or any time on any keyword search on the site. </font><font face="verdana">The keywords which you could use for your reference could be like - ADD, Morris, Training program, etc.</font><br />
<br />
I have use the following code..<br />
<br />
&lt;script type=&quot;text/javascript&quot;<br />
   src=&quot;http://www.google.com/uds/api?file=uds.js&amp;v=1.0&amp;key=ABQIAAAAsAzZfunLIuitazLi7gywyhQwHkkBoUQGHi5pswjo0-XzJ3Td0RTBhkZRvX_LHHu8TYKWpoQPhdeuMg&quot;&gt;<br />
&lt;/script&gt;<br />
   &lt;script language=&quot;Javascript&quot; type=&quot;text/javascript&quot;&gt;<br />
    //&lt;![CDATA[<br />
<br />
    google.load(&quot;search&quot;, &quot;1&quot;);<br />
<br />
    function OnLoad() {<br />
      // Create a search control<br />
     var searchControl = new GSearchControl();<br />
     searchControl.setResultSetSize(GSearch.LARGE_RESULTSET); <br />
       <br />
    <br />
      // site restricted web search with custom label<br />
      // and class suffix<br />
      var options = new GsearcherOptions(); <br />
      var siteSearch = new GwebSearch(); <br />
      siteSearch.setUserDefinedLabel(&quot;Search results for Morrisfoundation&quot;);<br />
      siteSearch.setUserDefinedClassSuffix(&quot;siteSearch&quot;);<br />
      siteSearch.setSiteRestriction(&quot;morrisfoundation.in&quot;);<br />
     <br />
      searchControl.addSearcher(siteSearch, options);<br />
      options.setExpandMode(GSearchControl.EXPAND_MODE_OPEN);<br />
            <br />
                 <br />
//to get the id from querystring <br />
 //Server.UrlDecode(Convert.ToString(Request.QueryString[&quot;Search&quot;]))<br />
    var tabvalue = getQueryVariable(&quot;Search&quot;); <br />
    tabvalue=tabvalue.replace(/%20/g,&quot; &quot;);<br />
<br />
<br />
    document.getElementById(&quot;searchcontrol&quot;).value=tabvalue;<br />
<br />
    <br />
      searchControl.draw(document.getElementById(&quot;searchcontrol&quot;));<br />
      <br />
      // Execute an inital search<br />
      searchControl.execute(document.getElementById(&quot;searchcontrol&quot;).value);<br />
    }<br />
    google.setOnLoadCallback(OnLoad);<br />
<br />
function getQueryVariable(variable) <br />
{ <br />
var query = window.location.search.substring(1); <br />
//var vars = query.split(&quot;&amp;&quot;); <br />
var vars = query.split(&quot; &quot;); <br />
for (var i=0;i&lt;vars.length;i++) <br />
{ <br />
var pair = vars[i].split(&quot;=&quot;); <br />
if (pair[0] == variable) <br />
{ <br />
return pair[1]; <br />
} <br />
} <br />
} <br />
    //]]&gt;<br />
    &lt;/script&gt;<br />
  <br />
<font face="verdana">Could you please help on above mentioned problem ASAP</font></div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>prashant07</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/878017-google-serach-not-working-my.html</guid>
		</item>
		<item>
			<title>Problems With Multple Recordsets</title>
			<link>http://forums.techguy.org/web-design-development/877931-problems-multple-recordsets.html</link>
			<pubDate>Tue, 17 Nov 2009 00:23:16 GMT</pubDate>
			<description><![CDATA[Hey there, 
 
I'm currently working on a site which involves collection from two tables in an Access database on one page which I've never done before.  However, I thought I'd got it working before a "error 800a0cc1" stopped me in my tracks. 
 
I've...]]></description>
			<content:encoded><![CDATA[<div>Hey there,<br />
<br />
I'm currently working on a site which involves collection from two tables in an Access database on one page which I've never done before.  However, I thought I'd got it working before a &quot;error 800a0cc1&quot; stopped me in my tracks.<br />
<br />
I've checked the database to make sure all the field names are there and are named and spelled correctly according to the ASP code, and also the correct formats have been applied to the fields themselves. But, now I'm stuck.  Below is the ASP code which I've pulled out of the page.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;%<br />
var rsTestimonial = Server.CreateObject(&quot;ADODB.Recordset&quot;);<br />
rsTestimonial.ActiveConnection =&nbsp; &quot;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=&quot; + Server.MapPath(&quot;update/psychobeing.mdb&quot;)<br />
rsTestimonial.Source = &quot;SELECT TOP 1 testimonial, clientName FROM tbTestimonial ORDER BY Rnd(-10000000*TimeValue(Now())*[testimonialID])&quot;;<br />
rsTestimonial.CursorType = 1;<br />
rsTestimonial.CursorLocation = 2;<br />
rsTestimonial.LockType = 1;<br />
rsTestimonial.Open();<br />
<br />
%&gt;<br />
&lt;%<br />
var rsDiary = Server.CreateObject(&quot;ADODB.Recordset&quot;);<br />
rsDiary.ActiveConnection =&nbsp; &quot;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=&quot; + Server.MapPath(&quot;update/psychobeing.mdb&quot;)<br />
rsDiary.Source = &quot;SELECT TOP 3 diaryID FROM tbDiary ORDER BY diaryID desc&quot;;<br />
rsDiary.CursorType = 1;<br />
rsDiary.CursorLocation = 2;<br />
rsDiary.LockType = 1;<br />
rsDiary.Open();<br />
<br />
%&gt;<br />
<br />
&lt;div id=&quot;diary&quot;&gt;&lt;%if (rsDiary.RecordCount == 0){%&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;p align=&quot;center&quot;&gt;There are currently no diary entries. Please check back soon. &lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;%}else{%&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;%while(!rsDiary.EOF){%&gt;<br />
&lt;%=rsDiary(&quot;diaryDate&quot;)%&gt;&amp;nbsp;-&amp;nbsp;&lt;%=rsDiary(&quot;diaryTitle&quot;)%&gt;&lt;br /&gt;<br />
&lt;%=rsDiary(&quot;diaryPost&quot;)%&gt;&lt;br /&gt;<br />
&lt;a href=&quot;diary.asp&quot; target=&quot;_parent&quot;&gt;[read more]&lt;/a&gt;&lt;br /&gt;&lt;%rsDiary.MoveNext()}%&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;%}%&gt;&lt;/div&gt;<br />
<br />
<br />
<br />
&lt;div id=&quot;testimonials&quot;&gt;&lt;%if (rsTestimonial.RecordCount == 0){%&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;p align=&quot;center&quot;&gt;There are currently no Testimonials. Please check back soon. &lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;%}else{%&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;%while(!rsTestimonial.EOF){%&gt;<br />
&lt;%=rsTestimonial(&quot;testimonial&quot;)%&gt;&lt;br /&gt;<br />
&lt;strong&gt;&lt;%=rsTestimonial(&quot;clientName&quot;)%&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;<br />
&lt;a href=&quot;testimonials.asp&quot; target=&quot;_parent&quot;&gt;[read more]&lt;/a&gt;&lt;br /&gt;&lt;%rsTestimonial.MoveNext()}%&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;%}%&gt;&lt;/div&gt;</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>KugarWeb</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/877931-problems-multple-recordsets.html</guid>
		</item>
		<item>
			<title>Creating a site map - what do I need to know?</title>
			<link>http://forums.techguy.org/web-design-development/877827-creating-site-map-what-do.html</link>
			<pubDate>Mon, 16 Nov 2009 17:26:39 GMT</pubDate>
			<description><![CDATA[Hi, just curious about creating a site map for my website. I've seen some site maps and they just basically look like links to your pages of your site. Is that all it is or is there more to creating one that I should know?  Thanks...dano]]></description>
			<content:encoded><![CDATA[<div>Hi, just curious about creating a site map for my website. I've seen some site maps and they just basically look like links to your pages of your site. Is that all it is or is there more to creating one that I should know?  Thanks...dano</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>Dano2</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/877827-creating-site-map-what-do.html</guid>
		</item>
		<item>
			<title>a little lost</title>
			<link>http://forums.techguy.org/web-design-development/877786-little-lost.html</link>
			<pubDate>Mon, 16 Nov 2009 15:24:59 GMT</pubDate>
			<description><![CDATA[Would anyone be able to point me in the right direction on how to do this in html/css/javascript. 
 
It seems to be done in flash so I'm not entirely sure how to do it. 
 
I want the background image to have a predefined size of 1024x768 and I want...]]></description>
			<content:encoded><![CDATA[<div>Would anyone be able to point me in the right direction on how to do this in html/css/javascript.<br />
<br />
It seems to be done in flash so I'm not entirely sure how to do it.<br />
<br />
I want the background image to have a predefined size of 1024x768 and I want it to fill the browser window as they resize it...but not shrink past the 1024x768.  I mean the browser can shrink but the image must stay at the predefined size.  Basically the site below is what I'm looking for.<br />
<br />
<a href="http://www.troikadesigngroup.com/" target="_blank">http://www.troikadesigngroup.com/</a><br />
<br />
Any help would be greatly appreciated. <br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>imomyer</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/877786-little-lost.html</guid>
		</item>
		<item>
			<title>Flash - Play movie on rollover?</title>
			<link>http://forums.techguy.org/web-design-development/877748-flash-play-movie-rollover.html</link>
			<pubDate>Mon, 16 Nov 2009 11:15:28 GMT</pubDate>
			<description>Hi there,  
 
New to the forum so hope this is the right area to post! 
 
Ok so I am trying to design a flash box which will feature 3 boxes, each box will have a still image of myself and once the user rolls over each image it begins to play a...</description>
			<content:encoded><![CDATA[<div>Hi there, <br />
<br />
New to the forum so hope this is the right area to post!<br />
<br />
Ok so I am trying to design a flash box which will feature 3 boxes, each box will have a still image of myself and once the user rolls over each image it begins to play a movie as if the image has come to life while the mouse is over.<br />
<br />
I've had a look around the net for how to do this, but cant find exactly what I want to do. <br />
<br />
I want the movie to only play when the mouse is hovered over the image, so when the mouse is not hovering over the image I want it to return to this image. Or alternatively, depending on whether its possible it would be nice for the movie clip to actually pause once the mouse has stopped hovering over it and then when the mouse goes back over it the movie just continues.<br />
<br />
But first of all, I just want to know how I can do this, then i'll look at ways I could improve it slightly.<br />
<br />
Can anybody help?<br />
<br />
Thank you,<br />
<br />
Ashley</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>ashley_90</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/877748-flash-play-movie-rollover.html</guid>
		</item>
		<item>
			<title>Found a great template, now I have a question</title>
			<link>http://forums.techguy.org/web-design-development/877665-found-great-template-now-i.html</link>
			<pubDate>Mon, 16 Nov 2009 01:58:47 GMT</pubDate>
			<description>My website needs a serious update. I just love this layout, I would like to use something like this: 
 
http://www.opendesigns.org/preview/?template=1721 
 
or this: 
 
http://www.freelayouts.com/templates/Papira 
 
I understand now that any...</description>
			<content:encoded><![CDATA[<div>My website needs a serious update. I just love this layout, I would like to use something like this:<br />
<br />
<a href="http://www.opendesigns.org/preview/?template=1721" target="_blank">http://www.opendesigns.org/preview/?template=1721</a><br />
<br />
or this:<br />
<br />
<a href="http://www.freelayouts.com/templates/Papira" target="_blank">http://www.freelayouts.com/templates/Papira</a><br />
<br />
I understand now that any layout's style sheet controls the appearance of all site pages. I've also seen things written about having several style sheets on one website. I barely understand the basics of using a style sheet. But to write out three or four of them?  G-a-h!<br />
<br />
On my current website I have pages that show images, but many do not or wouldn't really need to. If I were to use a template like the one shown, and make all my pages look like that, is there a means of placing an image where I want it on some of my pages?<br />
<br />
I guess my basic question is how to adapt a free layout to my own requirements?<br />
<br />
Advice, anyone?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>rosebud0419</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/877665-found-great-template-now-i.html</guid>
		</item>
		<item>
			<title><![CDATA[It CAN'T be this hard to my mySQL files from one computer to the next!]]></title>
			<link>http://forums.techguy.org/web-design-development/877591-cant-hard-my-mysql-files.html</link>
			<pubDate>Sun, 15 Nov 2009 20:42:52 GMT</pubDate>
			<description><![CDATA[It just can't be this hard! I have no programming experience, but am taking some pretty good dreamweaver / HTML course that are introducing us to the fundamentals of dynamic websites using Coldfusion and mySQL. 
  
So, I've created some simple mySQL...]]></description>
			<content:encoded><![CDATA[<div>It just can't be this hard! I have no programming experience, but am taking some pretty good dreamweaver / HTML course that are introducing us to the fundamentals of dynamic websites using Coldfusion and mySQL.<br />
 <br />
So, I've created some simple mySQL databases (mySQL 5.1). Created the tables in Administrator. Added the data using the query browser (next week we learn other ways to add data to tables :D ). I'm doing all of this on my laptop that I take to class. I'd like to transfer this work to my home desktop. Transferring the actual site (.cfm &amp; html) pages is no hassle -- just copy the files to the corresponding directory from my laptop to my desktop. But I can't figure out how to transfer the actual database table data. Not the schemas or tables. But the data. I've been googling the subject, and keep coming up with answers about &quot;generating scripts&quot; or using something called a &quot;mySQLdump&quot;, but I don't have the working knowledge to understand the instructions.<br />
 <br />
People must do this all the time if they are moving from one host to the next. Any simplified help would be appreciated. Oh yeah, system specs:<br />
 <br />
Laptop is running Win7 home premium, that stores schemas (?) under Users/Program Data. I will be transferring files to an XP machine (XP has a different place that stores this information). I'm currently using Coldfusion 8 developer edition to interact with dreamweaver. I am running all sites on a &quot;local&quot; server, and not uploading the files. I'm using Adobe dreamweaver CS3 to create sites. Coldfusion, Dreamweaver, and mySQL 5.1 are loaded on both machines in the same directories. <br />
 <br />
Oh yeah. Windows 7 doesn't play nicely with XP for file sharing (I finally gave up on that one). Only works one way. Win7 can see and edit files on XP machine, but XP cannot do the same unless files are in the &quot;public&quot; directory on the Win7 machine. <br />
 <br />
Any help would be appreciated. Even explaining to a BONEHEAD LIKE ME how to execute the mySQLdump procedure. I guess I have to take programming next semester. <br />
 <br />
Thanks in advance,<br />
W!</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>wgrayson</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/877591-cant-hard-my-mysql-files.html</guid>
		</item>
		<item>
			<title>IE Script Error</title>
			<link>http://forums.techguy.org/web-design-development/877553-ie-script-error.html</link>
			<pubDate>Sun, 15 Nov 2009 18:39:51 GMT</pubDate>
			<description><![CDATA[I continue to get the following error in my script: 
line:19 
char: 2424 
Error: Exception thrown and not caught 
code: 0 
  
  
also have to put some string in: 
<1i class=" "> statements.]]></description>
			<content:encoded><![CDATA[<div>I continue to get the following error in my script:<br />
line:19<br />
char: 2424<br />
Error: Exception thrown and not caught<br />
code: 0<br />
 <br />
 <br />
also have to put some string in:<br />
&lt;1i class=&quot; &quot;&gt; statements.<br />
 <br />
can you advise? thanks in advance for your time and help. I have deleted a great part in the middle of the code because it is too long.<br />
 <br />
<font size="1">&lt;!DOCTYPE html PUBLIC </font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;</font></font></font></font><font size="1">&gt;</font><br />
<font size="1">&lt;html xmlns=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;http://www.w3.org/1999/xhtml&quot;</font></font></font></font><font size="1"> lang=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;en&quot;</font></font></font></font><font size="1"> xml:lang=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;en&quot;</font></font></font></font><font size="1">&gt; </font><br />
<font size="1">&lt;!-- saved from url=(0014)about<b></b>:internet --&gt;</font><br />
<font size="1">&lt;head&gt;</font><br />
 <br />
<font size="1">&lt;meta http-equiv=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;content-type&quot;</font></font></font></font><font size="1"> content=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;text/html; charset=UTF-8&quot;</font></font></font></font><font size="1"> /&gt;</font><br />
<font size="1">&lt;meta name=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;keywords&quot;</font></font></font></font><font size="1"> content=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;Terry's watercolors, Photo album, Jalbum 8.5, Galleria&quot;</font></font></font></font><font size="1"> /&gt;</font><br />
 <br />
<font size="1">&lt;meta name=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;description&quot;</font></font></font></font><font size="1"> content=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;Terry's watercolors&quot;</font></font></font></font><font size="1"> /&gt;</font><br />
 <br />
<font size="1">&lt;meta name=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;medium&quot;</font></font></font></font><font size="1"> content=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;mult&quot;</font></font></font></font><font size="1"> /&gt;</font><br />
 <br />
<font size="1">&lt;title&gt;Terry's watercolors&lt;/title&gt;</font><br />
 <br />
<font size="1">&lt;link rel=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;image_src&quot;</font></font></font></font><font size="1"> href=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;slides/barn-and-farmhouse-1.JPG&quot;</font></font></font></font><font size="1"> /&gt;</font><br />
<font size="1">&lt;link href=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;res/galleria/galleria.css&quot;</font></font></font></font><font size="1"> rel=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;stylesheet&quot;</font></font></font></font><font size="1"> type=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;text/css&quot;</font></font></font></font><font size="1"> /&gt;</font><br />
<font size="1">&lt;link href=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;res/index.css&quot;</font></font></font></font><font size="1"> rel=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;stylesheet&quot;</font></font></font></font><font size="1"> type=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;text/css&quot;</font></font></font></font><font size="1"> /&gt;</font><br />
<font size="1">&lt;link href=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;res/styles.css&quot;</font></font></font></font><font size="1"> rel=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;stylesheet&quot;</font></font></font></font><font size="1"> type=</font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;text/css&quot;</font></font></font></font><font size="1"> /&gt;</font><br />
<font size="1"><font color="#800000"><font size="1"><font color="#800000">&lt;style</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">type</font></font></font></font><font size="1">=&quot;</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">text</font></font></font></font><font size="1">/</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">css</font></font></font></font><font size="1">&quot;&gt;</font><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font></b><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">thumbnails</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">li</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">border</font></font></font></font><font size="1">-</font><font size="1"><font color="#008000"><font size="1"><font color="#008000">style</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">double</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">border</font></font></font></font><font size="1">-</font><font size="1"><font color="#008000"><font size="1"><font color="#008000">width</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">3</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
 <br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><br />
 <br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font></b><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">thumbnails</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">li</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font></b><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">active</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">border</font></font></font></font><font size="1">-</font><font size="1"><font color="#008000"><font size="1"><font color="#008000">style</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">double</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">border</font></font></font></font><font size="1">-</font><font size="1"><font color="#008000"><font size="1"><font color="#008000">width</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">3</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
 <br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><br />
 <br />
<font size="1">#</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">main_image</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">img</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">border</font></font></font></font><font size="1">-</font><font size="1"><font color="#008000"><font size="1"><font color="#008000">style</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">solid</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">border</font></font></font></font><font size="1">-</font><font size="1"><font color="#008000"><font size="1"><font color="#008000">width</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">3</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
 <br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><br />
 <br />
<font size="1">#</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">middle_container</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">height</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">510</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><br />
 <br />
<font size="1">#</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">scroller_container</font></font></font></font><font size="1">,</font><br />
<font size="1">#</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">image_scroller</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">width</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">742</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><br />
 <br />
<font size="1">#</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">thumbnails_container</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">width</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">3180</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><br />
 <br />
<font size="1">#</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">scroller_container</font></font></font></font><font size="1">,</font><br />
<font size="1">#</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">image_scroller</font></font></font></font><font size="1">,</font><br />
<font size="1">#</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">thumbnails_container</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">height</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">106</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><br />
 <br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font></b><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">thumbnails</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">li</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">width</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">90</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">height</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">90</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">margin</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">0</font></font></font></font><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">10</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">10</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">0</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><br />
 <br />
<font size="1">#</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">right_arrow</font></font></font></font><font size="1">,</font><br />
<font size="1">#</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">left_arrow</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">height</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">90</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">width</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">40</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><br />
 <br />
<font size="1">#</font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">bottom_container</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1"><font color="#008000"><font size="1"><font color="#008000">margin</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">30</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">px</font></font></font></font><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">0</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">;</font></font></font></font></b><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><br />
<font size="1"><font color="#800000"><font size="1"><font color="#800000">&lt;/style</font></font></font></font><font size="1">&gt;</font><br />
<font size="1"><font color="#800000"><font size="1"><font color="#800000">&lt;script src=&quot;res/jquery.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</font></font></font></font><br />
 <br />
<font size="1"><font color="#800000"><font size="1"><font color="#800000">&lt;script src=&quot;res/jquery.hotkeys.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</font></font></font></font><br />
<font size="1"><font color="#800000"><font size="1"><font color="#800000">&lt;script src=&quot;res/galleria/jquery.galleria.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</font></font></font></font><br />
<font size="1"><font color="#800000"><font size="1"><font color="#800000">&lt;script src=&quot;res/jquery.scrollimages.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</font></font></font></font><br />
<font size="1"><font color="#800000"><font size="1"><font color="#800000">&lt;script type=&quot;text/javascript&quot;&gt;</font></font></font></font><br />
<font size="1">$</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">function</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">()</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1">$</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;.thumbnails_unstyled&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">).</font></font></font></font><font size="1">addClass</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;thumbnails&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">; </font><br />
<font size="1">$</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;ul.thumbnails&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">).</font></font></font></font><font size="1">galleria</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(<b>{</b></font></font></font></font><br />
<font size="1">history</font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">false</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><br />
<font size="1">clickNext</font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">true</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><br />
<font size="1">insert</font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;#main_image&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><br />
<font size="1">onImage</font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">function</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1">image</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><font size="1"> caption</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><font size="1"> thumb</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1">image</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">css</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;display&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;none&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">).</font></font></font></font><font size="1">fadeIn</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">500</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">;</font><br />
<font size="1">caption</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">css</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;display&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;none&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">).</font></font></font></font><font size="1">fadeIn</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">500</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">;</font><br />
<font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">var</font></font></font></font><font size="1"> _li </font><font size="1"><font color="#808000"><font size="1"><font color="#808000">=</font></font></font></font><font size="1"> thumb</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">parents</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;li&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">;</font><br />
<font size="1">_li</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">siblings</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">().</font></font></font></font><font size="1">children</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;img.selected&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">).</font></font></font></font><font size="1">fadeTo</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">500</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">0.5</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">;</font><br />
<font size="1">thumb</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">fadeTo</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;fast&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">1</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">).</font></font></font></font><font size="1">addClass</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;selected&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">;</font><br />
<font size="1">image</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">attr</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;title&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;Next image&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">;</font><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><br />
<font size="1">onThumb</font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">function</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1">thumb</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">var</font></font></font></font><font size="1"> _li </font><font size="1"><font color="#808000"><font size="1"><font color="#808000">=</font></font></font></font><font size="1"> thumb</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">parents</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;li&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">;</font><br />
<font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">var</font></font></font></font><font size="1"> _fadeTo </font><font size="1"><font color="#808000"><font size="1"><font color="#808000">=</font></font></font></font><font size="1"> _li</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">is</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;.active&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1"> ? </font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;1&quot;</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">0.5</font></font></font></font><font size="1">;</font><br />
<font size="1">thumb</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">css</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(<b>{</b></font></font></font></font><font size="1">display</font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;none&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><font size="1"> opacity</font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"> _fadeTo</font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><font size="1"><font color="#808000"><font size="1"><font color="#808000">).</font></font></font></font><font size="1">fadeIn</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">1500</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">;</font><br />
<font size="1">thumb</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">hover</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><br />
<font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">function</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">()</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1">thumb</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">fadeTo</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;fast&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">1</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">; </font><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><br />
<font size="1"><font color="#ff0000"><font size="1"><font color="#ff0000">function</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">()</font></font></font></font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">{</font></font></font></font></b><br />
<font size="1">_li</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">.</font></font></font></font><font size="1">not</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;.active&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">).</font></font></font></font><font size="1">children</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;img&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">).</font></font></font></font><font size="1">fadeTo</font><font size="1"><font color="#808000"><font size="1"><font color="#808000">(</font></font></font></font><font size="1"><font color="#0000f0"><font size="1"><font color="#0000f0">&quot;fast&quot;</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">0.5</font></font></font></font><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">;</font><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><br />
<font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><font size="1"><font color="#808000"><font size="1"><font color="#808000">,</font></font></font></font><br />
<font size="1">preloads</font><b><font size="1"><font color="#808000"><font size="1"><font color="#808000">:</font></font></font></font></b><font size="1"><font color="#ff00f0"><font size="1"><font color="#ff00f0">3</font></font></font></font><br />
<b><font size="1"><font color="#808000"><font size="1"><font color="#808000">}</font></font></font></font></b><font size="1"><font color="#808000"><font size="1"><font color="#808000">)</font></font></font></font><font size="1">;</font><br />
 <br />
 <br />
 <br />
 <br />
 <br />
 <br />
   <br />
 <br />
 <br />
<font size="1">&lt;/body&gt;</font><br />
<font size="1">&lt;/html&gt;</font></div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>Joesan</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/877553-ie-script-error.html</guid>
		</item>
		<item>
			<title>Travel website</title>
			<link>http://forums.techguy.org/web-design-development/877291-travel-website.html</link>
			<pubDate>Sat, 14 Nov 2009 19:06:32 GMT</pubDate>
			<description>Hi  
This is the 1st time im writing a ques on forum. 
im building a travel website(booking) in asp.net and want to integrate amadeus or any other api providing the data for it.. 
I havent done this before ... 
  
Please help me out... 
Thanks</description>
			<content:encoded><![CDATA[<div>Hi <br />
This is the 1st time im writing a ques on forum.<br />
im building a travel website(booking) in asp.net and want to integrate amadeus or any other api providing the data for it..<br />
I havent done this before ...<br />
 <br />
Please help me out...<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>hema2009</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/877291-travel-website.html</guid>
		</item>
		<item>
			<title>where/how to place code</title>
			<link>http://forums.techguy.org/web-design-development/877244-where-how-place-code.html</link>
			<pubDate>Sat, 14 Nov 2009 16:00:08 GMT</pubDate>
			<description><![CDATA[I want to place a PayPal donate button on my website.   
 
I have got the code and it says to paste it where I want the button to appear.  When I do this I don't get a button, I get the code. 
 
I use html and I am an amateur please will somebody...]]></description>
			<content:encoded><![CDATA[<div>I want to place a PayPal donate button on my website.  <br />
<br />
I have got the code and it says to paste it where I want the button to appear.  When I do this I don't get a button, I get the code.<br />
<br />
I use html and I am an amateur please will somebody tell me how to get the button to work ... thanks.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>thumbolina</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/877244-where-how-place-code.html</guid>
		</item>
		<item>
			<title>Solved: Menu Bar</title>
			<link>http://forums.techguy.org/web-design-development/877234-solved-menu-bar.html</link>
			<pubDate>Sat, 14 Nov 2009 15:30:12 GMT</pubDate>
			<description><![CDATA[So I have a nice little menu bar for each one of my pages. Isn't there a way I can attach it like a style sheet to each one of my pages so that if I want to modify/add a link I only have to do it once? 
 
I'm quite sure I've actually done this...]]></description>
			<content:encoded><![CDATA[<div>So I have a nice little menu bar for each one of my pages. Isn't there a way I can attach it like a style sheet to each one of my pages so that if I want to modify/add a link I only have to do it once?<br />
<br />
I'm quite sure I've actually done this before but I don't remember how I did it :eek:.<br />
<br />
...<br />
<br />
Or if I could maybe create a template? Each page of the site (excluding the main page) is the same format with different text/etc.<br />
<br />
(apologies, my brain has not woken up yet)</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>_Nessa_</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/877234-solved-menu-bar.html</guid>
		</item>
		<item>
			<title>Solved: Enquiry Form ASP.NET 3.5 C#</title>
			<link>http://forums.techguy.org/web-design-development/876963-solved-enquiry-form-asp-net.html</link>
			<pubDate>Fri, 13 Nov 2009 14:18:23 GMT</pubDate>
			<description><![CDATA[Hello everyone, 
  
I've put together an enquiry form in ASP.NET 3.5 in C#, and it works perfectly fine. I now want to provide the users with feedback saying that their message has been sent and also provide the details they have just entered. Such...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
 <br />
I've put together an enquiry form in ASP.NET 3.5 in C#, and it works perfectly fine. I now want to provide the users with feedback saying that their message has been sent and also provide the details they have just entered. Such as Name, Email and Message<br />
 <br />
At the moment I have simply got 'Message Sent' as feedback. This is done by putting the following code in the codebehind page.<br />
 <br />
<font face="Courier New">protected void btnSend_Click(object sender, EventArgs e)</font><br />
<font face="Courier New">{</font><br />
<font face="Courier New">lblMessage.Visible = true;</font><br />
<font face="Courier New">}</font><br />
 <br />
and this in the main aspx page<br />
 <br />
<font face="Courier New">&lt;asp:Label ID=&quot;lblMessage&quot; runat=&quot;server&quot; Text=&quot;Message Sent&quot; Visible=&quot;false&quot;&gt;&lt;/asp:Label&gt;</font><br />
 <br />
I want to do something similar for the other fields:- <br />
<font face="Courier New">Name = the filed name is txtName</font><br />
<font face="Courier New">Email = the field name is txtEmail</font><br />
<font face="Courier New">Message = the field name is txtMessage</font><br />
 <br />
This is how I want it to look on the page after the user has submitted their form.<br />
 <br />
Message sent on '13/11/09 14:10'<br />
 <br />
Name: Joe Bloggs<br />
Email: <a href="mailto:joe@bloggs.com">joe@bloggs.com</a><br />
Message: I would like to do this.<br />
 <br />
Can this be done using the variables? I'm fairly new to ASP.NET so still learning. If anyone who is more advanced could help that would be brilliant.<br />
 <br />
Thanks in advance<br />
Mark</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>marques_uk</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876963-solved-enquiry-form-asp-net.html</guid>
		</item>
		<item>
			<title>cant accsess my url but others can????</title>
			<link>http://forums.techguy.org/web-design-development/876834-cant-accsess-my-url-but.html</link>
			<pubDate>Fri, 13 Nov 2009 00:16:57 GMT</pubDate>
			<description>hi all, 
 
my website was finished yesterday and the team that did it did a good job,when they type in my url everything comes up fine, i have tried it on 3 different friends computers and sure enough it comes straight up, when i type it in from my...</description>
			<content:encoded><![CDATA[<div>hi all,<br />
<br />
my website was finished yesterday and the team that did it did a good job,when they type in my url everything comes up fine, i have tried it on 3 different friends computers and sure enough it comes straight up, when i type it in from my computer nothing only server not found. i can access all other urls except the new one only from my pc.i was told to do an ipconfig /flushdns i ran this but came back an error unrecognised or incomplete command line, every one else can simply type in my url and the website is up and running, but from my own pc nothing,,,rightly confused,,,,can anyone help....thanks</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>mollymeem</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876834-cant-accsess-my-url-but.html</guid>
		</item>
		<item>
			<title>whats the best option: a new notebook or more RAM to this one..?</title>
			<link>http://forums.techguy.org/web-design-development/876762-whats-best-option-new-notebook.html</link>
			<pubDate>Thu, 12 Nov 2009 19:43:07 GMT</pubDate>
			<description><![CDATA[Hello! 
 
I'm a webdesigner, and I would like to ask for your help and opinion. I have an ACER 5050-4598 since 2007: 
 
* with 130 GB of space disk, 
* 1GB of DDR 
* it is a AMD Turion 64 Mobile T. 
* 2.2 GHz, 512 KB L2 Cache 
 
The fact is that 6...]]></description>
			<content:encoded><![CDATA[<div>Hello!<br />
<br />
I'm a webdesigner, and I would like to ask for your help and opinion. I have an ACER 5050-4598 since 2007:<br />
<ul><li>with 130 GB of space disk,</li>
<li>1GB of DDR</li>
<li>it is a AMD Turion 64 Mobile T.</li>
<li>2.2 GHz, 512 KB L2 Cache</li>
</ul>The fact is that 6 months ago, maybe more, It has become more &amp; more difficult to work because it seems like that the processes that I run for work: like Photoshop and other image editing/webdevelopment softwares are <i>still too heavy</i> for my Laptop.<br />
<br />
It has happened that the fan is triggered by a good time, then I reset or turn off my Laptop and when I try to turn it on again it do not work. I just got to wait some minutes. <br />
<br />
I believe that there are too many processes and the computer is getting warm easily.<br />
<br />
Now, my question is: Should it be better to buy more RAM (to give it more space to processes) than to buy a new laptop? what are your suggestions?<br />
<br />
Thanks for your help and opinions.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>nicolas.pf</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876762-whats-best-option-new-notebook.html</guid>
		</item>
		<item>
			<title>Solved: Creating Error Pages</title>
			<link>http://forums.techguy.org/web-design-development/876656-solved-creating-error-pages.html</link>
			<pubDate>Thu, 12 Nov 2009 13:10:59 GMT</pubDate>
			<description><![CDATA[This is something I've never done before so I'm just looking for a few tips :). I can do it directly through my cpanel, but is there a better way? I'd really like to create some cute customized error pages, anyone have good examples?]]></description>
			<content:encoded><![CDATA[<div>This is something I've never done before so I'm just looking for a few tips :). I can do it directly through my cpanel, but is there a better way? I'd really like to create some cute customized error pages, anyone have good examples?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>_Nessa_</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876656-solved-creating-error-pages.html</guid>
		</item>
		<item>
			<title>Solved: A new programming languge from google</title>
			<link>http://forums.techguy.org/web-design-development/876547-solved-new-programming-languge-google.html</link>
			<pubDate>Thu, 12 Nov 2009 00:08:54 GMT</pubDate>
			<description>Hi 
 
Google has just launched their new programming language called  GO. what do you guys think? Is it going to last long ? just out of curiosity, How logn would PHP last?</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
Google has just launched their new programming language called  GO. what do you guys think? Is it going to last long ? just out of curiosity, How logn would PHP last?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>skyhigh007</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876547-solved-new-programming-languge-google.html</guid>
		</item>
		<item>
			<title>light sspeed?</title>
			<link>http://forums.techguy.org/web-design-development/876468-light-sspeed.html</link>
			<pubDate>Wed, 11 Nov 2009 18:53:38 GMT</pubDate>
			<description><![CDATA[ok at my school we have this program on the computers to block websites that arnt good...well like some programs they do fauls positives, so my site is catagorized as "proxy"...and i have nothing there thats a proxy, if anyone would please help me...]]></description>
			<content:encoded><![CDATA[<div>ok at my school we have this program on the computers to block websites that arnt good...well like some programs they do fauls positives, so my site is catagorized as &quot;proxy&quot;...and i have nothing there thats a proxy, if anyone would please help me fix this situation i would really like that =) my stie is &quot;kitkin15.tk&quot; look at it...it has like 4 words on it (i coded it myself and im not done yet) also on &quot;pehden.ath.cx&quot; my sites offical name (wiht out using dot.tk) is pehden.ath.cx\kit so...is it the &quot;ath.cx&quot; i am running it from a friends server (pehden is his name) and i think that might be the problom, my school lets SOME dot.tk site go through....i dont know what to do and i could use some help =) i want to fix it on mine and my frineds site</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>kitkin15</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876468-light-sspeed.html</guid>
		</item>
		<item>
			<title>Solved: adding active formulas to a web page</title>
			<link>http://forums.techguy.org/web-design-development/876393-solved-adding-active-formulas-web.html</link>
			<pubDate>Wed, 11 Nov 2009 14:25:14 GMT</pubDate>
			<description>Hello Guys. 
  
Sorry for a big ask first post..  
  
I have my own website, a pretty basic webhosted automatically created site which I have over time played with and managed to manipulate the background (templates etc). So still relatively wet...</description>
			<content:encoded><![CDATA[<div><font face="Arial"><font size="3">Hello Guys.</font></font><br />
 <br />
<font face="Arial"><font size="3">Sorry for a big ask first post.. </font></font><br />
 <br />
<font face="Arial"><font size="3">I have my own website, a pretty basic webhosted automatically created site which I have over time played with and managed to manipulate the background (templates etc). So still relatively wet behind the ears (excuse the expression).</font></font><br />
 <br />
<font face="Arial"><font size="3">What I was hoping is possible, which may not be is to somehow have an active Excel formula on site which can be used by visitors as a useful Distance/Time Planning Tool. I understand excel but do not understand the world of web.. It needs refining of course but if I can attach it here is the formula. If I can’t then here isn’t the formula.. (it is for time trial road rallies)</font></font></div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://static.techguy.org/v38/images/attach/xls.gif" alt="File Type: xls" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="{attachment-server}attachment.php?attachmentid=159374&amp;d=1258028049">TimeTravel1.xls</a> (45.0 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>955i</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876393-solved-adding-active-formulas-web.html</guid>
		</item>
		<item>
			<title>question about css</title>
			<link>http://forums.techguy.org/web-design-development/876207-question-about-css.html</link>
			<pubDate>Tue, 10 Nov 2009 22:48:25 GMT</pubDate>
			<description>i am having a small issue with font size in browsers. 
 
i am using smarty template engine to create websites, i have originally created the html pages using css after slicing in photoshop. the pages look similar with respect to font sizes in all...</description>
			<content:encoded><![CDATA[<div>i am having a small issue with font size in browsers.<br />
<br />
i am using smarty template engine to create websites, i have originally created the html pages using css after slicing in photoshop. the pages look similar with respect to font sizes in all browsers<br />
<br />
when i integrate this html page into smarty i am using a copy of a template in smarty to create a website, so this copy also has a css file, i have commented most of the code in this css file which is in the smarty folder and i have used my css code which i initially created.<br />
<br />
the problem i am facing is with firefox only and all other browsers work fine<br />
<br />
only in firefox the text for h1, h2, p, ul li, a... etc are all appearing 1px smaller in size when compared to all other browsers <br />
<br />
i have tried using !important and inline styles however only firefox is displaying the text in the entire page 1px smaller compared to all other browsers which is not consistant.<br />
<br />
i have the following in the css file<br />
* {<br />
	margin: 0;<br />
	padding: 0;<br />
	border: 0;<br />
}<br />
body {<br />
	background: #ffffff;<br />
	font: normal 12px Arial, Helvetica, sans-serif;<br />
	margin: 0;<br />
	padding: 0;<br />
}<br />
<br />
<br />
<br />
please advice.<br />
<br />
any help will be greatly appreciated.<br />
<br />
thanks.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>sudhakararaog</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876207-question-about-css.html</guid>
		</item>
		<item>
			<title>Solved: Lightboxes</title>
			<link>http://forums.techguy.org/web-design-development/876200-solved-lightboxes.html</link>
			<pubDate>Tue, 10 Nov 2009 22:25:41 GMT</pubDate>
			<description><![CDATA[I'm hoping c/w come back on soon but in the mean time: 
 
I need some help with lightboxes. I've got the thumbnail images set up but I can't seem to find any working code to actually get the lightboxes working :eek:. Any suggestions?]]></description>
			<content:encoded><![CDATA[<div>I'm hoping c/w come back on soon but in the mean time:<br />
<br />
I need some help with lightboxes. I've got the thumbnail images set up but I can't seem to find any working code to actually get the lightboxes working :eek:. Any suggestions?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>_Nessa_</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876200-solved-lightboxes.html</guid>
		</item>
		<item>
			<title>Solved: MySQL Query for Matching Items</title>
			<link>http://forums.techguy.org/web-design-development/876191-solved-mysql-query-matching-items.html</link>
			<pubDate>Tue, 10 Nov 2009 22:09:03 GMT</pubDate>
			<description><![CDATA[Hello.  I'm having a little trouble getting this query to work: 
 
 
PHP: 
--------- 
         $userId = mysql_real_escape_string( $_SESSION['user_id'] ); 
         $userPassProvided = mysql_real_escape_string( $_POST['oldPassword'] ); 
        ...]]></description>
			<content:encoded><![CDATA[<div>Hello.  I'm having a little trouble getting this query to work:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$userId&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_real_escape_string</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">$_SESSION</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'user_id'</span><span style="color: #007700">&#93;&nbsp;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$userPassProvided&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_real_escape_string</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'oldPassword'</span><span style="color: #007700">&#93;&nbsp;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$query&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"SELECT&nbsp;user_id,&nbsp;AES_DECRYPT(&nbsp;user_pass,&nbsp;'"</span><span style="color: #007700">.</span><span style="color: #0000BB">$db_aes_key</span><span style="color: #007700">.</span><span style="color: #DD0000">"'&nbsp;)&nbsp;AS&nbsp;user_pass&nbsp;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$query&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #DD0000">"FROM&nbsp;users_tbl&nbsp;WHERE&nbsp;MATCH(&nbsp;user_id,&nbsp;user_pass&nbsp;)&nbsp;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$query&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #DD0000">"AGAINST(&nbsp;'"</span><span style="color: #007700">.</span><span style="color: #0000BB">$userId</span><span style="color: #007700">.</span><span style="color: #DD0000">"',&nbsp;'"</span><span style="color: #007700">.</span><span style="color: #0000BB">$userPassProvided</span><span style="color: #007700">.</span><span style="color: #DD0000">"'&nbsp;IN&nbsp;BOOLEAN&nbsp;MODE&nbsp;)&nbsp;LIMIT&nbsp;1"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_query</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">$query</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$mysql_db&nbsp;</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>What I would like to do is query users_tbl for the record wherein user_id and user_pass are the same as $userId and $userPassProvided, respectively.  Can someone please tell me what I am doing wrongly here?<br />
<br />
Thanks. :)</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>pcpro17</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876191-solved-mysql-query-matching-items.html</guid>
		</item>
		<item>
			<title>Hosting with php mail()</title>
			<link>http://forums.techguy.org/web-design-development/876150-hosting-php-mail.html</link>
			<pubDate>Tue, 10 Nov 2009 19:48:49 GMT</pubDate>
			<description>I am looking for a free hosting with enabled php mail() function. Any help will be greatfully appreciated. :o</description>
			<content:encoded><![CDATA[<div>I am looking for a free hosting with enabled php mail() function. Any help will be greatfully appreciated. :o</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>alex_sandro</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876150-hosting-php-mail.html</guid>
		</item>
		<item>
			<title>Solved: Gallery of Images</title>
			<link>http://forums.techguy.org/web-design-development/876121-solved-gallery-images.html</link>
			<pubDate>Tue, 10 Nov 2009 18:31:17 GMT</pubDate>
			<description><![CDATA[I want to create a gallery of images for the site I'm working on, what would you guys suggest? 
 
Currently I have a table format of two per side and it's fine but BLAH. :p 
 
I don't want to create something too high-tech or large because the...]]></description>
			<content:encoded><![CDATA[<div>I want to create a gallery of images for the site I'm working on, what would you guys suggest?<br />
<br />
Currently I have a table format of two per side and it's fine but BLAH. :p<br />
<br />
I don't want to create something too high-tech or large because the target audience is mostly rural mostly with dial-up. Still I'm thinking a slide show might be a nice option.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>_Nessa_</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876121-solved-gallery-images.html</guid>
		</item>
		<item>
			<title>Solved: Password Protection</title>
			<link>http://forums.techguy.org/web-design-development/876110-solved-password-protection.html</link>
			<pubDate>Tue, 10 Nov 2009 17:12:13 GMT</pubDate>
			<description><![CDATA[I know I already asked this question once but I'm trying a new tactic :D. 
 
So I'm trying to password protect one page of a website that contains YouTube videos (it's a long story, the videos are not private, but I want to pswrd that page).  
 
Is...]]></description>
			<content:encoded><![CDATA[<div>I know I already asked this question once but I'm trying a new tactic :D.<br />
<br />
So I'm trying to password protect one page of a website that contains YouTube videos (it's a long story, the videos are not private, but I want to pswrd that page). <br />
<br />
Is it possible to do this?<br />
<br />
I'm looking at the .htacess but I've been staring at the computer all morning and am starting to go cross-eyes, nothing is going IN. Can someone explain it to me in a different way? <br />
<br />
Is that the BEST solution for what I want to do?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>_Nessa_</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876110-solved-password-protection.html</guid>
		</item>
		<item>
			<title>Convert FP to Sharepoint Design</title>
			<link>http://forums.techguy.org/web-design-development/876103-convert-fp-sharepoint-design.html</link>
			<pubDate>Tue, 10 Nov 2009 16:55:10 GMT</pubDate>
			<description>I am a self taught FP user.  I maintain a website for work.  We have recently updated servers to Server 2008 and have Office 2008 Suite.  I read somewhere that there is a free download of Sharepoint Designer 2007.  Is that correct?  If so, is that...</description>
			<content:encoded><![CDATA[<div>I am a self taught FP user.  I maintain a website for work.  We have recently updated servers to Server 2008 and have Office 2008 Suite.  I read somewhere that there is a free download of Sharepoint Designer 2007.  Is that correct?  If so, is that the way to go to update from FP?  Is there any place to go to get step by step instructions &amp; help on how to do this?    THX!</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>renfri</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876103-convert-fp-sharepoint-design.html</guid>
		</item>
		<item>
			<title>Defamatory and abusive practices from zone alarm</title>
			<link>http://forums.techguy.org/web-design-development/876088-defamatory-abusive-practices-zone-alarm.html</link>
			<pubDate>Tue, 10 Nov 2009 15:58:08 GMT</pubDate>
			<description><![CDATA[hello. 
I created in August 2009 a new domain name for my3 years old website. 
when visiting it, i was stunned to find a bright yellow banner warning visitors that this site is unsafe:  'THIS WEBSITE IS SUSPICIOUS, LEAVE NOW, UNLESS YOU KNOW THIS...]]></description>
			<content:encoded><![CDATA[<div>hello.<br />
I created in August 2009 a new domain name for my3 years old website.<br />
when visiting it, i was stunned to find a bright yellow banner warning visitors that this site is unsafe:  'THIS WEBSITE IS SUSPICIOUS, LEAVE NOW, UNLESS YOU KNOW THIS SITE IS SAFE  THEN RIGHT UNDERNEATH A LINK ::eek:<br />
GET IMMUNITY FROM MALICIOUS WEBSITE. CLICK HERE&gt;<br />
:mad:<br />
<br />
and this direct my potential customers to zone alarm pro selling his stuff !!!<br />
people getting this warning have registered through checkpoint.com a web security site affiliated with zone alarm Pro thatt was freely distributed a month ago.<br />
<br />
I contacted zone alarm customer service they could not say nothing about this and told me to contact technicians. I did and was told that is banner appears for all and every new website for 3 months after that is is removed.<br />
the argument is: most malicious website are new websites<br />
<br />
so they put any NEW website i n the same package and defamatory statement ans chase all my customers away. no wonder people came to my index page and do not enter!!!<br />
<br />
Iask them what happen after 3 months and I really am a malicious website.<br />
response: then we will detect you are malicious and post it .<br />
<br />
I think this rather abusive. The reason not to detect a REALLY malicious website right away is, they get free advertising for 3 months on ALL new websites on the owner expenses. meanwhile honest people loose business !!!<br />
<br />
my website is safe <a href="http://www.clcadventurevacation.com" target="_blank">www.clcadventurevacation.com</a>. proof is, it points to the same pages as my older domain <a href="http://www.cavelakescanyon.com" target="_blank">www.cavelakescanyon.com</a> that is NOT flagged by Checkpoint because is 4 years old.<br />
so the website is SAFE and should be checked as such instead of using the loosy pretext it is less than 3 months old.<br />
<br />
owner is looking for selling this property and may have lost potential buyers because of this.<br />
<br />
Is there anyone who could help me on legal matter or how to contact someone with this issue?:mad:</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>pierjean</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876088-defamatory-abusive-practices-zone-alarm.html</guid>
		</item>
		<item>
			<title>Kompozer - going from Frontpage 2000</title>
			<link>http://forums.techguy.org/web-design-development/876064-kompozer-going-frontpage-2000-a.html</link>
			<pubDate>Tue, 10 Nov 2009 14:19:47 GMT</pubDate>
			<description>My first time on techguy.  I would like to post this thread under Kompozer, not sure how to go about it.  My question is this:  I have several websites I made using Frontpage 2000, which I upload using a FTP program.  I understand I will not be able...</description>
			<content:encoded><![CDATA[<div>My first time on techguy.  I would like to post this thread under Kompozer, not sure how to go about it.  My question is this:  I have several websites I made using Frontpage 2000, which I upload using a FTP program.  I understand I will not be able to transfer Frontpage 2000 the new Windows 7 operating system.  So I'm finding myself forced to either re-create every single website from scratch, using a new wysiwyg html editor.  I'd like to find out if I can download the sites to a new editor such as Kompozer.  Can I download FP websites and then edit them there, or would I have to start all over which each and every one?  Any suggestions would be much appreciated.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>jxranch</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876064-kompozer-going-frontpage-2000-a.html</guid>
		</item>
		<item>
			<title>Qualifying Potential Web Designer</title>
			<link>http://forums.techguy.org/web-design-development/876040-qualifying-potential-web-designer.html</link>
			<pubDate>Tue, 10 Nov 2009 12:06:41 GMT</pubDate>
			<description><![CDATA[hi, 
my current web page is in MS Front Page (no comments, puhllleeaase!)..I have zero page rankings, more or less. Should I: 
1) buy and learn Dreamweaver myself - 6 wk. online courses - I'm 'somewhat' savvy, know a little html, understand images...]]></description>
			<content:encoded><![CDATA[<div>hi,<br />
my current web page is in MS Front Page (no comments, puhllleeaase!)..I have zero page rankings, more or less. Should I:<br />
1) buy and learn Dreamweaver myself - 6 wk. online courses - I'm 'somewhat' savvy, know a little html, understand images vs. text re. importance to rankings, have good design eye for colors, fonts, images, and know about keywords, etc. However, i'm not the most patient person...get irritated when 'things' don't work well right away.<br />
2) hire local designer - who has lots of sites I've seen; she ONLY does the design - i'm a pet sitter - I don't need sleek and too deep - only 5 pages or so...I would have to hire an <acronym title="Search Engine Optimization">SEO</acronym> person separately. <br />
3) hire someone who SAYS they 'do it all' - design and <acronym title="Search Engine Optimization">SEO</acronym>. and blog, etc. I'd love to have someone who can tie everything together.<br />
<br />
How do I know if someone realy KNOWS about <acronym title="Search Engine Optimization">SEO</acronym> - everyone seems to know lingo...my head is dizzy. I do want to be able to go in and add pet pictures, local events, etc. myself. Is that asking too much?<br />
<br />
My 'design' is pretty much 'set.' I'm much more interested in the <acronym title="Search Engine Optimization">SEO</acronym> part - NOT the design part. However, I can't get anyone to work with me on MS Front Page - code apparently is not good for Google algorythym (sic)  - I don't understand completely. Is it possible to find someone who could do more with current (ms front page) site, instead of rehauling in new software?<br />
<br />
Price point - most are around $50/hr. There are about 5000 web designers per square mile here in Asheville ( similar to # of yoga teachers! maybe they're the same people!), but I'm wasting a lot of time trying to decide: to spend LOTS of time myself vs. just paying (I've been quoted $750 approx. by 2 people - just for design).  <br />
<br />
Any ideas, suggestions? Write me privately for additional info - if necessary.<br />
<br />
Thanks, you smart guys!!!</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>Danane</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876040-qualifying-potential-web-designer.html</guid>
		</item>
		<item>
			<title>Solved: Is it possible to check contact e-mail from any website ?</title>
			<link>http://forums.techguy.org/web-design-development/876019-solved-possible-check-contact-e.html</link>
			<pubDate>Tue, 10 Nov 2009 09:48:11 GMT</pubDate>
			<description>Hello, 
 
I have some (maybe strange) question. Is it possible to check contact e-mail from any website ? Sometimes it is impossible to see contact e-email from some page but maybe there is some trick to check it.  
 
What I use to do is analyze...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I have some (maybe strange) question. Is it possible to check contact e-mail from any website ? Sometimes it is impossible to see contact e-email from some page but maybe there is some trick to check it. <br />
<br />
What I use to do is analyze page by Alexa (<a href="http://www.alexa.com/" target="_blank">http://www.alexa.com/</a>) and there is 'Contact Info' option but I don't know if it works correctly. Any idea ?<br />
<br />
Regards,</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>emil.sekula</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/876019-solved-possible-check-contact-e.html</guid>
		</item>
		<item>
			<title>uploading files to server</title>
			<link>http://forums.techguy.org/web-design-development/875881-uploading-files-server.html</link>
			<pubDate>Mon, 09 Nov 2009 21:30:06 GMT</pubDate>
			<description>Hi 
 
Why is it that you can upload large file size when you are using FTP, but you cant upload large file size beyond the max when you are using browser to upload ?</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
Why is it that you can upload large file size when you are using FTP, but you cant upload large file size beyond the max when you are using browser to upload ?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>skyhigh007</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/875881-uploading-files-server.html</guid>
		</item>
		<item>
			<title><![CDATA[Um...now what?? More webdesign Q's]]></title>
			<link>http://forums.techguy.org/web-design-development/875783-um-now-what-more-webdesign.html</link>
			<pubDate>Mon, 09 Nov 2009 16:30:22 GMT</pubDate>
			<description><![CDATA[:rolleyes:   Well, now that I've moved my entire site BACK to one of the earlier hosts (nothing else has worked out!! always a disaster, so I'm a prodigal) and things are well under way and getting toward completion (at least in the "static" form...]]></description>
			<content:encoded><![CDATA[<div>:rolleyes:   Well, now that I've moved my entire site BACK to one of the earlier hosts (nothing else has worked out!! always a disaster, so I'm a prodigal) and things are well under way and getting toward completion (at least in the &quot;static&quot; form I've always used...at least it has been functioning!), I happened on a fantastic site where a great many other websites are linked...which feature large full-page background images. I see a few that would be wonderful for my needs, simple and basic though they are. Nothing like a little flash and dash to pep things up, though, agreed??<br />
<br />
Trouble is, I haven't a blind clue where to begin. I look at the source pages and it's all Chinese to me. So frustrating. Since I figured out how to get my simple little css layout to work (even though I agree, there are flaws), I think I know maybe 2 percent more about css than I did a few months ago, lol. But this is only a drop in the proverbial bucket, not anywhere close to what I would have to know to implement a style like those beautiful sites linked to this URL:<br />
<br />
<a href="http://www.webdesignerwall.com/trends/80-large-background-websites/" target="_blank">http://www.webdesignerwall.com/trend...ound-websites/</a><br />
<br />
I'm still wondering how to design other site pages to &quot;match up&quot; with a really fancy homepage, as well... What I have at the present is a mismatched hodgepodge, but that's all I've known how to do for all these years.  :o<br />
<br />
Yes I realize, I should be &quot;training&quot; myself in css design. But it would take a long time to learn all I need to know...</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>rosebud0419</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/875783-um-now-what-more-webdesign.html</guid>
		</item>
		<item>
			<title>html e-mail with php mail</title>
			<link>http://forums.techguy.org/web-design-development/875775-html-e-mail-php-mail.html</link>
			<pubDate>Mon, 09 Nov 2009 16:06:09 GMT</pubDate>
			<description><![CDATA[I am using php mail function to send e-mails to several addresses. But I have no idea how to send HTML e-mails in the same way. 
 
for example: 
 
Code: 
--------- 
<?php 
$to = "client@domain.com"; 
$subject = "your Subscription"; 
$message =...]]></description>
			<content:encoded><![CDATA[<div>I am using php mail function to send e-mails to several addresses. But I have no idea how to send HTML e-mails in the same way.<br />
<br />
for example:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;?php<br />
$to = &quot;client@domain.com&quot;;<br />
$subject = &quot;your Subscription&quot;;<br />
$message = &quot;Hello! This is a simple email message.&quot;;<br />
$from = &quot;me@domain.com&quot;;<br />
$headers = &quot;From: $from&quot;;<br />
mail($to,$subject,$message,$headers);<br />
echo &quot;Mail Sent.&quot;;<br />
?&gt;</code><hr />
</div>what should I do to send HTML e-mails using similar script?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>alex_sandro</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/875775-html-e-mail-php-mail.html</guid>
		</item>
		<item>
			<title><![CDATA[Website & Firefox]]></title>
			<link>http://forums.techguy.org/web-design-development/875723-website-firefox.html</link>
			<pubDate>Mon, 09 Nov 2009 12:02:11 GMT</pubDate>
			<description><![CDATA[I have a blogspot (eardrumkrushez.blogspot.com) that works perfect ...in all browsers , but when I publish it to my domain name (eardrumkrushez.com), the readmore & summary functions stop working in FireFox and Opera.  They continue to work in...]]></description>
			<content:encoded><![CDATA[<div>I have a blogspot (eardrumkrushez.blogspot.com) that works perfect ...in all browsers , but when I publish it to my domain name (eardrumkrushez.com), the readmore &amp; summary functions stop working in FireFox and Opera.  They continue to work in Chrome (I havent checked IE).<br />
<br />
I have no clue why, so any help is greatly appreciated.  :)</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>shlamoore</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/875723-website-firefox.html</guid>
		</item>
		<item>
			<title><![CDATA[Aaagh! Can't see jpegs in web pages!]]></title>
			<link>http://forums.techguy.org/web-design-development/875635-aaagh-cant-see-jpegs-web.html</link>
			<pubDate>Mon, 09 Nov 2009 01:47:50 GMT</pubDate>
			<description><![CDATA[My site has suddenly decided not to display some jpegs - the files are up there, I've tried renewing the links, but they just refuse to display. Any ideas?]]></description>
			<content:encoded><![CDATA[<div>My site has suddenly decided not to display some jpegs - the files are up there, I've tried renewing the links, but they just refuse to display. Any ideas?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>twmprys</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/875635-aaagh-cant-see-jpegs-web.html</guid>
		</item>
		<item>
			<title>php sending wrong information</title>
			<link>http://forums.techguy.org/web-design-development/875612-php-sending-wrong-information.html</link>
			<pubDate>Sun, 08 Nov 2009 23:56:40 GMT</pubDate>
			<description><![CDATA[I wonder if some nice person could spot what I'm doing wrong here? This script lists the newsletter issues in a directory and allows you to press on a link which should post that specific issue number to the next page. Trouble is, the same number is...]]></description>
			<content:encoded><![CDATA[<div>I wonder if some nice person could spot what I'm doing wrong here? This script lists the newsletter issues in a directory and allows you to press on a link which should post that specific issue number to the next page. Trouble is, the same number is posted whichever link is pressed.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">$dir&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">opendir</span><span style="color: #007700">(</span><span style="color: #DD0000">'newsletters/'</span><span style="color: #007700">);<br /><br />while&nbsp;(</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">!==&nbsp;(</span><span style="color: #0000BB">$read&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">readdir</span><span style="color: #007700">(</span><span style="color: #0000BB">$dir</span><span style="color: #007700">)))&nbsp;{<br />if&nbsp;(</span><span style="color: #0000BB">substr</span><span style="color: #007700">(</span><span style="color: #0000BB">$read</span><span style="color: #007700">,</span><span style="color: #0000BB">0</span><span style="color: #007700">,</span><span style="color: #0000BB">5</span><span style="color: #007700">)==</span><span style="color: #DD0000">'Issue'</span><span style="color: #007700">)&nbsp;{<br /></span><span style="color: #0000BB">$issue</span><span style="color: #007700">=</span><span style="color: #0000BB">substr</span><span style="color: #007700">(</span><span style="color: #0000BB">$read</span><span style="color: #007700">,</span><span style="color: #0000BB">5</span><span style="color: #007700">,</span><span style="color: #0000BB">2</span><span style="color: #007700">);<br />echo&nbsp;</span><span style="color: #DD0000">'&lt;form&nbsp;name="form'&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">$issue&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #DD0000">'"&nbsp;method="POST"&nbsp;action="newpage.php"&gt;'</span><span style="color: #007700">;<br />echo&nbsp;</span><span style="color: #DD0000">'&lt;input&nbsp;name="issue"&nbsp;type="hidden"&nbsp;value="'&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">$issue&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #DD0000">'"&nbsp;/&gt;&lt;a&nbsp;href="javascript<b></b>:&nbsp;submitform()"&gt;Issue&nbsp;'&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">$issue&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #DD0000">'&lt;/a&gt;&lt;/form&gt;<br />&lt;SCRIPT&nbsp;language="JavaScript"&gt;<br />function&nbsp;submitform()<br />{<br />&nbsp;&nbsp;document.form'&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">$issue&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #DD0000">'.submit();<br />}<br />&lt;/SCRIPT&gt;'</span><span style="color: #007700">;<br />}<br />}<br /></span><span style="color: #0000BB">closedir</span><span style="color: #007700">(</span><span style="color: #0000BB">$dir</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div></div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>twmprys</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/875612-php-sending-wrong-information.html</guid>
		</item>
		<item>
			<title>resend invitation automatically (how does it work)</title>
			<link>http://forums.techguy.org/web-design-development/875553-resend-invitation-automatically-how-does.html</link>
			<pubDate>Sun, 08 Nov 2009 20:07:43 GMT</pubDate>
			<description>you probably all have met the situation when someone registers at certain websites, (mostly social networks) and the invitation is resent to all contacts from their mail. I would really appreciate if someone could explain how does it work. I mean,...</description>
			<content:encoded><![CDATA[<div>you probably all have met the situation when someone registers at certain websites, (mostly social networks) and the invitation is resent to all contacts from their mail. I would really appreciate if someone could explain how does it work. I mean, in most cases senders ar not aware of such invitation. I have received at least 10 of them from my academic supervisor :D</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>alex_sandro</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/875553-resend-invitation-automatically-how-does.html</guid>
		</item>
		<item>
			<title>php does not print first record from mysql database</title>
			<link>http://forums.techguy.org/web-design-development/875299-php-does-not-print-first.html</link>
			<pubDate>Sat, 07 Nov 2009 21:23:08 GMT</pubDate>
			<description><![CDATA[Another problem from the mad, mad world of php. I've got just a simple php SELECT and WHILE loop to ECHO contents of a MySQL database, but the first record does not appear! What one earth can be going on? Any suggestions greatly appreciated! 
 
...]]></description>
			<content:encoded><![CDATA[<div>Another problem from the mad, mad world of php. I've got just a simple php SELECT and WHILE loop to ECHO contents of a MySQL database, but the first record does not appear! What one earth can be going on? Any suggestions greatly appreciated!<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br />mysql_connect</span><span style="color: #007700">(</span><span style="color: #DD0000">"host"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"name"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"password"</span><span style="color: #007700">)&nbsp;or&nbsp;die(</span><span style="color: #0000BB">mysql_error</span><span style="color: #007700">());&nbsp;<br /></span><span style="color: #0000BB">mysql_select_db</span><span style="color: #007700">(</span><span style="color: #DD0000">"database"</span><span style="color: #007700">)&nbsp;or&nbsp;die(</span><span style="color: #0000BB">mysql_error</span><span style="color: #007700">());<br /></span><span style="color: #0000BB">$query&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"SELECT&nbsp;*&nbsp;FROM&nbsp;newsletter&nbsp;WHERE&nbsp;number='33'&nbsp;ORDER&nbsp;BY&nbsp;id"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_query</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">)&nbsp;or&nbsp;die(</span><span style="color: #0000BB">mysql_error</span><span style="color: #007700">());&nbsp;<br /></span><span style="color: #0000BB">$row&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_fetch_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$result</span><span style="color: #007700">)&nbsp;or&nbsp;die(</span><span style="color: #0000BB">mysql_error</span><span style="color: #007700">());<br />while(</span><span style="color: #0000BB">$row&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_fetch_array</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">$result&nbsp;</span><span style="color: #007700">))&nbsp;{<br />echo&nbsp;</span><span style="color: #0000BB">nl2br</span><span style="color: #007700">(</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'headline'</span><span style="color: #007700">&#93;)&nbsp;.&nbsp;</span><span style="color: #DD0000">'&lt;br&gt;'</span><span style="color: #007700">;<br />echo&nbsp;</span><span style="color: #0000BB">nl2br</span><span style="color: #007700">(</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'story'</span><span style="color: #007700">&#93;)&nbsp;.&nbsp;</span><span style="color: #DD0000">'&lt;br&gt;'</span><span style="color: #007700">;<br />}<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div></div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>twmprys</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/875299-php-does-not-print-first.html</guid>
		</item>
		<item>
			<title>how to redirect speech received by Skype? //and Skype vs Fring</title>
			<link>http://forums.techguy.org/web-design-development/875268-how-redirect-speech-received-skype.html</link>
			<pubDate>Sat, 07 Nov 2009 19:34:08 GMT</pubDate>
			<description><![CDATA[Hello :-)! 
 
I'd like to create application for mobile phone (maximum price of phone would be about 220USD, it is for Central Europe; I will be testing the application on Sony Ericsson k750i and maybe on Motorola V500). The application must...]]></description>
			<content:encoded><![CDATA[<div>Hello :-)!<br />
<br />
I'd like to create application for mobile phone (maximum price of phone would be about 220USD, it is for Central Europe; I will be testing the application on Sony Ericsson k750i and maybe on Motorola V500). The application must recognize speech and properly react for recognized numbers (calculate control sum and respond). I'd like to use CMU Sphinx, but I still need to decide whether it would be [1] or [2]. Solution [1] is as follows: speech recognition on mobile phone (PocketSpinx) and sending results to server (post, httpconnection; I also tried Wireless Messaging API but it didn't work properly). Aprroach no. [2]: redirecting of speech from mobile phone to server (I thought about Digium + Asterisk but Digium cards are rather expensive) and speech recognition on server (Sphinx4).<br />
<br />
I think I will choose the [2]-nd option, however I thought about different way of connecting to internet, because those Digium cards are expensive. I thought about GSM/3G or CDMA but I'm not sure whether those would be good enough to ensure real time speech between user on mobile phone and program on server.<br />
<br />
Somebody suggested me that mobile phone with Skype would be cheap and good option. I will be using this application in the place where they've got office with access to cable internet and fax, and mobile phone would be several kilometers from the office. From my point of view, creating wireless network with some kilometers of range would be too expensive and there may be too many distortions of signal. And here I've got question for you. Let's assume I've got mobile phone. On this phone I installed Skype and the phone has access to internet (GSM/3G or CDMA). I also have got Skype and Sphinx4 on server. How should I configure it so that Skype on server can automatically receive the call from mobile phone and redirect it to Sphinx4, and server can answer from time to time to Skype? In other words: a) how to allow Skype to receive automatically call from mobile phone?, b) how to redirect speech from Skype to other application? (I also thought about Fring, which may be alternative for Skype).<br />
<br />
Thanks very much for your answer in advance :-)!<br />
Greetings :-)!</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/68-web-design-development/"><![CDATA[Web Design & Development]]></category>
			<dc:creator>johnyjj2</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/web-design-development/875268-how-redirect-speech-received-skype.html</guid>
		</item>
	</channel>
</rss>
