How to create App Tab in Firefox 5
Firefox 5 App Tab is a very nice feature that being introduced in this version. I like it cuz it helps me to auto load some websites whenever i start my browser. Yes i know i’m lazy, anyway thanks to...
View ArticleHow to set print area in Calc – OpenOffice
Set print area in Calc has been a nightmare since long time ago. Finally, today i manage to find the way to set print area in Calc and everything seems to be easy for me now. If you also having problem...
View ArticleHow to shrink worksheet for printing in Calc – OpenOffice
I face a problem in how to shrink worksheet for printing in Calc. The worksheet just can’t fit into one page when it being print. So now we need to shrink the worksheet for printing and make sure all...
View ArticleHow to set out of office auto responder in Zimbra
In Zimbra, you are able to setup out of office auto responder if you are not in office. One of my colig is going for vacation and he need to setup his out of office auto responder in Zimbra, as...
View ArticleHow to sort drop down – Admin Generator – Symfony 1.4
If you are using Admin Generator in Symfony 1.4, you might encounter a problem where the drop down list is not in order. Many friends ask me how to sort the drop down list that generated by Admin...
View ArticleCommon MySQL database maintenance command
This post is a note for me to remember the common MySQL maintenance command. These MySQL maintenance command (check table, repair table, analyze table and optimize table) is very useful to ensure the...
View ArticleSymfony Filter: Change ForeignKey drop down to Text field
I tried to change the foreignkey drop down to text field in the symfony filter form. But after i change the drop down field to text field, my field name changed to xxx_filter['foreign_id']['text']...
View ArticleMySQL: Full text search for multiple words
I notice one of my MySQL full text search result for multiple words doesnt seems correct. After some checking, i realize i don’t know how to do full text search for multiple words! LOL. This is because...
View ArticleWordPress: How to create left sidebar template in TwentyEleven theme?
I’m modifying twentyeleven theme to have a left sidebar template for my page. By default twentyeleven have a sidebar template that showing the sidebar at the right column. To have a bit more choices...
View ArticleSVN: How to commit only modified files via command line
Have been looking for simple way to svn commit only modified files via command line for long time. Finally i manage to find a simple solution with just 2 line command and it will be able to commit any...
View ArticleWordPress: How to open rss links in new window?
By default, WordPress RSS widget doesn’t open new window when user click on the link. I’ve been searching for the solution for quite a while and most of the solution refer to editing the wordpress core...
View ArticleContact Form 7: Clear all field except specific after submission
Just had a job in WordPress and Contact Form 7. My client required some fields to have default value for all the time. However, whenever user submit the form, CF7 will clear all the field once the...
View ArticlejQuery: disable autoscrolling to top when click on anchor
If u r building website with jQuery, it’s common if the browser auto scroll to top when user click on anchor element. This happen to me many times and i always forget how to disable the auto scrolling....
View ArticleHow to add native menu support in your WordPress theme?
If you are wordpress theme author, you might see this in your menu settings page very often. “The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any...
View ArticleHow to split compressed file into smaller files in Linux / Mac
I’ve written a script to compressed some files and upload to my online cloud storage as a backup daily. Due to memory limitation, i’ve to split the large compressed file into smaller files and upload...
View ArticleWordPress Plugin Dev: How to send email using SMTP?
If you are doing WordPress plugin development that need to send out email, i think it’s a good idea to set the SMTP settings in your own plugin instead of using other third party SMTP plugin. It’s not...
View ArticleWordPress Dev: How to send html email using wp_mail()?
Recently got a request to configure wordpress plugin to send html email using the native wp_mail() function. The main purpose is to beautify the email layout with some colourful content. So i dig into...
View ArticleCynogenmod: No Vibration when Receiving SMS
Just installed Cynogenmod 7 to my old HTC Desire phone, and I can start feeling the speed! Since it’s first time using Cynogenmod i’m trying to play around with all the settings. However i find there...
View ArticleHow to print screen in Asus Zenfone 6
Just get myself a new Asus Zenfone 6. it’s an awesome phone. However, it seems having problem when i’m trying to print screen using Power + Volumne Down key. I’m not sure what happen to my phone but...
View ArticleSymfony2: How to get Doctrine Entity Manager in Console command
Symfony2 allow you to create your own console command thru Console Component. Since the bundle i’m writing is only for my own use, i’m trying to write a console command to load all my data to database....
View Article