Speed up your website at godaddy shared hosting
Based on Yahoo Developer Network article about Best Practices for Speeding Up Your Web Site, there was several important things you can do to improve your website view performance.
A lot of article explaining a handy solution to improve your website view performance on internet. In here i will describe two major things that related with godaddy shared web hosting.
The hardest thing about it that default Apache web server installed by godaddy does not included with mod_gzip and mod_expires, so you will get the 500 Internal Server Error if you still trying to use that module.
Let us get started.
Lotus Domino – Dojo Pie Chart Legend Color Hack Tips On Zero Value
Dojo Toolkit is a best free JavaScript library currently exist, which had a lot of ready to use widget for web application UI. One of the widget that we can use is the Dojo Chart Widget.
This is quite a common issue when we are using the Dojo Pie Chart Widget with Legend and if some of our data are had zero values then the color at the pie slice is different with the needed legend. In here i came up with a simple solution using XHTML JavaScript manipulation to show the right legends color.
Now we start from the beginning of implementing the Dojo Pie Chart.
Menu Manager WordPress Plugin
Finally i create another plugin for wordpress, i call it Menu Manager. Menu managers enables you to manage blog menu very easy. You can add Pages, Categories, and Custom Link into your blog menu. You can manage the menu structure into a dropdown tree menu with whatever structure you like.
User Link Feed Plugin for Wordpress
Finally i create a plugin for wordpress, i call it User Link Feed, you can see it in action here.
User Link Feed enables user blog to contribute link feeds include an image fetched for the link.
Title, Description, and Images are fetched directly from the link source in realtime.
The user interaction when contribute the link is like facebook link share, user can choose which images to be use that fetched.

User Link Feed List

User Link Feed Form







Create a WordPress Options Panel Using CodeIgniter
The first thing that we all think about when we want to start to create a WordPress Options Panel is the code structure. How the code structure is quite clean and easy to enhance.
WordPress is one of the most popular Content Management Software (CMS) systems out there.So how we would like integrate CodeIgniter into our WordPress Options Panel.
As you already know that CodeIgniter is the popular PHP Framework, which is easy to use and quite light.
So today, let me guide you through the integration process of CodeIgniter into WordPress.