Archive for the ‘ webdev ’ Category
For those who create and using website must be familiar with sitemap page. Usually sitemap gather all links in the site and display them structurally for ease of use. For me, sitemap is always the last to create because it’s a boring task and sometimes not even in user requirement. And when I actually get [ READ MORE ]
From my old blog Extract data from google analytic with PHP makes me wanna write another script to show number of pageviews on the web for all the world to see. It’s actually an old school “web counter” as we know it and since normally you can’t just extract pageviews data from google analytics to display [ READ MORE ]
My PHP class to extract data from Google Analytics API to show on your own website. Using: PHP cURL to connect to Google Analytics Data Extract API PHP DOMDocument to parse XML Google Graph API to show analytic data Screenshot[ READ MORE ]
An easy way to change your html layout from table to css/div for those who still using “old school html table layout” First, let’s look at the table: HTML code This is Header Main Menu-Menu1 Content goes here!This is content! Looks simple and familiar enough, but is it the best? How about we change it [ READ MORE ]
.png files format is essential in today’s website builder mainly because its give us a real transparency which is far better than .gif Arise our problem. IE 6. Same old pal who loves to give us headache developing website but we can’t just forget it because number of ie6 users is still significant, at least [ READ MORE ]