Posted by Lim on Apr 4th, 08 | Filed under
Blogging,
Tutorial,
Wordpress |
11 Comments
I had upgrade my blogs to Wordpress 2.5, but i found that i can’t upload any image through the new AJAX image uploader. After i search through internet, i found this post, which teach user how to fix this problem.
I believe most of the Wordpress 2.5 users will found this problem when try to upload image using the built-in image uploader, unless you use other blogging tools such as Live Writer.
Basically, this problem is due to the mod_security. The new image uploader has been rejected by mod_security. So, you had to modify the .htaccess file to disable the mod_security. This can be done to insert the code below to your .htaccess file:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
This is just a temporary fix, i hope Wordpress team can solve this issue as fast as possible. Wordpress users, please upgrade once Wordpress team release new version to fix this problem.
Posted by Lim on Apr 2nd, 08 | Filed under
Blogging,
Cool Stuff,
Internet,
Web 2.0 |
10 Comments
I am sure almost all internet users know what is Digg. There are a lot of open source digg-clone application for download. I would like to share some of the example of such applications.
- Blinkk – Blinkk is an application which combine digg, del.icio.us, and forum into a platform. View screenshot here.
- Vote up/down Package for Drupal – A plugin for Drupal CMS which can create a voting system which similar with digg.
- PHPDug – An open source digg-clone which support templates and has a very clean interface. It has several extra features such as automatically add stories from RSS feeds and multilingual support. View demo here.
- Vote It Up for Wordpress – It is a Wordpress plugin to create the voting system. It support the latest Wordpress 2.5.
- Upwarded – Simple digg-clone application. But unfortunately i can’t found much information about it.
- Last but not least, Pligg – The most powerful digg-clone application which support templates and plugins. There are a lot of Pligg users, so i believe you can easily get support by the community.
I personally like Pligg and PHPDug over the others as i felt both of them has better interface, which you can modify through the template.
Posted by Lim on Nov 5th, 07 | Filed under
Tutorial |
2 Comments
This plugin will generate XML-sitemap which support by Google, Ask.com, Yahoo, and MSN Search. This will make sure your post is exposed to the search engine and user can reach them from search engine.
What is Sitemaps?
Accorging to sitemaps.org, sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. The sitemap is a XML file which will contains your website link and metadata and search engine will use it to index your website. Using sitemaps can let crawlers done their job better.
Read More…
I install dofollow plugin as a reward for my commentators
Hi, i just want to make an announcement that i had install dofollow plugin as a reward for my commentators. For readers who not really know what is dofollow, you may visit Big Bucks Blogger, it has a very details on how this plugin works and how to configure it.
Besides this, i also activate my top commentators plugin. I actually install and activate this plugin since i start this blog, but i deactivate it when i move to my new themes. Now, i decide to activate it again and hope can get more comments with the help of dofollow plugin.
Finally, i hope that my readers can take part in the discussion, give comments on my post, or you can drop me a mail if you have any question about computer, software, or internet. I promise i will try my best to find solution for you. Thanks.
download this plugin