
Post #0: September Tuesday
Start using AMP html as my blog theme. No need create separate the site into 2 theme if AMP html are good for website. Just wonder it’s effect the ranking. Google said no effect ranking but if you create invalid AMP html will lost your ranking.

Post #1: First Premium Edible Sugar Lace Paste in Malaysia
As the baker carefully spread the CakeLaces Sugar Lace Paste onto the lace mat, a sense of excitement filled the air. The anticipation of seeing the delicate lace pattern come to life on the cake was almost palpable. With a gentle peel and careful placement, the lace effortlessly adhered to the cake’s surface, transforming it into a masterpiece. The intricate design, created with the ease of a single application, showcased the elegance and sophistication that Edible Sugar Cake Lace brought to the world of bakery decorations. With a smile of satisfaction, the baker stepped back to admire the stunning creation, knowing that this trend was here to stay, captivating cake enthusiasts and pushing the boundaries of creativity in the world of confections.

Post #2: Real online cake shop at your fingertips
As the aroma of freshly baked cakes permeated the air, the excitement in the CakeDeliver kitchen was palpable. The team had been working tirelessly, perfecting their 3D creations to fulfill the desires of their customers. Each cake was a masterpiece in its own right, meticulously crafted with love and attention to detail.

Post #3: OpenCart Holiday Message Extension
This OpenCart extension allowed to show a notice at the top of your shop page saying that you’re closed for holiday. This extension using vQmod to modify the store header template and allowed admin to config the holiday message with date period. The extension may download free if you purchased OpenCart Bootstrap Mobile Admin Theme. You can […]
Post #4: Simply add empty cart button into OpenCart Store
OpenCart store has no default Empty Cart button on the cart page. For anyone need back the button may add it your self. 1. Add this code into catalog/controller/checkout/cart.php in line 26 before // Remove. And add this code in line 159 Add this caode in line 422 2. Add language into catalog/language/english/checkout/cart.php in line […]
Post #5: OpenCart Proof Of Delivery Extension
OpenCart Proof of delivery/Proof of pickup is a method to establish the fact that the recipient received the goods sent by the sender or store owner. If you provide delivery service by yourself or other delivery provider, you need this module to proof of delivery to your customer. And allowed your customer to track the […]
Post #6: Birthday Cake, Cheesecake delivery to home or office
Customers eagerly placed their orders, their eyes wide with anticipation. They knew that when they chose Johor Bahru CakeDeliver, they were not just purchasing a cake – they were investing in a moment of joy and celebration. With each bite, they would savor the flavors that danced on their tongues, transported to a world of sweetness and delight.

Post #7: OpenCart Bootstrap 3.0 Admin Theme
If you are using OpenCart web store, here are admin template for your admin panel. Bootstrap 3.0 admin theme is a responsive theme for OpenCart. It’s build with Twitter Bootstrap 3.0 and included 10 Bootswatch style. All stylesheet are using Bootstrap CDN to speed up the admin panel. More detail about this theme : Bootstrap […]

Post #8: Simple Prefetch and Prerender
This is simple funtions to puts html5 Prerender and Prefetch link tag in your WordPress front page and post page to speed up your site. Its currently only supported in Firefox(Prefetch) and Google Chrome(Prerender). add_filter(‘next_post_rel_link’, ‘prefetch_next_post_rel’); add_filter(‘previous_post_rel_link’, ‘prefetch_previous_post_rel’); add_action(‘wp_head’, ‘front_page_prefetch’); /* Add Prefetch and Prenreder to Post Page */ if (!function_exists(‘prefetch_next_post_rel’)){ function prefetch_next_post_rel($link){ $link = […]

Post #9: My Birthday Reminder OpenCart Module
Just released two OpenCart module. My Birthday Reminder is a simple program nice way to increase revenue that reminds customer of important birthdays. This module will send out upcoming birthday remind to customer on 15th every month and it’s action by user visit without Cron Job. Note: This extension adds a new tables to your database. All reminder […]