Search results

  1. 3mors

    PHP for Mac OS 10.3!!!

    www.entropy.ch/software/macosx/php/ here there is an installer for the latest php version i use this installer since years without a problem
  2. 3mors

    mac alchemytv dvr tv tuner on windows

    eheheh, no thanks.
  3. 3mors

    mac alchemytv dvr tv tuner on windows

    simply... 'cause i've already it
  4. 3mors

    mac alchemytv dvr tv tuner on windows

    hi guys, is it possible to install alchemyTV dvr tv tuner pci card for mac on a windows-based machine? is there any app/driver to use it? on the official site www.miglia.com there isn't any word about it.
  5. 3mors

    Local PHP problem

    edit your php.ini file in /usr/local/php5/lib/ folder u have to change the line display_errors from Off to On the errors will be shown directly on the web page
  6. 3mors

    Local PHP problem

    yes, that's the problem anyway u should activate the error display on php.ini so the webserver shows u where the problem is. try to replace ^M with nothing in bbedit type CMD + F, type ^M in search field and then replace all
  7. 3mors

    javascript "eval" problem

    the ";"; is correct the ";" belongs to the string that has to be evaled the second ; is for string line
  8. 3mors

    javascript "eval" problem

    i have this piece of js code: string = "document.getElementById(\"infouser1\").innerHTML = \"<a href=\"idcard.html\">idcard<\/a>\";"; eval(string); it works perfectly on safari and mac ie, but on ie for windows i get an unknown runtime error. the problem is <a that has to be written inside...
  9. 3mors

    Need understanding of getElementById

    distance of paragraph from the top, in pixels http://www.quirksmode.org/dom/getstyles.html
  10. 3mors

    Install Manual for Apache,php,mySQL in MaxOS X

    select "Go to folder" menu from "Go" on menubar and type /usr/local/mysql/data/
  11. 3mors

    PS2 Controller w/ USB adapter?

    www.x-treme-int.com they sell an adapter too. i've already tried and it works perfectly.
  12. 3mors

    apple remote desktop and dual monitor

    i've recently added a new monitor to my powermac using now dual screen. i've tried to connect to the mac via ard but it shows only the first screen. how to view both screen or simply the second one? thank u
  13. 3mors

    batch renaming files

    Renamer4Mac too
  14. 3mors

    mail and signature problem

    thanks for your help i've just found this hint: http://www.macosxhints.com/article.php?story=20040225212221491 i've recently added the new buttons following that how-to now all it's ok
  15. 3mors

    mail and signature problem

    i've just tried to change some of my signatures in mail. the change is done perfectly, but when i close and reopen mail, the signatures are the previous ones. so i've tried to rebuild the mailboxes and repair the permissions. always the same problem. then i've tried to trash the...
  16. 3mors

    php session problem.

    yes, if u want the $user and $_SESSION["user"] are the same, u have to set Register_globals = ON. from php 4.x (dont remember :) ) the globals are set to OFF by default. i advice u to use globals = OFF and use always $_SESSION, $_POST, $_GET etc etc, so your source is safer.
  17. 3mors

    fast user switching and mouse speed

    ok i tried to trash logitech prefs the problem is always here anyway the mouse slows down only after i relog, not when i log out
  18. 3mors

    fast user switching and mouse speed

    yes, the latest one (1.3.0). the battery is always full. yes it works, but i need the software in order to use all the 9 buttons =) ehehe what file? anyway i'll try to trash the logitech prefs. i hope it work. i'll tell you.
  19. 3mors

    fast user switching and mouse speed

    i have only a user in this mac it happens when i switch to login window (for example to lock the mac) and the relog in the same account
Back
Top