background preloader

Web App

Facebook Twitter

Creating a Simple Web Application Using a MySQL Database. Written by Troy Giunipero This document describes how to create a simple web application that connects to a MySQL database server.

Creating a Simple Web Application Using a MySQL Database

It also covers some basic ideas and technologies in web development, such as JavaServer Pages (JSP), JavaServer Pages Standard Tag Library (JSTL), the Java Database Connectivity (JDBC) API, and two-tier, client-server architecture. This tutorial is designed for beginners who have a basic understanding of web development and are looking to apply their knowledge using a MySQL database. MySQL is a popular open source database management system commonly used in web applications due to its speed, flexibility and reliability. MySQL employs SQL, or Structured Query Language, for accessing and processing data contained in databases.

This tutorial is a continuation from the Connecting to a MySQL Database tutorial and assumes that you have already created a MySQL database named MyNewDatabase, which you have registered a connection for in the NetBeans IDE. Contents Notes: How to Build a Web Application from Scratch with No Experience. How to Make a Facebook Application for a Non-Programmer. There are a lot of creative people, who like building stuff from a lot of different backgrounds. There is a carpenter, who has been building movie sets all his life. Sometimes, these people become intrigued to build something online. It is really admirable. There are other people, who have been working at software companies as non-programmers. After watching software being built for months and years, they become curious to try it themselves. Building software is a very creative process. The sad part is that all this motivation often runs into a wall: Where should one start?

Side note: That's probably the reason, why Visual Basic was so popular with Hobbyists. Here is a guide on learning all the skills and tools to build a Facebook application. The foundation for making any web application is to understand HTML (Hypertext Markup Language). Here is an easy way to get the concept of HTML. HTML pretty much is text with a few formatting instructions in between. 2. Example: 3. 3.1. Road stops: Create Feature-Rich Database Apps. Get a free trial and discover the power of control: Use step-by-step wizards to create forms, interactive databases, and multi-user web apps.

Create Feature-Rich Database Apps

Finish in hours and days instead of months. Incorporate password protection, email alerts, calculations, charts and maps. Apply built-in styles for a polished professional look. Embed the apps on your own website. How To Build A Facebook Application. The web professional's online magazine of choice.

How To Build A Facebook Application

In: Articles By Gareth Rushgrove Published on January 22, 2008 Facebook, as you’ve probably noticed, is everywhere. And with that ubiquity comes a massive audience just waiting for your web app. Getting Started FBML is basically the HTML you know and love, so we’ll include a heading and a stylesheet. In order to install Facebook applications, or indeed to write your own, you need a Facebook account. The Facebook Platform Facebook have done a pretty good job of documenting the fundamental components of their platform over on their developer site.

API – The API defines the various methods through which you can interact with Facebook. We’ll be stepping through the development of a simple application which will demonstrate usage of FBML and the API. As well as the core documentation, Facebook also makes available a set of useful tools and resources for developers. Example Application: Birthdays Book Building The Application <? <? <table><? <table><?