Adobe's Database got hacked – Source Code Was Stolen Including Millions of Customer Records

Submitted by Saad Arif on
It has been discovered by Adobe’s screening team that there has been some suspicious activity in its network. Not only there has been a security breach but the customer data is stolen as well. As per the reports following information about more than 2.9 million customers has been stolen from Adobe’s records. • Adobe Customer ID • Customer Name • Encrypted Password • Encrypted Debit Card Numbers •

String and Numeric Validation Using JavaScript

Submitted by jaymeen_86 on
This Program Demonstrates textbox input validations on keypress. Feature of this program is how to Validate textbox onkeypress event to prevent user to input firstalphabet,secondalphabet Characters. Most Important feature is it ristricts user to input only numeric values in textbox using ASCII Values. Hope you find it helpful.

TTJ- Inventory System

Submitted by joken on
This TTJ- Inventory System is created using Visual Basic 2008 and supported with Microsoft access for database and I use crystal report for reporting and barcode generator as a third party for this system. And this system can monitor all kinds of assets registered on the system, the system can track all the transactions especially the In and Out of stocks, generate reports such as: List of all

School Management System

Submitted by Mum Vannak on
A school management system that records the information of faculty, students, and a subject taught my the teachers. It also has a score system that records the test given to the students. This is the first PHP code from my assignment. Like and share it and you can contact me by email: [email protected] and facebook acount: Monm Vannak. database name: assignment user: admin pass: admin

How to Create a Text Editor in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a text editor in Visual Basic. Steps of Creation: Step 1: First we need a form. Mine will consist of; - Richtextbox1 - Contain text contents - Button1 - Load File - Button2 - Save File - Button3 - Save File As New Name Step 2: Now lets import System.IO so we can read and write files. We also want to create a path String variable to contain our opened

Games Using C#

Submitted by tamizhventhan on
Games selection using c#.Net A simple project to play the games in win xp. for this purpose we use a class called process in c sharp. Create a form with Picture Boxes Add relevant picture to that picture boxes and double click. Write the code below like this to run the programs first of all define a string and assign the string with the path of the application you want to run.