Inventory Software

Submitted by kanishma nisha on

This project was created using vb.net 2010 as front end and ms access as back end. The modules of this project are: 1.log n 2.invoice 3.billing 4.admin Username: admin password: admin I hope this project will help you to know the features of vb.net. Just download and try this project. Thank you. Please don't forget to like this project.

PHP Online Examination Easy and Simple

Submitted by paparaf on
This is a simple Online Examination created using PHP to serve as an example for those who wants to learn PHP. Try this yourself and learn some new codes. For Xampp, put the extracted folder inside xampp>>htdocs For Wamp, copy and paste the extracted folder inside wamp>>www Import database on localhost/phpmyadmin password: admin username: admin Go, Keep Coding!

Random Password Generator using Javascript

Submitted by jaredgwapo on
Welcome to www.sourcecodester.com. I am going to teach you how to make a random password generator that you can use in you projects or systems. Just follow the instructions below. Instructions First, let's create our html code, just copy the code below. Password Length: Lastly, we will be creating our javascript code. Congratulations, you have successfully created a simple password generator. For

Eyes following the mouse using Javascript

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make a xavier eye or eyes following the eye using javascript. Just follow the instructions below. Instructions Writing our javascript code and name it as jseyes.js /* jseyes.js The classic Xeyes in JavaScript (c) PROPIX Ltd, Written by Pintér Gábor Székesfehérvár, Kriványi u. 15. H-8000, HUNGARY Tel: +36 30 3489752 Fax: +36 22 304326 Email: propix

Cursor Sparkle Effect using Javascript

Submitted by jaredgwapo on
In this chapter we are about to learn how to make a sparkle effect in your mouse cursor. You can download and use this in your projects or systems. Just follow the instructions below. Instructions Writing our css code Writing our javacript code Lastly, our html code * * * * Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can

Neon text effect using Javascript

Submitted by jaredgwapo on
In this tutorial, We will learn how to create a neon text effect that you can use in you projects or systems. Just download the source code bellow and follow the instructions. INSTRUCTIONS Copy this code and save it as index.php Finally, you have created a neon text effect. For more informations and suggestions just comment below or email me at [email protected]

How to Create a Ribbon using CSS

Submitted by Jeprox on
In this tutorial we are going to learn how to make ribbon using CSS. You may play around with the CSS codes change the positions of the ribbon elements . Here's the code: CSS Code: .ribbon { font-size: 16px !important; width: 300px; position: relative; background: #C50F0F; color: #fff; text-align: center; padding: 1em 2em; margin: 2em auto 3em; } .ribbon:before, .ribbon:after { content: ""

Basic Data tables PHP

Submitted by GeekRedz on
Creating CRUD grid is a very common task in web development (CRUD stands for Create/Read/Update/Delete). If you are a senior web developer, you must have created plenty of CRUD grids already. They maybe exist in a content management system, an inventory management system, or accounting software. If you just started web development, you are certainly going to experience lots of CRUD grids' creation