Skip to main content
sourcecodester logo

Main navigation

  • Home
  • Blog
  • Projects
    • C# Projects
    • PHP Projects
    • Visual Basic Projects
  • Programming
    • Python
    • PHP
    • Visual Basic .NET
    • Visual Basic
    • C#
    • Java
    • JavaScript
    • C/C++
    • ASP/ASP.NET
    • HTML/CSS
    • Microsoft Access
    • Assembly
    • Assembly
    • Delphi
    • Other
    • SAP/ABAP
    • SQL
    • Visual FoxPro
  • Compilers
    • Online Python Compiler
    • Online PHP Compiler
    • Online JavaScript Compiler
  • Mobile
    • Android
    • Firefox OS
    • Windows Phone
    • iOS
  • Tutorials
    • ASP/ASP.NET
    • C#
    • C/C++
    • HTML/CSS Tutorial
    • Java Tutorial
    • JavaScript Tutorial
    • PHP
    • Python
    • Visual Basic .NET
  • Contact
  • Submit Code
  • Log In

Create, Read, Update, Delete (CRUD) Using JavaScript Source Code

Submitted by razormist on Thu, 02/13/2020 - 23:54
Learn on how to create a Create, Read, Update, Delete (CRUD) using JavaScript. An advance JavaScript code that use CRUD functionalities to a program This is a useful when you to know the basic functionalities to a program.
  • Read more about Create, Read, Update, Delete (CRUD) Using JavaScript Source Code
  • 1 comment
  • Log in or register to post comments
  • 6263 views

Populate Entry Text On Double Click Using Python Source Code

Submitted by razormist on Thu, 02/13/2020 - 23:22
Learn on how to create a Populate Entry Text On Double Click using Python. A simple Python code that can populate the entry widget by double clicking This is a useful trick when you want to populate some data to any forms.
  • Read more about Populate Entry Text On Double Click Using Python Source Code
  • 1 comment
  • Log in or register to post comments
  • 621 views

SQLite Live Search Using PHP Source Code

Submitted by razormist on Thu, 02/13/2020 - 23:21
Learn on how to create a SQLite Live Search using PHP. An advance php coding technique that use SQLite query to auto search data in the table. This is helpful when you want to find some data that needed modification.
  • Read more about SQLite Live Search Using PHP Source Code
  • Log in or register to post comments
  • 660 views

The Best Programming Language for Beginners

Submitted by coderz on Thu, 02/13/2020 - 14:44
What are the best programming language for beginners? I want to start programming and don't want to study a language and regret later. Thank you
  • Read more about The Best Programming Language for Beginners
  • 27 views

PDO Download File Using PHP Source Code

Submitted by razormist on Thu, 02/13/2020 - 14:21
Learn on how to create a PDO Download File using PHP. An advance php script that can download a file from the database server using PDO query. This is helpful when you want to to download your uploaded file.
  • Read more about PDO Download File Using PHP Source Code
  • Log in or register to post comments
  • 347 views

SQLite Delete Data With Modal Dialog PHP Source Code

Submitted by razormist on Wed, 02/12/2020 - 08:42
Learn on how to create a SQLite Delete Data With Modal Dialog using PHP. An advance php coding technique that can delete row with modal dialog. This is useful when you want to delete a row with a prompt confirmation.
  • Read more about SQLite Delete Data With Modal Dialog PHP Source Code
  • Log in or register to post comments
  • 351 views

Count Total Rows in Table Using PHP Source Code

Submitted by razormist on Tue, 02/11/2020 - 22:37
Learn on how to create a Count Total Rows using PHP. A simple php code that can count the total rows in the database server. This is helpful when you want to know the quantity of the total data store in the database server.
  • Read more about Count Total Rows in Table Using PHP Source Code
  • Log in or register to post comments
  • 1103 views

Python - Display Data In Table Source Code

Submitted by razormist on Tue, 02/11/2020 - 22:35
Learn on how to create a Display Data In Table using Python. A simple Python code that can display a data in the table. This is a helpful when you want to display your sqlite data in the table.
  • Read more about Python - Display Data In Table Source Code
  • Log in or register to post comments
  • 1136 views

AngularJS - Sorting Table Header Source Code

Submitted by razormist on Tue, 02/11/2020 - 12:16
Learn on how to create a Sorting Table Header using AngularJS. An advance JavaScript technique that use AngularJS plugin that can sort the data in the table by using the directives. This can be use to customize the viewing of data in the table responsively.
  • Read more about AngularJS - Sorting Table Header Source Code
  • Log in or register to post comments
  • 73 views

JavaScript - Simple Search Bar

Submitted by razormist on Mon, 02/10/2020 - 22:05
Learn on how to create Simple Search Bar using JavaScript. A simple script that can search and display a list by giving the keyword on the inputs. This is helpful when you want to find a specific data in the table.
  • Read more about JavaScript - Simple Search Bar
  • Log in or register to post comments
  • 1110 views

Pagination

  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 366
  • Page 367
  • Page 368
  • Page 369
  • Current page 370
  • Page 371
  • Page 372
  • Page 373
  • Page 374
  • …
  • Next page Next ›
  • Last page Last »
Subscribe to

Share Source Code or Tutorial

Do you have source code, articles, tutorials or thesis to share? Submit it here by clicking the link below
 

Submit now...

Popular Source Code

Video Converter App Using HTML, CSS and JavaScript with Source Code
Free and Open Source inventory management system php source code
Company's Recruitment Management System in PHP and SQLite Free Source Code
Vehicle Insurance Management System in PHP/OOP Free Source Code
Advanced School Management System with Complete Features
Simple Company Website with an Admin Panel in PHP Free Source Code
Creating an Image Slideshow Using PHP and Simple jQuery Tutorial
Simple Billing System in C# Free Source Code
Online Medicine Ordering System in PHP/OOP Free Source Code
Stock Management System in PHP/OOP with Source Code

User account menu

  • Log in

Book navigation

  • SQL Tutorial
  • PHP Tutorial
  • CodeIgniter Tutorial
  • Android Tutorial
  • Visual Basic Tutorial
  • C# Tutorial
  • CSS Tutorial
  • Learn C in 15 Days
  • Object Oriented Programming in C++
  • Data Structures in C++
  • Fundamentals of C Language
  • Learn Object Oriented Programming in C++
  • Java Tutorial
  • Python Tutorial

Recent content

  • Loading Effects Maker Using HTML, CSS and JavaScript with Source Code
    2 hours 51 minutes ago
  • Image Watermarking Tool Using HTML, CSS and JavaScript with Source Code
    3 hours 11 minutes ago
  • Base64 Encoder/Decoder Using PHP and JavaScript with Source Code
    23 hours 12 minutes ago
  • Binary Search Visualizer App Using HTML, CSS, and JavaScript with Source Code
    1 day 19 hours ago
  • Scientific Calculator App Using HTML, CSS, and VanillaJS with Source Code
    1 day 19 hours ago
  • Bounce Clone Game Using Pygame in Python with Source Code
    3 days 19 hours ago
  • How to Compute the Cosine Series Sum Using Python
    3 days 20 hours ago
  • Link Status Checker Using PHP and JavaScript with Source Code
    4 days 2 hours ago
  • RSS Feed Parser Using PHP and JavaScript with Source Code
    4 days 2 hours ago
  • Tic Tac Toe VS AI Game Using Tkinter in Python with Source Code
    4 days 20 hours ago
Advertise Here | FAQ | Forums | About Us | Hire Us

Privacy Statement | Disclaimer | Terms and Agreement