🎓 Free Capstone Projects with Full Documentation, ER Diagrams & Source Code — Updated Weekly for 2026
👨‍💻 Free Source Code & Capstone Projects for Developers

Free Source Code, Capstone Projects & Programming Tutorials

Your trusted resource for downloadable source code, complete capstone projects with ER diagrams and full chapter documentation, and step-by-step tutorials in PHP, Python, Java, JavaScript, C++, and more. Built by working developers, tested before publishing, and updated for 2026.

📅 Updated weekly | ✅ Code tested before publishing | 👨‍💻 Built by PIES IT Solutions developers

Hotkeys in jQuery

This time, let’s tackle about Hotkeys jQuery plugins. Hotkeys is a plug-in that easily manipulate and catch all keys event of a keyboard. With this, you can create an event handler …

Read more

Installing jQuery

jQuery Load() Method

Development is used by web developers for the offline developement of a website because of its uncompressed codes. Example: <script src=”jquery-1.10.2.min.js”></script> Description: There are many avaibale version that are ready to …

Read more

9 Most Useful jQuery Plugins

jQuery is the most popular based on creating animation in your HTML elements nowadays. There are many jQuery plugins that have been developed by the web developers, But these are …

Read more

Mouse Events with jQuery Plugins

This tutorial demonstrates about the capturing mouse events using mouse-capture.js jQuery plugins. This plugin has the capability to capture mouse events according to a method in a certain situation. This will …

Read more

HTML Marquee with jQuery

An HTML marquee is a sliding piece of text that displays vertically down or  horizontally across the webpage depending on what conditions you have set. This is made by using HTML <marquees> …

Read more

Password Checker in jQuery

In this tutorial, I will teach you how to validate the password with jQuery. This method has a capability to check the strength of the input passwords. It will visually display …

Read more