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

JavaScript - Simple Time Counter

Submitted by razormist on Wed, 01/08/2020 - 22:01
Learn on how to create a Simple Time Counter using JavaScript. A simple code that set a timer for a given time in the form. This is useful when you want to set some events or time management in your working system.
  • Read more about JavaScript - Simple Time Counter
  • Log in or register to post comments
  • 302 views

JavaScript - Sorting Table Using AngularJS

Submitted by razormist on Wed, 01/08/2020 - 10:03
Learn on how to create a Sorting Table using AngularJs. An advance JavaScript programming that use AngularJS plugin to sort the table data. This is useful when you want to organised the viewing of your data to make it easier to display.
  • Read more about JavaScript - Sorting Table Using AngularJS
  • Log in or register to post comments
  • 97 views

PHP - Simple Folder Generator

Submitted by razormist on Tue, 01/07/2020 - 21:27
Learn on how to create a Simple Folder Generator using PHP. An advance php technique that can generate a new folder dynamically. This is helpful when you are working on a file system that needed management for storing important files
  • Read more about PHP - Simple Folder Generator
  • Log in or register to post comments
  • 249 views

PHP - Auto Sum Total In SQLite3

Submitted by razormist on Tue, 01/07/2020 - 13:18
Learn on how to create a Auto Sum Total In SQLite3 using PHP. An advance php coding technique that use SQLite database to auto sum the total digit exist in the table. This is helpful when you want to apply some automation when it comes in computation.
  • Read more about PHP - Auto Sum Total In SQLite3
  • Log in or register to post comments
  • 333 views

PHP - Remove Table Row With Modal Using PDO

Submitted by razormist on Tue, 01/07/2020 - 09:46
Learn on how to create a Remove Table Row With Modal using PDO. An advance php script that can remove a table row with modal dialog and PDO query. This is helpful when you need confirmation before the deletion of the selected row.
  • Read more about PHP - Remove Table Row With Modal Using PDO
  • Log in or register to post comments
  • 312 views

JavaScript - Display Binded Value Using AngularJS

Submitted by razormist on Fri, 01/03/2020 - 21:47
Learn on how to create a Display Binded Value using AngularJS. An advance JavaScript coding technique that use AngularJS plugin to display the binded value. This is a helpful trick when you want to display the entry that you inputted before submitting.
  • Read more about JavaScript - Display Binded Value Using AngularJS
  • Log in or register to post comments
  • 56 views

PHP - Delete All Rows Using PDO

Submitted by razormist on Fri, 01/03/2020 - 09:11
Learn on how to create a Delete All Rows using PDO. An advance php script that can delete all table row in PDO. This is useful when you want to remove a all the data row in just one click.
  • Read more about PHP - Delete All Rows Using PDO
  • Log in or register to post comments
  • 1187 views

PHP - Eliminate Duplicate Entry In Arrays

Submitted by razormist on Thu, 01/02/2020 - 22:02
Learn on how to create a Eliminate Duplicate Entry In Arrays using PHP. A basic php script that can eliminate duplicate objects in array. This is a helpful code when you want to avoid duplicate entries that exist within a bulk of data.
  • Read more about PHP - Eliminate Duplicate Entry In Arrays
  • Log in or register to post comments
  • 148 views

PHP - Delete Multiple Row Using PDO

Submitted by razormist on Wed, 01/01/2020 - 15:22
Learn on how to create a Delete Multiple Row using PDO. An advance php script that can delete multiple data in database using PDO. This is useful when you want to delete multiple data in just one click.
  • Read more about PHP - Delete Multiple Row Using PDO
  • Log in or register to post comments
  • 791 views

JavaScript - Calculate Average Using jQuery

Submitted by razormist on Mon, 12/30/2019 - 21:43
Learn on how to create a Calculate Average using jQuery. An advance JavaScript technique that use jQuery library to calculate the average of a given number. The code can be useful when you want to automatically calculate a certain number.
  • Read more about JavaScript - Calculate Average Using jQuery
  • 1 comment
  • Log in or register to post comments
  • 1182 views

Pagination

  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 410
  • Page 411
  • Page 412
  • Page 413
  • Current page 414
  • Page 415
  • Page 416
  • Page 417
  • Page 418
  • …
  • 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

Inline Shopping Cart System In PHP and MySQL Database Tutorial
Add to Cart Shopping Using HTML, CSS and JavaScript with Source Code
Web-based Pharmacy Product Management System using PHP and MySQL Database
Basic Shopping Cart using PHP/MySQL with Source Code
Student Management System in PHP/MySQL Source Code
Advance Shopping Cart using PHP Free Source Code
Sending SMS using AT Commands via GSM Modem/GSM Phone (receiving SMS-updated)
Sales and Inventory System in PHP/MySQLi with Source Code
Doctor's Appointment System using PHP Free Source Code
Hotel Reservation System (VB.NET)

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

  • How to Find the i-th Smallest Element in Linear Time in Python
    6 hours 14 minutes ago
  • How to Implement Johnson’s Algorithm in Python
    6 hours 17 minutes ago
  • Andy's Oracle utilities
    1 day 3 hours ago
  • Supermarket Billing System Using SQLite and Tkinter in Python with Source Code
    1 day 5 hours ago
  • Pomodoro Clock Using Tkinter in Python with Source Code
    1 day 5 hours ago
  • How to Implement Floyd-Warshall Algorithm in Python
    1 day 5 hours ago
  • Number System Conversion App Using Tkinter in Python with Source Code
    3 days 5 hours ago
  • How to Implement Bellman Ford Algorithm in Python
    6 days 5 hours ago
  • How to Implement Selection Sort in Python
    6 days 5 hours ago
  • Atari Centipede Clone Game Using HTML, CSS, and JavaScript with Source Code
    1 week ago
Advertise Here | FAQ | Forums | About Us | Hire Us

Privacy Statement | Disclaimer | Terms and Agreement