Archive for June, 2008

JSP Life Cycle

JSP Life  Cycle
Life Cycle is composed of several stages that provides  a easy way
to understand  an application. JSP life cycle consists of
following  stages:
1) JSP  Page Translation-During Translation stage, JSP  page
is translated into a  servlet and it is servlet which is
actually  runs when a browser makes a request. When the JSP  requests
, it is parsed for […]

Software Programmer

Hi,
Are you looking for software programming help?
Join our software programmers  networking site LiveTechTalk.Com
Thanks
http://www.livetechtalk.com/

Open Source Database

A database is a collection of structured records that can easily organized, updated and managed. Open Source Database software offers many SQL features that run on Windows and Linux operating system. The source code can further modified according to the users requirements.
Read More: Open Source Database.

Apache2 gzip compression: How do I speed up my website download time?

Apache2 gzip compression: How do I speed up my website download time?
One of the things people tend to forget is the ability for web servers to compress content before sending it back to client. Client’s browser then uncompresses the data and displays it to the user. Pretty much all of the recent browsers support gzip […]

jQuery - Write less to more Java Script

Hi,
Learn more about jQuery.
jQuery actually allows you to do a lot of things with less code.
jQuery is JavaScript to develop UI for web applications.
Learn more about jQuery at http://www.livetechtalk.com/deepak/weblog/5.html
Thanks

MySQL backup and restore

In this tutorial author explains how to take MySQL backup and then restore the same backup on the server.
Backup and restore is the most important thing for data security.
In this tutorial you will learn:
a) Take the backup of your database
b) Restore the data from backup
After reading the tutorial you will be able to take the […]

Building and Deploying Applications with ant

This tutorial shows you how you can build and deploy applications with the Ant tool.
Ant is great tools for building and deploying applications. With the ant tool you will have better control on your application development process.
Once you are comfortable with the ant tool, you can write ant script that will build complex applications with […]

JSP Introduction for beginners

This JSP beginners tutorials is one of the best tutorials for the beginners and even for the advance programmers. This JSP Tutorial covers everything necessary to get started with JSP.
In this JSP tutorial you will learn how to develop as simple JSP page and then deploy on the tomcat Servlet container.
As a beginner you will […]

JDBC Servlet

In this example author starts with a simple Servlet and explains how to add the JDBC code into the Servlet.
The JDBC code inside Servlet will access the database and fetch the data from database and display it on the browser.
In this JDBC Servlet tutorial MsAccess database is used, but you can easily replace it with […]

JDBC Tutorial

This tutorial nicely describes how to use JDBC to connect the database. You will learn the basics of JDBC and then the example code will provide you a change to run the code.
This JDBC example code is for the programmers who wants to learn DJBC quickly.
JDBC is easy topic and you only needs a starting […]