Advanced Web Hacking & Defense Training by Condition Zebra Aug 13, 2019 Last week (5-8 August) I was attended training provided by Condition Zebra. The training is to basically show you how to use Pentest tools to find vulnerabilities in the website. Here is my review for this courses. Read More
MySQL 5.7 - Check if column Exist Aug 02, 2019 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 in table - MySql Read More
7 Reasons why your website need SEO Aug 01, 2019 Before we start, do you know what is SEO.? SEO stands for Search Engine Optimization, and it is method of optimizing your website with Keywords in order to rank your website higher in search result such as Google, Bing, Baidu, etc. Read More
Auto save function example - ASP.NET Jul 26, 2019 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. Read More
ASP.NET Web form html button tag fires two times. - SOLVED Jul 26, 2019 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. Read More