Signup · Login
Search this Website
Stay Informed
Enter your email address below to stay informed with latest articles and updates at Stardeveloper.com:
Article Categories
.NET  .NET
ADO  ADO (16)
ADO.NET  ADO.NET (10)
ASP  ASP (16)
ASP.NET  ASP.NET (41)
C#  C# (1)
COM  COM (6)
IIS  IIS (2)
VB.NET  VB.NET (3)
Web Services  Web Services (4)

J2EE  J2EE
Applets  Applets (1)
E-Commerce  E-Commerce (1)
EJB  EJB (4)
J2ME  J2ME (1)
JDBC  JDBC (4)
JSP  JSP (15)
Patterns  Patterns (1)
Products  Products (1)
Servlets  Servlets (9)
Web Services  Web Services (1)
Authors
  Faisal Khan (89)
  Wrox Press (19)
  Sriram Vaideeswaran (3)
  Ken Lin (3)
  SAMS (3)
  ibidris (3)
  vivek75 (2)
  port80 (2)
  Kiran Pai (2)
  Ken Chia (1)
  Tom Vergote (1)
  Robert Collyer (1)
  Sripriya Srinivasan (1)
  ccdimsdale (1)
  Matt Foley (1)
  jam05pgs (1)
  RamsSenthiil (1)
  vsvb (1)
  netraptor (1)
  maz00 (1)
  Serge Gusarov (1)
Log In
UserName Or Email:

Password:

Auto-Login:
Miscellaneous Links
Hosted by Securewebs.com
Welcome to Stardeveloper.com!
Here you'll find tutorials and forums on ASP, ASP.NET and JSP pages.
Latest Article
In ASP.NET, an HTTP Module is a class that implements the IHttpModule interface. By doing that it can handle events in the web request handling pipeline. They are the equivalent of 'ISAPI Filters' in IIS and 'Filters' in JSP. They are used for multiple purposes from authenticating a request to modifying the response and logging the request. In this tutorial, we will learn: i) Common uses of HTTP Modules, ii) Events in the web request handling pipeline, and iii) Creating your first HTTP Module. Read More
 

Stardeveloper RSS Feed

All Articles
For JSP developers
Applets:
Stop Email Spam with Java Applets.
 
E-Commerce:
Book Review : Professional Java E-Commerce.
 
EJB:
An Introduction to Enterprise JavaBeans.
Building your first Enterprise JavaBean.
EJB 2.1 Kick Start : Implementing a Solution Using EJB 2.1.
Reading and Parsing XML Files with Enterprise JavaBeans.
 
J2ME:
Java 2 Micro Edition (J2ME) Application Development : MIDP Programming.
 
JDBC:
A Brief Introduction to JDBC.
Connecting to a MySQL Database using Connector/J JDBC Driver.
Creating JDBC SQL Statements. Displaying Records from a MySQL Database.
Installing and Configuring MySQL Database and Connector/J JDBC Driver on Microsoft Windows.
 
JSP:
Accessing Database using Tags in JSP Pages.
Building Your first custom JSP Tag.
Calling JavaBeans from a JSP Page.
Combining Servlets, JSP, and JavaBeans.
Creating a Browser Detection JavaBean.
Examining Java Server Pages in detail.
Exception Handling in JSP Pages.
Google on your WAP phone using Java Server Pages.
How to display data from any SQL Query and any DSN, using a single JSP Tag ?
Installing, Configuring, & Running Tomcat 6.0 Servlet Container on Microsoft Windows, and Developing & Running your first JSP Page.
Introducing JavaServer Pages.
Introducing Scripting Variables in JSP Tags.
Professional JSP.
Sending E-Mails with JSP Pages.
What are JavaBeans ?
 
Patterns:
Design Patterns Tutorial.
 
Products:
Review: SoftArtisans WordWriter 1.0 for the Java Platform.
 
Servlets:
Counting Active Users using JSP.
Displaying Records from the Database with Java Servlets.
Examining Java Servlets in detail. Servlet life cycle, HttpServlet class, ServletConfig and ServletContext Objects.
Forwarding and Including Response from other Servlets.
Inserting records into the Database with Java Servlets.
Introduction to Java Servlets, Developing your first Java Servlet.
J2EE Web Application Events.
Managing Sessions with Java Servlets.
Updating records in the Database using JDBC with Java Servlets.
 
Web Services:
Professional Open Source Web Services : Other SOAP Implementations.
For ASP & ASP.NET developers
ADO:
Accessing database from an ASP page.
Adding records to the database with ASP.
Displaying Images from an Access Database using plain ASP.
DSN vs DSN less Database Connections.
Executing All or None queries : ASP Transactions.
Fastest way of Database Access : Caching Records in Memory.
Generating Random Records from the Database.
How to display records from top 4 database systems using plain ASP?
Inserting Form content into Database with ASP.
Professional ASP Data Access : Oracle8 and Oracle8i.
Running Stored Queries in Access Database.
Searching and sorting records in a recordset from the database.
Speedup Database Access using GetRows.
Updating records in the database with ASP.
Uploading Files into an Access Database using plain ASP.
Using ASP pages to page through Recordsets.
 
ADO.NET:
2 Ways of Displaying Data from a SQL Server Database using ASP.NET.
Accessing MySQL Database with ASP.NET.
Book Review : Data-Centric .NET Programming with C#.
How to create a schedule to import data, execute saved queries, perform data transfer, backup database, by using a MySQL client tool – Navicat?
How to import Excel, Access or XML data into MySQL database by using a MySQL Client Tool – Navicat?
Learn how to create stored procedures in SQL Server 2000 and make use of them in ASP.NET pages.
SQL In Simple English - Part 1.
SQL In Simple English - Part II.
Viewing/Adding/Editing/Removing Records from MySQL using ASP.NET DataGrid control.
 
ASP:
An ASP Tutorial to create your own Database driven Search Engine.
An ASP Tutorial to create your own News Letter.
Basic Active Server Pages Tutorial for beginners.
Beginning E-Commerce : Object Oriented Programming.
Built in ASP objects - Active Server Pages Reference.
Connections, Commands and Procedures.
Extremely useful ASP functions.
How to make use of SAPI in your ASP pages?
Object Oriented Design Principles in Visual Basic.
Preventing SQL Injection Attacks in Classic ASP.
Professional Windows DNA.
Reading XML file with ASP.
Sending E-Mails with ASP Pages.
Server Side Email Addresses Validation using VBScript.
Uploading Files to the Server Hard Disk using plain ASP.
Working with Drives, Folders and Files in ASP.
 
ASP.NET:
A Preview of Active Server Pages+.
ASP.NET Website Programming: Problem - Design - Solution : Deploying the Site.
Browser Capabilities Component in ASP.NET.
Connecting to Mailbox on Gmail and Fetching List of Emails using POP3 and ASP.NET.
Creating an ASP.NET Newsletter Application.
Creating an RSS Feed in ASP.NET.
Creating Line, Bar, and Area Charts using ASP.NET.
Creating new XML Document in ASP.NET Programmatically.
Displaying Emails from Mailbox on Gmail using POP3 and ASP.NET.
Displaying Twitter Updates in a Page by Page fashion with ASP.NET.
Displaying XML Data in an ASP.NET page : Binding DataGrid to an XML File.
Enabling Gzip and Deflate HTTP Compression in ASP.NET pages.
Exposing Web Services.
File Uploading in ASP.NET Using C#.
File Uploading to Access Database using ASP.NET.
File Uploading to Server Hard Disk using ASP.NET.
Generating Forms Authentication Compatible Passwords (SHA1).
Get Detailed Information About Your Site Visitors In Real Time using ASP.NET.
Gzip vs Deflate: Which is the faster HTTP compression method?
How to determine what server is given web site running on using ASP.NET?
How to Track Unique Users and Page Views?
Introduction to Developing HTTP Modules in ASP.NET.
Introduction to DTD (Document Type Definition).
Introduction to Twitter for ASP.NET Developers.
Introduction to XML.
Introduction to XPath for ASP.NET Developers.
Is your web site ready for its visitors?
Migration from J2EE to .NET.
Reading XML Files with ASP.NET.
Retrieving Twitter Updates with ASP.NET.
Search engine friendly URLs using ASP.NET (C#.NET).
Sending e-mail with attachments from an ASP.NET page.
Sending E-Mails using ASP.NET.
Sending Mass E-Mails using ASP.NET.
Submitting Web Form data from one ASP.NET page to another.
Towards Next Generation URLs.
Tracking and Displaying Real-time Visitor Time Zones in a Chart using ASP.NET.
Tracking Referring Domains and URLs to our Website using ASP.NET.
Uploading, Determining Size, Width and Height and Resizing Image Files with ASP.NET.
Validating an XML Document using DTD in ASP.NET.
Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET : Page Framework.
Your first ASP.NET page.
 
C#:
Professional C# 2nd Edition : Data Access with .NET.
 
COM:
Accessing ASP Intrinsic Objects From Java Component.
ASP Intrinsic Objects from within COM Component.
Beginning ATL 3 COM Programming.
Building COM objects using Java classes as components.
Creating an ASP COM Component in Visual Basic.
How to register/unregister an ActiveX DLL remotely using plain ASP?
 
IIS:
Mask Your Web Server for Enhanced Security.
Things to Do With IIS.
 
VB.NET:
Gate to Delegates in VB.NET.
Professional VB.NET Design Patterns : Between the Tiers: Design Patterns and .NET Remoting.
Professional VB.NET, 2nd Edition : Threading.
 
Web Services:
Early Adopter HailStorm (.NET My Services) - Talking To HailStorm.
Introduction to Web Services.
Professional ASP.NET 1.0 2002 Edition : Exposing Web Services.
Professional ASP.NET Web Services : Asynchronous Programming.
Latest Posts in the Forum