
This WordPress plugin displays a weather widget using the unofficial Google weather API. It also supports short codes to include it in posts/pages.
- Version: 0.5
- Last Updated: 2010-8-12
- Compatible up to: 3.0.1
Features
- show today’s weather
- show weather forecast for next 3 days
- specifiy output language
- choose between Celsius or Fahrenheit
- comes with predefined CSS style
- valid XHTML output
Did you ever wonder about URLs containing parameters like this: domain.tld/page.html&L=1print=1print=1print=1print= and so on. It would also be possible to abuse it for spam like this: domain.tld/page.html&L=1_buy-viagra-at_www.viagra-spam.url
A couple days ago I had my first experience with Apache Ant. If you have never heard of it before you should definitely check it out. Apache Ant is a very simple JAVA-based build tool with xml-based configuration files for automation.
I wanted to automate the process of importing/exporting specific MySQL database tables.In the next step I wanted to update and commit the data to SVN. After a quick research I found the JAVA lib svntask which is based on SVNKit very useful.