Category Archives: How-to
Get WordPress Custom Post Taxonomy Categories and Tags
Simple and direct tips of getting Wordpress custom post type categories or tags if you have a post id and wanted to know whether they belong to particular categories or tags Continue reading
Check Whether a page is using WordPress Custom Taxonomy Category
a short explanation on how to determine whether a page is loading custom taxonomy category or not Continue reading
Add additional value before ajax call when using Yii CAutoComplete
Simple yet necessary information on every Yii CAutoComplete method to add additional value into your ajax call before firing to your controller! Continue reading
Using Regular Expression to find position instead of strpos or stripos in PHP
A simple and direct explanation with example to shows how to retrieve the position or index in a text given a particular string Continue reading
Simple Html Dom Fatal error: Call to a member function on a non-object
Simple_HTML_DOM class which keep causing Fatal Error with the message call to a member function on a non-object on the method "find" that is causing the script to exit unncessary Continue reading
SQL Remove Duplicate Records Solutions
A few solutions to remove duplicate records in your table. Continue reading
How to extract word from a string given a position in php
A function to extract word from a string given a position of the wanted text. This is particularly useful when you want to find a particular string is linked to what word in a given text. Continue reading
Closing new tab on Google Chrome Extension
A small discovery on how to close new tab fired by Google Chrome Extension api and close it after a checking has been completed. Continue reading

