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

Posted in Blog Tips, WordPress | Tagged , , , | Leave a comment

How to use CSS to style code snippets

A simple way to style code snippets using CSS. Continue reading

Posted in Blog Tips, WordPress | Tagged , , , | Leave a comment

Free desktop client for Google Analytics

Polaris: a free desktop client for Google Analytics for single website. Continue reading

Posted in Blog Tips | Tagged , , , , | Leave a comment

How to set the font size using CSS

A tutorial on how to set the font size using CSS. Continue reading

Posted in Blog Tips | Tagged | Leave a comment

Display copyright with the current year

To display copyright with the current year: &copy; Copyright 2008 – <?php echo date(“Y”) ?>

Posted in Blog Tips | Tagged , , | Leave a comment