tool - create php classes from a soap wsdl
Since i am working with a lot of soap services right now i searched for a tool that generates the soap classes for me. Thankts to propel and its "schema.xml" i am getting really lazy for doing such a task by hand .
Fortunately, the internet is still a place where everything can be found, so the search engine of my choice scores and found the wsdl2phpgenerator provided by walle.
Simple WSDL to PHP classes converter. Takes a wsdl file and outputs class files ready to use.Uses the MIT licence (http://www.opensource.org/licenses/mit-license.php)
Usage executable: ./wsdl2php -i input.wsdl -o /tmp/my/directory/wsdl
Just add -v to use the verbose mode and -n my\namespace to add a preferred namespace.
web - Neues Google Such Algorithmus Update betrifft 3% der deutschen Suchanfragen
Google macht ernst und geht so intensiv gegen SEO Spam Methoden vor, wie seit langem nicht mehr und versetzt damit die SEO Szene in Aufruhr. Bereits in den letzten Wochen und Monaten gab es erste Anzeichen für einen weiteren Schlag gegen Website Betreiber, die die Google Richtlinien missachten nach dem Panda Update aus dem Herbst 2011. [...]Quelle
Klingt alles sehr verlockend. Besonders das google versuchen möchte dem großen Linkbuliding entgegen zu wirken klingt erst einmal gut. Aber letztendlich wird sich auch diese Industrie stetig selbst am Leben erhalten .
tool - vi moving arround
Apanding to the simple editing post i would like to add this time some hints for moving arround
- ctrl+F - scroll forward one screen
- ctrl+B - scroll backward one screen
- ctrl+D - scroll forward half a screen
- ctrl+U - scroll backward half a screen
- H - move to the home/top line of the screen
- M - move to the middle of the screen
- L - move to the last line of the screen
- + - move to the first character of the next line
- - - move to the first character of the previous line
- ? - search backward
- N - step search backward