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 Shaun E 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: *

  • Users: johk02
  • Content: Threads
  • Order by date
  1. johk02

    Office365 question - sharing calendars

    Hi, I have a question about Office365 and sharing calendars. I am looking into to purchasing Office365Home. Is it possible to have one calendar setup to be shared amongst the family. This calendar would have the family events, school exams, soccer training etc etc.? We are only 3 family members...
  2. johk02

    Sending email

    Hi, I am new to PHP so this might be a silly question. I had this code to send email from a form on the website but all of a sudden it stopped working. If anyone could shed some light I would appriciated it. Cheers jonas <?php $frmname = "Name: $Name"; $frmemail = "Email: $email"...
  3. johk02

    Call functions within a cfc

    Hi , I am trying to learn cfc's and I have problem that I can't figure out. Basically I have one function that returns a query. And for practise I want to display the result of the first function in the second function. The problem I have is how do I define the result from the first function...
  4. johk02

    cfmail and spam filters

    I am not to sure how spam filters work so this may be a "silly" question:) If someone register or sign up for newsletter on the website we have emails being sent out to confirm that action. I am keen to add our logo to the emails being sent but am a bit concerned that it will increase the likely...
  5. johk02

    Query and dates

    Hi, I have table in a MySQL 4.X database where I store the number of clicks a link has had per day. I am trying to generate report similar to: 2006 Jan Mon Tue Wed Thur Fri Sat Sun Mon Tue Wed Thur...
  6. johk02

    CFGRID Problem with selectmode=edit

    I guess it wasn't as easy as I thought :) I have a problem with CFGIRD and selectmode=edit. Two of the columns are editable, Live and LinksOrder. I want the user to be able to click on row which will take him to a detail page. This works fine, please have a look at...
  7. johk02

    Optimising keywords for Google Adsense

    Hi, I am sort of wrapping up an internet directory that list business of all kind. My question is how do you optimise your keywords for Adsense ?? Because it is an internet directory more or less any ad would be suitable because the site will have visitors from all different business fields...
  8. johk02

    Sort records???

    I must be having a "brain fart"!!! I output a list of records and want to be able to sort them. What I basically am after is to be able to have an <input> (or even better have a <select> with 1 to "number of records") next to each record and be able to enter a number that sets the sort order...
  9. johk02

    Reg exp formatting phone numbers

    Hi, I am trying to write a reg exp to verify that the phone number is entered correctly. I want the phone number to be entered like 99-9999 9999 and the reg exp I have is [0-9]{4}-[0-9]{4}(\s)[0-9]{4}. The problem is that it allows me to enter more than 4 numbers in the last block of numbers...
  10. johk02

    Matching Char in Form to dB

    What I want to achieve is when someone enters the name of their suburb (say Abbotsford) but they spell it wrong (say Abotsford) how do I match the characters entered to the ones in the dB?? This is for a registration form and they are also entering the Postcode which means the numbers of matches...
  11. johk02

    One or more dB'es

    What is the best practice to deal with dB's in a bigger project? Should you try to keep all the data in one database or split it up in different databases? For example having the dB for the forum and banner ads separately. If you split them up I presume it will take some load of the main...
  12. johk02

    Numbers of rows in a table

    Hi, I am using a MySQL dB and I want to know the numbers of records in a table. Are there a more efficient way than using recordcount?? Thanks Jonas
  13. johk02

    Problem with my charset - Spanish

    Hi, I have problem with my charset. The site is in Spanish and The Spanish characters that come from the database (i.e. dropdowns etc) are replaced with question marks but other Spanish characters are OK. I have tried to use UTF-8 and iso-8859-1 but they are still showing up as question marks...
  14. johk02

    Related select problem

    Hi, I am working on an registration page which will require a Related Select of 3 levels. I have been trying both CF_ThreeSelectsRelated and MultiRelatedSelects (a tutorial found on easycfm http://tutorial218.easycfm.com/) They both work but the it takes FOREVER for the page to load. What can I...
  15. johk02

    CFFLUSH and Internet Expolrer

    Hi, I am using CFFLUSH to output my part of my page. It works OK in Firefox but in IE it doesn't work, it still have to load all the content before it displays anything. I have used the IE pad <CFOUTPUT>#RepeatString(" ",100)#</CFOUTPUT>. Are there any "rules" to where to place the pad in...
  16. johk02

    caching query

    Hi, I have now tried this custom tag for multi select related - CF_MultipleRelatedSelects. Downloaded it from Macromedia. The tag works rally well - if you don't have to many records. The problem I have is that I have about 17000 records and the page doesn't load properly. When I cut the db...
  17. johk02

    What tool do you use with MySQL??

    Hi, I have allways used Access but thought it is time to start using MySQl and from what I understand I should have done the switchover earlier. What I was wondering is what tool do you use to work with MySQL?? CFMyAdmin?? Any suggestions most welcome Jonas
  18. johk02

    3 select related

    Hi, I am creating a select related with 3 list boxes and have used the tutorial http://tutorial196.easycfm.com/ . I haven't changed the JavaScript supplied in the tutorial but for some reason I can't get it to work. The problem is that the 1:st box get populated OK but afterwards the 2:nd box...
  19. johk02

    Overclocking failed - message when starting up

    The computer have started to just shut-down by itself - like someone pulled the power chord. When I restart the computer I get the message "Overclocking failed". I haven't done anything to change the values in the BIOS tried to overclock the computer - I wouldn't even know where to start. I...
  20. johk02

    Login Script

    Hi, I use this logon script to map shared drives in our network. We don't run of a server with Domain name. And also is it possible to put the script in Start up folder so it runs no matter who is using the computer or will that have any implications? #### net use L: \\Bd32\Jobfiles #### How...

Part and Inventory Search

Back
Top