Handling Exceptions with ASP.NET
Exceptions can make Web applications useless from a user’s perspective, but understanding how to prevent and handle exceptions can make the de-bugging process easier.
More here: Handling Exceptions with ASP.NET
a2a_linkname=”Handling Exceptions with ASP.NET”;a2a_linkurl=”http://www.frenzygraphics.com/2011/04/11/handling-exceptions-with-aspnet/”;
Creating a Custom Human Resources Application with ASP.NET
Build your own custom job-listing HR solution with ASP.NET, complete with a database connection, an administrative backend and a webpage to show all current job openings.
Read more here: Creating a Custom Human Resources Application with ASP.NET
a2a_linkname=”Creating a Custom Human Resources Application with ASP.NET”;a2a_linkurl=”http://www.frenzygraphics.com/2010/12/01/creating-a-custom-human-resources-application-with-aspnet/”;
Creating a Web-based Schedule with ASP.NET
Learn how to create a dynamic Web-based schedule with ASP.NET and SQL Server.
The rest is here: Creating a Web-based Schedule with ASP.NET
a2a_linkname=”Creating a Web-based Schedule with ASP.NET”;a2a_linkurl=”http://www.frenzygraphics.com/2010/09/16/creating-a-web-based-schedule-with-aspnet/”;
Create Database-driven Resource Bundles with Java and MySQL
Learn a Java internationalization mechanism that allows you to add a new localization without modifying application code using a MySQL database-driven ResourceBundleControl.
Read more from the original source: Create Database-driven Resource Bundles with Java and MySQL
a2a_linkname=”Create Database-driven Resource Bundles with Java and MySQL”;a2a_linkurl=”http://www.frenzygraphics.com/2010/07/09/create-database-driven-resource-bundles-with-java-and-mysql/”;
Create Your First ASP.NET Web Service
Learn how to create a simple Web service using ASP.NET and then integrate it with a database on the backend.
See more here: Create Your First ASP.NET Web Service
a2a_linkname=”Create Your First ASP.NET Web Service”;a2a_linkurl=”http://www.frenzygraphics.com/2010/06/24/create-your-first-aspnet-web-service/”;
Your First Server-side JavaScript Application
Aptana Jaxer is a JavaScript server plug-in that enables database/file system access, network communications, and user sessions. Today, we will be using the Aptana Studio IDE to build a simple file-based blog for Jaxer.
Credit:Your First Server-side JavaScript Application
a2a_linkname=”Your First Server-side JavaScript Application”;a2a_linkurl=”http://www.frenzygraphics.com/2009/08/17/your-first-server-side-javascript-application/”;
Debugging JavaScript: Understanding JavaScript Error Messages
One of the most pervasive criticisms about JavaScript is that it’s painfully difficult to debug. The good news is that you don’t have to be intimidated or turned off by JavaScript. In this article, we will be taking a look at the types of errors that you are likely to encounter in JavaScript [...]
Apache Basics, Visited
The Apache Web server is a highly specialized software application used to serve billions of Web pages daily. The Apache Web server is the single most used Web server on the Internet today. In this article, we look at how to configure the program. By Thomas Valentine. 0129
View original post here: Apache Basics, Visited
[...]
Do It Yourself SSL Guide
This week you’ll learn how to have the connection between the browser and the Web server encrypted. This guide is designed for use with the typical Apache on Linux configuration. By Stephen Philbin. 0919
Excerpt from:Do It Yourself SSL Guide
a2a_linkname=”Do It Yourself SSL Guide”;a2a_linkurl=”http://www.frenzygraphics.com/2008/09/19/do-it-yourself-ssl-guide/”;


