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 wOOdy-Soft 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
  • Content: Threads
  • 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...

    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...
  7. 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
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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
  13. fooobee

    What's wrong with this loop....

    I wrote a loop to replace repetive source code. It doesn't seem to work, I wrote this: for (count=0; count <=8; count ++) { this.item_text_color_roll0_ + [count] = "#5f5f5f" this.item_font_family0_ + [count] = "Verdana"; this.item_font_family_roll0_ + [count] = "Verdana"...
  14. fooobee

    New to Perl Need Help with Creating .JS array

    I was able to create a .js array file from CMS that contains content needed to build a hierarchal tree menu. From this array, I needed to create an array that the tree menu uses to populate itself. This is the .js file that comes from CMS. (below is what it needs to look like). Also, some...
  15. fooobee

    Parsing HTML for Tree Menu

    Hello all, I need help automating the creation of a tree menu. I get a .js file exported from Stellent (I can make this a HTML or text file if need be) and I need to parse out the HTML elements from it to make a tree menu. h1's are chapters, h2's are sections, and h3's are subsections. I also...
  16. fooobee

    Analyzing Log Files

    Does anyone know how would I query for visits from the IIS log files? I have them stored in SQL Server. I want to do this without 3rd party software. Thanks. ~Pat
  17. fooobee

    Display Parent-Child Recordset and allow update

    I am totally new to .net and I want to get on board asap. I was wondering if someone can show me an example of how to display a parent/child recordset and also allow a user to update values of certain columns. I would like the child recordset to be collapsed and only expanded when click on...
  18. fooobee

    a relational insert from asp to Access DB

    Can someone give me an example of how would I do a relationsal insert into an access db. I created a request form that allows users to request journal articles (more than one.) I created 2 access tables related to each other by RequestId(autonumber). One table logs the user info (firstname...

Part and Inventory Search

Back
Top