-
-
Tag Cloud
desktop domino eclipse editor error extjs firefox freewares google install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql php plugins problem programming python recursive screen capture screenshot shortcut keys slackware snow leaopard snow leopard softwares svn tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
php Archive
-
PYROCMS Tag Reference Cheat Sheet
Posted on October 23, 2011 | 2 CommentsI started to work on PYROCMS for a few personal projects and found that it’s quite powerful & flexible with my favorite Code Igniter PHP framework. I looked for a... -
How to have custom php.ini for each virtual host
Posted on May 12, 2011 | No CommentsNote: This is for Apache + mod_php 1. Assumptions I have a website that I don’t want to use global php.ini file, i want to use my own custom... -
How to make Favicon for WordPress site
Posted on May 8, 2011 | 1 CommentWhat is Favicon? Favicon is a small icon, with 16×16 px, appear on the url of the website when you visit To make a favicon for your WordPress,... -
WordPress Cheat Sheets collection
Posted on May 8, 2011 | 1 CommentWorking on WordPress? And you want a quick way for reference, then choose one of the following cheatsheets, they are great & helpful. 1. WordPress Cheat Sheet by Andy... -
How to get HTML source code with PHP
Posted on February 22, 2011 | No CommentsSometimes you may want to get the source code of an external HTML webpage. Well, here is the solution that might work in almost every cases <?php $ch = curl_init();... -
How to get AUTO_INCREMENT ID of the last MySQL Insert with PHP
Posted on January 10, 2011 | No CommentsSometimes you may need to retrieve the ID of your latest record after inserting into MySQL. If you are using AUTO_INCREMENT columns for storing IDs then this is simple: Use... -
Get the complete url of the current web page with PHP
Posted on December 2, 2010 | No CommentsGoing to share with you a small snippet today, to determine and get the complete url of the current page in PHP 1. The Function function getPageUrl() { //... -
Converting between PHP & MySql DateTime
Posted on September 9, 2010 | 1 CommentI work most of the time in PHP and here are two functions I found to be helpful most of the time when dealing with DateTime value type between PHP... -
Howto call a python script from PHP
Posted on August 16, 2010 | No CommentsIf you want to call a python script from PHP the quick & dirty way, then this post is for you. We will not install any thing other than standard... -
Jquery selector problem with IDs have square brackets
Posted on August 2, 2010 | 2 CommentsI’m using PHP quite often in my work, and have the habits to put the form name in the syntax of array, such as <input id="product[title]" name="product[title]" type="text" /> <input...


![Jquery selector problem with IDs have square brackets I’m using PHP quite often in my work, and have the habits to put the form name in the syntax of array, such as <input id="product[title]" name="product[title]" type="text" /> <input...](http://techmix.net/blog/wp-content/uploads/2010/08/jquery-115x115.png)