Posts under Web

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! »

Prestashop: How to disable ajax add to cart?

advertisement

prestashopBy default, Prestashop will turn on the ajax add to cart feature. If you do not like the ajax feature or the ajax having conflict with other script or any other reason, you can disable the ajax add to cart feature easily from the back office.

To disable ajax add to cart feature in Prestashop follow the steps below:-

Continue reading Prestashop: How to disable ajax add to cart? »

WordPress: add javascript event after widget save

advertisement

wordpressI’m writing a widget that uses color picker, whenever widget save the color picker will went missing. if i can add an event after the widget saved, then this problem can be solved easily. This is mainly because of the ajax call that occurred during the widget save. However, i can’t find any reference from the WordPress documentation. God bless, there jQuery come with some handy function that can be used as a work around to solve this problem 🙂

To add an javascript event after widget save, follow the steps below:-

Continue reading WordPress: add javascript event after widget save »