6
05
2009
Akismet is the best Worpress plugin. At least from my point of view.
I resist using CAPTCHAs whenever I can to offer my visitors the best user-experience. Who likes to comment a post when you additionally have to decipher symbols on an image only to type them into a textbox?
For this reason I activated Akismet on all of my blogs. Now it quietly checks every comment and removes it, if it is detected as spam.
Read more…
1
09
2008
Recently SOAP kept shouting “Procedure ‘foo’ not present in …” at me.
I assumed the mistake in my WSDL file, since I knew the function “foo” existed.
If you get the “Procedure ‘foo’ not present”-error, too you either:
- forgot to add the procedure “foo” to your SOAP server implementation, or
- you are using a cached version of your WSDL file at the server side.
I discovered that sometimes a cached WSDL file is used, although you are using this code:
ini_set("soap.wsdl_cache_enabled", "0");
If you aren’t sure whether you are using a cached version or not, you can either
- reboot the server to clean the cache, or
- delete all files in /tmp/ starting with “wsdl-” (rm /tmp/wsdl-*)
If not a cached WSDL file is causing the problem, you should check if you really have a function “foo” in your implementation.
30
08
2008
Debugging SOAP in PHP can be really time intensive.
I found the best practice debugging SOAP is using a log file. I use this code to catch exceptions in the server implementation:
Read more…
6
08
2008
How do you get links from all over the blogosphere quickly?
You create a famous wordpress plugin and implement a backdoor to inject your own links.
Josh, from Josh Team and Eli, from Blue Hat SEO did this with his Wordpress plugin “PingCrawl“.
Read more…
24
06
2008
I found the following story somewhere on the Internet. I couldn’t find the original author, so I’m republishing it here for your entertainment. Enjoy!
Read more…
21
05
2008
When I’m tired I tend to cross read blog posts in my feedreader. This way I just found an interesting screencast in Chris Hartjes’ blog which I thought I should mention here: 6 Steps to a perfect deployment.
Read more…
19
05
2008
Don’t believe everything written in a fortune cookie!
Read more…
29
03
2008
I was really stunned when I discovered how cheap it is to send 10 million spam mails a day. You have to pay 600$ and get 10 Million spam-mails to their receivers. Imagine what you would make if one of 1000 receivers would buy your “cheap Viagra generic”. If you would only earn 1$ per sale you would make 9400$ in profit!
Read more…