Animated Form Switching using Bootstrap Framework

Submitted by jkev on
Hi sourcecodester, This is an animated form switching using bootstrap framework. The script will switch between form login and signup page with transition effect. This code is simple but useful to your future project. To learn more about bootstrap framework please visit http://twitter.github.io/bootstrap/. Here's the sample code: FirstName LastName MiddleName Address Username Password Sign Up

Exchange Rate Money

Submitted by sanbunna9 on
Hello everybody, this is my project exchange money rate using vb.net. This project also provide source code to other developer that want to using code in vb.net. Feature this project also have : - Log in user - User registration - Connection to database - if else condition - Create function - Splash screen If everyone want to ask me about this project please contact me : mail: [email protected]

Importance of Version Control System (VCS) for Developers

Submitted by navajocodetalker on
The Version Control Systems are important tools that every developer should be using, especially for PHP programmers. There are instances that developers don't make part the version control systems on their development tool set. We are going to discuss the Version Control System, why they are so important to be used by all developers. Before discussing the importance of VCS let us first define the

Amazon Web Service (AWS) Launches Certification

Submitted by navajocodetalker on
One of the leading web services, the Amazon Web Service (AWS) has launched a certification program for developers and administrators who want to be able to show their competence in working with Amazon Web Services. The two most famous AWS are the Amazon EC2 and Amazon S3. The AWS Certification is built around three primary roles namely Solutions Architect, SysOps Administrator, and Developer. It

Add/Edit/Delete in ASP.NET(VB) - MS SQL Server

Submitted by FnameLname on
Here's my sample Add/Edit/Delete in ASP.NET Web Application, I used VB.NET for my code behind and MS SQL Server for my back-end Database to run this program, open your Visual Studio (any version like 2005/2010/2012) File>Open>Web Site and locate folder where my sample is... then press f5 feel free to used this for your references... thanks for using this!! ^_^