From the category archives:

Tips & Tricks

Manage WordPress User Roles: Contributor

3 März 2011

The more I outsource content writing, the more it gets annoying to upload and publish the articles on my sites. Therefore I recently started to give my writers (virtual assistants) access to my sites which are all based on WordPress. While WordPress already comes with different user roles out-of-the-box, it was necessary to make some [...]

Read the full article →

Term Extraction: How to extract Keywords from Text

9 Februar 2011

A common issue I have come across in the past is that I need to extract a set of keywords from a web page or article. After having checked on OpenCalais and Alchemy I stumbled upon YQL (Yahoo Query Language) from the Yahoo Developer Network. This is such an awesome service, it’s a shame it [...]

Read the full article →

Regex Cheat Sheet

6 Februar 2011

Source: AddedBytes.com

Read the full article →

10 must-have Firefox Plugins

19 März 2009

Folgende kostenlosen Firefox Plug-Ins gehören in das Arsenal eines jeden Internet Marketeers oder SEOs: Greasemonkey erweitert Webseiten um Funktionen, behebt Fehler in der Darstellung, bindet Inhalte anderer Webseiten ein und erledigt wiederkehrende Aufgaben automatisch. Für Greasemonkey existieren so nützliche Scripts wie Google Account Multi Login, Rapidshare Helper, Youtube Video Downloader uvm. Die Skriptdatenbank findet man [...]

Read the full article →

Mit HTML/PHP Editor auf SFTP verbinden

26 November 2008

PSPad und HTML-Kit, die HTML/PHP Editoren meiner Wahl, unterstützen beide direkten Zugriff auf Files via FTP, jedoch nicht auf Verzeichnisse und Dateien, die nur via SFTP erreichbar sind. Kommerzielle Editoren wie Dreamweaver haben dieses Feature dagegen. Über einen kleinen Umweg kann man jedoch auch vom FTP-fähigen Texteditor auf SFTP Verzeichnisse verbinden. Dazu lädt man sich [...]

Read the full article →

Google hack to spy on affiliates using prosper202

25 November 2008

Not much words needed here: allinurl:”tracking202/redirect” This query will find domains with prosper202 installed on it. So better hide your links from GoogleBot! PS: In case you don’t know what a google hack is (quote from here): Google hacking is the term used when a hacker tries to find exploitable targets and sensitive data by [...]

Read the full article →

Redirect Feed to Feedburner with .htaccess

11 Juni 2008

um bei der umstellung auf feedburner die bestehenden feed-abonennten nicht zu vergraulen, ist das umleiten von wordpress feeds per .htaccess RewriteRule die eleganteste lösung. einzufügen in der .htaccess nach dem wordpress teil: # BEGIN WordPress … # END WordPress RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(feed|wp-atom|wp-feed|wp-rss|wp-rdf|wp-commentsrss)(.+)\ HTTP/ [NC,OR] RewriteCond %{QUERY_STRING} ^feed [NC] RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC] RewriteRule .* [...]

Read the full article →