Zum Inhalt springen

Forum

PHPWelt.net Blog - Ein weiteres tolles WordPress-Blog


Google Smart Map – Wordpress Plugin

Mehr Infos und Download: http://wordpress.org/extend/plugins/smart-map/
Howto
[googleMap]Width|Height|Zoom|control Type|show Type|Location info|Descripton[/googleMap]

Width: size in pixel
Heigth: size in pixel
Zoom: 0 = World …. 15 Street Zommlevel
control Type: 0 dont show the zoomcontroll, 1 show it
show Type: 1= show the buttons to change to the satelite,0=dont show it
Location info: your location info for example: Wall Street, New York
Descripton: your description of this point… for example: The New York Stock Exchange

Please use new version: here


Wordpress 2.6.2 ist erschienen – Kritisches Update

Gestern wurde für die Blogsoftware Wordpress eine Sicherheitsupdate herausgebracht. Das gefundene Sicherheitsleck gefährdet sind vor allem Blogs, welche eine offene Registrierung anbieten.

Durch Schwächen der Funktion mt_rand(), mit der das neue Passwort generiert wird, ist das eigentlich zufällig gesetzte Passwort voraussagbar.

Mehr via http://www.golem.de/0809/62286.html


ereg Funktion in Javascript

var Aussage = "Hallo mein Name ist Ed";
var Suche = Aussage.search(/ist.+/);
if (Suche != -1) alert("gefunden");

PHP: Aktuelle URL ausgeben

per:

$uri = $_SERVER['REQUEST_URI'];

Chrome – „surfing“ with Google

Tomorrow it is ready now, Google released its first own browser, and is therefore in direct competition with Internet Explorer, Firefox, Opera and Safari.

The browser is based on the Webkit rendering engine, which is also used in Apple’s Safari. Furthermore, is added a VM for Javascript, which was developed by the Danish company V8. This benefit has been specifically optimized for VM Mulitcore processors, so the javascript applications of modern architecture.

As usual with Google, we will first see only a beta version for Windows. Of versions for MacOS and Linux but worked.

Download via: http://www.google.com/chrome/


PHP Script local testen

Um PHP Scripte local auf seinem Rechner zu testen, empfehle ich: www.uniformserver.com

Es ist keinerlei installation notwendig und es bringt neben einem Apache Webserver, auch PHP und Mysql mit. Perl sollte auch dabei sein, habe ich aber noch nicht probiert :-)