Jump to content

vchris

Members
  • Posts

    1,529
  • Joined

  • Last visited

Posts posted by vchris

  1. I'm going to Las Vegas in 2 weeks and was just wondering if you guys knew anything cool I could do there? I already plan on going play a bit of poker, go see cirque du soleil O, grand canyon/hoover dam... Other than that probably go see the nice hotels. Is it a good idea to rent an exotic car over there (ferrari, porsche...) for 1 day?

  2. I know I'm working on my portfolio website right now but it won't take long and it'll be done. So I'm thinking of creating a trading website where people can buy/sell stuff but all locally so no need for paypal or any payment methods. There is already a website like this (http://www.usedottawa.com/). As you can see it's not a nice website but it does work. I checked that site out pretty good and there's a couple things they could do to improve their traffic and security. I had a great idea for the domain name. www.ncrtrader.com. ncr means national capital region which is where we are and doesn't only include ottawa. I would maybe at some point make the site bilingual. What do you guys think about having a second trading website but better than the current one? Could that be successful?

  3. [ Solved ]Solution: cfoutputs don't work in cfmail.I send an email with cfmail. The email is sent fine. The problem occurs when I add a cfloop in the cfmail to include the extra registrations which could be 0-8.

    <cfif extra gt 0>	<cfloop index="i" from="1" to="#extra#">		  <cfset xname = "form.extraName_" & i>		  <cfset xemail = "form.extraEmail_" & i>		  <cfset xphone = "form.extraPhone_" & i>		  <cfoutput>			  <p>Extra Registration #i#:<br> 			  #evaluate(xname)#<br> 			  #evaluate(xemail)#<br> 			  #evaluate(xphone)#</p>		  </cfoutput>	  </cfloop></cfif>

    I also have <cfparam name="extra" default="0"> up top the page. I use the exact same loop to display the extra registrations on page after submitting and it works fine.Error:

    The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.Null Pointers are another name for undefined values.
    No line numbers are indicated in the error. If I comment out that loop including the if statement I don't have any problem. I think it might be the evaluates.
  4. Linux by far, about 20 minutes ago I got a new wireless internet card and put it on here, using ubuntu (you forgot to list it under linux). Its wonderful! I installed apache, php 5. Now I can run tests locally :).
    That's good to hear! Did you have any issues with Ubuntu as of yet? I've been reading some forums and some say that it's still not compatible with a lot of hardware and there is some bugs.
×
×
  • Create New...