Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. metaphiz

    ColdFusion Cloud Hosting

    Does anybody know a good CF cloud host with low prices?
  2. metaphiz

    Accessing CFLOGIN Vars

    I've got a basic CFLOGIN framework going to secure an application. Everything is working fine, except after they log in I need to query a database for to pull info for each user. I used to use session variables, set in the login script, to do this. I'd like to user cflogin.name and...
  3. metaphiz

    Logout Doesn't Really End Session

    Users get to the login form after clicking logout, but the session variables aren't really cleared/the session isn't really over. Here's the way I set the session if they've entered a correct un/pw: <!--- Remember user's logged-in status, plus ---> <!--- ContactID and First Name, in...
  4. metaphiz

    Welcome Back Message

    How do you code a 'welcome back' message that only displays after the first visit? I'm assuming you have to use <cfapplication> and session variables to know when their first session has ended...
  5. metaphiz

    Shopping Cart Recommendations

    Has anyone used a good ColdFusion shopping cart package that's ready to go out of the box?
  6. metaphiz

    Turkish/French Characters

    What is the ideal collation for Turkish & French characters? I set up our database using utf8_general_ci and it was working fine. Then the host changed the collation and it stopped working. Turkish characters are translated by the database into question marks... How does the host collation...
  7. metaphiz

    Check all checkboxes and show layers

    We're using a JavaScript with Google Maps to load geographic data files and define parameters in Google's API. I'm not so hot with JavaScript, so any help would be much appreciated! I have a working script that just needs one small change. The checkboxes toggle map layers on and off. We want all...
  8. metaphiz

    Administer Subdomains

    Can coldfusion create subdomains? I want to set up an administrator panel which allows a client to create subdomains on the server and point them to root directories. Or point all subdomains to the same root, but have CF output tailored to data specific to each subdomain. Also a factor, Can...
  9. metaphiz

    CF Query MySQL

    I've been working with MS databases and am giving MySQL a shot. I'm getting an error with the query below, and am battling with the host over whose fault it is! Can someone verify syntax for me? <cfquery datasource="datasource" name="GetStaff" username="username" password="password"> SELECT *...
  10. metaphiz

    Composing Variables with CFSET

    I need to combine a number of variables used to generate a CAPTCHA image into one variable using CFSET. The first character of the CAPTCHA is called something like var1, the second is something like var2, etc. Of course I've gotten errors when I try it like this: <cfset CaptchaCode =...
  11. metaphiz

    Forum Software

    Can someone recommend a good CF forum software that is fairly easy to deploy and not too expensive? I'm an intermediate level CF programmer. Thanks.
  12. metaphiz

    CSS Form

    OK, thanks, you were right. The problem was another html form tag that wasn't properly formed.
  13. metaphiz

    CSS Form

    I'm new to CSS forms, and I'm having trouble getting my form to submit properly. When I submit the form it doesn't go to the action URL. Below is my CSS code and form code. Thanks! CSS CODE input { color: #666666; border: 1px solid #666666 } fieldset { border: 1px solid #666666; width...
  14. metaphiz

    SQL for &lt;CFMAIL&gt;

    I'm using <cfmail> to send a bulk email to all users in the Users table. It's an HTML email which has to be populated with property data from the SaleProps table. I only want 2 properties to go to all of the users. The SQL below is sending one property per email to every user. But it is...
  15. metaphiz

    CFLOCATION Target?

    To take a step back, I'm using frames as a quick way to integrate blogger.com blog functionality into my page. I used to have a custom blog that I coded, but it got spammed and I got impatient. I didn't see an easy way to integrate blogger.com right off the bat, so I came up with the frames...
  16. metaphiz

    CFLOCATION Target?

    I need to redirect within the same frame of a frames page. It's a dropdown menu that uses <CFLOCATION> to send the user to their page of preference. However, now that I've added frames, it loads the entire frame into the sub-frame when they redirect. With HTML, I would just use...
  17. metaphiz

    Reversing Button Movie

    I renamed the 'panning' movie mc and pasted your code into a keyframe on the main timeline, but it's still doing the same thing...
  18. metaphiz

    Reversing Button Movie

    I have a button with a movie clip in the over state. The movie clip looks like a camera panning up over an image of a person. so when you mouse over, you start at the bottom of his necktie and move upward toward his face. When you mouse off, I want the exact opposite to happen. If you are...
  19. metaphiz

    MP3s &amp; Flash

    Yeah, that DID help. Thanks.
  20. metaphiz

    MP3s &amp; Flash

    I've added mp3 sounds to my animation by placing them on the stage and positioning them in the timeline. But they don't correspond exactly to the animation and I need them to. How can you control more exactly when the sound is played?

Part and Inventory Search

Back
Top