System don't leave 'on idle'

Hi!
I have i iMac that i would like to run as a Kiosk with Safari.
Got i all set up via parental controls but there is one thing left;
I would like to close all Safari windows and tabs and reopen the home page, after 5 min of inactivity (idle).
This is the script I'm working on:
global quit_after, check_every
set quit_after to 60
set check_every to 5
set minute to quit_after / 60
display dialog "Kontroll sker var " & check_every & " sekund. Starstidan kommer att laddas om efter " & minute & " minuter av inaktivitet."
on reopen
  display dialog "Kontroll sker var " & check_every & " sekund. Starstidan kommer att laddas om efter " & minute & " minuter av inaktivitet."
end reopen
on idle
  set idletime to do shell script "echo $((`ioreg -c IOHIDSystem | sed -e '/HIDIdleTime/ !{ d' -e 't' -e '}' -e 's/.* = //g' -e 'q'` / 1000000000))"
  if (idletime as integer) > quit_after then
  tell application "Safari"
  activate
  try
  repeat
  close tab 1 of window 1
  end repeat
  end try
  tell application "Safari"
  open location "http://www.google.se"
  end tell
  end tell
  end if
  return check_every
end idle
The problem is that after google.se is opened again it still think the computer is in idle, and it closes and reopens the google.se every 5 seconds (every check_every) and it goes on like that.
How do i make the system think it's not idle any more? When i move the mouse it stops...
Have placed any of the code wrong? Thanks!
Jon

I solved this by a not so fancy method (underlined):
tell application "Safari"
  activate
  try
  tell application "System Events" to keystroke "f" using {command down, control down}
  repeat
and when Safari is reopened with the home page:
tell application "Safari"
  open location "https://www.nordicchoicehotels.se/clarion/clarion-hotel-post/"
delay 2
  tell application "System Events" to keystroke "f" using {command down, control down}
  end tell
  close tab 1 of window 1

Similar Messages

  • System don't have menu Open and Close Posting Periods

    Hi,
    My system don't have menu "open and close posting periods" (full path in below). I search in google say that my system should active Public Sector Management to use this function.
    I need to make sure before active, please help me if you known about this. And what BCSet will I need to active, is it IS-PS-CA ?
    Thank you very much,
    Regards,
    Thanh.
    Full menu path:
    Accounting - Financial Accounting - General Ledger - Environment - Current Settings - Open and Close Posting Periods According to G/L Account Assignment Objects

    Hi,
    You can use this Txn. OB52....
    1. Goto SFW5..
    2. Choose "Enterprise Addons" tab..
    3. Against Business Function EA-PS...Change the Status to On and then activate..
    4. Log off and Login again...now check the menu path.
    Also check this. (for  SAP ECC 6.0 version)
    SPRO>Financial Accounting (New)>Financial Accounting Global Settings (New)>Ledgers>
    Fiscal Year and Posting Periods>Posting Periods>Open and Close Posting Periods
    Regards
    GK.
    Edited by: Gnana Kumar on Nov 19, 2010 9:49 AM

  • System don`t check an order number for CO account assignment

    hi,
    I have this problem. When I creta a sales order in CRM and then system creates as a follow up document a sales order in SD system don`t check an order number for CO account assignment. If I want to create a sales order not as a follow up document, but directly in transaction VA01 and I use exactly the same data system gives me a message " The CO account assignment object belongs to company code X, not Y
    You want to make a posting in company code Y.
    At the same time, a CO account assignment object was specified that is assigned to company code X.
    This is account assignment object with object type ORD, and object key 1xxxxxxxxxxx...".
    My question is why system don`t check order number when a sales order in SD is created as a follow up document and what should I do to correct this.
    Regards,
    Mateusz

    Check note
    a)  352261  or
    b)  557562
    thanks
    G. Lakshmipathi

  • Iam from Yemen we have CDMA carrier called Yemen mobile I bought an iPad from the US CDMA works with Verizon when I got to Yemen doesn't work with the carrier Yemen mobile and  both carriers verizon and Yemen mobile work by the CDMA system don't know whey

    Iam from Yemen we have CDMA carrier called Yemen mobile I bought an iPad from the US CDMA works with Verizon when I got to Yemen doesn't work with the carrier Yemen mobile and  both carriers verizon and Yemen mobile work by the CDMA system don't know whey can anyone help me please..

    A Verizon-model iPad can only work on CDMA with Verizon. You cannot use it with any other carrier. Apple, to my knowledge, has not released the iPad in Yemen, so there is no iPad you can use with any carrier there that works only on CDMA. You would need to find a GSM carrier and then get an unlocked GSM iPad.
    Regards.

  • Running Transaction MRIS system don't says amount to be paid

    Hello.
    When I perform transaction MRIS at Test Mode ON, the system don't says the amount to be paid. 
    Basically my client needs to know the amount before paying.  
    I appreciate any help.
    Thank you.
    Hector.

    Second Part:
        'Valor Neto a Pagar CLP'
          call function 'CONVERT_TO_LOCAL_CURRENCY'
            exporting
              client           = sy-mandt
              date             = sy-datum
              foreign_amount   = ti_salida-fakwr
              foreign_currency = ti_salida-waers
              local_currency   = 'CLP'
              rate             = 0
              type_of_rate     = 'M'
              read_tcurr       = 'X'
            importing
              local_amount     = v_fakclp.
          v_fakclp = v_fakclp * 100.
          move v_fakclp to ti_salida-fakclp.
          modify ti_salida index v_tabix.
        else.
          ti_salida-netclp = ti_salida-netwr.
          ti_salida-fakclp = ti_salida-fakwr.
          modify ti_salida index v_tabix.
        endif.
      endloop.
    endform.                    " OBTENER_DATOS
    *&      Form  BUILD_CATALOG
          text
         -->P_ALV_FIELDCAT  text
    form build_catalog using p_fieldcat type slis_t_fieldcat_alv.
      data: ls_fieldcat type slis_fieldcat_alv.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'BUKRS'.
      ls_fieldcat-seltext_s = 'Sociedad'.
      ls_fieldcat-seltext_m = 'Sociedad'.
      ls_fieldcat-seltext_l = 'Sociedad'.
      ls_fieldcat-outputlen = 4.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'EBELN'.
      ls_fieldcat-seltext_s = 'Docto.Compras'.
      ls_fieldcat-seltext_m = 'Docto.Compras'.
      ls_fieldcat-seltext_l = 'Docto.Compras'.
      ls_fieldcat-outputlen = 13.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'EBELP'.
      ls_fieldcat-seltext_s = 'Posición'.
      ls_fieldcat-seltext_m = 'Posición'.
      ls_fieldcat-seltext_l = 'Posición'.
      ls_fieldcat-outputlen = 8.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'LIFNR'.
      ls_fieldcat-seltext_s = 'Proveedor'.
      ls_fieldcat-seltext_m = 'Proveedor'.
      ls_fieldcat-seltext_l = 'Proveedor'.
      ls_fieldcat-outputlen = 10.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'NAME1'.
      ls_fieldcat-seltext_s = 'Razón Social'.
      ls_fieldcat-seltext_m = 'Razón Social'.
      ls_fieldcat-seltext_l = 'Razón Social'.
      ls_fieldcat-outputlen = 30.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'TXZ01'.
      ls_fieldcat-seltext_s = 'Material/Servicio'.
      ls_fieldcat-seltext_m = 'Material/Servicio'.
      ls_fieldcat-seltext_l = 'Material/Servicio'.
      ls_fieldcat-outputlen = 30.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'NETWR'.
      ls_fieldcat-seltext_s = 'Valor Neto Cuota'.
      ls_fieldcat-seltext_m = 'Valor Neto Cuota'.
      ls_fieldcat-seltext_l = 'Valor Neto Cuota'.
      ls_fieldcat-outputlen = 14.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'NETCLP'.
      ls_fieldcat-seltext_s = 'Valor Neto Cuota CLP'.
      ls_fieldcat-seltext_m = 'Valor Neto Cuota CLP'.
      ls_fieldcat-seltext_l = 'Valor Neto Cuota CLP'.
      ls_fieldcat-outputlen = 21.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'WAERS'.
      ls_fieldcat-seltext_s = 'Moneda'.
      ls_fieldcat-seltext_m = 'Moneda'.
      ls_fieldcat-seltext_l = 'Moneda'.
      ls_fieldcat-outputlen = 6.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'MWSKZ'.
      ls_fieldcat-seltext_s = 'Ind.Imptos.'.
      ls_fieldcat-seltext_m = 'Ind.Imptos.'.
      ls_fieldcat-seltext_l = 'Ind.Imptos.'.
      ls_fieldcat-outputlen = 12.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'FAKWR'.
      ls_fieldcat-seltext_s = 'Valor Neto Pagar'.
      ls_fieldcat-seltext_m = 'Valor Neto Pagar'.
      ls_fieldcat-seltext_l = 'Valor Neto Pagar'.
      ls_fieldcat-outputlen = 14.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'FAKCLP'.
      ls_fieldcat-seltext_s = 'Valor Neto Pagar CLP'.
      ls_fieldcat-seltext_m = 'Valor Neto Pagar CLP'.
      ls_fieldcat-seltext_l = 'Valor Neto Pagar CLP'.
      ls_fieldcat-outputlen = 21.
      append ls_fieldcat to p_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'CUOTAS'.
      ls_fieldcat-seltext_s = 'Cant.Cuotas'.
      ls_fieldcat-seltext_m = 'Cant.Cuotas'.
      ls_fieldcat-seltext_l = 'Cant.Cuotas'.
      ls_fieldcat-outputlen = 11.
      append ls_fieldcat to p_fieldcat.
    endform.                    " BUILD_CATALOG
    *&      Form  BUILD_EVENTS
          text
         -->P_ALV_EVENTS  text
    form build_events using rt_events type slis_t_event.
      data: ls_event type slis_alv_event.
      call function 'REUSE_ALV_EVENTS_GET'
        exporting
          i_list_type = 0
        importing
          et_events   = rt_events.
      read table rt_events with key name = slis_ev_top_of_page
                               into ls_event.
      if sy-subrc = 0.
        move 'TOP_OF_PAGE' to ls_event-form.
        append ls_event to rt_events.
      endif.
    endform.                    " BUILD_EVENTS
    form top_of_page.
      call function 'REUSE_ALV_COMMENTARY_WRITE'
        exporting
          it_list_commentary = t_listheader[]
        exceptions
          others             = 0.
    endform.                    "top_of_page
    *&      Form  BUILD_HEADER
          text
    -->  p1        text
    <--  p2        text
    form build_header .
      data:  fecha_head(10)   type c,
             hora_head(8)     type c.
      t_listheader-typ  = 'S'.
      t_listheader-key  = 'Reporte'.
      t_listheader-info = 'Reporte Planes de Facturación'.
      append t_listheader.
      t_listheader-typ  = 'S'.
      t_listheader-key  = 'Fecha'.
      concatenate  sy-datum6(2) '.' sy-datum4(2) '.' sy-datum(4)
                   into fecha_head.
      concatenate  sy-uzeit(2) ':' sy-uzeit2(2) ':' sy-uzeit4(2)
                   into hora_head.
      concatenate  fecha_head '  -  ' hora_head  into  t_listheader-info.
      append t_listheader.
      t_listheader-typ  = 'S'.
      t_listheader-key  = 'Usuario'.
      t_listheader-info = sy-uname.
      append t_listheader.
      clear t_listheader.
      append t_listheader.
      append t_listheader.
    endform.                    " BUILD_HEADER
    *&      Form  PRINT_RESULTS
          text
    -->  p1        text
    <--  p2        text
    form print_results .
      data: w_events .
      alv_layout-colwidth_optimize = ' '.
      alv_layout-zebra             = 'X'.
      perform alv_grid_display.
    endform.                    " PRINT_RESULTS
    *&      Form  ALV_GRID_DISPLAY
          text
    -->  p1        text
    <--  p2        text
    form alv_grid_display .
      data: w_exit type slis_exit_by_user.
      data: fm_grid(30).
      if sy-batch = space.
        fm_grid = 'REUSE_ALV_GRID_DISPLAY'.
      else.
        fm_grid = 'REUSE_ALV_LIST_DISPLAY'.
      endif.
      call function fm_grid
        exporting
          i_callback_program      = sy-repid
          i_callback_user_command = 'USER_COMMAND'
          is_layout               = alv_layout
          it_fieldcat             = alv_fieldcat
          i_save                  = g_save
          is_variant              = g_variant
          it_events               = alv_events
         i_background_id         = 'ALV_BACKGROUND'
        tables
          t_outtab                = ti_salida
        exceptions
          program_error           = 1
          others                  = 2.
      if sy-subrc <> 0.
       MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    endform.                    " ALV_GRID_DISPLAY
    *&      Form  user_command
          text
         -->F_UCOMM    text
         -->I_SELFIELD text
    form user_command using r_ucomm ls_selfield type slis_selfield.
      data w_idx type i.
      w_idx = ls_selfield-tabindex.
      read table ti_salida index w_idx.
      if sy-subrc = 0.
        set parameter id 'BES' field ti_salida-ebeln.
        call transaction 'ME23N' and skip first screen.
      endif.
    endform.                    "user_command

  • Forms Timeout - Screen turn to blank if leave it idle for 5 min

    Dear gurus,
    I have a problem when ever i connect our oracle form through our OAS 10g, if the forms leave it idle after login more than 5 min and try to access again, the form will turn to blank screen and i have to force end task to re-connect again.
    How do i overcome this problem?
    Many thanks in advance
    Edited by: sharwo on Oct 20, 2008 5:20 PM

    It's the timeout of the http server (default value is 300 sec).
    You can modify the timeout parameter with ASControl or in OHOME\apache\apache\conf\httpd.conf and restart the http server.

  • System Profile Option: Applications Global Idle Time

    Hi to All,
    I have been searching for more information about System Profile Option: "Applications Global Idle Time" in ML and Web but havent come across any documentation on this.
    Does anyone have incite on this profile and the default parameter.
    Thanks

    Srini Chavali wrote:
    Pl check the ROW WHO information in FND_PROFILE_OPTIONS table for this profile - most likely this is a custom profile created at your site.
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_PROFILE_OPTIONS&c_owner=APPLSYS&c_type=TABLE
    HTH
    SriniThis profile option exists in 11i and R12, it is a seeded one and not a custom one as you mentioned above.
    It is even mentioned in (R12.0.6+ : Oracle Application Object Library Profile Options Data Collection Test [ID 471675.1]).
    Thanks,
    Hussen

  • "Don't leave copy on server" issue

    have anyone try select "Don't leave copy on server" in mail forwarding on iMS6.0?
    i have three account :
    test1
    test2 - set mail forwarding to test3 with "Don't leave copy on server"
    test3
    after login to test 1 and send mail to test2,
    i expect only test3 will be received this mail.
    But , i received both on test2 and test3 in life envirnoment.
    i also try not select "Don't leave copy on server",but also similary case.
    cheer,
    epee

    This setting, and many others are in LDAP, and so cached in Messaging Server. The average time to make such changes take effect is 10 minutes.
    Or, you could restart the MTA, to make your changes take effect immediately.

  • HT1918 hi there. I have a problem edit my card info. I would like change my payment debit cart but system don`t let me do this and I don`t know wy . it is big trouble because I had chenge my bank and account too so I need change my payment details but I c

    hi there. I have a problem edit my card info. I would like change my payment debit cart but system don`t let me do this and I don`t know wy . it is big trouble because I had chenge my bank and account too so I need change my payment details but I can`t. thank you  

    Follow this link for the Bionic ICS user guide; if you have issues/questions, you may want to do a search on this forum as there are already several threads/remedies.  If a search doesn't answer your question, submit a post.
    https://community.verizonwireless.com/message/893011#893011

  • The system don't goes up after Upgrade to 10g

    Hello friends. After a Oracle upgrade of 9i to 10g (Windows 2003 / Basis Release 46D). The system SAP R/3 4.6C  don't goes up. A follow message is the error in file "dev_w0":
    Now I'm connected to ORACLE
    C  Database instance prd is running on SAPUPG with ORACLE version 10.2.0.2.0 since 20070612
    B  Connection 0 opened
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  000 000 R/3                  000000 ACTIVE       NO  YES NO  20070613 100955
    B  ***LOG BZA=> table SVERS      doesn't exist on database [dblink  2056 ]
    To understand the problem I run the follow command into "sqlplus":
    SQL> select * from svers;
    select * from svers
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select * from sapr3.svers;
    VERSION                                                                        
    46C                                                                               
    Please take special attention to this point: When the execution it's was made indicating a DBSCHEMA plus table (sapr3.svers) the command it's succesfull, otherwise fail's. If I logon with user: "SYSTEM" it's the same result.
    Thank's to everyone for help me and understand my very bad english.
    Best regards.
    Xavier Pol

    Hi,
    It looks like you have some "wrong" concepts.
    First you say that:
    <b>Now in WS1, there is no schema</b>
    later on you are telling
    <b>have then check the command
    select * from SAPBOS.SVERS and it worked.</b>
    So, do you have a schema or don't you?
    Let me try to understand what you have done, for your description
    1) you have a system called BOS. On this system you have a schema called SAPBOS.
    2) you did a system copy from BOS to W1S. Guessing -> You did a restore from a BOS
    Now your SAPW1S has "dissapeared"
    am I understandin it properly?
    If so, you should think a little.
    You have restored a backup from BOS ( DB name BOS, SCHEMA BOS, tablespace names PSAPBOS ) into W1S
    Restoring a backup will not change the schema name ( AFAIK, there is no simple way of doing so )
    Restoring a backup will not change the tablespaces names ( in Oracle 10g you can do this, but has to be done manually )
    Restoring the backup will not change the DB name. The System copy procedure ask you to create a script that will perform this last change.
    So, at the end of the process you have a DB called W1S, with a schema called SAPBOS and tablespaces called PSAPBOS.
    As mentioned before there is no simple way of changing the schema name.
    If you <b>need/want/desire</b> to do so then you cannot use BACKUP/RESTORE for system copies. You must use the R3Load method ( take all data out of the DB and then take all the data in on the new system )

  • 5.1 sorround system don't works

    Hi, I'am an italian user, so I hope that you could forgive me for my english!!
    I have a problem with my sorround system: works only the front channel and the LFE! I have a nvidia ck804 chipset and i've tried to follow some wikies but it still not work!I've load all the "snd" modules and download all possible alsa packs!
    I hope that you have understand, can you help me?

    I had this same problem and found a workaround:
    Whoever has 5.1 can export the project file as XML. the 5.0 person can then import the XML as a new project. You'll have to relink all the media, but it will get you working while you contemplate your Crossgrade.
    At the risk of starting a rant, I decided to pony up when I upgraded to an Intel laptop. The crossgrade process is really clunky. You have to ship your install discs to Apple who will (in theory) send you new discs back. Mine were back-ordered. Fortunately the people manning the phones for Apple were kind if not able to help. They did let me give them my UPS shipper number so I could get the discs quicker.
    As a side rant. the versioning problem also affects Motion users who only have to open up the Motion project file (which is really an xml file) in BBEdit and change the version field to 2.0. Utterly simple workaround, but a real pain when you just need to get work done.
    Cheers,
    C
    MB P 17, PM G5 2.5 Dual   Mac OS X (10.4.8)  

  • Hosts/Library systems don't show as requiring any updates/no new updates in compliance properties despite being assigned

    We have VMM 2012 R2.  In Sept/Oct of 2014 we were able to update all resources in VMM (Library Servers and Hyper-V hosts) by creating an update baseline and then adding updates to it.  However, since then, when i create a new Update Baseline, add
    updates to it and assign it to servers, when i scan against it, they don't show as requiring any new updates and are compliant with all existing updates.  
    I've verified the updates are in my new update baseline.  When i click on a library server (the update server for example), and right click and select Compliance Properties, i can see all the baselines assigned to that system.  It shows all the
    updates in each baseline, and in the existing baselines from Sept/Oct, there are updates in that baseline.  It also shows my baselines from November and December, but it doesn't show any updates in those. 
    Whether I create a new baseline or add updates to an existing baseline (whether that's an Nov/Dec or Sept/Oct baseline), no updates show up under Compliance Properties of an assigned server.  They do show up in the actual Update Baseline under Library
    | Update Catalog and Baselines | Update Baselines.
    Any thoughts?  I'm stumped

    Thanks for the suggestion.  I did just check one client and it did have an older version of the VMM Client.  I went ahead and updated it and then scanned it again and it is still showing as compliant, but there are no new updates showing in the
    'Compliance Properties'.  I then rebooted that client, thinking maybe a reboot was necessary after upgrading the VMM client, but no change.  Here's a screenshot of the compliance properties for that client post-upgrade:
    Notice how in the '2014 Monthly Updates -012 December' update baseline there are no updates listed, but there are in other Update Baselines?  When I add updates to any baseline, new or existing, they don't show up in this Compliance Properties view. 

  • Automated answering systems don't recognize my input

    Just placed my first call call to a company with an automated phone system, using my new Incredible 2.   As usual, the answering system asked me to select among the menu items, and key in a number.  I keyed in the number as usual.  The automated system was unable to detect my input.  
    I'm surprised the phone's default settings don't include this function.  What do I need to do?  Help!

    Hello LynnBR!
    I know how important it is to be able to successfully navigate through an automated answering system, especially when you're trying to get to a specific department or person!  I am happy to assist.
    There's a quick step you can take to ensure the automated system recognizes your entries from your DROID Incredible 2.  From the main screen, touch Menu > Settings > Sound > Audible touch tones > and select "Long".
    I trust I have answered your question, and have addressed your concern.

  • System hangs after leaving any window manager rebuild xorg?

    Just did a full system upgrade and everything is working fine except when I leave ANY window manager like fluxbox or gnome, the systems hangs and will not drop back to console, the screen just goes black with a white horizontal line about the size of a cursor at the top of the screen. I also start my window managers from the console with startx. Anyone else had this problem? And now X is just freezing at random, very random and not all that often. Should i just rebuild Xorg?
    Last edited by archgenix (2010-06-09 08:09:19)

    This is weird. It's like it shuts down different functions one by one like the scroll, mouse, keyboard and other stuff that is related to gnome. It doesn't freeze, it just shuts down some functions that make it impossible to use desktop environment and now I've tried to turn off Compiz, Emerald and using the Clearlook theme but still it's the same thing.
    SanskritFritz wrote:Snicko, are you using nvidia? http://www.nvnews.net/vbulletin/showthr … ?p=2426750
    Yes, I'm using Nvidia but its not the same error. My computer doesn't freeze.
    Last edited by Snicko (2011-05-02 14:14:05)

  • Internet hangs/drops after leaving it idle for a few minutes.

    Quick question that I've been pulling my hair out over... I have had a MBP for about 6 months now which I have been connecting to the internet via wireless router (Linksys WRT150N). I'm currently using OS X 10.4.11. For the most part, internet is lightning fast, but every half hour or so (or when I let the Mac sit idle for a couple of minutes, noting that I keep my sleep mode at 'never'), it hangs, saying that it can't find the server. Airport says I got a full signal, and tests say that everything is working properly, but Firefox and Safari are lights out. The way to get it back can be one of the following:
    1) Wait... sometimes comes back on if I wait a few more minutes (a pain in the rear!!)
    2) Re-boot... this does not work 100% of the time (also a pain in the rear!!).
    3) Plug my charger in and open Airport connection, which sometimes picks up the page loading (again, a pain in the rear).
    Anyway, I've been reading about some issues with both Tiger and Leopard's internet connectivity issues. One posting here (can't find it now) gave me some suggestions on changing the settings in my router settings page, which helped significantly, but I still have intermittent hangs.
    Any help would be totally appreciated (and sorry this is so long!).

    Not an infrequent problem on/for IntelBooks it seems, especially moreso running on Battery power.
    Some cures I've seen, no single one seems to work for everyone, and not all get cured...
    Changing the Channel on the Wireless Router.
    The following commands from the command line, (lasts until a reboot)...
    sudo sysctl -w net.inet.tcp.delayed_ack=0
    sudo sysctl -w net.inet.tcp.mssdflt=1492
    sudo sysctl -w net.inet.tcp.newreno=1
    sudo sysctl -w net.net.inet.tcp.always_keepalive=1
    The last cure I read about was a Cordless Phone being moved.
    The strangest cures, (2 or 3), was connecting once to a Wifi Cafe's hot spot, then never seeing the issue at home thereafter!?

Maybe you are looking for