A New Design, A New Interface, Same Great Coding Source
News Article #: 1 - Published On: June 21, 2017 @ 05:01:23 AM
Coding Source, a new design, a new interface, and a new look. Codes and scripts are your fingertips.
Over the last few weeks, we have been hard at work, redesigning our site. We wanted to give our members and guest a better more attractive site to visit and to be a part of.
Our goal is to create a site that grows every day with new resources, a place where everyone can hopefully, get what they are looking for.
We hope you everyone enjoys what we have provided for you here at Coding Source.
We look forward to hearing your feedback and more.
Thank you, for being a part of our future.
Wayne Barron - Coding Source
-
3028 -
June 23, 2017
When Importing a database's tables in SQL Server 2005, the only thing that gets imported by default is the data in the fields, not the default parameters hidden within the properties of each field. This information must be hand written again like the first time. So, this Read more... -
8778 -
September 09, 2011
When you provide a members area for your visitors, they will need to choose a username. This JQuery function will allow for them to type in the name in realtime and get a result back letting the person know rather the username is available or not. Read more... -
2614 -
March 02, 2015
Using asp.net (vb.net) to upload ONLY specified file types to your server and database. Using this code will allow you to host content uploaded by members or visitors to your website. Read more... -
3942 -
May 17, 2018
Using SQL Server Management Studio, we can change the recovery model of our database from FULL to Simple. Read more...