Terence's Weblog

Weblog of my programming life

?Tags for Terence's Weblog

What's this?
Tags are super-short descriptions of people
and sites. Tags describe you and your sites
so others can easily find you. Tag people and
sites to describe them to the community and
return to them in the future.

(ex: Xbox 360, Mom, Social Media)

Latest Content

Unknown author
I am lucky to get the new layout, originally uploaded by Terence Yim.Though a little bit off topic, looks like it starts rolling out.
Topics:
Unknown author
Recently helped my colleague to add the missing mysqli_ping() function to PDO object in PHP. If anyone missed it, here it is:<?phpclass NPDO { private $pdo; private $params; public function __construct() { $this->params =...
Topics: ,
Unknown author
Today written a PHP class for handling multiple HTTP calls asynchronously (current only supports GET, feel free to modify it to support POST and PUT). By saying asynchronous, it can do something like this:<?php $caller = new HttpCaller(); $id1.
Topics: , ,
Unknown author
Stupid programming - 344 days ago
Just come across a stupid piece of JS program today in some web site:function preselectSS(what){ if (what == 1) document.getElementById("selSS").selectedIndex = 0; else if (what == 2) document.getElementById("selSS").selectedIndex =.
Topics: , ,
Unknown author
The YUI connection manager use XMLHttpRequest to make remote call, hence calling cross domain URL is prohibited by the browser security model. This class is to solve this situation without the need to setup any server side proxy, while maintaining the...
Topics: , , ,

Terence's Weblog Newest Members

Authors

Members (1)