JavaScript - Simple Login App

Submitted by razormist on
Learn on how to create a Simple Login App using Javascript. This code can be used in validating some forms to prevent errors. JavaScript is a scripting or programming language that allows you to implement complex things on web pages. It is a text-based programming language meant to run as part of a web-based application. It is an interpreted programming language that has a capabilities of Object-Oriented.

C# - How To Connect To SQLite

Submitted by razormist on
Learn on how to connect the application to the SQLite Database using C#. C# syntax is highly expressive, yet it is also simple and easy to learn. C# is faster than dynamically typed languages because things are more clearly defined. It contains several classes that support any C# platforms, like game development. It has a friendly environment for all new developers. SQLite is very carefully tested prior to every release and relevant to use in some way. Most of the SQLite source code is devoted purely to testing and verification.

How to Add and Remove CSS using jQuery

Submitted by nurhodelta_17 on
This tutorial tackles on how to add and remove css using jQuery. We usually predefined our CSS in the development of our app or website, but there are instance that we wanted to add a certain css to an element whenever an action is performed. Fortunately, this can be done using jQuery. jQuery is a javascript library that makes you use javascript easier.

How to Create an Auto Complete Search using jQuery with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create an auto complete search using jQuery with PHP and MySQLi OOP. If you wanted to add an auto suggest on your search app, this tutorial will surely help you out. With the help of jQuery, we can dynamically make a POST request without refreshing the page.

C# - Simple Conversion Application

Submitted by razormist on
Learn on how to create a Simple Conversion Application using C#. This application is consist of different functionalities that can be used at some point. 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 SEO Friendly URL in CodeIgniter

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a SEO Friendly URL in CodeIgniter. SEO stands for Search Engine Optimization which is the practice of increasing the quantity and quality of traffic to your website through organic search engine results. In order for your site to gain higher rank in web search engines, you need to optimize your site's URL and this tutorial will help you achieve that in CodeIgniter.