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 strongm 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: fooobee
  • Order by date
  1. fooobee

    Seach Form to MYSQL DB

    I am new to PHP, and was wondering if anyone knows of a good article, resource that can show me how to efficiently develop a form that searches a mysql DB. I want to create an advanced search form for a job portal. Some of the controls will allow multiple selections ie Locations, Job...
  2. fooobee

    Using a text box for City, State or Zip.

    Does anyone have a code sample on how I can use a text box for location (City, State or Zip). I need to determine what has been entered and then parse/pass the values to a webservice and/or search query. An example would be how CareerBuilder does it on their homepage. Thanks.
  3. fooobee

    Building a C# Chat - Need Guidance

    Hey, I would like to build a web based C# chat application. Basically, I want it to work like live support software in that it should have a queue. When each (registered) user is talking to an operator I would like data about the user (in SQL Server) to be displayed in the chat for the...
  4. fooobee

    Best .net controls

    Can anyone recommend excellent .net controls?
  5. fooobee

    Is it possible to see record counts CRM 3.0?

    In CRM the pagination does not tell you the #of records, nor does it tell you the # of pages. Does anyone know how we can get this to show up? ~Thanks.
  6. fooobee

    Need help with an Idea...

    chiph, is this the company http://www.burning-glass.com/resumeparsing.html
  7. fooobee

    Need help with an Idea...

    Thanks, Hopefully I can find this company or their technology.
  8. fooobee

    Need help with an Idea...

    I am in the process of creating a career website and I am trying to come up with a way to make entering your resume much easier. For example, with Monster and CareerBuilder you have to fill out the form fields and then submit it. Since it would be extremely difficult to automate this b/c of...
  9. fooobee

    Use DateTimePicker ?

    I am using RS2005. In the toolbox I right clicked and choose "show all" The datetimepicker control is in the Common Controls section.
  10. fooobee

    Use DateTimePicker ?

    Is there a way I can use the DateTimePicker control in a report? It seems to be grayed out. I hope we can just use more than the default tools. If you know how to do this can you let me know...thanks. ~P
  11. fooobee

    Help Validating My Query

    My Task..I have to remove all "accounts" beginning with 00, 01, or 02 from the "allowedAccounts" column. However, multiple accounts exists for one record. The database was not designed properly. Yes, we are in the process of re-designing it, but for the next 3 months we are using this...
  12. fooobee

    Need Help with Custom Sorting Function

    Chiph, How would I begin since I am comparing so many objects? I was thinking of putting the sort sequence into an array and then looping through it to grab the filenames that match that array index and then adding the filenames to another array by that order? I am not sure if this is the...
  13. fooobee

    Need Help with Custom Sorting Function

    I have wrote a function to combine MS Word file from a specified directory into one file. However, it combines the files alphabetically, and this is not what I want. I have custom sorting rules that need to be used. Here they are... The sort is driven by a string in the file name bounded by...
  14. fooobee

    Sorting Files in Directory based on these rules...

    I was doing this in VBA. I wrote a function to combine word files from a specified directory. The function automatically combines the files alphabetically from their file names. However, I need to write a sorting function to combine the word files based on the above posted criteria. I presume...
  15. fooobee

    Sorting Files in Directory based on these rules...

    I am trying to work on a sorting algorithm for this structure. Since I am not that well versed in algorithms, I was wondering if there are any guru's here willing to help? The sort is driven by a string in the file name bounded by the first hyphen from the left, e.g. for the file...
  16. fooobee

    New Help with Query

    I have to remove all "accounts" beginning with 00, 01, or 02 from the "allowedAccounts" column. However, these multiple accounts exists for one record. example of one record. id allowedAccounts --- ---------------- 001 00_Report234, 01_Report393...
  17. fooobee

    Return value of a meta tag from html document.

    I need it to do post-scripting on a search index. We have to change file names in the index to a meta tag desc.
  18. fooobee

    Return value of a meta tag from html document.

    Whatever the best way you think would be to open the document.
  19. fooobee

    Return value of a meta tag from html document.

    Can anyone show me an example script that can extract the value of a meta tag from an html document? I can't find any reference on how to do this. ~Patrick
  20. fooobee

    What's wrong with this loop....

    THanks BillyRay your solution worked

Part and Inventory Search

Back
Top