Learn on how to create a Simple Display Post Message using JavaScript. A simple JavaScript code that can post message in a div. This is a helpful tip when you want to display a temporary message in the page.
Learn on how to create a Dynamically Append Data In HTML Table using JavaScript. A simple JavaScript code that can append a new data to HTML table. This is a useful tip when you want to dynamically append some data in the table.
Learn on how to create a Transfer File To Different Folder using PHP. An advance php script that move a certain file to other folder. This could be useful when you want to directly move a file manually.
Learn on how to create a Upload Image To SQLite3 using PHP. An advance php coding technique that use SQLite database to upload image. This is helpful when you want to upload any file format in a local database.
Learn on how to create a login form using AngularJS. This is a simple and basic login form using angular JS having validations, popup and simple user interface design.
Learn on how to create a Auto Sum Value Base On Checkbox using JavaScript. A simple JavaScript code that can auto sum a value when you check the checkboxes This is a helpful when you to apply some auto features without doing manually.
Learn on how to create a Dynamically Empty Table In SQLite using PHP. An advance php coding technique that use SQLite database to empty table data. This is useful when you want to dynamically wipe out your whole table data.
Learn on how to create a Search Query In MySQLi using PHP. An advance php code that can search a record within the database base on the given keyword. This code is very useful when you want to find something important in a lot of data.
Learn on how to create a Calculate Total Price In Table using PHP. An advance php code that can calculate the total price of product in the table. This is useful trick when you want to implement auto calculation for your application.
Learn on how to create a Remove List With MySQLi using PHP. A simple php code that can remove MySQLi data in HTML unorder list. This code is useful when you want to remove unimportant list in your data.