Scripting with ichat problem

hi,
i use Ichat to log talk with people on MSN using a Jabber MSN transport.
everything works fine. the only problem is that i have a window of the MSN transport that opens each time i login.
i tried to write a short applescript that will close it.
but i keep getting an error when trying to run it.
i thought it was a problem with my script (although that if i ran it from applescript it works fine). but i found out that i get the same error if i try to use one of apple's made scripts (i tried using the auto accept script).
does anyone know what might be the problem?
here is my script:
delay 5
tell application "iChat" to close window "msn.jabber.meta.net.nz"

here is the solution i found:
the script was wrong.
i found some info on: http://lakesolon.blogspot.com/2009/03/ichat-event-handling-error-1708.html
and followed it to rewrite my script to:
*using terms from application "iChat"*
* on login finished*
* delay 5*
* close window "msn.jabber.meta.net.nz"*
* end login finished*
*end using terms from*
which works beautifully

Similar Messages

  • Help please with ichat problem

    Hey everyone. I posted this in another section of the forum but got no response so i figured i'd move it. I've got quite a problem here. My ichat was working fine. I was having some trouble with idvd not loading themes so i deleted everything tagged with ilife and idvd and then reinstalled. Well now idvd loads the themes but gets stuck right after that, imovie won't work at all, and i can't open ichat, which is my main concern. I tried deleting the preference files, repaired disk permissions...nothing. Here are the details when it quits.
    Process: iChat 149
    Path: /Applications/iChat.app/Contents/MacOS/iChat
    Identifier: com.apple.iChat
    Version: ??? (???)
    Build Info: iChat-6010000~1
    Code Type: X86 (Native)
    Parent Process: launchd 88
    Date/Time: 2008-01-06 17:50:52.416 -0500
    OS Version: Mac OS X 10.5.1 (9B18)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Symbol not found: _ILiPhotoEventsFolderIDKey
    Referenced from: /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
    Expected in: /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    Any ideas how i can fix this? Thanks!

    In my experience, there are two reasons why it keeps prompting you to enter your password - either you're entering the wrong password or AIM is having difficulties on their end. Make sure you're entering the right password (no caps lock or anything) and if that doesn't work, just give it some time and try again. It usually resolves itself pretty quickly if it's a problem with AIM's servers.

  • Debug a shell script with awk problem

    Hi, Buddy,
    I try to run the below shell script which was borrowed from linux for load average check.
    #!/usr/bin/ksh
    # Set threshold for 1, 5 and 15 minture load avarage
    # configured for 12-processors system
    max_1=48
    max_5=36
    max_15=24
    # Set the string which appears before the load average in the uptime command
    load_text='load average: '
    #Email list
    mail_to=[email protected]'
    alert=n
    up=`uptime`
    # Parse out the current load average from the uptime command
    load_1=`echo $up | awk -F "$load_text" '{ print $2 }' | cut -d, -f1 | cut -d. -f1`
    load_5=`echo $up | awk -F "$load_text" '{ print $2 }' | cut -d, -f2 | cut -d. -f1`
    load_15=`echo $up | awk -F "$load_text" '{ print $2 }' | cut -d, -f3 | cut -d. -f1`
    # Set alert=y if any of the average are above their thresholds
    if [ $load_1 -ge $max_1 ]
    then
    alert=y
    elif [ $load_5 -ge $max_5 ]
    then
    alert=y
    elif [ $load_15 -ge $max_15 ]
    then
    alert=y
    fi
    # Send mail if the alert threshold was reached
    if [ ! $alert = n ]
    then mail -s "High load on `hostname`" $mail_to < `uptime`
    fi
    Now we run it in Solaris now, so when I run, can get error like
    $./monitor_load_average.sh
    awk: syntax error near line 1
    awk: bailing out near line 1
    awk: syntax error near line 1
    awk: bailing out near line 1
    awk: syntax error near line 1
    awk: bailing out near line 1
    ./monitor_load_average.sh[28]: test: argument expected
    ./monitor_load_average.sh[31]: test: argument expected
    ./monitor_load_average.sh[34]: test: argument expected
    I understand the problem, but stil a little difficult to edit awk clause to get right syntax, is there any buddy can help?
    Thanks a lot in advance.
    Jerry

    I don't have access to Solaris right now,but if i understand the [manpage |http://bama.ua.edu/cgi-bin/man-cgi?awk+1] correct , you can use only a character as field separator (-F), try to use /usr/xpg4/bin/awk instead, it is posix compliant version and should be mostly compatible to linux gawk.
    Besides that, you may probably find better support on unix/solaris forums with similar questions?
    Best regards
    Maxim

  • One more with iChat problems - but one system works, the other doesn't!

    This might be an interesting addition to the discussions regarding not being able to connect via iChat.
    - I'm using 10.4.8 on my Intel iMac and my G4 PowerBook.
    - Both are running iChat 3.1.6 (v441)
    - Both are connected via their built-in Airport cards
    - Both OS X firewalls are on, but no iChat ports are being forwarded
    - no iChat ports are being forwarded in the router either
    - The firewall in the router is turned off
    Unfortunately my PowerBook does not have a camera, so I can only try text and audio. Text works on both systems.
    Audio on the PowerBook works like a charm using the appleu3test accounts. On the iMac I get this error immediately:
    Date/Time: 2007-01-16 22:33:58.086 -0800
    OS Version: 10.4.8 (Build 8L2127)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 3715281537.
    blafusel5: State change from AVChatNoState to AVChatStateWaiting.
    0xc5e0d60: State change from AVChatNoState to AVChatStateInvited.
    0xc5e0d60: State change from AVChatStateInvited to AVChatStateConnecting.
    blafusel5: State change from AVChatStateWaiting to AVChatStateConnecting.
    0xc5e0d60: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -7
    blafusel5: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -7
    Video Conference Error Report:
    @:0 type=4 (00000000/0)
    [VCSIP_INVITEERROR]
    [19]
    @SIP/SIP.c:2437 type=4 (900A002D/0)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK6c04c07c5a0cc1da
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "blafusel5" <sip:[email protected]>;tag=1482986134
    Call-ID: b4812924-a5f4-11db-928f-a054765613c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 463
    v=0
    o=cape 0 0 IN IP4 m.0
    s=blafusel5
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2160
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16384 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:698458300
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 0 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16385 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:-1334120724
    @:0 type=2 (00000000/0)
    [VCAUDIO_OUTGOINGATTEMPT]
    [2]
    Video Conference User Report:
    and, for completion's sake, here the log when I try to Video chat using the iMac:
    Date/Time: 2007-01-16 22:35:40.006 -0800
    OS Version: 10.4.8 (Build 8L2127)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 2290820685.
    blafusel7: State change from AVChatNoState to AVChatStateWaiting.
    0xc521e00: State change from AVChatNoState to AVChatStateInvited.
    0xc521e00: State change from AVChatStateInvited to AVChatStateConnecting.
    blafusel7: State change from AVChatStateWaiting to AVChatStateConnecting.
    0xc521e00: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -7
    blafusel7: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -7
    Video Conference Error Report:
    @:0 type=4 (00000000/48)
    [VCSIP_INVITEERROR]
    [19]
    @SIP/SIP.c:2437 type=4 (900A002D/48)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK4276e4401b10a2d2
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "blafusel7" <sip:[email protected]>;tag=1930297757
    Call-ID: efacc012-a5f4-11db-928f-abb0c38013c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 463
    v=0
    o=cape 0 0 IN IP4 m.0
    s=blafusel7
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2160
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:471213042
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 0 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:-1679698416
    @:0 type=2 (00000000/48)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:
    I'm a bit stuck at the moment, as I can't reproduce what's different between the two systems. Btw, I did try this using the root account, just to make sure no 3rd party app is interfering.
    Any help greatly appreciated! I kinda like using iChat over Skype (which works on both systems btw.)

    I just tried connecting to you, and I got the same error message as with Apple's test accounts:
    Date/Time: 2007-01-17 19:02:33.806 -0800
    OS Version: 10.4.8 (Build 8L2127)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 2481941854.
    [email protected]: State change from AVChatNoState to AVChatStateWaiting.
    0xcb97ba0: State change from AVChatNoState to AVChatStateInvited.
    0xcb97ba0: State change from AVChatStateInvited to AVChatStateConnecting.
    [email protected]: State change from AVChatStateWaiting to AVChatStateConnecting.
    0xcb97ba0: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -7
    [email protected]: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -7
    Video Conference Error Report:
    @:0 type=4 (00000000/48)
    [VCSIP_INVITEERROR]
    [19]
    @SIP/SIP.c:2437 type=4 (900A002D/48)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:61360 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK6e776f475ee10e9d
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:61360>
    From: "[email protected]" <sip:[email protected]>;tag=157038870
    Call-ID: 56c09a8e-a6a0-11db-bfb6-ddda406413c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 472
    v=0
    o=cape 0 0 IN IP4 m.0
    s=[email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2160
    a=bandwidthDetection:YES
    a=iChatEncryption:YES
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:545783740
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 0 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:1139151121
    @:0 type=2 (00000000/48)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]

  • Problem with iChat changing my custom away message after 30 minutes

    Lately, I've been having a big problem with iChat changing any custom away message that I put up to "Away" after 30 minutes or so. Is there anything I can do to make it stop? Another issue I'm having is that sometimes when people on my buddy list change their away message, it doesn't show up on iChat unless I go offline and then sign back on. Any idea why it's doing that, and what I can do to get it to stop?
    Thanks.
    - Danielle
    G3 iMac   Mac OS X (10.3.9)  

    Hi ienjoyanime,
    Go to the General Section of iChat Preferences.
    Does it say you are set to Go to Away when you log off/QUit iChat ?
    is the computer going to Sleep at this point ?
    10:59 PM Saturday; April 1, 2006

  • Videochat iChat problems with Built-In iSight...

    I'm using a MacBook Pro and I'm trying to do a video chat over iChat connected to AIM.
    I've used it several times before with two other Windows users, but this third person I'm attempting to connect with, won't go through.
    It says, that their Username won't accept the Videochat invite when they clearly have.
    They're reinstalled their version of AIM and even tried to upload newer AND older version but nothing seems to be working.
    Can someone with previous experience with this problem help me out?
    Thank you in advance, everyone.

    Hey, I hope people aren't getting annoyed by my compulsive posting, but I think this solution needs to be spread, it doesn't get enough publicity:
    the issue is that with 10.5.1, a certain quicktime component that acts as a USB controller for the iSight camera is given an expiry time (i.e., the file is given a feature similar to "trial periods"). This file is then deleted, and iSight ceases to function. All that need be done is to replace the component, by downloading it here:
    http://techslaves.org/index.php?PHPSESSID=q8frk8vf81l0f8echu6mj0plk0&action=tpmo d;dl=item16
    (disregard the version marking, it works for 10.5.2 in the very least)
    Copy it to ~/System/Library/Quicktime, then reboot and it should work.

  • How do u get help from apple support with iChat? I was able to chat with support last week to solve my problem but now the same issue is back and I don't see the option to chat now?

    qHow do u get help from apple support with iChat? I was able to chat with support last week to solve my problem but now the same issue is back and I don't see the option to chat now?

    For what it is worth I have noticed a similar issue from the iPad3 while at work and home. At work we have two Apple TV 3rd Generation installed and tied to our A/V system. I believe the issue has to do with a timeout on the broadcast saying "here I am" and allowing devices to connect.
    For example:
    At work we have several Wi-Fi SSID being broadcast from Cisco APs. The only one we can use with the Apple TV is the one that uses a WEP since the others are either setup to be hidden, require web page authentication, or have a login requirement from employees. Essentially, what I believe the issue is that the Apple TV periodically broadcasts a message to other iOS devices that support Mirroring. When the Apple TV does not get a response from a device it goes into a dormant mode and requires either a command from the remote control or a reboot. This has been tested with both the power management enabled and not enabled with the same results.
    As for when I come home, the Apple TV3 has not seen the device in some time and therefore is not broadcasting it's location information. A simple click of the circle or menu keys on the remote will give it the command to start broadcasting again and allow the iPad3 to see the Apple TV. When trying to Home Share the computer can not play (iTunes 11, Win8RTM) until the Apple TV is awoken then it will show up for mirroing.
    This may or may not assist you but, it hopefully explains how the issue may be happening.

  • Help! Having problem with ichat/video

    Hello
    Last week i bought a macbook and love it. Yesterday i was playing around with the camera and using the video effects ( changing the way i could look). Then a blue screen flashed then it would happen again few min later. Today, it happend again, but then a minute later it froze and quit ichat by itself. Whats the problem? Its weird, its just a random blue flash ( the whole macbook screen doesnt flash just the camera box.
    Heres what i do::: log onto to ichat, click on Video preview, then click on show video effetcs. So when im looking at the camera it flashes blue. then it would freeze then quit along with ichat.
    Message was edited by: Jay Schwartz

    Were you rapidly changing the effects?

  • New problem with iChat

    Good morn
    I still haven resoved my previous post about connection problems with iChat, but hope to do that when I visit my dad next month. Thanks for all the advice anyway.
    A new problem has emerged, and seemed to coincide with the install of Tiger 10.3 last week. Now when I try to connect to various tests sites, I get an "insufficient bandwidth" error.
    Is this likely to be a problem with Tiger, as I have not changed my isp, settings or broadband type?
    Or could it just be the exess load on the system over the Christmas period with all those naughty teenage boys downloading **** and playing games during the school hols?
    Any suggestions and/or fixes greatfully accepted.
    Thanks
    Tim R

    Hi,
    Glad to hear you are up and running.
    New Discussions ReponsesThe new system for discussions asks that after you mark your question as Solved. You should take the time to mark any posts that have aided you with the tag and the post that provided your answer with the tag. This not only gives points to the posters, but points anyone searching for answers to similar problems to the proper posts.
    Alternatively, you can change the status to Answered.
    If we use the forums properly they will work well...
    Ralph

  • Problems with iChat 4.0.2 / Leopard / BT HomeHub

    I have a .Mac account and iChat 4 on a iMac running Leopard 10.5.2 and using A BT Home Hub for my internet connection. I am able to have a video chat with my wife who has a Powerbook / Leopard / iChat 4 set up in our house, both using the BT Home Hub. But when I try to set up a video chat with my friend in Copenhagen who has a .Mac account and a Powerbook running Leopard it won't let us connect. It will let us have a text only chat.
    I have read various posts on this subject and changed the firewall to let iChat in, changed the Quicktime streaming to 1.5 Mbps and changed the port in iChat server settings to 443.
    Has anyone else any ideas, I am thinking maybe the Home Hub is the problem as i can connect to my wife's Powerbook on our home network.

    I too am having problems with iChat 4.02 on an iMac running Leopard 10.5.2 as are numerous people having different hardware/software configurations. I've tried some of the suggestions like changing the server settings to 443, and changing the firewall to let iChat in. I believe somewhere, somehow Apple or AOL have changed something that may be causing these problems. I'm not technical enough to go changing a bunch of things and hope it works.
    iChat was working for me about a week or so ago using AIM. I could video chat with a MacBook running 10.5.2, a MacBook Pro running Tiger and a Dell PC. Last night when I tried using AIM and iChat i could only text. However, I could video chat using our dotmac accounts and server settings 5190. But for some reason you aren't able to do that.
    At first I thought it was because I stumbled into using CUPS to get my Xerox color laser printer finally working (after getting the new iMac) by changing localhost:631 to find my printer at port 9100 (whatever all of this means). But deleting the printer didn't restore iChat.
    Someone on this forum suggested that installing Safari 3.1.1 may have somehow caused the problem. Maybe they are on to something!
    My most recent software updates are:
    2008-04-08 15:27:20 -0400: Installed "AirPort Utility" (5.3.1)
    2008-04-08 15:27:24 -0400: Installed "Digital Camera RAW Compatibility Update" (2.0)
    2008-04-08 15:27:48 -0400: Installed "QuickTime" (7.4.5)
    2008-04-08 15:28:32 -0400: Installed "iTunes" (7.6.2)
    2008-04-08 15:30:25 -0400: Installed "GarageBand ’08 Instruments and Apple Loops" (1.0)
    2008-04-08 15:30:40 -0400: Installed "Time Machine and AirPort Updates" (1.0)
    2008-04-08 15:30:45 -0400: Installed "Keynote Update" (4.0.3)
    2008-04-08 15:30:54 -0400: Installed "Front Row Update" (2.1.3)
    2008-04-08 15:31:30 -0400: Installed "Security Update 2008-002" (1.1)
    2008-04-08 15:31:47 -0400: Installed "Safari" (3.1)
    2008-04-16 17:47:07 -0400: Installed "iMac EFI Firmware Update" (1.3)
    2008-04-16 17:47:09 -0400: Installed "Aluminum Keyboard Firmware Update" (1.0)
    2008-04-16 17:47:26 -0400: Installed "Safari" (3.1.1)
    2008-04-23 19:31:31 -0400: Installed "iMac EFI Firmware Update" (1.3)
    At the moment I need my printer working, more than I need iChat. But I do hope someone figures out why this isn't working!

  • Problem with ichat, error message says computer does not support video chat

    I have never had a problem with Ichat until yesterday...now apparently I don't have the video capability.  I am running 10.7.2.  I turned off Facetime.  I now have the video camera image but it won't let me video chat.  Any ideas?

    Hi,
    In iChat open the Connection Doctor (Video menu) and the the Capabilities option
    Are all items showing Green ?
    Try restarting iChat (It re-reads the computers Ability at each launch)
    If that does not work try restarting the Computer.
    Make sure that in iChat menu > Preference > Video Section the Bandwidth Limit is not set to 100kbps (this is too Low for 1-1 video chats)
    Do a Speed test
    "Real World" speeds need at least 256kbps both up and down.
    Check the System Profiler is "seeing" the camera.
    It will be in Hardware > USB
    10:30 PM      Tuesday; March 27, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How do I Get My Router to Work With iChat ? FAQ 2

    Replaces iCh: FAQ 2 How to get my router to work with iChat?
    Getting your router started with iChat.
    Appropriate for using iChatAV 2 upwards
    Glossary for this FAQ
    Routers: Any configurable device that sits between your computer and the internet link you have.
    Routers seem to fall into two categories
    Those that work straight from the box. See Apple Doc 93333
    NOTE
    This Doc has not been updated since Jan 04
    and those that do not.
    This post will deal with what you may need to look at.
    First off make sure your device is acting as a DHCP server. (if you are already on the internet you may not have to bother with this.)
    Check in the Network Preference Pane, in the "Built in Ethernet" option from the "Show" drop down list.
    Make sure the TCP/IP tab is the 'front' one. You should be able to see Configure IPv4 and it most likely reads Using DCHP. Make a note of your IP address. It will start 10.xxx.xxx.xxx or 192.168.xxx.xxx (the 'x' s will stand for any number between 1 and 255).
    Your router is most likely to be configurable from your browser. You will need to find the IP address to type into the browser from any Readme or PDF files that came on the install disk or visit the makers website and download a manual.
    DMZ Demilitarised Zone
    This is a less secure setting that basically opens all ports and points the incoming data to your computer. (not helpful if you have more than one computer on your LAN)
    NAT Sometimes called NAPT and related to Port Forwarding (also Virtual Server or Pin Holes)
    These settings are usually found in an Advanced setting.
    You will need to set an incoming IP address (Usually 0.0.0.0 for any outside server), a port that data will arrive on, the Inside computers IP address (your computer) and the port it will deal with the data on and the protocol it will use.
    iChat uses TCP and UDP so some devices will need the settings done twice, once for each protocol.
    See Apple Doc 93208 for more information.
    Note:
    Note 1 should read:
    1. All iChat AV traffic is UDP except for ports 5190 and 5298, which need to be open for both TCP and UDP; and 5220, 5222, which need to be open for TCP only.
    UPnP Universal Plug n Play.
    This is a simple Plug and Play type of setting. iChat can find it's own way through a router if the device has this capability.
    Trigger Ports
    Some devices offer a security measure that works by a first or trigger port receiving a data packet and then opening further ports when accepted.
    The first port for incoming Video or Audio invites is port 5678. When you click on the invite window the process moves to port 5060 (so these will need to be opened by the trigger port) for negotiating the final group of ports from the group of 20 (16384-16403 These will need to open when the trigger says so as well). Therefore port 5678 triggers ports 5678, 5060, 16384-16403. All on UDP. Port 5190 neeeds to trigger port 5190 for both TCP and UDP
    Wireless
    Here you will have to read around but this Apple Doc 58514 might be a good starting place.
    Multiple devices
    Make sure only one is acting as a DHCP server. Make sure wireless devices are bridged properly.
    Further Help
    I have found that this site (ADSLGuide) to be helpful.
    It is British based but I have linked you to the Apple Related Discussions Forum.
    Eliminating Problems on my Personal web pages.
    The ports and their function within iChat. (my pesonal Web pages again)
    This is not a step by step approach. You will have to read around the information about your device.
    Collected FAQs and Expansions: Index Page
    Also http://www.portforward.com/routers.htm for instructions with Pics on Port Forwarding.
    Ralph
    G4 Dual 1Ghz MDD with extra HDs X3. Mac OS X (10.4.3) Have you read the iChat FAQs ?? They have moved to Users Tips

    Replaces iCh: FAQ 2 How to get my router to work with iChat?
    Getting your router started with iChat.
    Appropriate for using iChatAV 2 upwards
    Glossary for this FAQ
    Routers: Any configurable device that sits between your computer and the internet link you have.
    Routers seem to fall into two categories
    Those that work straight from the box. See Apple Doc 93333
    NOTE :This Doc has not been updated since Jan 04
    and those that do not.
    This post will deal with what you may need to look at.
    First off make sure your device is acting as a DHCP server. (if you are already on the internet you may not have to bother with this.)
    Check in the Network Preference Pane, in the "Built in Ethernet" option from the "Show" drop down list.
    Make sure the TCP/IP tab is the 'front' one. You should be able to see Configure IPv4 and it most likely reads Using DCHP. Make a note of your IP address. It will start 10.xxx.xxx.xxx or 192.168.xxx.xxx (the 'x' s will stand for any number between 1 and 255). The range 172.16.xxx.xxx is also a possible value at this point. Rarely used, but it is part of the RFC for Address Allocation for Private Internets.
    Your router is most likely to be configurable from your browser. You will need to find the IP address to type into the browser from any Readme or PDF files that came on the install disk or visit the makers website and download a manual.
    DMZ Demilitarised Zone
    This is a less secure setting that basically opens all ports and points the incoming data to your computer. (not helpful if you have more than one computer on your LAN)
    NAT Sometimes called NAPT and related to Port Forwarding (also Virtual Server or Pin Holes)
    These settings are usually found in an Advanced setting.
    You will need to set an incoming IP address (Usually 0.0.0.0 for any outside server), a port that data will arrive on, the Inside computers IP address (your computer) and the port it will deal with the data on and the protocol it will use.
    iChat uses TCP and UDP so some devices will need the settings done twice, once for each protocol.
    See Apple Doc 93208 for more information.
    Note:
    Note 1 should read:
    1. All iChat AV traffic is UDP except for ports 5190 and 5298, which need to be open for both TCP and UDP; and 5220, 5222, which need to be open for TCP only.
    UPnP Universal Plug n Play.
    This is a simple Plug and Play type of setting. iChat can find it's own way through a router if the device has this capability.
    Trigger Ports
    Some devices offer a security measure that works by a first or trigger port receiving a data packet and then opening further ports when accepted.
    The first port for incoming Video or Audio invites is port 5678. When you click on the invite window the process moves to port 5060 (so these will need to be opened by the trigger port) for negotiating the final group of ports from the group of 20 (16384-16403 These will need to open when the trigger says so as well). Therefore port 5678 triggers ports 5678, 5060, 16384-16403. All on UDP. Port 5190 neeeds to trigger port 5190 for both TCP and UDP
    Wireless
    Here you will have to read around but this Apple Doc 58514 might be a good starting place.
    Multiple devices
    Make sure only one is acting as a DHCP server. Make sure wireless devices are bridged properly.
    Further Help
    I have found that this site (ADSLGuide) to be helpful.
    It is British based but I have linked you to the Apple Related Discussions Forum.
    Eliminating Problems on my Personal web pages.
    The ports and their function within iChat. (my pesonal Web pages again)
    This is not a step by step approach. You will have to read around the information about your device.
    Collected FAQs and Expansions: Index Page
    Also http://www.portforward.com/routers.htm for instructions with Pics on Port Forwarding.
    With thanks to Macmuse.
    Ralph
    G4 Dual 1Ghz MDD with extra HDs X3. Mac OS X (10.4.3) Have you read the iChat FAQs ?? They have moved to Users Tips<</a>/span>

  • Update to kichat: FAQ 2 - How to get my router to work with iChat?

    kichat: FAQ 2 - How to get my router to work with iChat? December 2008 version 3
    (Note to Hosts. to be removed on acceptance. Please use this to replace http://discussions.apple.com/thread.jspa?threadID=121775 )
    Getting your router started with iChat.
    Appropriate for using iChatAV 2 upwards. Edits have been made for iChat 4
    Glossary for this FAQ
    Routers: Any configurable device that sits between your computer and the internet link you have. This includes Modems that Route as well as "routers"
    Routers seem to fall into two categories
    Those that work straight from the box. See Apple Article HT1787
    NOTE :This Article has not been updated in content since Jan 04 Only being changed to an Article from the Previous Doc listing
    Even then some list that they need tweaks.
    and those that do not.
    This post will deal with what you may need to look at.
    First off make sure your device is acting as a DHCP server. (if you are already on the internet you may not have to bother with this.)
    Check in the Tiger System Preferences > Network Preference Pane, in the "Built in Ethernet" option from the "Show" drop down list.
    In Leopard the Networks are listed on the left with icons. The Airport Option will need you to access the Advance Button for the Next bit.
    Make sure the TCP/IP tab is the 'front' one. You should be able to see Configure IPv4 and it most likely reads Using DCHP. Make a note of your IP address. It will start 10.xxx.xxx.xxx or 192.168.xxx.xxx (the 'x' s will stand for any number between 1 and 255). The range 172.16.xxx.xxx is also a possible value at this point. Rarely used, but it is part of the RFC for Address Allocation for Private Internets.
    Your router is most likely to be configurable from your browser. You will need to find the IP address to type into the browser from any Readme or PDF files that came on the install disk or visit the makers website and download a manual.
    The Port Forward.com site lists many devices and clicking on one will take you to a list of Applications. This iChat will open an page that will start by telling you the defaults to access the device
    Opening or Allowing ports. Several Methods not all devices have all of them.
    DMZ (Demilitarised Zone)
    This is a less secure setting that basically opens all ports and points the incoming data to your computer. (not helpful if you have more than one computer on your LAN). It can be considered as an extreme form of Port Forwarding
    Port Forwarding (also Virtual Server or Pin Holes)
    These settings are usually found in an Advanced setting.
    You may need to set an incoming IP address (Usually 0.0.0.0 to any outside server), a port that data will arrive on, the Inside computer's IP address (your computer) and the port it will deal with the data on and the protocol it will use.
    See this pic for an example of the description above.
    In this example shows that on some Port AND Protocols need to be listed.
    iChat uses TCP and UDP so some devices will need the ports listed one by one and some settings done twice, once for each protocol. The example above has a "Both" setting
    See Apple Article HT1507 Previously Doc 93208 for more information. This is the Tiger iChat 3 list. The same ports are needed for Leopard except for these changes
    My Note 2:
    On the first link Note 1 under tables in that link would be better if it read:
    " 1. All iChat AV traffic is UDP -
    except for ports 5190 and 5298, which need to be open for both TCP as well;
    and 5220, 5222, which need to be open for TCP only. "
    Note 2
    GoggleTalk needs port 5223 on TCP. Also note the Server name for iChat 3 set ups
    UPnP Universal Plug n Play.
    This is a simple Plug and Play type of setting. iChat can find it's own way through a router if the device has this capability.
    By Not doing Port Forwarding, Triggering or DMZ and enabling UPnP the application is allowed to control the modem and the ports that are open.
    They close after the application has finished with them on a timed basis.
    On some devices the number of "hops" (how far away the UPnP can be "seen") can be reduced from a default of 4)
    Trigger Ports
    Some devices offer a security measure that works by a first or trigger port receiving a data packet and then opening further ports when accepted.
    The first port for incoming Video or Audio invites is port 5678.
    Pre iChat 4
    When you click on the invite window the process moves in to port 5060 (so these will need to be opened by the trigger port) for negotiating the final group of ports from the group of 20 (16384-16403 These will need to open when the trigger says so as well). Therefore port 5678 triggers ports 5678, 5060, 16384-16403. All on UDP. Port 5190 neeeds to trigger port 5190 for both TCP and UDP.
    See this variation where only the ports listed above are completed.
    The other single ports need to be set one by one in addition. (5220,5222, 5223 5297, 5298, 5353)Replace
    iChat 4
    The port used in IChat 4 is port 16402 instead of port 5060. The group of 20 ports is reduced to 10 (16393-16402). This is because all the In and Out Audio and Video data is on one port. Other that than the settings are the same.
    At this time there is no Info on the ports the Screen Sharing in iChat 4 uses.
    Wireless
    Here you will have to read around but this Apple Article TA25949 Previously Doc 58514 might be a good starting place.
    Essentially whether you are wireless or Ethernet to your routing device makes very little difference to the way you do things.
    Your computer will get two IPs from a DHCP server if you are connected by both methods. (iChat does not like this)
    Multiple devices
    Make sure only one is acting as a DHCP server. Make sure wireless devices are bridged properly.
    Further Help
    I have found that this site (ADSLGuide) to be helpful.
    It is British based but I have linked you to the Apple Related Discussions Forum.
    Eliminating Problems on my Personal web pages.
    The ports and their function within iChat. (my personal Web pages again)
    This is not a step by step approach. You will have to read around the information about your device.
    Collected FAQs and Expansions: Index Page Based on FAQs here by EZ Jim and myself
    Also http://www.portforward.com/routers.htm for instructions with Pics on Port Forwarding and access info as mentioned earlier.
    Click on your device.
    Select iChat on the next page.
    Follow the info on the next.
    This site is godd for finding out the Default IP to use in a web browser and the default User ID and Passwords needed to do so.
    Gives you a chance to look at at pics to give clues to where some of these other things are.
    With thanks to Macmuse for comment on the Original (Aug 23rd 2004)
    and to EZ Jim for his work on iSights on my web pages.
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.
    9:51 PM Saturday; December 6, 2008

    kichat: FAQ 2 - How to get my router to work with iChat? December 2008 version 3
    (Note to Hosts. to be removed on acceptance. Please use this to replace http://discussions.apple.com/thread.jspa?threadID=121775 )
    Getting your router started with iChat.
    Appropriate for using iChatAV 2 upwards. Edits have been made for iChat 4
    Glossary for this FAQ
    Routers: Any configurable device that sits between your computer and the internet link you have. This includes Modems that Route as well as "routers"
    Routers seem to fall into two categories
    Those that work straight from the box. See Apple Article HT1787
    NOTE :This Article has not been updated in content since Jan 04 Only being changed to an Article from the Previous Doc listing
    Even then some list that they need tweaks.
    and those that do not.
    This post will deal with what you may need to look at.
    First off make sure your device is acting as a DHCP server. (if you are already on the internet you may not have to bother with this.)
    Check in the Tiger System Preferences > Network Preference Pane, in the "Built in Ethernet" option from the "Show" drop down list.
    In Leopard the Networks are listed on the left with icons. The Airport Option will need you to access the Advance Button for the Next bit.
    Make sure the TCP/IP tab is the 'front' one. You should be able to see Configure IPv4 and it most likely reads Using DCHP. Make a note of your IP address. It will start 10.xxx.xxx.xxx or 192.168.xxx.xxx (the 'x' s will stand for any number between 1 and 255). The range 172.16.xxx.xxx is also a possible value at this point. Rarely used, but it is part of the RFC for Address Allocation for Private Internets.
    Your router is most likely to be configurable from your browser. You will need to find the IP address to type into the browser from any Readme or PDF files that came on the install disk or visit the makers website and download a manual.
    The Port Forward.com site lists many devices and clicking on one will take you to a list of Applications. This iChat will open an page that will start by telling you the defaults to access the device
    Opening or Allowing ports. Several Methods not all devices have all of them.
    DMZ (Demilitarised Zone)
    This is a less secure setting that basically opens all ports and points the incoming data to your computer. (not helpful if you have more than one computer on your LAN). It can be considered as an extreme form of Port Forwarding
    Port Forwarding (also Virtual Server or Pin Holes)
    These settings are usually found in an Advanced setting.
    You may need to set an incoming IP address (Usually 0.0.0.0 to any outside server), a port that data will arrive on, the Inside computer's IP address (your computer) and the port it will deal with the data on and the protocol it will use.
    See this pic for an example of the description above.
    In this example shows that on some Port AND Protocols need to be listed.
    iChat uses TCP and UDP so some devices will need the ports listed one by one and some settings done twice, once for each protocol. The example above has a "Both" setting
    See Apple Article HT1507 Previously Doc 93208 for more information. This is the Tiger iChat 3 list. The same ports are needed for Leopard except for these changes
    My Note 2:
    On the first link Note 1 under tables in that link would be better if it read:
    " 1. All iChat AV traffic is UDP -
    except for ports 5190 and 5298, which need to be open for both TCP as well;
    and 5220, 5222, which need to be open for TCP only. "
    Note 2
    GoggleTalk needs port 5223 on TCP. Also note the Server name for iChat 3 set ups
    UPnP Universal Plug n Play.
    This is a simple Plug and Play type of setting. iChat can find it's own way through a router if the device has this capability.
    By Not doing Port Forwarding, Triggering or DMZ and enabling UPnP the application is allowed to control the modem and the ports that are open.
    They close after the application has finished with them on a timed basis.
    On some devices the number of "hops" (how far away the UPnP can be "seen") can be reduced from a default of 4)
    Trigger Ports
    Some devices offer a security measure that works by a first or trigger port receiving a data packet and then opening further ports when accepted.
    The first port for incoming Video or Audio invites is port 5678.
    Pre iChat 4
    When you click on the invite window the process moves in to port 5060 (so these will need to be opened by the trigger port) for negotiating the final group of ports from the group of 20 (16384-16403 These will need to open when the trigger says so as well). Therefore port 5678 triggers ports 5678, 5060, 16384-16403. All on UDP. Port 5190 neeeds to trigger port 5190 for both TCP and UDP.
    See this variation where only the ports listed above are completed.
    The other single ports need to be set one by one in addition. (5220,5222, 5223 5297, 5298, 5353)Replace
    iChat 4
    The port used in IChat 4 is port 16402 instead of port 5060. The group of 20 ports is reduced to 10 (16393-16402). This is because all the In and Out Audio and Video data is on one port. Other that than the settings are the same.
    At this time there is no Info on the ports the Screen Sharing in iChat 4 uses.
    Wireless
    Here you will have to read around but this Apple Article TA25949 Previously Doc 58514 might be a good starting place.
    Essentially whether you are wireless or Ethernet to your routing device makes very little difference to the way you do things.
    Your computer will get two IPs from a DHCP server if you are connected by both methods. (iChat does not like this)
    Multiple devices
    Make sure only one is acting as a DHCP server. Make sure wireless devices are bridged properly.
    Further Help
    I have found that this site (ADSLGuide) to be helpful.
    It is British based but I have linked you to the Apple Related Discussions Forum.
    Eliminating Problems on my Personal web pages.
    The ports and their function within iChat. (my personal Web pages again)
    This is not a step by step approach. You will have to read around the information about your device.
    Collected FAQs and Expansions: Index Page Based on FAQs here by EZ Jim and myself
    Also http://www.portforward.com/routers.htm for instructions with Pics on Port Forwarding and access info as mentioned earlier.
    Click on your device.
    Select iChat on the next page.
    Follow the info on the next.
    This site is godd for finding out the Default IP to use in a web browser and the default User ID and Passwords needed to do so.
    Gives you a chance to look at at pics to give clues to where some of these other things are.
    With thanks to Macmuse for comment on the Original (Aug 23rd 2004)
    and to EZ Jim for his work on iSights on my web pages.
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.
    9:51 PM Saturday; December 6, 2008

  • The big iChat problems. Audio/Video (now completely broken in 10.7.3), the "not-authorized" problem

    So, I am running iChat on OS X Lion 10.7.3 on an early-2011 MBP 13'' . These problems have been here for a while, though (I got my comp with 10.7.0). I have AIM/GMail/Yahoo connected..
    One problem is the issue of non-authorized people. There is a list of "not authorized" people that I have to scroll past in my "offline" section of iChat buddies before I actually get to the real offline contacts. Big note here: All these people have the address (something)@aol.com. These contacts have come up as a result of my gmail connection. You see, a few months ago Gmail and AIM did this chat unification process where @aol.com contacts can be just added into Gmail for chatting. These @aol.com copies come up asking for an invite when the REAL AIM address person talks to me. The invites leave once I press decline, but then they stay on my list as not authorized. If I delete these "not-authorized" copies, the invites will come up again and the cycle will repeat. It is a nuisance considering how much of these false contacts are on my list.
    Second problem is video/audio chat in general. This issue really applies on AIM/Yahoo—there is nothing for Gmail because people usually use the web interface which simply doesn't work with iChat video/audio. If the people used Google talk, the issue written below would probably come up.
    See, what happens is that…(now in 10.7.3), video/audio chat is simply broken, simple as that. My contacts always tell me that an error has occurred when trying to accept my video chat invite. It simply doesn't work. They are using AIM desktop in most cases. When it DID used to work (to a very limited extent, I'll say; it was hit or miss earlier pre 10.7.3, now it's just miss), it was just video but NO audio. They could see/hear me, I could only see them. When I did audio chats, they hear me, I..don't hear them (so audio chats were pointless). The only case where this problem doesn't happen is where it's Mac to Mac, iChat to iChat. VERY limited in use of audio/video chat, if you ask me.

    Hi,
    If AIM contacts have been added to your Google Buddy List then I would login to Google and remove them from there  (the iGoogle or GoogleMail web pages will show the Chat option)
    Whilst they are still in the List then the Authorization request will probably be resent (In this case it is probably being generated by the method Google are using to add the AIM names as iChat only sends it once).
    Google/Jabber Video chats is only iChat to iChat and so is Yahoo with iChat 6.
    The Yahoo App streams Video which People can be allowed to see and Audio is added in as an Audio Chat.
    The connection Process is not the same and iChat/AIM
    Jabber and Google use Jingle to Connect (in fact Google's version is not that compatible with other Jabber apps).
    This means iChat to the Standalone PC app  or any Web Browser using the Google Video Plug-in (PC or Mac) or to any Jabber app that is using a Google ID (or a Jabber ID) will not work.
    On the iChat to AIM on a PC.
    This has always been a bit of a hit and miss affair.
    Some people have no trouble but other spend ages trying to set things up and never find the solution.
    This is the Original Users Tip  (up to about AIM5.9)
    A "replacement" for that tip that has not made it across yet.
    I have yet to try Video to the Web Login version that is now on offer.
    However I would limit the Bandwidth in iChat Menu > Preferences > Video Section to 500kbps (possibly try 200kbps for 1-1 chats) as you will not know the interent speed available to the Buddy if they are using the web login.
    Comparisons
    When you compare iChat actual functions to what you would like it to do it can appear to be limited.
    On the basis that you would want your IM app to be able to have Buddies from other services listed in a Buddy list (combined) or Lists which apps do you know of can do that and Video to some of them ?
    Adium and ProteusX can both have Buddies from the major Services ina  Buddy List but don't do Audio or Video.
    Yahoo and MSN both allow the other's Buddies in the list but I am not sure about Video or Audio chats
    They cannot connect to Jabber or AIM buddies even for text chats.
    Jabber does depend on the server you use and whether that does Transports for you to have text chats with other services.
    Instructions for iChat.
    Mercury IM is a JAVA version of MSN and still has not got to Audio and Video
    Similar for aMSN
    Gizmo5 and YakforFree both died...
    Skype is Cross Platform  but is only 1-1 in Video chat.  (cost extra for 3 and 4 way chats)
    Yahoo had dropped support for their Mac version now iChat has the Yahoo option  (you can still download it  - IT being the beta it has been for  years).
    2:40 PM      Saturday; February 11, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Website is now in centre of page, built new site using "cc" but with some problems

    Hello everyone I said I would come back with the new site, and just as well as I'm having one or two small problems, starting with!
    New Website, rollover buttons not holding colour in place when clicked
    And someone has told me that it is a great site, but the images in the box with the yellow frame dont show up unless I tilt the screen at an odd angle, I think he means the hero image! and is sounds
    like he is using a tablet
    I have built this new site using the tutorial by David Powers http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.htm l sent to me by by Hans-Günter
    I might have made one or two mistakes when building this site, I take my hat off to you Web Designers, this has taken me a week to build you could have dune it in about two hours lol
    Please can someone have a look, and help me out with the problems that need a fix 
    Thank you so much for your time
    This was the old website
    This is the new website
    The Website Address is  http://www.lawrenceg.com
    This is the code from the Index.html page
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Home Page</title>
    <link href="styles/main.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body,td,th {
    color: #999999;
    </style>
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
    <script src="jQueryAssets/jquery-1.8.3.min.js" type="text/javascript"></script>
    <script>
    var __adobewebfontsappname__="dreamweaver"
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    </script>
    <script src="http://use.edgefonts.net/source-sans-pro:n6,n2:default.js" type="text/javascript"></script>
    <!--[if lte IE 7]>
    <script type="text/javascript" src="js/html5shiv.js"></script>
    <![endif]-->
    </head>
    <body>
    <div id="wrapper">
      <header id="top">
        <h1><img src="images/contact_page-image_47.png" width="43" height="47" alt=""/> My Studio</h1>
        <nav id="mainnav">
          <ul>
            <li><a href="index.html" class="thispage">Home </a></li>
            <li><a href="About Me.html">About Me</a></li>
            <li><a href="Studio Work.html">Studio Work</a></li>
            <li><a href="The Gallery.html">The Gallery</a></li>
            <li><a href="Contact Us.html">Contact Us</a></li>
          </ul>
        </nav>
      </header>
      <div id="hero">
        <article>
          <h2> </h2>
          <h2> Welcome  to my Studio!</h2>
          <p>My name  is Lawrence; I'm a Photographer &amp; Photographic Artist</p>
          <p>        I have  kept this website simple and to the point with no unwanted useless stuff, we  have a full navigation system for your covenants at the top so you don't have  to keep coming back to the home page each time, check us out on  <a href="#" onClick="MM_openBrWindow('https://www.facebook.com/LawrencesPhotoStudio','Facebook','location=yes,scrollbars=yes,wid th=1200,height=600')">Facebook</a> <a href="#" onClick="MM_openBrWindow('https://twitter.com/Lawrencegtraing','Twitter','location=yes,scrollbars=yes,width=1200,hei ght=600')">Twitter</a> <a href="#" onClick="MM_openBrWindow('http://www.flickr.com/photos/lawrenceg/','Flickr','location=yes,scrollbars=yes,width=1200, height=600')">Flickr</a> </p>
        </article>
      <img src="home_page-image.jpg" alt="Home page image the the studio"/>  </div>
      <article id="main">
        <h2>This site works best in internet explorer!</h2>
        <p>You can still use google chrome and firefox if you wish, this website just looks slightly better when viewing in internet explorer.</p>
        <p>If you decide to purchase any of our  prints, framed prints or canvas! </p>
        <p>Everything  comes with 30 day money back guarantee, and is sold through our secure payment  site <a href="#" onClick="MM_openBrWindow('http://lawrence-graves.artistwebsites.com/','FineArtAmerica','location=yes,scrollbars=yes, width=1000,height=600')">Fine Art America! </a></p>
        <p>      So how  can we help you, are you looking for something a bit special to hang on your  wall, maybe you have a family gathering coming up a <a href="#" onClick="MM_openBrWindow('http://weddindimages.blogspot.co.uk/','','location=yes,scrollbars=yes,width=1000,height=80 0')">wedding or an important  celebration</a> like a new addition to the family?</p>
        <p>      Maybe  you're thinking about that <a href="#" onClick="MM_openBrWindow('http://childrensphotography2013.blogspot.co.uk/','portraits','location=yes,scrollbars=yes, width=1000,height=800')">special portrait of the children</a>, to capture a  moment in time can be priceless and don't forget about your baby's first  portrait</p>
        <p>      <a href="#" onClick="MM_openBrWindow('http://petsimages2013.blogspot.co.uk/','pets','location=yes,scrollbars=yes,width=1000,heig ht=800')">What  about our pets</a> after all they are part of the family too!</p>
        <p>      Sometimes  we need a photographer to capture a very special moment, but to capture  excellence you need a photographic artist that can produce the results you're  looking for</p>
        <h2>Working with Photoshop! </h2>
        <p>Sometimes your standard photographer in not right for some assignments, and you need professional services when it comes to image editing, check out these  examples below </p>
        <p>
          <aside class="floatleft"><a href="#"><img src="images/The_art_of_alteringan_image_SMALL.jpg" alt="working in photoshop" width="200" height="140" onClick="MM_openBrWindow('images/The_art_of_alteringan_image.jpg','photoshop1','location= yes,scrollbars=yes,width=1040,height=740')"/></a></aside>
        </p>
        <p>Side by side view, take a look at this image! this was photographed on a apartment rooftop on the Island of Kos in Greece, when the sun was high at around 14:00 on a very hot day. As you can see there are some things that need changing in the image on the left, we only made one or two small changes! to turn this drad looking image into a good looking photo!</p>
        <p> </p>
        <h2>Digital Backgrounds with cover up layer</h2>
        <p>How  about a new layered digital background for that special image that needs a full makeover!</p>
        <p>
      <aside class="floatleft"><a href="#"><img src="images/pets_small1.jpg" alt="Pet Photography" width="200" height="140" onClick="MM_openBrWindow('images/pets_large1.jpg','PetPhotography','location=yes,scrollba rs=yes,width=1060,height=720')"/></a><br>
      </aside>
        </p>
        <p>Check this one out! this one was made up from one of our pet photography photo shoots we did in 2011 for one of our clients, they wanted both dogs in the same portrait but some dogs just don't want to play. So we photographed then separately at the angle we wanted, so they would fit nicely into  the new digital background! </p>
        <p> </p>
        <p>These are just some of the adjustment and improvements we can do,  you can find more examples of our editing work inside the studio work page!</p>
        <p> </p>
        <p> </p>
      </article>
      <aside id="sidebar">
        <h2>Check out our Gallery!
        </h2>
        <p>You can view  some of our work in the gallery,  love Animals then check out some of our wildlife images black and whites, portraits, and pet photography</p>
        <h2>Free reviews and tutorials!</h2>
        <p>You can find some  camera, and lens reviews, plus Photoshop and photography tutorials on  Facebook and Twitter pages </p>
        <h2>Visit our shop! </h2>
        <p>      Love   Art then check out  <a href="#" onClick="MM_openBrWindow('http://lawrence-graves.artistwebsites.com/','','location=yes,scrollbars=yes,width=1000,hei ght=600')">Fine Art America</a></p>
        <p>Every purchase  includes a money-back guarantee!</p>
        <div class="floatleft" id="figcaption"><a href="#"><img src="images/What_you_looking_at_small.jpg" alt="Birds of prey" width="200" height="136" onClick="MM_openBrWindow('images/What_you_looking_at.jpg','BirdOfPrey','location=yes,scro llbars=yes,width=1060,height=730')"/></a></div>
        <p align="left">This is just one of  many images we have for sale, you can choose from prints,  framed print or a canvas we also sell metal print, acrylic print,  greeting cards iphone and galaxy phone cases too! </p>
        <h2 align="left">Photo restoration work!</h2>
        <p align="left">We also  do some digital photo restoration work; restore them old black and whites! Remove unwanted elements from your photos and more!</p>
        <h2>New digital background sets! </h2>
        <p>      Our  Digital Background Sets will come complete with a full cover up layer, set of frames and more  </p>
        <p>Each set will come complete with a  video tutorial showing you how to use these fabulous sets  with your own  images</p>
        <p>Sets due to be launched in 2014 </p>
        <p>Or if you  prefer you can simply send us your images and let us do the work for you </p>
        <p>We  only charge a small fee for this service!</p>
        <p> </p>
      </aside>
      <footer>
        <p>&copy; Copyright 2013 my studio at lawrenceg.com</p>
      </footer>
    </div>
    </body>
    </html>

    Lawrence g photos 2010 wrote:
    New Website, rollover buttons not holding colour in place when clicked
    On each of your pages you need to add the class="thispage" to your anchor tags.
    So the 'About Me' page link looks like below:
    <li><a href="About Me.html" class="thispage">About Me</a></li>
    'The Gallery' link on the 'Gallery' page looks like this:
    <li><a href="The Gallery.html" class="thispage">The Gallery</a></li>
    Do the same for the 'Studio Work' and 'Contact Us' pages.
    Lawrence g photos 2010 wrote:
    And someone has told me that it is a great site, but the images in the box with the yellow frame dont show up unless I tilt the screen at an odd angle, I think he means the hero image! and is sounds
    like he is using a tablet
    They are all quite a subtle grey tone but the one I cannot see is on the 'About Me' page. You just need to bring the grey tone up a few stops.

Maybe you are looking for

  • Using Ipod as a HD without Itunes.

    Is it possibile to use Ipod as and external Hard Disk, connecting it with a device (for example an LCD tv with USB port) that hasn't Itunes installed? In other words, a device needs Itunes to recognize the Ipod as an external Hard Disk ? I hope that

  • Is Global Service Exchange available for training purposes?

    Hello,       I am a very well educated teen about to turn 18 soon and am ready to apply to Apple. I have been waiting a long time for this and have studied as much as i could from all the products I could afford (Mainly iOS). My question here is as f

  • Where is the CMS to Test Out?

    Hi, I finally got the BC working with Muse and have been able to upload a Muse test site as seen here: http://waltontest.businesscatalyst.com Here is the thing I'm confused about.  When I login to Muse, I do so with my colleague Brian's credentials:

  • AVCHD and iMac 2.8GHz Intel Core 2 Extreme 4GB

    Hey is there anyone on the forum editing AVCHD footage in FCS 2 on there iMac.Would be great to hear how users machines are performing with this new format. thanks Alex

  • Problem saving received MMS pics

    I just recently bought the iphone 4 from Verizon and when I receive picture messages, I see the option to save the photo. However, when I go into my photos the picture is not there. Is the picture being saved elsewhere or is it not being saved at all