Muhammad Zulkamal Zulkifli

  • Why your website need HTTPS?

    Why HTTPS matters? Either way the website works. So why my website need https ?  This is the common statement received when I suggest customer to use HTTPS for their website. When I received this statements I would say to them that its not about working or not working, but […]

  • ,

    MySQL 5.7 – Check if column Exist

    I have go through more than 30 post in Stack Overflow, but all solution look similar and end up its not straight forward syntax to follow. You need procedure to execute it. So I write this post to help others developer to solved the problem to check if column exist […]

  • ,

    Auto save function example – ASP.NET

    When dealing with alot of fields in one single form, user might want to have auto save function. This is something that can help customer to prevent any data lost when submitting the form. I know some of you might feel we need to split the form into multiple page. So […]

  • ,

    ASP.NET Web form html button tag fires two times. – SOLVED

    You might working with html bootstrap project and your front end coder give you html code with button elements. You browse on the net and found you can use button as a valid asp.net web form controller by adding runat=”server” attribute. Yes it is true, by doing that you can […]

  • Kentico Code Snippet for Developer

    I believe when you start getting to customize Kentico you will referring to Kentico API section in CMS(Old Kentico) and also Kentico API documentation online. Here I share with you some code snippet you can use for your kentico projects. What is code snippet? Before I share my code snippet, […]

  • Payment Gateway In Malaysia – eGHL, Ipay88 , MolPay & PayPal

    If you are developing or build eCommerse website, you need to integrate with payment gateway in order to allow customer make a payment to merchant. Either pay via credit card, internet banking, boost etc and the big question is What is the best payment gateway in Malaysia that you can […]

  • Windows vs Linux hosting – Which one better?

    This question still valid even at this year .  By following this quide, you can decide which hosting you should choose.  What are the software running in the server/hosting Linux and windows both have their pros and cons, but the application that can run in Linux might different with Windows. It […]