Tag Archives: Firebug

Visual Studio Set default web browser and change size of browser window Posted by in Tips And Tricks | Leave a comment

Some developers prefer to pop up web site in Internet Explorer browser when hit F5 because you do not have to manually click “Stop” button every time they finished debugging.Other developers prefer to run web site in Firefox browser because it supports Firebug Add-InContinue reading

Install Firebug On Google Chrome Posted by in Internet | Leave a comment

Almost web developers, designers and web masters know and love Firebug because it allows people be able to debug and modify style/layout as well as JavaScript in real time. People are familiar with Firebug on Firefox but now they also need Firebug installed on Google Chrome because it’s more popular nowadays. Continue reading

Top CDN Services You Should Use Posted by in Resources | 1 Comment

Nowadays, more and more people are talking about the CDN (Content Delivery Network) and considering moving there static files such as Flash, Image, CSS, JavaScript and even media (video, audio) files to CDN in order to optimize the loading performance. Continue reading

How To Tracking Click Event With Google Analytics Posted by in Tips And Tricks | 3 Comments

As you know, Google Analytics is the most popular website analytics which let you see and analyze your website traffic include Visitors, Traffic Sources, PageViews, etc. In addition, it also allows you to set up Event Tracking. For example, you want to track how many time your download button/link is clicked or your play button is pressed or even track how many percent a particular video is played by with a call out function from your player script. Continue reading