Archive for the ‘Tips’ Category
January 30th, 2010
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.







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.