Tag Archives: value

PHP Function I frquently use

While developing the web applications with PHP I have made my own small function library. In this library I have few functions that I use very frequently. One of the functions that is used more often is echo_d(). The purpose … Continue reading

Posted in Codes | Tagged , , , , , , , , , , , , , | 3 Comments

Patch for Grab Yahoo class released

Last week suddenly my Grab Yahoo class stopped working for Address Book section. After Mr Mandy Singh reported the bug on phpclasses.org discussion board I started digging to resolve the issue. When requesting the address book CSV from Yahoo a … Continue reading

Posted in Interest, Playground, Resources | Tagged , , , , , , , , , , , , , , , | 14 Comments

Javascript: Select Multiple Dropdown Items

If you would like to have a multiple select dropdown and want to use the selection in a specified format, then here is the solution. Sometimes you may need to create a query string value or fill in a textbox … Continue reading

Posted in Codes | Tagged , , , , , , , , , , , , , , | 14 Comments