In this step by step tutorial we will learn about creating stored procedures in SQL Server 2000.
We will then call these stored procedures from ASP.NET pages to create, retrieve, update and delete records in a table in SQL Server 2000. All the code will be available for download. Read More
This tutorial will help you setup HTTP Gzip and Deflate compression in your ASP.NET web application. We will make use of an ASP.NET web application life cycle event in Global.asax file to achieve that. The code is very simple to understand. Read More
In this article we will learn about Java Servlets. We will develop and deploy a simple Java Servlet in the Tomcat Servlet Container. We will also learn about the web.xml (Web Deployment Descriptor) file. After reading this article you'll be able to develop and deploy your own Java Servlets. Read More
This step-by-step tutorial will get you started in developing and running your first JSP page. First we will learn how to download, install, configure and run Tomcat 6.0 Servlet Container on Microsoft Windows. Then we will proceed to develop our first JSP page and run it in Tomcat server. As always, all the steps have been explained in detail. Read More
Part 4 of a Multipart Series - In this tutorial we will learn how to add real-time visitor time zones tracking to our website. We will also create two (2) time zone charts for our website which will allow us to view where all of our visitors have mostly come from, and also to see in real-time, current active users' time zones. We will make use of C# and ASP.NET 2.0. All the code will be explained in detail. Read More
Part 3 of a Multipart Series - In this tutorial we will learn how to create line, bar, and area PNG charts on the fly and incorporate them in our website statistics application using C# and ASP.NET. Specifically, we will create area charts of daily visits and page views for the last 12 months, and display them in the reports section of our application. Again, all code has been explained in detail, and is available for download. Read More
Part 2 of a Multipart Series - In this step-by-step tutorial we will learn how to track referring domains and URLs to our website using C# and ASP.NET. Will also revisit the stuff we learned in part1; how to track unique users and page views. The source code is explained in detail and is available in a separate download. Read More
Part 1 of a Multipart Series - In this tutorial we will learn how to create a website tracker using ASP.NET 2.0 (C#) that will allow us to track unique users and page views on a daily, monthly and yearly basis. Read More
This article discusses a solution to import data, execute saved queries, perform data transfer, backup database, by using a MySQL client tool – Navicat? Read More
This article discusses a solution to import MS Excel, MS Access, XML data to local or Remote MySQL databases by using a famous MySQL Admin Tool called Navicat. Read More
Faisal Khan of Stardeveloper.com reviews SoftArtisans WordWriter 1.0 for the Java Platform which generates native Microsoft Word documents from Word templates using a data source. Read More
A tutorial on how to create and execute JDBC SQL Statements and display records from a table in a MySQL Database. Also covers topics like creating databases and tables in MySQL. Read More
A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Read More
This article provides a brief introduction to JDBC. Explains what is JDBC and how it can be used to access RDBMS. Provides a brief overview of JDBC architecture. Read More