<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>ColdFusion Newbie (CF-Newbie) Mailing List RSS Feed</title> 
<link>http://www.houseoffusion.com/groups/cf-newbie</link> 
<description>ColdFusion questions from those new to the language</description> 
<language>en-us</language> 
<copyright>Copyright &#169; 2011, House of Fusion</copyright> 
<lastBuildDate>Sat, 11 Feb 2012 09:55:39 GMT</lastBuildDate> 
<webMaster>Michael Dinowitz (mdinowit@houseoffusion.com)</webMaster> 
<category>Mailing List</category>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
	<title><![CDATA[ColdFusion  schedule]]></title> 
	<description><![CDATA[Hi,<br>
	I am trying to test a cf schule task without using the CF admin, that is using &lt;cfschedule&gt;<br>
	<br>
	In the CF admin, I set the mail server as 127.0.0.1, but the mail is not being delivered, is there anything else I have to do in the CF admin to test <BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5789"  title="ColdFusion Newbie (CF-Newbie): cf schedule">more</A>]]]></description> 
	<pubDate>Sat, 11 Feb 2012 05:30:00 GMT</pubDate> 
	<dc:author>John  Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5789</guid> 
</item>

<item>
	<title><![CDATA[Grid VIew Date time shift issue]]></title> 
	<description><![CDATA[Hi Peers,<br>
	<br>
	i am loading some data into a grid view..everything works fine but the only issue is when a user from east of canada displays the grid it shows the right date (2012-01-06) ...&nbsp;&nbsp;but when somebody else from the west of canada do the same it <BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5788"  title="ColdFusion Newbie (CF-Newbie): Grid VIew Date time shift issue">more</A>]]]></description> 
	<pubDate>Wed, 08 Feb 2012 09:47:00 GMT</pubDate> 
	<dc:author>Mo Lay </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5788</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion -NEWBIE:  SQL subquery issues]]></title> 
	<description><![CDATA[Actually, I am using SQL Server, but am relatively new to it.&nbsp;&nbsp;I'll let you know how it goes.<br>
	Thanks much for sending this tidbit, which I did not know...<br>
	Donna<br>
	<br>
	-----Original Message-----<br>
	From: Phillips, Dave [mailto:Dave.Phillips@VerizonWireless.<BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5787"  title="ColdFusion Newbie (CF-Newbie): CF-NEWBIE:  SQL subquery issues">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 03:10:00 GMT</pubDate> 
	<dc:author>Martin, Donna M</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5787</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion -NEWBIE:  SQL subquery issues]]></title> 
	<description><![CDATA[Donna,<br>
	<br>
	I know in SQL Server and other database you can use NOT IN instead of &lt;&gt;.&nbsp;&nbsp;I am going to assume you can do the same in Access (although that is not always a valid assumption to make!):<br>
	<br>
	SELECT T.TblName_seq, Email, FName, MName, LName, JrSr<BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5786"  title="ColdFusion Newbie (CF-Newbie): CF-NEWBIE:  SQL subquery issues">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 02:59:00 GMT</pubDate> 
	<dc:author>Phillips, Dave</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5786</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion -NEWBIE:  SQL subquery issues]]></title> 
	<description><![CDATA[Yes, I do get the idea, and the logic looks good.&nbsp;&nbsp;I won't have the opportunity to test it out until this evening, but this 'should' do the trick.&nbsp;&nbsp;I will probably add a WHERE statement in the first query -- something like, WHERE ForYear=2012.<br>
	<br>
	Thanks, <BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5785"  title="ColdFusion Newbie (CF-Newbie): CF-NEWBIE:  SQL subquery issues">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 02:23:00 GMT</pubDate> 
	<dc:author>Martin, Donna M</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5785</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion -NEWBIE:  SQL subquery issues]]></title> 
	<description><![CDATA[You might try this in TWO queries - <br>
	<br>
	Query One - Get the MemberIDs (Or Emails) of people who paid<br>
	<br>
	&lt;cfquery name=&quot; MyQry &quot; datasource=&quot;#Application.DSN#&quot;<br>
	username=&quot;#Application.username#&quot; password=&quot;#Application.password#&quot;&gt;<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5784"  title="ColdFusion Newbie (CF-Newbie): CF-NEWBIE:  SQL subquery issues">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 02:01:00 GMT</pubDate> 
	<dc:author>Eric Nicholas Sweeney</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5784</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion -NEWBIE:  SQL subquery issues]]></title> 
	<description><![CDATA[Dear all,<br>
	<br>
	Okay...It's been a very rough January, and am having a minor brain meltdown.&nbsp;&nbsp;I'm just not coming up with the solution for the following the scenario:<br>
	<br>
	I have a PAYMENT table that has a record for each year paid.&nbsp;&nbsp;All I want to do <BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5783"  title="ColdFusion Newbie (CF-Newbie): CF-NEWBIE:  SQL subquery issues">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 08:41:00 GMT</pubDate> 
	<dc:author>Martin, Donna M</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5783</guid> 
</item>

<item>
	<title><![CDATA[verify e-mail address]]></title> 
	<description><![CDATA[HI Justin,<br>
	thanks so much for your reply.<br>
	I am very sorry it has taken a while to get back to you, as I have been sick.<br>
	<br>
	I just download the CFFormProtect and I am going to try it on my localhost, and hopefully my host will support it as well.<br>
	The <BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5782"  title="ColdFusion Newbie (CF-Newbie): verify e-mail address">more</A>]]]></description> 
	<pubDate>Wed, 01 Feb 2012 11:10:00 GMT</pubDate> 
	<dc:author>John Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5782</guid> 
</item>

<item>
	<title><![CDATA[upload/mime type issue]]></title> 
	<description><![CDATA[Hi folks,<br>
	<br>
	I have a internal upload bit for handling pdf uploads and it's been working without fail for the past couple of years and the all of the sudden I am getting this error on upload:<br>
	The MIME type of the uploaded file text/xm was not accepted by<BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5781"  title="ColdFusion Newbie (CF-Newbie): upload/mime type issue">more</A>]]]></description> 
	<pubDate>Thu, 26 Jan 2012 11:36:00 GMT</pubDate> 
	<dc:author>Imperial, Bob</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5781</guid> 
</item>

<item>
	<title><![CDATA[verify e-mail address]]></title> 
	<description><![CDATA[&gt; I have a sign up form where I have 2 fields to verify it<br>
	&gt; has the same e-mail, and a capachta on it, but I still<br>
	&gt; get lots of bad e-mail address.<br>
	<br>
	First, I would recommend looking into the wonderful CFFormProtect<br>
	project at RIAForge (http://<BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5780"  title="ColdFusion Newbie (CF-Newbie): verify e-mail address">more</A>]]]></description> 
	<pubDate>Fri, 20 Jan 2012 12:19:00 GMT</pubDate> 
	<dc:author>Justin Scott </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5780</guid> 
</item>

<item>
	<title><![CDATA[verify e-mail address]]></title> 
	<description><![CDATA[Hi,<br>
	I have a sign up form where I have 2 fields to verify it has the same e-mail, and a capachta on it, but I still get lots of bad e-mail address.<br>
	<br>
	How hard would it be to re write the application to have it so when the user signs up a verification e-<BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5779"  title="ColdFusion Newbie (CF-Newbie): verify e-mail address">more</A>]]]></description> 
	<pubDate>Fri, 20 Jan 2012 12:07:00 GMT</pubDate> 
	<dc:author>John  Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5779</guid> 
</item>

<item>
	<title><![CDATA[e-mailing a database of users]]></title> 
	<description><![CDATA[Hi Andrew,<br>
	thanks so much for all your advice!<br>
	I think the problem is with the email @hawaii.edu, I asked the host about this. I really hear back from hostmyste, thinking about the site to another host as in the past the mails went to this mail address <BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5778"  title="ColdFusion Newbie (CF-Newbie): e-mailing a database of users">more</A>]]]></description> 
	<pubDate>Sun, 15 Jan 2012 06:30:00 GMT</pubDate> 
	<dc:author>John Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5778</guid> 
</item>

<item>
	<title><![CDATA[e-mailing a database of users]]></title> 
	<description><![CDATA[I doubt that they will give you access, but if you know of an email address<br>
	that is not being delivered it would not be hard for them to look through<br>
	the logs and give you any problems that they may find.<br>
	<br>
	But I will also go with the flow, and that if<BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5777"  title="ColdFusion Newbie (CF-Newbie): e-mailing a database of users">more</A>]]]></description> 
	<pubDate>Sun, 15 Jan 2012 03:35:00 GMT</pubDate> 
	<dc:author>Andrew Scott </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5777</guid> 
</item>

<item>
	<title><![CDATA[e-mailing a database of users]]></title> 
	<description><![CDATA[Hi Andrew,<br>
	I have asked my host, about this problem, and to figure out why some mails get delivered and others don't, and to give me access, or tell me about the log files.<br>
	thanks,<br>
	Johnny<BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5776"  title="ColdFusion Newbie (CF-Newbie): e-mailing a database of users">more</A>]]]></description> 
	<pubDate>Sun, 15 Jan 2012 02:22:00 GMT</pubDate> 
	<dc:author>John Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5776</guid> 
</item>

<item>
	<title><![CDATA[e-mailing a database of users]]></title> 
	<description><![CDATA[What you can do as well is ask your hosting provider to help you out as<br>
	well, explain to them that you are trying to find why some mail is not<br>
	being delivered and if they can see anything in the logs for you, they may<br>
	need some more information but it <BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5775"  title="ColdFusion Newbie (CF-Newbie): e-mailing a database of users">more</A>]]]></description> 
	<pubDate>Sun, 15 Jan 2012 01:07:00 GMT</pubDate> 
	<dc:author>Andrew Scott </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5775</guid> 
</item>

<item>
	<title><![CDATA[e-mailing a database of users]]></title> 
	<description><![CDATA[Thanks,<br>
	this is what i will do set a fail address so I will get all the mails that don't get delivered.<br>
	thanks so much!<br>
	Johnny<BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5774"  title="ColdFusion Newbie (CF-Newbie): e-mailing a database of users">more</A>]]]></description> 
	<pubDate>Sat, 14 Jan 2012 11:46:00 GMT</pubDate> 
	<dc:author>John Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5774</guid> 
</item>

<item>
	<title><![CDATA[e-mailing a database of users]]></title> 
	<description><![CDATA[You can set the failto address to be yours.&nbsp;&nbsp;Then any bounce backs are<br>
	delivered to your inbox.<br>
	<br>
	Rob<br>
	On Jan 14, 2012 11:00 PM, &quot;John Barrett&quot; &lt;johnbarr@hawaii.edu&gt; wrote:<br>
	<br>
	&gt;<br>
	&gt; Thanks so much for the help!<br>
	&gt;<br>
	&gt; I plan to set up some tests tonight, <BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5773"  title="ColdFusion Newbie (CF-Newbie): e-mailing a database of users">more</A>]]]></description> 
	<pubDate>Sat, 14 Jan 2012 11:41:00 GMT</pubDate> 
	<dc:author>Rob Parkhill </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5773</guid> 
</item>

<item>
	<title><![CDATA[e-mailing a database of users]]></title> 
	<description><![CDATA[Thanks so much for the help!<br>
	<br>
	I plan to set up some tests tonight, to see if I can find the problem. Is there anyway of having to get a notice(e-mail) if a mail was not delivered, since I don't have access to the mail logs?<br>
	<br>
	thanks so much for the <BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5772"  title="ColdFusion Newbie (CF-Newbie): e-mailing a database of users">more</A>]]]></description> 
	<pubDate>Sat, 14 Jan 2012 10:59:00 GMT</pubDate> 
	<dc:author>John Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5772</guid> 
</item>

<item>
	<title><![CDATA[e-mailing a database of users]]></title> 
	<description><![CDATA[A number of things could be happening. It could be as simple as a spam filter stopping some delivery, to as difficult as the mail server you are sending from delaying or stopping the send.<br>
	<br>
	I would send a test message to a recipient saying they don't <BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5771"  title="ColdFusion Newbie (CF-Newbie): e-mailing a database of users">more</A>]]]></description> 
	<pubDate>Sat, 14 Jan 2012 09:19:00 GMT</pubDate> 
	<dc:author>William Seiter </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5771</guid> 
</item>



<item>
	<title><![CDATA[The Flex Authority Volume 1, Issue 2 is out now]]></title> 
	<description><![CDATA[If you want your Flex skills to be up-to-date then you need the Flex Authority. The current issue is all about Components: The Building Blocks of Your Applications.
	
	Order now]]></description> 
	<guid>http://www.flex-authority.com/issues/components-application-building-blocks/</guid>
	<pubDate>Sat, 11 Feb 2012 09:55:39 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</item>

<item>
	<title><![CDATA[e-mailing a database of users]]></title> 
	<description><![CDATA[Most likely the email is being blocked for spam.<br>
	<br>
	On Sat, Jan 14, 2012 at 7:39 PM, John&nbsp;&nbsp;Barrett &lt;barrjohnm@yahoo.com&gt; wrote:<br>
	&gt;<br>
	&gt; hi,<br>
	&gt; I have an application that sends out a large list of users in the database. This is hosted at hostmysite, so I can<BR> [<A href="http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5770"  title="ColdFusion Newbie (CF-Newbie): e-mailing a database of users">more</A>]]]></description> 
	<pubDate>Sat, 14 Jan 2012 09:15:00 GMT</pubDate> 
	<dc:author>Raymond Camden </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5770</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 3, Issue 1 is out now]]></title> 
	<description><![CDATA[If you want your ColdFusion skills to be up-to-date then you need the Fusion Authority Quarterly Update. The current issue is all about Data and how to make it work for you. Just what we all need.
	
	Order now]]></description> 
	<guid>http://www.fusionauthority.com/quarterly/data-how-to-make-it-work-for-you/</guid>
	<pubDate>Sat, 11 Feb 2012 09:55:39 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>


