Boks is an AIR application (so it works on Windows, Mac and Linux) that provides aUser Interface for Blueprint CSS’s framework. It’s been designed for those who think the Grid System is good but never really took the time to give it love.
Category Archives: Programming
Google Chart Tools
Display live data on your site Google chart tools are powerful, simple to use, and free. Try out our rich gallery of interactive charts and data tools.
Infographics
Generate useful graphics for your page Google chart tools infographics are static PNG images that you can customize with a single URL request.
Detect iFrame embedding in Javascript
Looking at frame length breaks down generally if page A itself has frames (I know this might not be the case for this specific instance). The more reliable and meaningful test would be:
PHP Calculating the Moon Phase
I was searching for a algorithm to get the phase of the moon, and unfortunately the Moon Phase Class on PHP Classes is inaccurate. With some searching I was able to find 2 sites that have code to pull it off ( Lunar Phase Calculator and Moon Phase Calculation.
PHP Empty/Null Rows from array
I got so many empty element as well as null values in array and my SQL query is some what complex so i was not able to use IS NOT NULL inmysql Query. Only alternative way i have is removing this null values from array using PHP. I used is_null function of PHP and remove …