<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Ask Michel Komarov</title>
	<link>http://askmichel.icoder.com</link>
	<description>i Code to help you profit!</description>
	<pubDate>Fri, 12 Mar 2010 13:47:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>Comment on Comprehensive Feedback Form with Attachments by theResult</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-353</link>
		<pubDate>Fri, 01 Jan 2010 19:50:38 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-353</guid>
					<description>Hey Michel, 

Your form seems to be amazing....I say seems because I'm getting the same error that spottedme was getting a while back... www.mywebsite.com/{SCRIPT_URL}

Is there anyway, you or anyone can assist me on this.

PS: All files have been uploaded to the same directory, the config file has been modified as per instructions, etc. I have no clue what i'm doing wrong, please help, i need this form to be working asap.</description>
		<content:encoded><![CDATA[<p>Hey Michel, </p>
<p>Your form seems to be amazing&#8230;.I say seems because I&#8217;m getting the same error that spottedme was getting a while back&#8230; <a href='http://www.mywebsite.com/' rel='nofollow'>www.mywebsite.com/</a>{SCRIPT_URL}</p>
<p>Is there anyway, you or anyone can assist me on this.</p>
<p>PS: All files have been uploaded to the same directory, the config file has been modified as per instructions, etc. I have no clue what i&#8217;m doing wrong, please help, i need this form to be working asap.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Normalize Their Names In A Web-Form by michel</title>
		<link>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-352</link>
		<pubDate>Tue, 22 Dec 2009 06:52:10 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-352</guid>
					<description>Yes, tbrown90.
You can insert the &lt;code&gt;normalizeNames()&lt;/code&gt; before return &lt;code&gt;validateform_s()&lt;/code&gt; like this:

&lt;code&gt;onSubmit=&amp;#34;&lt;span style='color:blue;'&gt;normalizeNames(this,&amp;#39;name&amp;#39;)&lt;/span&gt; &lt;span style=&quot;color:red;font-weight:bold;font-size:2em;&quot;&gt;;&lt;/span&gt; return validateform_s();&amp;#34;&lt;/code&gt;

Or you could use the &lt;code&gt;normalizeNames()&lt;/code&gt; function with &lt;code&gt;onBlur&lt;/code&gt; attribute of the text-fields like in the 3-rd comment.

Michel</description>
		<content:encoded><![CDATA[<p>Yes, tbrown90.<br />
You can insert the <code>normalizeNames()</code> before return <code>validateform_s()</code> like this:</p>
<p><code>onSubmit=&quot;<span style='color:blue;'>normalizeNames(this,&#39;name&#39;)</span> <span style="color:red;font-weight:bold;font-size:2em;">;</span> return validateform_s();&quot;</code></p>
<p>Or you could use the <code>normalizeNames()</code> function with <code>onBlur</code> attribute of the text-fields like in the 3-rd comment.</p>
<p>Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Normalize Their Names In A Web-Form by tbrown90</title>
		<link>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-351</link>
		<pubDate>Tue, 22 Dec 2009 05:19:31 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-351</guid>
					<description>Michel, 

What if my onSubmit code is like this:  onSubmit='return validateform_s();'
Can I still use the Normalize name code?  How would I write it?</description>
		<content:encoded><![CDATA[<p>Michel, </p>
<p>What if my onSubmit code is like this:  onSubmit=&#8217;return validateform_s();&#8217;<br />
Can I still use the Normalize name code?  How would I write it?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Comprehensive Feedback Form with Attachments by michel</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-350</link>
		<pubDate>Wed, 09 Dec 2009 20:01:03 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-350</guid>
					<description>Hi David,

1) the latest version on the script doesn't use the &lt;code&gt;tmp&lt;/code&gt; folder.
This is why you can't find it in the &lt;code&gt;.zip&lt;/code&gt;

2) the &lt;code&gt;feedback.php&lt;/code&gt; is the main script-file,
the &lt;code&gt;feedback.config.php&lt;/code&gt; contains the configuration variables.
You need to edit the &lt;code&gt;feedback.config.php&lt;/code&gt; with your own data.

3) You need to make sure your Yahoo hosting account supports PHP-script,
and learn the max file size you're allowed to upload via a web-form.

What the difference between the posts you're receiving to your inbox and others that don't arrive it?
- Has an attachment or not;
- Number of attached files;
- Max size of an attached file;
- Total size of all files.

4) Does your hosting account allow email relays?
Lets suppose you enter your email address in your form, the script sends an email behalf from this entered address. But when you enter some foreign email address, your server could block the email as a relay.

Michel</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>1) the latest version on the script doesn&#8217;t use the <code>tmp</code> folder.<br />
This is why you can&#8217;t find it in the <code>.zip</code></p>
<p>2) the <code>feedback.php</code> is the main script-file,<br />
the <code>feedback.config.php</code> contains the configuration variables.<br />
You need to edit the <code>feedback.config.php</code> with your own data.</p>
<p>3) You need to make sure your Yahoo hosting account supports PHP-script,<br />
and learn the max file size you&#8217;re allowed to upload via a web-form.</p>
<p>What the difference between the posts you&#8217;re receiving to your inbox and others that don&#8217;t arrive it?<br />
- Has an attachment or not;<br />
- Number of attached files;<br />
- Max size of an attached file;<br />
- Total size of all files.</p>
<p>4) Does your hosting account allow email relays?<br />
Lets suppose you enter your email address in your form, the script sends an email behalf from this entered address. But when you enter some foreign email address, your server could block the email as a relay.</p>
<p>Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Comprehensive Feedback Form with Attachments by das40</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-349</link>
		<pubDate>Wed, 09 Dec 2009 16:41:22 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-349</guid>
					<description>PSS  Sorry for the 3rd post.  I had installed it correctly but it took a while for the Yahoo host to run it.   It is working now but for some reason some of the posts aren't being sent to my inbox while others are.</description>
		<content:encoded><![CDATA[<p>PSS  Sorry for the 3rd post.  I had installed it correctly but it took a while for the Yahoo host to run it.   It is working now but for some reason some of the posts aren&#8217;t being sent to my inbox while others are.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Comprehensive Feedback Form with Attachments by das40</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-348</link>
		<pubDate>Wed, 09 Dec 2009 00:26:27 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-348</guid>
					<description>PS  I noticed these differences. Which may have been mentioned in the long line of posts in this forum so Im sorry if I didn't bother to read.  But there is NO tmp folder in the zip file and there are 2 php versions of the form (though I'm guessing the one with config in the name is the one I want?</description>
		<content:encoded><![CDATA[<p>PS  I noticed these differences. Which may have been mentioned in the long line of posts in this forum so Im sorry if I didn&#8217;t bother to read.  But there is NO tmp folder in the zip file and there are 2 php versions of the form (though I&#8217;m guessing the one with config in the name is the one I want?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Comprehensive Feedback Form with Attachments by das40</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-347</link>
		<pubDate>Wed, 09 Dec 2009 00:24:19 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-347</guid>
					<description>I use Yahoo Sitebuilder and I'm having trouble getting this to work.  There is no permissions section in my tmp folder.  Unless you mean the tmp folder that comes with your zip file?

Also files in your zip file are slightly different in the images above which have slightly confused me.

Can you please help me install this by giving me more details?

I have to admit though I am very pleased with the look and feel of the feedback form including the &quot;add more files&quot; feature.</description>
		<content:encoded><![CDATA[<p>I use Yahoo Sitebuilder and I&#8217;m having trouble getting this to work.  There is no permissions section in my tmp folder.  Unless you mean the tmp folder that comes with your zip file?</p>
<p>Also files in your zip file are slightly different in the images above which have slightly confused me.</p>
<p>Can you please help me install this by giving me more details?</p>
<p>I have to admit though I am very pleased with the look and feel of the feedback form including the &#8220;add more files&#8221; feature.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Exit Popup is now allowed in the Pop-In-Builder by michel</title>
		<link>http://askmichel.icoder.com/2007/11/22/exit-popup-is-now-allowed-in-the-pop-in-builder/#comment-345</link>
		<pubDate>Sun, 11 Oct 2009 09:32:04 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2007/11/22/exit-popup-is-now-allowed-in-the-pop-in-builder/#comment-345</guid>
					<description>Hi Peter,

Use the PopIn builder at http://popinbuilder.icoder.com

Michel</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Use the PopIn builder at <a href='http://popinbuilder.icoder.com' rel='nofollow'>http://popinbuilder.icoder.com</a></p>
<p>Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Exit Popup is now allowed in the Pop-In-Builder by peter candlish</title>
		<link>http://askmichel.icoder.com/2007/11/22/exit-popup-is-now-allowed-in-the-pop-in-builder/#comment-344</link>
		<pubDate>Sun, 11 Oct 2009 09:23:58 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2007/11/22/exit-popup-is-now-allowed-in-the-pop-in-builder/#comment-344</guid>
					<description>Hi all this looks great but how do i get my hands on it?</description>
		<content:encoded><![CDATA[<p>Hi all this looks great but how do i get my hands on it?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Content rotation by michel</title>
		<link>http://askmichel.icoder.com/2006/10/30/content-rotation/#comment-343</link>
		<pubDate>Mon, 05 Oct 2009 06:20:52 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/10/30/content-rotation/#comment-343</guid>
					<description>The &lt;code&gt;content-rotation.js&lt;/code&gt; script has code:
&lt;code&gt;if (content_rotation_list.length &amp;#62; 0) {
&amp;#160;&amp;#160;var url = content_rotation_list[
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span style=&quot;background-color:yellow&quot;&gt;Math.floor(Math.random()*(content_rotation_list.length-1))&lt;/span&gt;
&amp;#160;&amp;#160;];&lt;/code&gt;

This code gets the URL from &lt;em&gt;content list&lt;em&gt; in random order.
You can change this code to show anoher page daily:
&lt;code&gt;if (content_rotation_list.length &amp;#62; 0) {
&amp;#160;&amp;#160;&lt;span style=&quot;color:blue&quot;&gt;var day = parseInt((new Date).valueOf()/86400000;&lt;/span&gt;
&amp;#160;&amp;#160;var url = content_rotation_list[
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span style=&quot;color:blue&quot;&gt;day%content_rotation_list.length)&lt;/span&gt;
&amp;#160;&amp;#160;];&lt;/code&gt;

If you'd like change your page on reload you need to play with &lt;em&gt;cookies&lt;/em&gt;.

Hope this helps.
Michel</description>
		<content:encoded><![CDATA[<p>The <code>content-rotation.js</code> script has code:<br />
<code>if (content_rotation_list.length &gt; 0) {<br />
&nbsp;&nbsp;var url = content_rotation_list[<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="background-color:yellow">Math.floor(Math.random()*(content_rotation_list.length-1))</span><br />
&nbsp;&nbsp;];</code></p>
<p>This code gets the URL from <em>content list<em> in random order.<br />
You can change this code to show anoher page daily:<br />
<code>if (content_rotation_list.length &gt; 0) {<br />
&nbsp;&nbsp;<span style="color:blue">var day = parseInt((new Date).valueOf()/86400000;</span><br />
&nbsp;&nbsp;var url = content_rotation_list[<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue">day%content_rotation_list.length)</span><br />
&nbsp;&nbsp;];</code></p>
<p>If you&#8217;d like change your page on reload you need to play with <em>cookies</em>.</p>
<p>Hope this helps.<br />
Michel
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
