Signup · Login
Stardeveloper.com  
Home · Articles · Forums · Advertise · Contact
Article Categories
.NET  .NET
  ASP (15)
  ASP.NET (26)
  ADO (16)
  ADO.NET (10)
  COM (6)
  Web Services (4)
  C# (1)
  VB.NET (3)
  IIS (2)

J2EE  J2EE
  JSP (15)
  Servlets (9)
  Web Services (1)
  EJB (4)
  JDBC (4)
  E-Commerce (1)
  J2ME (1)
  Products (1)
  Applets (1)
  Patterns (1)
Miscellaneous Links
  Submit Article
Authors
  Faisal Khan (73)
  Wrox Press (19)
  ibidris (3)
  Sriram Vaidee.. (3)
  SAMS (3)
  Ken Lin (3)
  Kiran Pai (2)
  vivek75 (2)
  port80 (2)
  maz00 (1)
  netraptor (1)
  vsvb (1)
  RamsSenthiil (1)
  jam05pgs (1)
  Matt Foley (1)
  Serge Gusarov (1)
  ccdimsdale (1)
  Sripriya Srin.. (1)
  Robert Collyer (1)
  Tom Vergote (1)
  Ken Chia (1)
Hosted by Securewebs.com
 
Welcome to Stardeveloper.com!
Here you'll find articles, tutorials and forums on .NET and J2EE.
Sub Categories
.NET (83)J2EE (38)
Latest Published & Updated Articles
  Learn how to create stored procedures in SQL Server 2000 and make use of them in ASP.NET pages.
by Faisal Khan on December-27-2007.

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

  Enabling Gzip and Deflate HTTP Compression in ASP.NET pages.
by Faisal Khan on November-4-2007.

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

  Introduction to Java Servlets, Developing your first Java Servlet.
by Faisal Khan on October-26-2007.

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

  Installing, Configuring, & Running Tomcat 6.0 Servlet Container on Microsoft Windows, and Developing & Running your first JSP Page.
by Faisal Khan on October-25-2007.

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

  Tracking and Displaying Real-time Visitor Time Zones in a Chart using ASP.NET.
by Faisal Khan on October-17-2007.

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

  Creating Line, Bar, and Area Charts using ASP.NET.
by Faisal Khan on September-22-2007.

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

  Tracking Referring Domains and URLs to our Website using ASP.NET.
by Faisal Khan on July-10-2007.

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

  How to Track Unique Users and Page Views?.
by Faisal Khan on April-1-2007.

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

  Design Patterns Tutorial.
by ibidris on February-28-2004.

An article that briefly describes commonly used Design Patterns. Read More

  Google on your WAP phone using Java Server Pages.
by ibidris on February-28-2004.

Code example to demonstrate how to access Google on your WAP phone using JSP pages. Read More

  Stop Email Spam with Java Applets.
by ibidris on February-28-2004.

This article explains all the Java code required to send emails using Java applets, thus hiding/protecting your real email addresses. Read More

  Search engine friendly URLs using ASP.NET (C#.NET).
by maz00 on February-28-2004.

This article explains how to convert the database-driven query string containing links to search-engine friendly ones. Read More

  How to make use of SAPI in your ASP pages?.
by jam05pgs on December-15-2003.

A code snippet explaining how to make use of Microsoft Speech Application Programming Interface in your ASP pages. Read More

  How to create a schedule to import data, execute saved queries, perform data transfer, backup database, by using a MySQL client tool – Navicat?.
by Ken Lin on December-15-2003.

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

  How to import Excel, Access or XML data into MySQL database by using a MySQL Client Tool – Navicat?.
by Ken Lin on October-19-2003.

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

  Review: SoftArtisans WordWriter 1.0 for the Java Platform.
by Faisal Khan on September-24-2003.

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

  Creating JDBC SQL Statements. Displaying Records from a MySQL Database.
by Faisal Khan on September-10-2003.

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

  Connecting to a MySQL Database using Connector/J JDBC Driver.
by Faisal Khan on September-4-2003.

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

  Installing and Configuring MySQL Database and Connector/J JDBC Driver on Microsoft Windows.
by Faisal Khan on September-2-2003.

A tutorial on obtaining, installing and configuring MySQL Database and Connector/J JDBC Driver for use on Microsoft Windows. Read More

  A Brief Introduction to JDBC.
by Faisal Khan on August-27-2003.

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

More

 
Search
Enter Keyword:

Latest Forum Activity
Re: viewing my asp pages from a different bro..
by ddebidin on 9 May 2008 Go To Post

Re: Newbie in ASP Please help
by ddebidin on 9 May 2008 Go To Post

Re: ASP Newsletter
by ddebidin on 9 May 2008 Go To Post

Check uploaded file filesize.
by Sammy2008 on 21 Apr 2008 Go To Post

coding related--urgent--need help from expert..
by Markand on 15 Apr 2008 Go To Post

Log In
UserName Or Email:

Password:

Auto-Login:

Feedback
Please report any mistakes, broken links or inaccessible pages on this page.
 
© 1999 - 2008 Stardeveloper.com, All Rights Reserverd.