I used to see many URLs which directly looking just a hacking attempts by hackers. Hackers are hackers they may continue to do that but we can try to prevent such effort. So, I hope you have take all common security measures discussed at many places for securing WordPress site.… (Continue)
WordPress is a very popular, widely used platform for blogging. It’s powerful, has an easy-to-use administration panel and can even serve as a full-fledged content management system (CMS) should you have the need. It’s friendly to search engine optimization (SEO). Many free, excellent plug-ins are available for it that significantly… (Continue)
Simple Tags By Amaury Balmer was the culprit in crashing my blog on Save. Whenever I tried to save anything, I used to see blank page on Admin side after update to WordPress version 3.2.1. Simple tags plugin is for
adding Extended Tagging for WordPress 3.1 : Suggested Tags, Mass… (Continue)
I need to disable a WordPress plugin called Popularity Contest. It send post request on each page view to collect the popularity of a web page. The plugin uses JQuery code to do that.
jQuery.post(“index.php”,{ak_action:”api_record_view”, ids: AKPC_IDS, type:”‘.$type.’”}, false, “json”);
With good number of visitors already visiting satya-weblog.com, this extra… (Continue)
WordPress is having magic hidden behind it. Few magics are related to <script> and <style> tags. Today I have tried both style and script tag. I was aware of problem in style or script but did not remember where it is.
When I have entered <style> tag with some styles… (Continue)
I was using 1.3.2 version of jQuery on this blog using Google CDN URL: http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js?ver=1.3.2. First this is not very good URL in the sense that few proxy is not good in caching the URLs with parameter. One example is squid. I am not sure about the current version of… (Continue)
According to DoNanza report, CMS market is growing at rapid pace. WordPress, Joomla and Drupal are taking each other. WordPress is the front runner, Joomla is second and Drupal is next. For high budget projects, Drupal is taking lead. DoNanza mostly represent work from home market share.
On the report,… (Continue)
At a place, I saw classification like this
Framework:
CakePHP ,
Code Igniter ,
eZ Components ,
PEAR,
Smarty ,
Symphony ,
Zend Framework.
Apps:
Drupal ,
Joomla ,
Mambo ,
osCommerce ,
Wordpress.
Now just I will take one – Drupal. Don’t we say Drupal a framework? Even drupal… (Continue)
Many of WordPress users post codes online. Code can be HTML code, JavaScript code, PHP script or any other kind of code, codes need to be escaped so that it can come correctly in web page. I used to use this tool for escaping script for online posting on WordPress… (Continue)
You may know by this time that Twitter has made simple adding Tweet this button on you site. Adding tweet this button on your blog or website is very easy. It is as easy as adding Facebook Like button.
Here is the code I am using, after removing Tweetmeme button.… (Continue)