Simplest Online Notepad for Copy/Paste in PHP

Submitted by opensource on
It's a simple and secured online notepad. It uses PHP file handling functions and there is no database. Just upload and start using it. Create your own unique url : https://note.initedit.com/Enter_your_unique_Text Shortcuts key : ALT + N = New File ALT + C = Copy all ALT + U = URL Copy ALT + D = Download CTRL + S = Save CTRL + L = Lock , Unlock, Edit CTRL + DEL = Delete File File status : Locked =

How to include PHP files/Templates in CodeIgniter

Submitted by nurhodelta_17 on
This tutorial tackles on how to include PHP flies/Templates or string in views of CodeIgniter. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller) architecture. We cant just simply include our php file like we did with core PHP using include() function in CodeIgniter instead we do this in controllers following this tutorial.

How to Remove Index.Php in the URL of Codeigniter Application

Submitted by nurhodelta_17 on
This tutorial tackles on how to remove index.php in the URL of CodeIgniter application. By default, index.php is included in the URLs of your CodeIgniter Application. You can remove this by using .htaccess file which contains rules for your URLs. We are going to make this file in this tutorial and a few configurations if your using localhost server.

Advance Login Form in ASP.NET

Submitted by Hasan soherwardi on
Tecnology use:
  1. .Net framework 4
  2. ASP.NET with C#.NET
  3. Microsoft SQL Server 2008 R2
In this application you will to learn how to create:
  1. Login
  2. Remember Password
  3. User Registration with photo
  4. Show user info
  5. Change User Info
  6. Change Password
  7. Validation Controls
Login Information: UserName: Master Password: Master123 UserName: Indian Password: Indian123

Heart Monitoring System Connected with Arduino Using Serial

Submitted by Alex O Akinwande on
This is the project I help group of student develop and I believe communication with arduino using vb.net is useful for public. This is a software that has a receiver and sender, the sender is a device which measure the heart rate and send it through nrfl24lo to the receiver arduino which is connected to the system, the software has the following feature: Can Plot graph of the receiver heart rate