Author Archives: Clay
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
Installing WordPress using cpAddons – You do not have sufficient permissions to access this page.
problem on cpAddons when installing Wordpress. It gives the error "You do not have sufficient permissions to access this page." when you access Wordpress panel. Continue reading
Step by step guide to write a Google Chrome Extension
Something new i am trying here is to create a google chrome extension and explain the procedure of how to accomplish it. Continue reading
Sending data from background.html to popup display in Google Chrome Extension
Solution to sent data from background.html to the display on popup in Google Chrome Extension Continue reading
How to get Popup and onClick work together on Google Chrome Extension
A simple explanation on how to get Google Chrome extension popup and onclick to work together without getting a headache Continue reading
25 Google Chrome Extension For Web Developer and Designer
Firefox is really good web development tool for both web developer and designer for many years. However, it is getting slower and utilize a lot of resources which can be as much as 2GB on my laptop which really doesn't seems to justify. The best alternative i am looking at? Chrome. (DEFINITELY NOT IE ! RAGE!) Here are 25 Google Chrome extension that every web developer and designer will definitely be interested to have. Continue reading
How to duplicate database record in Yii with 1 line
A simple 1 line code in Yii to duplicate a database record. Continue reading

