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

  1. ChrisMacPherson

    Lost partitions - HELP!

    Hi, Hope someone can help, think I may have lost lots of data. I needed to create some more space for Vista SP1 so I thought I would delete a partition that I never used. I have about 9 partitions set up and I clicked on the 7th one (when looking left to right in disk management) and clicked...
  2. ChrisMacPherson

    Downloading a database from remote server using ssh?

    Hi, I need to copy a database from a remote server where I have ssh access to my local computer. Can anyone tell me how to do this? I was thinking something like this: - login to ssh $mysql_admin database_name | local_pc (very simplified) Any help would be appreciated. Thanks. Chris...
  3. ChrisMacPherson

    Using ssh to mysql_dump to local system?

    Hi, I need to copy a database from a remote server where I have ssh access to my local computer. Can anyone tell me how to do this? I was thinking something like this: - login to ssh $mysql_admin database_name | local_pc (very simplified) Any help would be appreciated. Thanks. Chris MacPherson
  4. ChrisMacPherson

    Scalable interface

    Hi, I'm just starting Java development and am looking for a nudge in the right direction. I'm going to be using J2ME and I want to create a menu which is structured as a grid with each cell holding a button. I want a full screen app and so would like the menu to resize itself for different...
  5. ChrisMacPherson

    subreport with no link

    Hello, Does anyone know if I can include a subreport on another report so that it actually shows it's data instead of a link to the subreport. Been having a search but can't find any relevant posts. Chris MacPherson
  6. ChrisMacPherson

    Problems with mysqldump

    Hi All, I have been using mysqldump for a while now, but have just come across a problem. I am using the mysqldump program from PHP to dump the database into a file. This works fine. I then try to feed that sql from the file back into mysql to recreate the database, like a backup procedure...
  7. ChrisMacPherson

    How to test for Mac versions of browsers

    I dont have an apple computer but I know my web site designs will be affected by the browsers used on these computers. Is there any tools I can use that will show me what my site looks like on a mac? Chris MacPherson
  8. ChrisMacPherson

    SELECTING certain data

    Hello all, I would like to select these values from my two tables: project title no of bugs for project no of open bugs for project (status = 1) the tables I have look like this (lots left out): projects -------------------------------- pId title -------------------------------- bugs...
  9. ChrisMacPherson

    GPS and wireless at same time?

    Hello, Does anybody know if it would be possible to have a pda connected to a wireless network (e.g. 802.11b) at the same time as recieving GPS data? Chris MacPherson
  10. ChrisMacPherson

    GPS & Wireless at same time?

    Hello, Does anybody know if it would be possible to have a pda connected to a wireless network (e.g. 802.11b) at the same time as recieving GPS data? Chris MacPherson
  11. ChrisMacPherson

    Best version of java to use?

    Hello, I am starting a project which is going to run on a PDA system, will recieve GPS data and communicate with a MySQL database through a wireless network. It doesn't necessarily have to do both of those at the same time. Would that be a problem though? My main issue is what version of...
  12. ChrisMacPherson

    Help with security error

    Hi, I am getting this error when trying to run a few different examples taken from the net which create simple applets and try to create a thread. java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup) code is as below private Thread th = null...
  13. ChrisMacPherson

    Case Sensitivity problem with LIKE...

    I am having difficulty understanding my results when I enter search terms in to my LIKE statement (using PHP here). My statement is : "SELECT stuff FROM table WHERE status = 'active' AND areaInfo LIKE '%" . $searchTerms . "%'"; If I use "Golf" as $searchTerms I get 3 results If I use...
  14. ChrisMacPherson

    Create an app that uses GPS

    Hello, I am trying to get some information on writing some software that will use GPS data on a PDA (not concerned about platform yet). Does anybody know any good places to find other people doing this stuff? Any help is greatly appreciated... Chris MacPherson
  15. ChrisMacPherson

    Creating an app that uses GPS

    Hello, I am trying to get some information on writing some software that will use GPS data on a PDA (not concerned about platform yet). Does anybody know any good places to find other people doing this stuff? Any help is greatly appreciated... Chris MacPherson
  16. ChrisMacPherson

    Readin in an array of point[]

    Hello all, I am having trouble creating an array of Point(s). At one time I even got an error stating something like "Internal Compiler Error" !! Which shocked me a little. I dont have that code to hand anymore but need to get this working. It's hard to find anything on the net due to the...
  17. ChrisMacPherson

    How to encrypt/unencrypt data

    Does anybody know where I can find a good (easy to understand) tutorial on setting up SSL. I have had a look at manual and cant work it out. cheers Chris MacPherson
  18. ChrisMacPherson

    Blank page with no clue as to why !!

    I am having a frustrating time trying to figure out why my browsers are displaying a blank page to me when I load up my work. I am coding a msg board system using php classes and all was going well until this morning when I decided to transfer the work I have done to my external webspace. After...
  19. ChrisMacPherson

    Think it a JOIN problem?!

    Hello all, I have two tables, as below msgTable userTable ======== ========= msgId userId userId userName --------------- -------------------- 0 4 4 'Foo' 1 4 5 'Bar' 2...
  20. ChrisMacPherson

    Waiting five secsonds before doing somthing

    Hello, I am trying to make some games for little people and what I am trying to do is to have a hidden layer on a page and when the mouse is over it for at least 5 seconds it should appear. If the mouse is not held over the layer for at least 5 seconds then nothing should happen. Any ideas...

Part and Inventory Search

Back
Top