Posts archive for February, 2014

15GB of Online Cloud Storage for FREE!

advertisement

copyThere are many online cloud storage out there in the market like Dropbox – Free 2GB, SugarSync – Free 5GB and etc. Most of them only provide Free 5GB or less storage upon registration. If you can refer friends to sign up under your link, you will get more space. but it’s difficult to get friends to register for all this well known brand as they already had an account with them.

Continue reading 15GB of Online Cloud Storage for FREE! »

WordPress Plugin Dev: How to send email using SMTP?

advertisement

wordpressIf 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 that third party plugin is not good, but some times due to the plugin priority issue, the email might not sent out. This might because of the priority issue.

To send email using SMTP in your own WordPress plugin, follow the code below:-

Continue reading WordPress Plugin Dev: How to send email using SMTP? »

How to delete table row using jQuery

advertisement

jqueryI just found out that i’ve been searching for how to delete table row using jquery for many times. Although i manage to find the answer each time, it seems can’t remember the function. So this post will be one of my notes to remind me about this!

To delete table row in jQuery, try the code below:-

Continue reading How to delete table row using jQuery »