Sunday, May 15, 2011

Connecting ASP with DataBase with Example


Before a database can be accessed from a web page, a database connection has to be established.

Create a DSN-less Database Connection

The easiest way to connect to a database is to use a DSN-less connection. A DSN-less connection can be used against any Microsoft Access database on your web site.

Tomcat Architecture (4.x) Detailed


Tomcat is a feature complete servlet container that Java servlets and JSP can be run. In many cases tomcat is used with Apache server to serve dynamic content to a web page.

10-unique-and-amazing-places-on-earth

After seeing “10 More Amazing Wonders of the Natural World”, which many contained places I had never even heard of, I was inspired to make my own list. This list differs from the previous in that it contains things which may not be stunning to behold, but are unique for their size, location, or natural impact.

15-resume-blunders-to-avoid

Most articles on this topic list blunders that very few people are dumb enough to actually make. Maybe we’re making a bold assumption, but it’s not likely that very many people are “stating that they work well in the nude”, as one resume blunder article cautions against. Nor are very many job seekers likely to “use pale blue paper with teddy bears printed around the border”, as another article warns of. Very helpful! But nevertheless, there are quite a few realresume blunders that perfectly intelligent people commit, which you should be aware of, because they can diminish you in the eyes of employers.

humor-phrases-used-to-improve-your-resume

REASONS FOR LEAVING THE LAST JOB:
  • Responsibility makes me nervous.
  • They insisted that all employees get to work by 8:45 every morning. Couldn’t work under those conditions.
  • Was met with a string of broken promises and lies, as well as cockroaches.
  • I was working for my mom until she decided to move.
  • The company made me a scapegoat – just like my three previous employers.

9 Extraordinary Human Abilities

This list of extraordinary human abilities was inspired The Top 10 Tips to Improve Your Memory when I began thinking about how some people are blessed (or cursed, depending on your point of view) with the ability to recall a scene as if they were looking at a photograph. And how other people can recreate music from memory, such as Mozart’s famed reproduction of Gregorio Allegri’s Miserere after one hearing. What other extraordinary abilities might humans have? I’ve listed nine of the most well understood (i.e. not paranormal or ‘fringe science’) and interesting abilities rated from most common to most interesting and rare. Bear in mind that most of these unusual abilities are genetic and cannot be controlled by the person affected but are an inherent quality of their physical self.

40 Romantic Photographs Shot in the Rain

40 Romantic Photographs Shot in the Rain

After preparing all the equipment for an outdoor shoot but suddenly a heavy rain came. Most photographers will feel uncomfortable and choose to stay home then. Pictures taken in the rain can actually look very soft and romantic. Let us admire these beautiful images taken by the skillful photographers.

How to Design Online Quiz Application

In this section, we are going to implement of Online quiz application using of JSP.
  
Step 1: Create Question and answer insert form (questForm.jsp) .

In this step first of all create quiz question and answer form using with JSP or JDBC database.