<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I-Tech Web Design North Wales &#187; artisteer</title>
	<atom:link href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/tag/artisteer-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales</link>
	<description>We offer professional website design services in North Wales and Chester areas</description>
	<lastBuildDate>Mon, 11 Mar 2013 14:24:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>BF Survey pro does not verify TEXT Fields</title>
		<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2012/bf-survey-pro-does-not-verify-text-fields/</link>
		<comments>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2012/bf-survey-pro-does-not-verify-text-fields/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 15:27:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Artisteer]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[artisteer]]></category>
		<category><![CDATA[BF Survey]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.itechwebdesign.co.uk/blog-web-design-north-wales/?p=387</guid>
		<description><![CDATA[I&#8217;ve installed BF Survey, but it does not verify required (Mandatory) TEXT fields. I&#8217;ve worked with the BF Survey support team and disabled all modules and plugins to try and get it to work, but none of it seems to &#8230; <a href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2012/bf-survey-pro-does-not-verify-text-fields/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve installed BF Survey, but it does not verify required (Mandatory) TEXT fields.</p>
<p>I&#8217;ve worked with the BF Survey support team and disabled all modules and plugins to try and get it to work, but none of it seems to be the problem.</p>
<p>I then contacted the excellent support team at Artisteer and they helped to identify the problem which gave me this reply:</p>
<blockquote><p>We have analyzed the issue, it turned out to be related to the INPUT tag written in capital letters.</p>
<p>&lt;INPUT id=&#8217;cs_fn&#8217; name=&#8217;cs_fn&#8217; size=&#8217;65&#8242; MAXLENGTH=255&gt;</p>
<p>Such capitalized tags are actually not expected because this is not a valid xhtml.</p></blockquote>
<p>I then edited the following file:<br />
/components/com_bfsurvey_pro/views/onepage/tmpl/default.php</p>
<p>I replace all the <strong>&lt;INPUT</strong> … tags with <strong>&lt;input</strong> and everything works as it should.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.itechwebdesign.co.uk%2Fblog-web-design-north-wales%2F02%2F2012%2Fbf-survey-pro-does-not-verify-text-fields%2F&amp;title=BF%20Survey%20pro%20does%20not%20verify%20TEXT%20Fields"><img src="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2012/bf-survey-pro-does-not-verify-text-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No horizontal scroll-bar at the bottom of the page</title>
		<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/no-horizontal-scroll-bar-at-the-bottom-of-the-page/</link>
		<comments>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/no-horizontal-scroll-bar-at-the-bottom-of-the-page/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 15:12:51 +0000</pubDate>
		<dc:creator>ewanvrooyen</dc:creator>
				<category><![CDATA[Artisteer]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[artisteer]]></category>
		<category><![CDATA[scroll bar]]></category>

		<guid isPermaLink="false">http://www.itechwebdesign.co.uk/blog-web-design-north-wales/?p=166</guid>
		<description><![CDATA[Solution: In style-sheet &#62; change: overflow: hidden; to overflow: visible; #art-main { position: relative; /*overflow: hidden;*/ overflow: visible; z-index: 1; width: 100%; left: 0; top: 0; cursor:default; }]]></description>
			<content:encoded><![CDATA[<p>Solution:<br />
In style-sheet &gt; change: overflow: hidden; to overflow: visible;<br />
#art-main<br />
{<br />
position: relative;<br />
/*overflow: hidden;*/<br />
overflow: visible;<br />
z-index: 1;<br />
width: 100%;<br />
left: 0;<br />
top: 0;<br />
cursor:default;<br />
}</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.itechwebdesign.co.uk%2Fblog-web-design-north-wales%2F02%2F2011%2Fno-horizontal-scroll-bar-at-the-bottom-of-the-page%2F&amp;title=No%20horizontal%20scroll-bar%20at%20the%20bottom%20of%20the%20page"><img src="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/no-horizontal-scroll-bar-at-the-bottom-of-the-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
