Tutorials

C# - Simple Auto Complete List With SQLite

Learn on how to create a Simple Auto Complete List With SQLite using C#. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. C# is faster than dynamically typed languages because things are more clearly defined.

How to Create a Password Strength Meter using jQuery

This tutorial tackles on how to create a password strength meter using jQuery and Bootstrap 4. To improve user registration experience and for them to determine how strong their registered password, you can add this functionality to your registration form. jQuery is a javascript library that improves UI and makes you use javascript easier.

C# - Uploading Image With SQLite

Learn on how to create a Uploading Image With SQLite using C#. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. It has a designed for improving productivity in the development of Web applications. It has a friendly environment for all new developers.

How to Create a Text Editor Live Preview

This tutorial tackles on how to create a simple live preview of a text editor using jquery/javascript with iframe. If your building a CMS site and integrated a function where users can be able to send articles and have a text editor. You can include this live preview to have a better user experience since the page wont reload on preview.

How to Dynamically Change Meta Tags in every Pages using PHP

This tutorial tackles on how to dynamically change meta tags in every pages in PHP. Meta tags provides metadata about the HTML document. It is usually used to boosts SEO of your site. Meta tags are placed in the header tag of your page. So, if you are templating your pages, it would be hard to make the metadata of one page unique with the other page.