Monthly Archives: March 2010

Powerful WordPress Plugin – Allow you to add coding to your WordPress Post

I was looking for this plugin for some times and this plugin fulfilled my need of sharing the coding through my post. I will say that this is a powerful WordPress plugin ever for a Technician while posting their coding … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in PHP, wordpress | Tagged , , , , , , , , , , , | Leave a comment

How to remove file older than 3 days

You might ask how to remove file that existed for 3 days or more. It is quite straight forward and easy from Unix(Linux) command if you using find. You may refer to the sample script as below. find . -type … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Linux | Tagged , , , , , , , , , | Leave a comment

FrontPage Users cannot login by using HELM

There is a known issue with HELM 3 with Frontpage extension that the Frontpage user not able to login if the account have been recreated through the HELM system. This is because the fp_ prefix user is not added correctly, … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in FrontPage Extension, Helm | Tagged , , , , , , , , , , | Leave a comment

How to check Joomla version from backend

With this article, Mick Genie will guide you how to search the Joomla version from the back-end scripting. Refer to the following command to grep the Joomla version. root@mickgenie.com [~]# grep version language/en-GB/en-GB.xml <?xml version="1.0" encoding="utf-8"?> <metafile version="1.5"  client="site" > … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Joomla | Tagged , , , , , , , , , , | 1 Comment