Learn on how to create Database Using Node.js. A simple program that let you connect to MySQL database. This could be use when you want to use Node.js as your database provider.
Learn on how to create a Calculate Days in a Month using PHP. A php application that let you automatically calculate the days of a month. This can be use when you want to know the actual days of the month in the calendar.
Learn on how to create Submit Data Without Page Refresh Using MySQLi. A simple php application that teach to submit a post data without page refreshing. This could be use when you want to show the data as soon as you store it.
Learn on how to create a Simple Anchor Scroll Using AngularJS. A simple program that can jump to the target container of the web page without scrolling. This will teach how to apply AngularJs easily to your web application
Embedding a Google Maps onto a website may look difficult to achieve well, I’m going to teach you the simplest way on how to do it and even a beginner can easily do it. In this tutorial you will learn how to embed Google maps onto your website. This is ideal if you have an online business with a website, in this way it will be easier for your customers to locate you.
This is the C# version of my calendar program, (in June 2017 I wrote a similar version in PHP). This C# version can display a calendar of 12 months for any year from 1583 to 2099, and also the date of Easter Sunday. The program includes a feature to allow you to print the calendar on paper or to send the calendar text to a PDF driver, (if you have one installed). Written using Visual Studio 2010
Learn on how to create a Render HTML With Bootstrap Using Node.js. A simple tool that let can render a HTML page with Bootstrap. This can help you how to implement Node.js for creating web design.
Learn on how to create a Simple Alarm Clock using JavaScript. A simple program that act as a real alarm clock that has been create using pure JavaScript code. This tend to help beginner to develop some very interesting basic application.
The Listview control is used to display a collection of items. This also provides many ways to arrange and display items with item text and an icon (optionally) is used to determine the type of item. So, now I’m going to teach you how to load data in the ListView using C# and MySQL Database. This is just a simple program but I’m pretty sure that this method will help you when you encounter problem of displaying set of data in the database and can be displayed in the Listview.
Learn on how to create Delete Data Without Page Refresh using MySQLi. A simple script that let you remove a data in a row without refresh the web page. You can apply this to have a good design for your web site or projects.