Search results

  1. Pengu

    Registry Entry In Excel For Mac

    um. i think he's saying it's a THIRD PARTY add-on.
  2. Pengu

    I have a Dual 2GHz G5, but System Profiler says I only have 1 processor

    the Apple Developer Tools (XCode, Interface Builder, etc) if you don't know what that is, it's unlikely you installed it. There is a utility that installs with those tools that enables dual CPU macs to be run as a single CPU system, by disabling one of the processors.
  3. Pengu

    I have a Dual 2GHz G5, but System Profiler says I only have 1 processor

    did you install the developer tools and disable the second CPU?
  4. Pengu

    Mac Screen Sound

    i get a wierd little noise from my g5 when i use a scroll bar. same sorta thing. i wondered if it was HDD noise as it accesses stuff.
  5. Pengu

    Weather Satellite photo widget

    once i get tiger i'll probably have a bash at it myself. the biggest thing is most things like this, are supported for the us and europe. but not austalia.
  6. Pengu

    Weather Satellite photo widget

    http://www.weather.com/maps/maptype/satelliteworld/index_large.html
  7. Pengu

    which module for an APACHE local server

    for a simple site, i would avoid the post method. Firstly: a lot of browsers will ask you "are you sure you wish to submit this form. it is not secured" or whatever, because you aren't using https://. GET will never do that. Secondly: if using PHP to make a template system, visitors can...
  8. Pengu

    which module for an APACHE local server

    um. not sure. print and echo aren't exactly the same. this page describes the differences.
  9. Pengu

    which module for an APACHE local server

    ok. firstly, try this on your php script: <?php echo( $_GET[myname] ); ?> then view the source. post back what you get.
  10. Pengu

    which module for an APACHE local server

    when you say it doesn't recognise the variables, how are you trying to access them? by default, newer PHP builds have register_globals set to off, meaning to access form fields, you need to use either $_GET[fieldName] or $_POST[fieldName] as opposed to $fieldName You can turn...
  11. Pengu

    Sexiest car ever EVER

    im not sure if we have more civics or barinas here.. a big part of the problem is that the Holden factory is located in the northern suburbs of the city i live near. holden is owned by GM, and makes what you americans would know as a "lumina". here. it's a commodore. they're "a dime a...
  12. Pengu

    Odbc Configuration to Mysql Db

    what fields does it have for pc, and what fields for mac?
  13. Pengu

    Sexiest car ever EVER

    that last one. oh my god. it's called a barina (here) the only people who "do them up" are 17 year old girls and weird guys who don't know any better. it's like doing up a bicycle for christ' sake!
  14. Pengu

    Db Gui

    for mysql, try MySQL administrator from mysql.com not sure about oracle. may be able to find a web-interface for it.
  15. Pengu

    How do you remove the "Save As Source" in QuickTime?

    the "save as" option only shows up with Quicktime Pro i might add.
  16. Pengu

    Nokia and Apple joining forces..

    Nokia's are terrible. they're the windows of mobile phones. "everyone" has one and "everything" is available for them. people accept the crap battery life, and complete lack of features at each price level.
  17. Pengu

    Moving Home Folder in Tiger

    I think if you use a sym-link (move home folder, then sym link to it) NetInfo realises it's an "alias" and changes where it looks (that's the nature of a sym-link. a hard-link makes the user/program/process think it actually is opening the file at the "fake" address.)
  18. Pengu

    Sound output

    you need an amplifier to actually power the speakers.
  19. Pengu

    Apple KB & Mouse over USb hub - possible?

    apple recomend plugging the apple usb keyboard directly into the computer or the usb ports on it may not work. this is apparently the case even with the usb ports on a new apple display.
  20. Pengu

    Ideal Setup

    all i want is a RAID3 external SATA solution to complement what i have..
Back
Top