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 TouchToneTommy 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. Kobojunkie

    How to display List elements horizontally(using CSS probably) in a JQT

    thanks, that did it. I changed the default CSS setting for the buttons and it worked. Thanks
  2. Kobojunkie

    How to display List elements horizontally(using CSS probably) in a JQT

    I copy and pasted all of the JQTouch CSS and mine on there http://jsfiddle.net/kjb85/1/
  3. Kobojunkie

    How to display List elements horizontally(using CSS probably) in a JQT

    I added the suggestions but code does not seem to have changed much, or do I have this wrong somehow? <div id="toolbarbottom" class="toolbar" style="position: fixed; clear:both; overflow:visible; bottom: 0px; left: 0px; width: 100%;">...
  4. Kobojunkie

    How to display List elements horizontally(using CSS probably) in a JQT

    Better image http://i56.tinypic.com/2ivcg7q.jpg
  5. Kobojunkie

    How to display List elements horizontally(using CSS probably) in a JQT

    Here is a link to the image of the page. If you look down to the far bottom right of the image, you will see the list elements, in blue, all bunched up in that corner, instead of spreading out over the div. http://i55.tinypic.com/23h1stk.jpg
  6. Kobojunkie

    How to display List elements horizontally(using CSS probably) in a JQT

    I have a <'div'> element, containing a <'ul'> with four <'li'> elements. What I need to do is set the <'li'> to display in horizontal orientation, and within the <'div'>. When I apply the JTouch class="toolbar" to my <'div'>, what I see happening however is the the <'li'> elements do not even...
  7. Kobojunkie

    Problem connecting to Wireless Network

    I already updated the drivers for both. I was wondering if the fact that my driver info only includes WAP and WEP info and not WAP and WAP2 may be an issue? What I am thinking of doing is purchasing a card that has WAP and WAP2 information. so that when I configure it to work with the router's...
  8. Kobojunkie

    Problem connecting to Wireless Network

    Dynex™ 802.11g Wireless-G Wireless Desktop Card I was able to get it to work after disabling router security but when I try to put it back on, I run into the same troubles.
  9. Kobojunkie

    Problem connecting to Wireless Network

    I am on a windows 2003 server machine, running SP2, trying to connect to my wireless internet. Problem I have is the connection is not being established. The network is within range and works fine as I have another computer connected to the same wireless network with no issues. I tried modifying...
  10. Kobojunkie

    Project Estimation -- how to?

    I have been asked as a developer to come up with an estimate on a project. Problem is I am a newbie and have had a hard time in the past with estimating the time it would take to complete projects. This has cost us projects as well. I am being asked to come up with an estimate for a Mass mailer...
  11. Kobojunkie

    While ... IF... Else

    I am not exactly sure why but the code below does not seem to work right. Anyone with any idea why the while loop below would only process some and not all rows in my table? My TempProducttable contains about 436 Tables. When I run the code below, I ought to at least have the count in the...
  12. Kobojunkie

    To Self Host or nOt to Self Host

    I own a software design business and have recently has to cut my budget. I currently pay about $300 a month for hosting/database/project management hosting etc services and I would like to reduce this drastically. I would like to work on a website project and I sort of need to have my own...
  13. Kobojunkie

    Filtering Report Data from Windows FrontEnd

    Hi, I am working on a report that allows users to enter values that I can filter my data with. I would like a function that handles the above situation. How do I write such a report please? Thanks in advance. A) If the User does not select a year Or a CaseType , Run the GET ALL @Year and ALL...
  14. Kobojunkie

    Help creating user account with which to access my DB from my App

    I am still unable to create a good login to use with my database. Anyone know what could be wrong with the above please?
  15. Kobojunkie

    Help creating user account with which to access my DB from my App

    I need to create a role that allows me to log in from my application, carry out basic DML manipulations and SELECT without compromising the security of my database. Is there a tutorial or walk through that can help with this please? Thanks in advance Login failed for user 'username'. The user...
  16. Kobojunkie

    calculate the sum of differences

    I have a situation where I need to get the last 20 INSERTS made by particular user into transaction table, then calculate the total amount of time it took to insert those 20 items into the table and then make sure it is less than 10 minutes or add a flag to another table. How do I go about...

Part and Inventory Search

Back
Top