Category Archives: Blog Tips
Google Analytics new asynchronous tracking code
Google Analytics has now provides new asynchronous tracking code. The main feature of the asynchronous code is that it could load ga.js while the page is being rendered. Here is how to split the code into two parts. Continue reading
How to use CSS to style code snippets
A simple way to style code snippets using CSS. Continue reading
Free desktop client for Google Analytics
Polaris: a free desktop client for Google Analytics for single website. Continue reading
How to set the font size using CSS
A tutorial on how to set the font size using CSS. Continue reading
Display copyright with the current year
To display copyright with the current year: © Copyright 2008 – <?php echo date(“Y”) ?>
