Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 1 of 2) 53 Result(s) found 

 

Developing a hit counter in ASP.net
Total Hit (2520) In this example, we will create a web page which will track and display the hit counts for the web site. ASP developers must be familiar with a similar technique used to track the hit counts in classic ASP web pages.
Rating
This is a link to a different site ASP.NET Graphical Page Hit Counter
Total Hit (962) In this example, we will create a web page which will track and display the hit counts for the web site. ASP developers must be familiar with a similar technique used to track the hit counts in classic ASP web pages.
Rating
This is a link to a different site Tracing Features of ASP.NET
Total Hit (740) If you were an ASP developer in past, you know how difficult it was to debug your applications. Commenting and un-commenting those Response.Write statements was a nightmare for most of the developers. ASP.NET simplifies the debugging and tracing process a lot. This in depth article takes you through ....Read More
Rating
This is a link to a different site Developing multilingual applications in ASP.NET (Part - I)
Total Hit (731) Developing a multilingual applications always requires careful thought on the method used to implement multilingual support. .NET provides some easy to implement features that help in the overall process. In this part of the article we will see the commonly used terms in this context and how ASP.NET ....Read More
Rating
This is a link to a different site Developing multilingual applications in ASP.NET (Part - II)
Total Hit (726) In the last article of this series we saw how ASP.NET built-in controls such as calendar, provide multilingual support. The main part of your web forms, however, will consist of labels and similar text that also need to be in the respective language. This part of the article will tell you how to do ....Read More
Rating
This is a link to a different site Developing multilingual applications in ASP.NET (Part - III)
Total Hit (750) The previous article of this series explained how to read resources stored in a resource file (.resources). Though that approach works in many situations one drawback was that you need to provide physical directory path to load the resource file from. This means you should know where the resource is ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 1
Total Hit (978) As a great philosopher of our times has so eloquently put it, it’s “deja vu all over again“. Remember OLE? Remember COM? Technologies which in their turn, was each supposed to be the foundation for everything to come from Microsoft. Remember how hard it was to understand them? Worse yet, implement t ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 2
Total Hit (961) In part 1 I described an application that I devised as a learning project to help me get experience developing for the .NET environment, specifically ASP.NET. The application is a WEB based bug tracking tool. In the previous article I described the requirements for the application and defined the da ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 3
Total Hit (889) This is the third article in a series of articles describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a WEB-based application and then develop the ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 4
Total Hit (862) This is the fourth article in a series describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a WEB-based application and then develop the applicatio ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 5
Total Hit (961) This is the fifth article in a series describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a WEB-based application and then develop the application ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 6
Total Hit (936) This is the sixth article in a series describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a web-based application and then develop the application ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 7
Total Hit (902) This is the seventh article in a series describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a web-based application and then develop the applicati ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 8
Total Hit (862) This is the penultimate SWAT article. Only one more to complete the goals described in part 1. I'll share a secret with you, writing the articles was way harder than coding the original application. But I suppose that's also a learning experience. It's been fun and I hope that it's provided some ben ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 9
Total Hit (929) This is the last SWAT article. This article implements the reporting feature and completes all the requirements described in the first article. For those readers new to SWAT, this series of articles described the development of an application I devised as a learning project. The purpose of the proje ....Read More
Rating
This is a link to a different site An ASP.NET Application to View and Share Photos Online
Total Hit (929) This application gives you some basic photo-sharing capability similar to Ofoto or Yahoo-photos. The advantage to rolling your own application is that you gain full control over the content and layout of your site (no popup ads!) and you can completely customize it to fit your needs. ....Read More
Rating
This is a link to a different site Online Quiz
Total Hit (1001) The idea to write an online quiz came up when I was looking for an XML tutorial. I visited W3Schools.com and found not only the tutorial I was looking for, but more interestingly was an online quiz. I took the 20-questions quiz once, and hey! I felt great about it. I wonder why there are just few we ....Read More
Rating
This is a link to a different site Amazon Explorer - An adventure with ASP.NET & the Amazon Web Service
Total Hit (926) Since the advent of the .NET framework and Web Services I've heard of many interesting and wonderful applications of the two technologies. However, you never really get an appreciation for something until you actually try it yourself. Well, I tried out these technologies with an idea of mine and I m ....Read More
Rating
This is a link to a different site Personal .NET Portal
Total Hit (947) This article describes how I build my Personal Portal (in other words: a Homepage). The idea was to develop a Portal that is easy to deploy (e.g. no Database) and easy to use.
Rating
This is a link to a different site Guestbook for ASP.NET
Total Hit (1001) It is a projet permitting people to sign a guestbook on a website. The project is build in two parts: Signing the guestbook. Viewing the guestbook.
Rating
This is a link to a different site ASP.NET To Do List Application
Total Hit (917) I recently attended an excellent two day ASP.NET workshop given by the folks at Wintellect. After I returned to my desk I decided I need to write an application using ASP.NET in order to make the things I had learned stick in my brain. This simple application is the result. However, this simple two ....Read More
Rating
This is a link to a different site A Robust Image Gallery for ASP.NET
Total Hit (2777)
Rating
This is a link to a different site ASP.NET Charting Using Office Web Components (OWC)
Total Hit (2348)
Rating
This is a link to a different site Displaying Hierarchical XML Data of an Arbitrary Depth Using XSLT
Total Hit (2381)
Rating
This is a link to a different site Building an Event Calendar Web Application
Total Hit (2032)
Rating
This is a link to a different site Debugging an ASP.NET Web Application, Part II - Debugging
Total Hit (878) Bugs are a fact of the programmer's life. How can we deal with them efficiently? In this series of two articles I'm going to look at two main areas of finding and fixing errors in your program - Tracing and Debugging.
Rating
This is a link to a different site Debugging an ASP.NET Web Application, Part I - Tracing
Total Hit (886) Bugs are a fact of the programmer's life. How can we deal with them efficiently? In this series of two articles I'm going to look at two main areas of finding and fixing errors in your program - Tracing and Debugging.
Rating
This is a link to a different site Deploying ASP.NET Applications
Total Hit (911) «LI» File System Layout of ASP.NET Applications «LI» Resolving Class References to Assemblies «LI» ASP.NET Framework application Startup and Class Resolution «LI» Code Replacement «LI» Section Summary
Rating
This is a link to a different site Localize an ASP.NET application?
Total Hit (1016) «LI» Copy and Translate «LI» Localization and Controls «LI» Section Summary
Rating
This is a link to a different site Debug an ASP.NET application?
Total Hit (921) No matter how skilled a programmer you are, you are bound to make mistakes once in a while. Tracking down problems in your code can be baffling without the appropriate tool. Fortunately, the compiled nature of ASP.NET means that debugging Web applications is no different than debugging any other man ....Read More
Rating


(Page 1 of 2) 53 Result(s) found  1 2

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.