The IP Address (131.188.40.90) belongs to the network of the University
of Erlangen, the address resolves into fsi-server.informatik.uni-erlangen.de, hence the FSI
INF (Informatik is German for Computer Science). So guys, this is most likely a joke.
I think the US government is concerned that the new non-American owner could silently change the source code and hide backdoors in it. Of course, America is as paranoid as usal.
In this case the search queries were gathered from the client's browser history which has nothing to do with Google itself and is perfectly fine imo.
But what if the accused had a Google Personal account and the police convinced Google to hand over the search history? Would there be no privacy at all, since even deleting your browser's cache/history wouldn't delete the one on the Google servers.
Re:How do you do a character literal?
on
Vim 6.4 Released
·
· Score: 1
Or enter a macro which includes inserts I need to esc from?
You mean qaisome txet here<ESC>bbcwtext<ESC>q?
You can exec this macro via @a.
However, I don't recommend using the target attribute, since it breaks the browser's back button. If you really want to use popups, then design it to work without JavaScript too:
The IP Address (131.188.40.90) belongs to the network of the University of Erlangen, the address resolves into fsi-server.informatik.uni-erlangen.de, hence the FSI INF (Informatik is German for Computer Science). So guys, this is most likely a joke.
Try the following commands:
be sure to keep the old one as an option for conservative users :).
I think the US government is concerned that the new non-American owner could silently change the source code and hide backdoors in it. Of course, America is as paranoid as usal.
In this case the search queries were gathered from the client's browser history which has nothing to do with Google itself and is perfectly fine imo.
But what if the accused had a Google Personal account and the police convinced Google to hand over the search history? Would there be no privacy at all, since even deleting your browser's cache/history wouldn't delete the one on the Google servers.
You mean qaisome txet here<ESC>bbcwtext<ESC>q? You can exec this macro via @a.
Of course, this is JavaScript, but please read my comment completely, because there's a too at the end.
What I wanted to say ist that the link indeed uses JavaScript, but also will work if the browser doesn't support JS.
That's the reason why XHTML is modularized. You can easily load the target module that adds the possibility to use the target attribute for links.
Here is an example of a customized Doctype: http://www.juicystudio.com/tutorial/xhtml/module.a sp#target
However, I don't recommend using the target attribute, since it breaks the browser's back button. If you really want to use popups, then design it to work without JavaScript too:
Such a link also allows you to open the link in a new window/tab manually without problems.