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

  • Users: vasilek
  • Order by date
  1. vasilek

    Extracting month, date and year from full date

    Thanks you, cLFlaVA. I should've thought of this myself. Been a long time since I was programming :) I just changed month line to: var theMonth = theDate.getMonth()+1;
  2. vasilek

    Extracting month, date and year from full date

    Hello. How to extract month, date and year from the date formatted 04/08/2005. Assuming date is in text field. Thanks.
  3. vasilek

    Replace spaces for "and"

    BillyRayPreachersSon, I hoped it would make some booms :) adam0101, this works, thanks. But now I realized: what if the user will mistakenly type "Canon digital camera", with two spaces. The result will be Canon and and digital and camera. How this can be corrected? Thanks.
  4. vasilek

    Replace spaces for "and"

    Hello. I would like to replace all spaces in a string for " and ". For example: if user enters "Canon digital camera" in text field I would like to convert it to "Cannon and digital and camera", Thanks a bunch!
  5. vasilek

    Check if user is on broadband or dial-up

    that's what I thought, thanks
  6. vasilek

    Check if user is on broadband or dial-up

    Hello. Is it possible to detect if website user vists with broadband or dialup connection? Thanks,
  7. vasilek

    Printing problems when using sliding

    Just checked on OS X and it is working fine there. Windows XP - nope :( Anyone ever had the same problem?
  8. vasilek

    Printing problems when using sliding

    Hello. I am looking for some advice with the sliding feature of FileMaker. I am utilizing sliding to print signature right under the body of the letter. On the layout I have 3 fields: 1. Text 2. Container (signature) 3. SubText Printing layout is 3 pages, so the Text field is spanned over 3...
  9. vasilek

    Backup Problem.

    Thanks guys. Now I know.
  10. vasilek

    Backup Problem.

    Hello. Can anyone shed a light on the following situation: I purchased external 200GB USB HardDrive to back up my working files. My working folder is 15GB right now. I wanted to use Windows Backup program that is located under Start > Programs > Accessories > System Tools > Backup. At the...
  11. vasilek

    Title Case

    mikevh, ucfirst(lc($var)) doesn't seem to be working for the sentence. Thanks.
  12. vasilek

    Title Case

    Hello. How to convert the text to a title case? Users usually type in all lower, all caps or mixed case. Thanks you very much.
  13. vasilek

    Field value is a number

    Hello. This was probably asked before, but it doesn't come up on the top of search results. How to check if the value in the field is a number? I would like to prohibit entering everything but numbers into quantity field. Thank you.
  14. vasilek

    Website in German.

    I have the copy done. So it will be probably a good idea to choose to go with Unicode and just copy and paste and do not waste the time on encoding special chars. I think that this META tag will allow the page handle Unicode, right? <meta http-equiv="Content-Type" content="text/html...
  15. vasilek

    Website in German.

    Hi, I need to make copy of a website in German. What do I do with text - it has special charachters? Should I encode them or there is a better way? Thanks.
  16. vasilek

    Adding values from same name fields.

    Just like any other developer I build solutions to comply with any browser my customers may use. Regardless of my personal preferences.
  17. vasilek

    Adding values from same name fields.

    Thanks, Pete. Is getElementsByName() safe in Nescape?
  18. vasilek

    Adding values from same name fields.

    Hello. My webpage generates dynamic input fields that have the same name. It depends on how many records were found in the database. I am trying to figure out how to add all the values from the fileds with the same name. Example: the user could enter 1, 2 and 3 in the same name fields. I...
  19. vasilek

    Even multiple

    Thank you, kaht. The problem is solved!!!
  20. vasilek

    Even multiple

    Sorry everyone for the whole confusion. I thought of even multiple here but may be there is a better way. Here is my code: Let's say that Categories.length = some number document.write('<table>'); document.write('<tr>'); for (i=0; i<Categories.length; i++){ document.write('<td>')...

Part and Inventory Search

Back
Top