Redirect Web Pages As time goes by, we may want to change URL of website into optimized ones for search engines in order to rank… Read More »How to Redirect Web Page
Ajax Reload I found my Google Charts are missing after reloading charts via Ajax. google.load("visualization", "1", { packages : ['corechart'] }); And I found… Read More »How to Refresh Google Charts
For example, if you have a button in PHP code like this: ... return "<button onclick='get_name("$id", "$title")'>Post</button>"; ... It will work well except the following… Read More »Escape Single Quote for JavaScript
PHP Redirection PHP provides a very useful function header() to redirect users to a proper page to proceed. For example, you demand users to login… Read More »Alert before Redirection by JavaScript
Sometimes, plain old hyper links are too dry to make web developers to use it. They may want versatile ways to decorate a link. If… Read More »CSS Button Links