WordPress plugin list
WordpressThis is just a small list of the plugin’s i use to make the wordpress experience much better. EasyTube: a plugin that allows you to easily insert youtube or google videos into your articles by using a sintax. GoogleAnalytics: this plugin inserts automatically the tracking code into every page of your blog. AdsenseManager: this plugin [...]
Adsense Manager plugin – problems after upgrading
WordpressIts been a while i don’t know maybe 2 weeks, since the message with upgrade to a newer version started to appear on my plugin’s page for the Adsense Manager plugin, but i didn’t rushed into upgrading. Today though i decided to remove that message and upgrade to its latest version. Now i regret a [...]
Securing WordPress
Apache, WordpressIm not gonna give you the full deal on securing wordpress, there are dozens of this tutorials out there just waiting to be read. I just want to point out a stage that no one should skip, its crucial to your wordpress integrity. Securing the wp-admin folder though very important its very easy to be [...]
Servage hacked: Exploit-Iframe (Trojan) Infection
Hacks, PHP, WordpressI found this infection on all the blogs i host at Servage, i dont know what caused it, i doubt its my fault because the infection was found in all index.php files trough my websites, and all index.php were writable only by the owner. So i think this might be a hack on Servage’s servers [...]
IE8 compatibility header tag
Wordpress, xHTMLUsing a simple meta declaration, we can specify the rendering engine we would like IE8 to use. For example, inserting this: <meta http-equiv=”X-UA-Compatible” content=”IE=8″ /> into the head of a document would make IE8 render the page using the new standards mode.