Show Message After HTML Form Submit (Simple Examples)
So you are trying to show a message after submitting an HTML form? First, a quick reminder that HTML forms […]
So you are trying to show a message after submitting an HTML form? First, a quick reminder that HTML forms […]
Need to add text to an image in your web app? Yes, it is possible to do so in Javascript,
Once upon a time, a student loaded an entire library to put a “date range widget” onto a simple form.
Need to resize an image in your web app? Yes, we can do it directly in Javascript, no third-party libraries
Need to save some data in your web app? Only to find there are no obvious ways to do so
Once upon a time, a student went into a deep trance while studying an image slider. He then mumbled something
Once upon a time, a student created a “mass email sender PHP script” using AJAX long polling. Well, it works.
Need to create an email template for your PHP project? Well, an email template is essentially just a string –
Once upon a time, a student was tasked to display a CSV file in an HTML table. Her immediate reaction
Need to create a range of dates in an array for your Javascript project? It is stupidly simple with the