Google+ não publica nada

Quando tento publicar alguma coisa no Google+ o firefox simplesmente não responde aos meus cliques, gostaria de saber se vocês podem me ajudar.
Aguardo retorno

Isso acontece só no site do google + ou em outros também?

Similar Messages

  • Google's New Public DSN

    Today Google launched its own Public DNS - Domain Name System.
    For more information:
    http://code.google.com/speed/public-dns/docs/using.html

    I see no benefit in using either. Both are clunky....... and I find them to be slower than my IP DNS server. If you find (which I dough) that you need to use a DNS server other than the one you are provided by your IP, you should shop around for another provider. If a provider can't keep a DNS server running properly they have other problems too.

  • Problem in code with Google Translate

    hi
    i have Problem in code with Google Translate
    Imports Google.API.Translate.Language
    Imports Google.API.Translate
    Public Class Form1
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    Dim text As String = "hello"
    Dim tr As New TranslateClient("https://translate.google.com")
    Dim xx As String = tr.Translate(text, Language.English, Language.French, Google.API.Translate.TranslateFormat.Text)
    MsgBox(xx)
    End Sub
    End Class
    All things good but it shows an error in the second line

    For assistance with Google API's contact Google.
    La vida loca

  • Does Google Pubilic DNS block Spamhaus RDNSBL queries?

    Our ISP here in Northwest Arizona is CableONE.  We noticed late last year some problems with some of their DNS resolving servers and decided to cut over, as whole, to using Google's Public DNS servers (8.8.8.8 and 8.8.4.4 respectively).  We didn’t realize this at the time of the cutover (11/11/2010), but this had the effect of killing our ability to use Spamhaus for RDNSBL-based rejection of incoming spam.
    We specifically use zen.spamhaus.org and bl.spamcop.net for RDNSBL spam rejection (as set in Server Admin under “Mail > Settings > Relay > Use these junk mail rejection servers (real-time blacklist)”.  Both of these servers had been working well for years, but after the cutover to GoogleDNS we found that Zen wasn’t blocking any spam any more, and there was a corresponding tenfold jump in the amount of rejections triggered by SpamCop.  This makes sense since SpamCop was now taking up the slack for the other service.  We didn't realize this in November 2010, but only now as we retroactively searched the mail server logs from last year.
    This issue can be demonstrated using the shell commands below.  The bottom line is that through Google's two public DNS servers, the Spamhaus queries *never* show the host as listed, whereas on the four CableONE DNS resolvers they *always* show proper results.  There could also be timing issue having to do with how long it takes older RDNSBL queries to time out.  I wonder if anyone can confirm these results; if not we may be dealing with a local DNS cache poisoning in Google’s public DNS servers, but I can’t imagine that this problem has persisted for a whole five months!!  What I suspect is the case is that Google has a policy where RDNSBL is not supported (or properly handled) on their public DNS servers.
    Comments?  Thoughts?  …I’d be interested if anyone else has this problem.  It’s purely a DNS issue, not specific to OS X Server, but it would obviously affect all flavors of OS X Server, not just SL server 10.6.x.
    Here's a shell session illustrating the situation.  I’m testing using the address 186.136.114.186, which is an address currently blocked by SpamCop, and the XBL listing on Spamhaus (and also the SBL-XBL and ZEN composite lists as a result).  I apologize if this a host you’re responsible for, I’m just choosing this host as an example to test against.  You can contact SpamCop and Spamhaus to find out why you're being blacklisted; that is outside of what I'm concerned about.
    bert-sierras-imac:~ bert$ test=186.114.136.186
    bert-sierras-imac:~ bert$ hosts='bl.spamcop.net sbl.spamhaus.org pbl.spamhaus.org xbl.spamhaus.org sbl-xbl.spamhaus.org zen.spamhaus.org'
    bert-sierras-imac:~ bert$ dns='8.8.8.8 8.8.4.4 24.116.0.201 24.116.0.202 ns1.cableone.net ns2.cableone.net'
    bert-sierras-imac:~ bert$ for d in $dns; do echo; echo ====== DNS = $d =======;     for h in $hosts; do host $test.$h $d; done; done
    ====== DNS = 8.8.8.8 =======
    Using domain server:
    Name: 8.8.8.8
    Address: 8.8.8.8#53
    Aliases:
    186.114.136.186.bl.spamcop.net has address 127.0.0.2
    Using domain server:
    Name: 8.8.8.8
    Address: 8.8.8.8#53
    Aliases:
    Host 186.114.136.186.sbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 8.8.8.8
    Address: 8.8.8.8#53
    Aliases:
    Host 186.114.136.186.pbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 8.8.8.8
    Address: 8.8.8.8#53
    Aliases:
    Host 186.114.136.186.xbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 8.8.8.8
    Address: 8.8.8.8#53
    Aliases:
    Host 186.114.136.186.sbl-xbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 8.8.8.8
    Address: 8.8.8.8#53
    Aliases:
    Host 186.114.136.186.zen.spamhaus.org not found: 3(NXDOMAIN)
    ====== DNS = 8.8.4.4 =======
    Using domain server:
    Name: 8.8.4.4
    Address: 8.8.4.4#53
    Aliases:
    186.114.136.186.bl.spamcop.net has address 127.0.0.2
    Using domain server:
    Name: 8.8.4.4
    Address: 8.8.4.4#53
    Aliases:
    Host 186.114.136.186.sbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 8.8.4.4
    Address: 8.8.4.4#53
    Aliases:
    Host 186.114.136.186.pbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 8.8.4.4
    Address: 8.8.4.4#53
    Aliases:
    Host 186.114.136.186.xbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 8.8.4.4
    Address: 8.8.4.4#53
    Aliases:
    Host 186.114.136.186.sbl-xbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 8.8.4.4
    Address: 8.8.4.4#53
    Aliases:
    Host 186.114.136.186.zen.spamhaus.org not found: 3(NXDOMAIN)
    ====== DNS = 24.116.0.201 =======
    Using domain server:
    Name: 24.116.0.201
    Address: 24.116.0.201#53
    Aliases:
    186.114.136.186.bl.spamcop.net has address 127.0.0.2
    Using domain server:
    Name: 24.116.0.201
    Address: 24.116.0.201#53
    Aliases:
    Host 186.114.136.186.sbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 24.116.0.201
    Address: 24.116.0.201#53
    Aliases:
    Host 186.114.136.186.pbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 24.116.0.201
    Address: 24.116.0.201#53
    Aliases:
    186.114.136.186.xbl.spamhaus.org has address 127.0.0.4
    Using domain server:
    Name: 24.116.0.201
    Address: 24.116.0.201#53
    Aliases:
    186.114.136.186.sbl-xbl.spamhaus.org has address 127.0.0.4
    Using domain server:
    Name: 24.116.0.201
    Address: 24.116.0.201#53
    Aliases:
    186.114.136.186.zen.spamhaus.org has address 127.0.0.4
    ====== DNS = 24.116.0.202 =======
    Using domain server:
    Name: 24.116.0.202
    Address: 24.116.0.202#53
    Aliases:
    186.114.136.186.bl.spamcop.net has address 127.0.0.2
    Using domain server:
    Name: 24.116.0.202
    Address: 24.116.0.202#53
    Aliases:
    Host 186.114.136.186.sbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 24.116.0.202
    Address: 24.116.0.202#53
    Aliases:
    Host 186.114.136.186.pbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: 24.116.0.202
    Address: 24.116.0.202#53
    Aliases:
    186.114.136.186.xbl.spamhaus.org has address 127.0.0.4
    Using domain server:
    Name: 24.116.0.202
    Address: 24.116.0.202#53
    Aliases:
    186.114.136.186.sbl-xbl.spamhaus.org has address 127.0.0.4
    Using domain server:
    Name: 24.116.0.202
    Address: 24.116.0.202#53
    Aliases:
    186.114.136.186.zen.spamhaus.org has address 127.0.0.4
    ====== DNS = ns1.cableone.net =======
    Using domain server:
    Name: ns1.cableone.net
    Address: 24.116.0.206#53
    Aliases:
    186.114.136.186.bl.spamcop.net has address 127.0.0.2
    Using domain server:
    Name: ns1.cableone.net
    Address: 24.116.0.206#53
    Aliases:
    Host 186.114.136.186.sbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: ns1.cableone.net
    Address: 24.116.0.206#53
    Aliases:
    Host 186.114.136.186.pbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: ns1.cableone.net
    Address: 24.116.0.206#53
    Aliases:
    186.114.136.186.xbl.spamhaus.org has address 127.0.0.4
    Using domain server:
    Name: ns1.cableone.net
    Address: 24.116.0.206#53
    Aliases:
    186.114.136.186.sbl-xbl.spamhaus.org has address 127.0.0.4
    Using domain server:
    Name: ns1.cableone.net
    Address: 24.116.0.206#53
    Aliases:
    186.114.136.186.zen.spamhaus.org has address 127.0.0.4
    ====== DNS = ns2.cableone.net =======
    Using domain server:
    Name: ns2.cableone.net
    Address: 24.119.5.34#53
    Aliases:
    186.114.136.186.bl.spamcop.net has address 127.0.0.2
    Using domain server:
    Name: ns2.cableone.net
    Address: 24.119.5.34#53
    Aliases:
    Host 186.114.136.186.sbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: ns2.cableone.net
    Address: 24.119.5.34#53
    Aliases:
    Host 186.114.136.186.pbl.spamhaus.org not found: 3(NXDOMAIN)
    Using domain server:
    Name: ns2.cableone.net
    Address: 24.119.5.34#53
    Aliases:
    186.114.136.186.xbl.spamhaus.org has address 127.0.0.4
    Using domain server:
    Name: ns2.cableone.net
    Address: 24.119.5.34#53
    Aliases:
    186.114.136.186.sbl-xbl.spamhaus.org has address 127.0.0.4
    Using domain server:
    Name: ns2.cableone.net
    Address: 24.119.5.34#53
    Aliases:
    186.114.136.186.zen.spamhaus.org has address 127.0.0.4

    In digging further it seems this is a known issue.  It is not Google DNS that is banning RDNSBL queries to Spamhaus, but rather Spamhaus that does not want queries reaching it from Google's Public DNS servers.  For more info, see the following links:
         http://www.spamhaus.org/faq/answers.lasso?section=DNSBL%20Usage#261
         http://www.mail-archive.com/[email protected]/msg20322.html
         http://www.vistax64.com/sbs-server/263984-exchange-2003-google-dns-imf-connectio n-filtering-rbl-failures.html
    and again here
         http://us.generation-nt.com/answer/exchange-2003-google-dns-imf-connection-filte ring-rbl-failures-help-146139331.html?page=4
    Okay.... so that explains *why* this is happening.  Now I need to figure out what to do about it.
    I’m a bit relucant to switch my mail server to running DNS queries through CableONE because, as I mentioned, we have at least one major client of ours who’s servers aren’t listing properly on CableONE’s DNS resolvers.  We cut our enterprise over to Google Public DNS for that very reason.
    Is there a way to direct *just* the RDNSBL queries to work via CableONE resolvers, while leaving the general resolver settings (at /etc/resolv.conf) alone?  In other words, is there any syntax in Postfix that lets you choose which DNS servers resolve RDNSBL queries (aka RBL queries) without forcing you to choose those resolvers for other mail handling functions?
    Any help and comments would be appreciated.  Thank you in advance.
    Message was edited by: Bert Sierra

  • I want Safari 4 Public Beta back.

    I know the Beta version was for testing, but I liked my tabs on top of the window! I just ran Software Update, but shouldn't have installed the new version of Safari! It was fine (except I had to reach for the corner of each tab to drag, but I got used to it). I googled "Safari 4 Public Beta," but all the links referred me to the new version!
    Also, is it just me or does the new version load slower than the Beta version?

    Please refer to one of the other many,many,many threads on this same subject here in the forums. They will give you the download link and instructions to reinstall the beta, but do remember that you will do so at some risk, because Safari 4 has addressed over 50 security issues that were not in the beta release. Sometimes it is better to post you specific issues so other users can help you address them and get Safari 4 running as it should like it does for most of the other millions of users who downloaded it and are running it with no problems whatsoever (and so don't bother posting here in the ER.) Good luck
    Cheers

  • Google Analytics won't load

    Hi,
    Is it me or is the heavy Safari that is unable to load Google Analytics page?
    The browser is getting heavier every time it is updated... Very sad, will I have to go back to Firefox 2.0 like I did on my PC so much Safari became UNUSABLE!

    HI,
    Users are having problems accessing Google Analytics. First try Google DNS, help here with that.
    http://code.google.com/speed/public-dns/
    If that doesn't work for you, you can revert to a previous version of Safari if you like. Instructions here...
    http://appletoolbox.com/2010/06/downgrade-from-safari-5-0-to-safari-4-0-5/
    Carolyn

  • Websites like yahoo and google taking incredibly long to load

    Websites like yahoo and google taking incredibly long to load.

    Hi r_saha,
    Welcome to the Apple Support Communities! I understand that when using Safari some specific websites are slow to load. There could be a couple of different steps I would suggest to help you get this resolved. I suggest trig a different DNS service first; the steps can be found in the following article.
    Safari 5.0.1 or later: Slow or partial webpage loading, or webpage cannot be found
    http://support.apple.com/kb/ts3408
    Resolution
    Your DNS server(s) or your router may be affected by DNS prefetching in Safari 5.0.1 or later.
    First, try a different DNS service
    Try a different DNS service, such as one of the DNS services below. This will test to see if the root cause of your issue lies with your selected DNS servers.
    OpenDNS (http://www.opendns.com/)
    Google DNS (http://code.google.com/speed/public-dns/)
    Or, search the Internet for "Third-party DNS services" for more options and information
    For information about how to change DNS settings in Mac OS X, see Editing DNS and search domain settings.
    If the issue persists in Safari, return to your original DNS server settings if desired, then continue with the next section.
    I hope this helps,   
    -Joe

  • Google Group for Keynote

    I do some advanced work in Excel and often need advice, tips, etc. A dependable resource has been a Google group (microsoft.public.mac.office.excel). Does anyone know of a similar Google group for Keynote? This shouldn't be interpreted as a criticism of the value of this forum; I'm just looking for another resource.

    I do some advanced work in Excel and often need advice, tips, etc. A dependable resource has been a Google group (microsoft.public.mac.office.excel). Does anyone know of a similar Google group for Keynote? This shouldn't be interpreted as a criticism of the value of this forum; I'm just looking for another resource.

  • Phoshop CS3

    This is a multi-part message in MIME format.
    ------=_NextPart_000_00B9_01C85935.7A472200
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    Les paso una direcci=F3n por si les interesa bajarse unos
    tutoriales en =
    video de Photoshop CS3. Estar=E1n disponibles por 15 d=EDas.
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
    Para bajarlos entra en:
    http://www.dominaphotoshop.com/cs3/
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
    Aula Formativa
    P/Conde de los Gaitanes 19
    Alcobendas
    Madrid 28109
    Spain
    ------=_NextPart_000_00B9_01C85935.7A472200
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6000.16587"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DArial size=3D2>Les paso una
    direcci=F3n por si les =
    interesa=20
    bajarse unos tutoriales en video de Photoshop CS3.
    Estar=E1n =
    disponibles por=20
    15 d=EDas.</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV>
    <DIV><FONT face=3DArial size=3D2><FONT
    face=3D"Times New Roman"=20
    size=3D3>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR>Para
    bajarlos entra=20
    en:<BR><BR></FONT><A href=3D"
    http://www.dominaphotoshop.com/cs3/"><FONT=20
    face=3D"Times New Roman"=20
    size=3D3>
    http://www.dominaphotoshop.com/cs3/</FONT></A><BR><FONT=20
    face=3D"Times New Roman"=20
    size=3D3>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT><BR><FONT=20
    face=3D"Times New Roman" size=3D3>Aula
    Formativa<BR>P/Conde de los =
    Gaitanes=20
    19<BR>Alcobendas<BR>Madrid
    28109<BR>Spain</FONT><BR></FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2> </DIV></FONT></DIV></BODY></HTML>
    ------=_NextPart_000_00B9_01C85935.7A472200--

    This is a multi-part message in MIME format.
    ------=_NextPart_000_006F_01C859ED.6EDFC8A0
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    La verdad que la fusi=F3n de im=E1genes y el punto de fuga me
    =
    sorprendieron tanto, que me pas=F3 como en los viejos dibujos
    animados, =
    se me cay=F3 la mand=EDbula sobre el teclado. :-)
    "Juan Muro" <[email protected]> escribi=F3 en el
    mensaje =
    news:[email protected]...
    Ya existen muchos tutoriales buenos de Photoshop CS3,
    se=F1al de que =
    la comunidad de usuarios del programa es enorme, pero
    tambi=E9n de que =
    incorpora novedades excelentes. Ya dije en su d=EDa que para
    m=ED una de =
    las sorpresas m=E1s inesperadas del programa es la gran
    cantidad de =
    nuevas funcionalidades a=F1adidas a petici=F3n de la
    comunidad m=E9dica, =
    pero claro, siempre que hablemos de Photoshop CS3 EXTENDED y
    de la muy =
    reciente versi=F3n 10.0.1 (que ya ha salido un parche).
    Por citar solo una novedad impresionante, la de fusionar
    capas, (de la =
    que hablamos en el foro hace poco tiempo seg=FAn un par de =
    procedimientos que se contrastaron), ahora lo hace de manera
    =
    autom=E1tica desde el comando Editar/Fusionar capas, simepre
    desde la =
    Extended, que el simple Photoshop CS3 es una mejora solo
    discreta del =
    CS2.
    Pero sin duda quiz=E1 la parte del le=F3n deber=E1
    llev=E1rsela el =
    trabajo con objetos 3D del que existen videotutoriales de
    Dani Granatta =
    en la web de Adobe, fr=E1ncamente excelente a pesar del
    vertiginoso =
    ritmo de desarrollo que mantienen los grandes programas de
    3D, como Max, =
    que ya va por la versi=F3n 10 del programa (la 8 en
    castellano), o Maya, =
    con sus nuevos adl=E1teres y que hacen muy dif=EDcil que
    otros grupos de =
    programadores puedan acercarse a sus calidades. Sin embargo
    Google, con =
    su Scketchup ha introducido toda una revolucionaria nueva
    manera de =
    modelar y texturizar para profanos, en los que los grandes
    programas de =
    3D deber=E1n fijarse. Google no tiene nada que hacer de
    momento frente a =
    ellos por el engorroso tema de la gesti=F3n de memoria que
    necesitan los =
    motores 3D, pero sus ideas son muy frescas.
    Salu2
    `8=AC}
    Juan Muro
    "BIGOTE" <[email protected]> escribi=F3 en
    el mensaje de =
    noticias news:[email protected]...
    Les paso una direcci=F3n por si les interesa bajarse unos
    tutoriales =
    en video de Photoshop CS3. Estar=E1n disponibles por 15
    d=EDas.
    =
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
    Para bajarlos entra en:
    http://www.dominaphotoshop.com/cs3/
    =
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
    Aula Formativa
    P/Conde de los Gaitanes 19
    Alcobendas
    Madrid 28109
    Spain
    ------=_NextPart_000_006F_01C859ED.6EDFC8A0
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6000.16587"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DArial size=3D2>La verdad
    que </FONT><FONT =
    face=3DArial=20
    size=3D2>la fusi=F3n de im=E1genes y el punto de fuga me
    sorprendieron =
    tanto, que me=20
    pas=F3 como en los viejos dibujos animados, se me cay=F3 la
    mand=EDbula =
    sobre el=20
    teclado. :-)</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <BLOCKQUOTE dir=3Dltr=20
    style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT:
    5px; =
    BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV>"Juan Muro" &lt;<A=20
    href=3D"mailto:[email protected]">[email protected]</A>&gt;
    =
    escribi=F3 en el=20
    mensaje <A=20
    =
    href=3D"news:[email protected]">news:fmqnf4$lme$1@forums=
    .macromedia.com</A>...</DIV>
    <DIV><FONT face=3DArial size=3D2>Ya existen
    muchos tutoriales buenos =
    de Photoshop=20
    CS3, se=F1al de que la comunidad de usuarios del programa es
    enorme, =
    pero=20
    tambi=E9n de que incorpora novedades excelentes. Ya dije en
    su d=EDa =
    que para m=ED=20
    una de las sorpresas m=E1s inesperadas del programa es la
    gran =
    cantidad de=20
    nuevas funcionalidades a=F1adidas a petici=F3n de la
    comunidad =
    m=E9dica, pero claro,=20
    siempre que hablemos de Photoshop CS3 EXTENDED y de la muy
    reciente =
    versi=F3n=20
    10.0.1 (que ya ha salido un
    parche).</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>Por citar
    solo una novedad =
    impresionante, la=20
    de fusionar capas, (de la que hablamos en el foro hace poco
    tiempo =
    seg=FAn un=20
    par de procedimientos que se contrastaron), ahora lo hace de
    manera =
    autom=E1tica=20
    desde el comando Editar/Fusionar capas, simepre desde la
    Extended, que =
    el=20
    simple Photoshop CS3 es una mejora solo discreta del
    CS2.</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>Pero sin duda
    quiz=E1 la parte del =
    le=F3n deber=E1=20
    llev=E1rsela el trabajo con objetos 3D del que existen
    videotutoriales =
    de Dani=20
    Granatta en la web de Adobe, fr=E1ncamente excelente a pesar
    del =
    vertiginoso=20
    ritmo de desarrollo que mantienen los grandes programas de
    3D, como =
    Max, que=20
    ya va por la versi=F3n 10 del programa (la 8 en castellano),
    o Maya, =
    con sus=20
    nuevos adl=E1teres y que hacen muy dif=EDcil que otros
    grupos de =
    programadores=20
    puedan acercarse a sus calidades. Sin embargo Google, con su
    Scketchup =
    ha=20
    introducido toda una revolucionaria nueva manera de modelar
    y =
    texturizar para=20
    profanos, en los que los grandes programas de 3D deber=E1n
    fijarse. =
    Google no=20
    tiene nada que hacer de momento frente a ellos por el
    engorroso tema =
    de la=20
    gesti=F3n de memoria que necesitan los motores 3D, pero sus
    ideas son =
    muy=20
    frescas.</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2>Salu2</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2>`8=AC}</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>Juan
    Muro</FONT></DIV>
    <BLOCKQUOTE dir=3Dltr=20
    style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT:
    5px; =
    BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV>"BIGOTE" &lt;<A=20
    =
    href=3D"mailto:[email protected]">[email protected]</=
    A>&gt;=20
    escribi=F3 en el mensaje de noticias <A=20
    =
    href=3D"news:[email protected]">news:fmod8k$8mf$1@forums=
    .macromedia.com</A>...</DIV>
    <DIV><FONT face=3DArial size=3D2>Les paso una
    direcci=F3n por si les =
    interesa=20
    bajarse unos tutoriales en video de Photoshop CS3.
    Estar=E1n =
    disponibles=20
    por 15 d=EDas.</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV>
    <DIV><FONT face=3DArial size=3D2><FONT
    face=3D"Times New Roman"=20
    =
    size=3D3>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR>Para
    bajarlos entra=20
    en:<BR><BR></FONT><A =
    href=3D"
    http://www.dominaphotoshop.com/cs3/"><FONT=20
    face=3D"Times New Roman"=20
    size=3D3>
    http://www.dominaphotoshop.com/cs3/</FONT></A><BR><FONT=20
    face=3D"Times New Roman"=20
    =
    size=3D3>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT><BR><FONT=20
    face=3D"Times New Roman" size=3D3>Aula
    Formativa<BR>P/Conde de los =
    Gaitanes=20
    19<BR>Alcobendas<BR>Madrid
    28109<BR>Spain</FONT><BR></FONT></DIV>
    <DIV><FONT face=3DArial=20
    size=3D2> </DIV></FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML=
    >
    ------=_NextPart_000_006F_01C859ED.6EDFC8A0--

  • How can I sign an app made with PhoneGap Build?

    HI,
    I have set up the PhoneGap Build service and created an account so I can make an app and upload it to my mobile phone.
    Now I have reached the point where I would like to sign it and upload it to Google Play.
    I have a developer account and I have filled in all data, made screenshots and icons and description for the app etc.
    When I try to upload it to Google play it says "Upload failed..." and that I need to disable debugging.
    I have tried to find information about how to do this and I have installed the SDK packet and even successfully set up the path in the Settings for PhoneGap Build without any protests..
    Now what?
    I have read trhe documentation on how to make a private key with keytool using the cmd in windows an the key has been uploaded to my account on the phonegap build site.
    Now according to the doc in phonegap build this key should be used signing the app that I made in dreamweaver. So I recreated the app in Dreamweaver and downloaded it and then tried to upload it on Google Play.
    Still the same problem that the app is in debug mode. This means that phone gap build is not doing it's job as it should or maybe that my key is not working.
    So my question first is, how can I see if the key is properly generated with keytool?
    My next step is to manually sign the app.apk file with the jarsigner tool so I tried to do this accordingly to the sample in the android documentation.
    This a screenshot of my attempt and the error-message in the command line:
    It feels like I have done everything by the book but still my app is not signed and not valid to upload to Google Play for public download.
    Please give me some assistance in how to create this last little but so hard step.
    Thanks!
    Micke
    Message was edited by: MickeBergman

    I got it solved...
    If anyone else has done the same mistake as I did then have a look here.
    You just have to create the key with keytool using the command line (cmd.exe)
    Here is the guide how to do it (scroll down to "1. Obtain a suitable private key")
    Use the example, it works fine.
    Then upload it to your PhoneGap Build account by logging in to build.phonegap.com
    Then under your account settings upload the yourkey.keystore file and unlock it.
    Then under Apps click your uploaded App title to come into the details of the app.
    Then (and this is what I missed and therefore didn't get it signed and released) choose the key you uploaded from the fold down menu at the right hanbd of the android logo
    Then click Rebuild and when it's done rebuilding you simply download it and it will have a YourApp-release added to the file name and you're set!
    Pheeeww this was a horrifying experience and yet so simple solution... strange noone else has experienced this before me.
    At the end I have to really salute Dreamweaver who has made such a great tool to easily make your own apps.

  • Spool List from MRP RUN

    hi,
    After i run MRP for a Plant , in the spool list i get a list of materials for which MRP has run.
    There is another coulmn with heading Selection group, under which nos 1 to 8 are listed.
    against each material some nos are displayed.
    I am attaching the screenshot of the spool list.
    Please refer to Link: [http://picasaweb.google.com/lyrojgeorge/Public#5315125239632521186]
    Can someone explain what these nos relate to.
    thanks in advance
    regards
    lyroj

    Hi,
    The details are the exception messages against the Materials.
    Check in MD05 & MD06.
    Best Regards,
    Siva

  • Album artwork not displaying on iPhone 5 iOS 6.0.2

    I recently took the plunge from Android and got myself an iPhone 5. One thing that's driving me nuts is album artwork in my music library. I have two problems
    not all albums will display artwork on the phone despite being present in iTunes and WMP/Media Monkey.
    when artwork is displayed on phone, when music is playing the wrong artwork is then displayed.
    I've tried different ways of synching, auto and manual. I have also tried replacing the artwork in 'Get Info' (time-consuming and tedious when artwork is already there). Sometimes it works and sometimes it doesn't. Frustratingly, if I am successful one day, the next time I synch I am back to square one with no artwork.
    I wouldn't use iTunes if I didn't have to...I had none of these issues with Android/Creative.
    I am using a Windows 7 laptop, iPhone 5, IOS 6.0.2, iTunes for Windows 11.0.1.12. The issue has been present since day one getting this phone.
    Does anyone have any tips, ideas or similar experience of this issue?

    You could try activating it while connected to a different wifi network.  You could also see if your router has a firmware update available and changing your router's settings to use Google's public DNS to see if that helps (see https://developers.google.com/speed/public-dns/docs/using).

  • I have disabled all Kaspersky security, windows firewall and windows defender and Itunes still will not update my Ipod touch 4th gen to IOS 5, Helppppp!

    I can't get the IOS 5 to work for windows Vista.  I'm running kaspersky pure 2.0, windows firewall and windows defender.  I have turned them all off, I then attach my Ipod 4th gen and I get the "cannot connect to itunes update server".  I ran diagnostics in itunes and it tells me I dont have a internet connection.  I'm on the internet right now, and I DO have a internet connection, but it tells me Itunes says otherwise.  I'm able to send this message on the same pc with internet connection but keep running into this error.  I have now read discussiong boards through apple and disabled all my firewalls, still no luck.  I was able to update the lates version of itunes, and just waiting to get my ipod updated now, please help me.

    On the computer you should be able to go to the network properites. Go to the TCP part and unchec the line that says obtaind DNS automatically and check the one that says use the following. Add the 8.8.8.8 and Google other 8.8.4.4.
    For more info see:
    https://developers.google.com/speed/public-dns/

  • My iPhone 5 won't backup on iCloud

    I currently use an iPhone 5 but I've recently purchased an iPhone 6. I've been attempting to set up the iPhone 6, but my first issue was that the software on the 6 wasn't up to date, so I had to set up the phone as 'New' before I could proceed. Having done that, I then attempted to restore a backup on my new phone, from my old one. However, the backup is quite outdated and doesn't include my latest documents and photos. I then attempted to do this via my PC, but with no results, oddly. Literally nothing was restored unto my new phone. Unfortunately, ever since updating to iOS 8, I've been unable to backup my phone on iCloud. I constantly get unreasonable estimates of time the process will take, before I get an error message notifying me that the backup could not complete, even though there clearly is adequate storage space on my iCloud account. I have however, been able to backup my phone to my PC, but none of my photos or apps actually backed up. I've read a ton of threads and posts on this site and other forums, but in practice, all have my attempts have been to no avail. There seems to be no real solution to my problem and I've tried everything that has been suggested by Apple and others. Everything on my phones seems to be in order, as far as I'm aware. Before the update, my phone used to backup automatically, when connected to my wi-fi and the cable, with no problem whatsoever. I'm not confidently suggesting that the cause or issue is the new iOS version, but the problem did start closely after. I would utterly appreciate it if anyone could provide a viable and effective solution, please. I'm really desperate. I really don't want to rely on my old backup or have to manually move everything from one device to the next. Please help!

    An inability to back up to iCloud may be caused by a corrupt existing backup that needs to be deleted, or by data on your device that is causing the backup to fail.  To troubleshoot these, try deleting your last iCloud backup (if you have one) by going to Settings>iCloud>Storage>Manage Storage, tap your device under Backups, then tap Delete Backup and choose Turn Off & Delete at the prompt.  Then go to Settings>iCloud>Backup and turn iCloud Backup back on and try backing up again.
    If it still won't back up, you may have an app or something in your camera roll that is causing the backup to fail.  To locate which one, go to Settings>iCloud>Storage>Manage Storage, tap the name of your device under Backups, under Backup Options tap Show All Apps, then turn them all to Off (including camera roll) and try backing up again.  If the backup is successful, then the camera roll and/or one of your apps is causing the backup to fail and you'll have to located by process of elimination. Turn the camera roll On and try backing up again.  If it succeeds, turn some of your apps to On and try backing up again.  If it succeeds again, turn some more apps to On then try again; repeat this process until it fails.  Eventually you'll be able to locate the problem app and exclude it from your backup.
    It may also be caused by network connectivity issues with the iCloud server.  Solutions to that include power-cycling your wireless router (unplugging it for 15 seconds, then plugging it back in), resetting network settings on your phone (in Settings>General>Reset), updating the firmware on your router, and changing the router's DNS settings to use Google's public DNS (see https://developers.google.com/speed/public-dns/docs/using) or set it in your iOS wifi settings and restart the device so the take effect (see http://osxdaily.com/2014/08/08/change-dns-settings-ios/).
    I'm not sure why you're having problems backing it up to your computer using iTunes.  The backup should include your app data and camera roll photos.  Other photos, such as photo stream photos, would need to be saved to the camera roll prior to backing up in order to be included.  The apps themselves are saved to your iTunes library and are synced to your phone when you restore the backup.  To back up your phone and transfer your apps and other purchased media to your iTunes library, connect the phone to your computer, launch iTunes, then go to File>Devices>Back Up, and agree to back up apps and transfer purchases if prompted (or force it by going to File>Devices>Transfer Purchases).

  • Slow network while running Archlinux

    Hi there,
    Recently (and, that's the weirdest part, recently only) the network have been really slow. From what I see when I'm running Windows, I assume I actually only get a fraction of the speed I should get when I'm running ArchLinux.
    For instance, when I'm alone at home, I have an acceptable connection with ArchLinux (though I still can't play online games : too much lag. I have to boot on Windows for that).
    And when some roommates are here, I have an utterly slow connection which makes it barely possible to load a page from ArchLinux's wiki (though I can do it with Windows with no problem, and can still play online games with a bit of lag).
    It's been lasting for the past three months, so I'm pretty sure it's no coincidence : there's something wrong.
    I've been reading some pieces of the wiki and tried to find what's wrong with my configuration. I did find that the hostname from the rc.conf and hosts files were different, but changing that didn't solve the network problem.
    Here is my configuration :
    /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK=""
    TIMEZONE="Europe/Madrid"
    KEYMAP="es"
    CONSOLEFONT="iso01-12x22"
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="localhost"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(hwclock @syslog-ng dbus !network networkmanager dhcpd ifplugd netfs @crond @sshd)
    /etc/resolv.conf
    # Generated by NetworkManager
    nameserver 62.42.230.24
    nameserver 62.42.63.52
    /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost.localdomain localhost
    # End of file
    I tried commenting either of the DNS servers, without any changes.
    I also tried with two different network daemons, NetworkManager and Wicd.
    Is there something wrong with my configuration ? Is there something I can do to find out where does this problem may come from ?

    Re-read this section on rc.conf and also cross-refer with the various items such as netcfg, as well as taking note of the single network approach and what you should do in #2 re: network daemon vs. your config with networkmanager:
    https://wiki.archlinux.org/index.php/Rc.conf#Networking
    Take a look at pdnsd as an alternative way to configure DNS lookups, also check out OpenDNS and Google's DNS as potential alternative nameservers so that you don't rely on your ISP's services.
    https://wiki.archlinux.org/index.php/Pdnsd
    http://www.opendns.com/
    http://code.google.com/speed/public-dns/
    Let us know if that makes it better.
    NB: The DNS bit is an alternative approach that does not necessarily solve your issues though might be a desirable configuration.

Maybe you are looking for

  • Active directory problem ?

    i have installed a brad new Xserver Intel Xenon dual core with 10.4.8, and i have manged to get the computer connected to our windows 2000 AD it´s on a windows 2003 server but the ad is in 2000 mode, and kerberized it, and the server is a domain memb

  • Strange line appearing on my home page

    I keep having a strange rectangular line appearing on just my home page below the banner. How can I fix this?

  • Threads getting stuck in reflection

    Hi, during our nightly performance tests some weblogic instances start responding very slowly. The reason seems to be in many threads getting stuck doing reflection. The top of the stacktrace looks like this: ####<03.06.2013 21:49 Uhr MST> <Error> <W

  • No javaw in jrockit-jdk1.6.0_33-R28.2.4-4.1.0

    Hi i am trying to use the jrockit jvm for my eclipse. The documentations tells me that i have to point to javaw as the jvm in the eclipse.ini file. I have installed jrockit-jdk1.6.0_33-R28.2.4-4.1.0 and jrockit-jdk1.6.0_37-R28.2.5-4.1.0 on my oracle

  • Shopping cart Purchasing group determination

    Hi All, I have created Org structure like this Backend pur.organsiation> purchasing group(Back end)>buyer1 department1-->user1 Buyer1 is responsible for department1 When user1 is creating shopping cart , I found in shopping cart purchasing group fiel