MySQL Tutorials & Articles
-
Rails: an introduction
by Kevin JonesEver wondered what “Rails” is all about? Kevin Jones explains what it is and why it's important.
-
ActiveRecord for Ruby and Rails
by Kevin JonesKevin Jones explains how ActiveRecord works in Rails, and in a standalone Ruby application.
-
Rails: an introduction
by Kevin JonesYou've heard the hype - but not given it a shot yet? Kevin Jones explains the background of MVC, DRY and TDD and how to get started with your first Ruby on Rails web app!
-
Java in a Python body
by Sing LiSing Li explores the advantages of Jython, a Python implementation created in Java.
-
Query Tool to Excel using C# and .NET
by Mike GoldDemonstrates how to use .NET interop to perform an SQL query and then send the results into an Excel spreadsheet.
-
SQL Injection Attacks by Example
by Stephen J. FriedlSteve Friedl takes a look at how your site could be vulnerable to SQL injection attacks - complete with numerous examples - and the action you can take to prevent them.
-
Using MySQL with .NET
by cardinals33Ever wanted to combine the power and ease of the .NET platform with a free database like MySQL? Well thanks to ODBC database functions in ADO.NET it's really easy. This article shows how.
-
Introducing a post-relational database for .NET
by John SasakThis is a step by step guide for a post-relational database for .NET, Matisse. The article is aiming at helping developers quickly evaluate this alternative solution as .NET database when they face problems of productivity, flexibility, extensibility, or maintainability.
-
Extracting the Country from the IP Address:- How To?
by Amit GuptaGet to know from where the visitors to your website are coming. Amit shows you how you can know the Country of a visitor through his IP Address without using COM.
-
MySQL Tutorial
by Gez LemonAn introduction to using MySQL, from creating databases to modifying tables to creating and deleting rows.
-
Using PHP and IIS to Create a Discussion Forum
by Jayesh JainLearn how to use PHP on windows and IIS to create a basic discussion forum that makes use of a powerful database.
-
MySQL table options
by Kay EwbankThere's more than one type of table in MySQL, so Kay Ewbank explains the range of possibilities, and gives us a practical introduction to transactions.
-
Eocene: An OO Web Development Framework
by Deepak DuttaEocene is a simple and easy to use Object Oriented Web development framework for PHP. It is based on the Front Controller design pattern and the Model View Controller (MVC) architecture. It incorporates many proven software development practices to provide a foundation for building Web applications. It uses PHP for foundation classes and xml-based text files for application configurations. It is a simple and easy to use framework that can be used to solve a large number of Web development projec
-
Sessions in PHP
by amitabh doctorA brief overview of using sessions in PHP 4.0.
-
Implementing a template based website
by James CrowleyHow to implement your own template based web site using php