Bob's Hobby Bob's Hobby blog

Customize to display trackback URL in WordPress comments

I have an email from someone to ask me about how to display/separate trackback url like the comment in my posts.Here is the trackback url example that I have customized to display in the comment in my posts by separating the trackback out of real comments from real visitors and group them on the top of real posts.In order to customize your trackback URL style you need to edit 2 files in wordpress source code.

Modify USB data cable to use with Microcontroller projects

ARK3116 top side PCB

Top side PCB
About three years ago,I bought a USB data cable to use with T610 mobile phone.I can't remember what is the model just know it is made in China.Now I have a new model mobile phone and my USB data cable not used at all.Therefore, I want to modify it to use with my microcontroller projects that use rs232 communication like a USB to RS232 converter.If you have this cable and want to modify this article may help you.

Open new window when click image – WordPress

When your visitors click on an image file that inserted in your a post or page you might want to show that image file in a new window.OK,when you have finished upload an image file to server you will see the window like the image below.
upload image example

DUI – Delete Unused Image files plugin for wordpress

Some time I have uploaded some image files to my server to include them into my post or page, but I never use or forgot to include them and especially these image files are not deleted after your a post or page deleted.Actually,I can delete these unused image files via any FTP client software.But , I must check every image files to determine it is used or unused image files and it is waste of my time.So I've created my first WordPress Plugin called DUI(Delete Unused Image).It may not the best plugin but it works on my website.