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 - Populate Select Tag With Repeat Using AngularJS

Submitted by razormist on Mon, 01/13/2020 - 20:39
Learn on how to create a Populate Select Tag With Repeat using AngularJS. An advance JavaScript coding technique that use AngularJS plugin to populate select tag. This is a helpful trick when you want to dynamically add some options in the select tag.
  • Read more about JavaScript - Populate Select Tag With Repeat Using AngularJS
  • Log in or register to post comments
  • 65 views

Inventory Management System

Submitted by Prasenjit Halder on Mon, 01/13/2020 - 20:38
Basic inventory management for purchase and sale. This project can run through access database and ms sql server (valid database access mdb, accdb and ms sql server 2014 or leter version) database setting can be customize, this project focus on code management.
  • Read more about Inventory Management System
  • Log in or register to post comments
  • 2970 views

JavaScript - Store Element Value When Drag

Submitted by razormist on Sun, 01/12/2020 - 21:31
Learn on how to create a Store Element Value When Drag using JavaScript. An advance JavaScript technique that use drag and drop feature to store element value. This is helpful when you want to dynamically store an element by the use of drag and drop feature.
  • Read more about JavaScript - Store Element Value When Drag
  • Log in or register to post comments
  • 90 views

HTML Form Validation with Javascript

Submitted by williamjustin on Sun, 01/12/2020 - 21:31
Hey there. Let's share and improve our coding skills here. This is a simple HTML form validated with Javascript Objects. Feel free to Modify the script to get what you need. Happy Coding
  • Read more about HTML Form Validation with Javascript
  • 1 comment
  • Log in or register to post comments
  • 591 views

PHP - Copy Files In SQLite3

Submitted by razormist on Sun, 01/12/2020 - 21:01
Learn on how to create a Copy Files In SQLite3 using PHP. An advance php coding technique that use SQLite database to copy a certain file to other folder. This is very useful when you want to copy a file dynamically in the SQLite database.
  • Read more about PHP - Copy Files In SQLite3
  • Log in or register to post comments
  • 196 views

PHP - Upload Image Only Using PDO

Submitted by razormist on Sat, 01/11/2020 - 17:24
Learn on how to create a Upload Image Only Using PDO. An advace PHP technique that can upload only image data to the database server using PDO query. This is a useful method when uploading a data with a secure process prevention from injection tools.
  • Read more about PHP - Upload Image Only Using PDO
  • Log in or register to post comments
  • 533 views

JavaScript - Change First Letter Properties

Submitted by razormist on Sat, 01/11/2020 - 17:24
Learn on how to create a Change First Letter Properties using JavaScript. A simple JavaScript code that change the first letter of a text properties. This code is helpful when you want to dynamically change a font properties.
  • Read more about JavaScript - Change First Letter Properties
  • Log in or register to post comments
  • 99 views

PHP - Sort Data Using PDO

Submitted by razormist on Fri, 01/10/2020 - 21:38
Learn on how to create a Sort Data using PDO. An advance php script that can sort data in table row with the use of PDO query. This is helpful when you want to sort a specific data row that needed to be display first.
  • Read more about PHP - Sort Data Using PDO
  • Log in or register to post comments
  • 1179 views

JavaScript - Simple Shuffle String

Submitted by razormist on Thu, 01/09/2020 - 15:45
Learn on how to create a Simple Shuffle String using JavaScript. A simple JavaScript code that can shuffle a given string. This is a helpful when you want to apply shuffle function to any part of your application page.
  • Read more about JavaScript - Simple Shuffle String
  • Log in or register to post comments
  • 207 views

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
  • 286 views

Pagination

  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 383
  • Page 384
  • Page 385
  • Page 386
  • Current page 387
  • Page 388
  • Page 389
  • Page 390
  • Page 391
  • …
  • 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

FAQ Bot with AI Assistant Using HTML, CSS and JavaScript with Source Code
Student Grades Management System Using PHP and MySQL with Source Code
E-Learning System Using PHP/MySQLi with Source Code
Design And Implementation of SIM Card Registration System
Human Resource Management System Project in PHP and MySQL Free Source Code
Employee Attendance Record System using PHP
Free and Open Source inventory management system php source code
Hotel and Lodge Management System using PHP with Source Code
Online Course Registration in PHP Free Source Code
Inventory Management System in PHP 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

  • Image Color Palette Extractor Using HTML, CSS and JavaScript with Source Code
    1 minute 53 seconds ago
  • COVID-19 Tracker App Using HTML, CSS, and VanillaJS with Source Code
    19 hours ago
  • Binary Calculator App Using HTML, CSS, and JavaScript with Source Code
    19 hours 4 minutes ago
  • Customizable Avatar Generator App Using HTML, CSS, and JavaScript with Source Code
    20 hours 26 minutes ago
  • AI-Powered To-Do List App Using HTML, CSS and JavaScript with Source Code
    1 day 1 hour ago
  • Emoji Memory Game Using HTML, CSS, and VanillaJS with Source Code
    1 day 19 hours ago
  • How to Print Numbers in a Range Without Loops in Python
    1 day 19 hours ago
  • Personality Type Predictor Using HTML, CSS and JavaScript with Source Code
    2 days ago
  • Complete Minesweeper Game Using Pygame in Python with Source Code
    2 days 18 hours ago
  • Flappy Bird Clone Game Using Pygame in Python with Source Code
    2 days 18 hours ago
Advertise Here | FAQ | Forums | About Us | Hire Us

Privacy Statement | Disclaimer | Terms and Agreement