We better use DOM to parse HTML content than Regex. For example we have a content like this. Continue reading
We better use DOM to parse HTML content than Regex. For example we have a content like this. Continue reading
We can use array_diff command on PHP to subtract two array. We use it because we need an unique item between the array. By subtracting the value, we can avoid the duplication on the new array. Continue reading
You have two select elements and want to move the values between them. We call the first element is ‘left_list’ and another is ‘right_list’. We dont want the dropdown look, so we add a property ‘multiple’. Continue reading
I got a problem when I tried to sort a MySQL query while I use ‘IN’ clause. For example: Continue reading
This morning I got all the application on my Ubuntu 12.04 missed the close/minimize/maximize button. For example this linux terminal. Continue reading
I got a dissapointment performance of my ubuntu (especially nautilus application) after the partition resized. From the System Monitor application, I sorted the running application by CPU percentage. I found an unknown (for me) application, gvfsd-metadata. Continue reading
I moved from windows 7 and use ubuntu instead extensively. I missed one of my windows software, MyPhoneExplorer. I used to use the software to save my contacts, messages and files (photos and videos) from my android phone. Continue reading
My ubuntu 12.04 root partition almost run out of free space and it need to be extended so I still can do my jobs and others stuffs like downloading, backup, etc. Continue reading