background preloader

Web-Development

Facebook Twitter

Content Management System, Framework, and More - MODx. Developer -07.09.2009 - 08:54 - Die Wahl für das Web - ASP.NET, Microsoft-affine Entwickler haben für Webanwendungen inzwischen eine Handvoll Optionen: ASP.NET, Ajax, Silverlight, WPF WBA (Web Browser Application) und sogar noch das "alte" ActiveX spielen eine Rolle.

Developer -07.09.2009 - 08:54 - Die Wahl für das Web - ASP.NET,

ASP.NET gibt es seit dem .NET Framework 1.0 und es wurde seitdem immer wieder erweitert. "ASP" steht für Active Server Pages und drückt aus, dass es sich (primär) um ein serverseitiges Framework für Webanwendungen handelt. Allerdings war ASP.NET von Anfang an nicht rein serverseitig, denn einige Funktionen (etwa Eingabeprüfungen und Hyperlinks, die sich verhalten wie Schaltflächen) erforderten die Ausführung von JavaScript im Browser.

Entscheidend ist, dass das .NET Framework nur auf dem Server installiert sein muss. Als Client benötigt man allein einen Browser, der HTML, CSS und JavaScript versteht. ASP.NET zeichnet sich durch eine hohe Entwicklerproduktivität aus, wenngleich Desktop-Anwendungen mit Windows Forms weiterhin schneller zu entwickeln sind als Webapplikationen. How to Create an Ajax Autocomplete Text Field: Part 5. Digg This Add to del.icio.us The AutocompleteList JavaScript File In part 4 of this series, The AutocompleteList CSS File, we defined the appearance of our Autocomplete control using an external Cascading Style Sheet.

How to Create an Ajax Autocomplete Text Field: Part 5

This week we'll create a JavaScript file to manage the behavior of the Autocomplete control in the browser. Import the JSON JavaScript Parser In Part 3 - The Autocomplete Servlet, we brought the seven JSON utility classes into our project to facilitate working with JSON objects in the AutocompleteServlet. Once you've downloaded a parser, click on the "Import" command under "File: Import... " on the main menu to bring it into your project (See Figure 1). Select "File System" from the "Import" dialog (See Figure 2). Database-enabled Ajax with PHP - WebReference.com-

By Kris Hadlock Ajax has taken the Web to a new level by offering an intuitive interactive model that rivals the desktop.

Database-enabled Ajax with PHP - WebReference.com-

To compete with desktop applications, database interaction is necessary to unleash the true power of an Ajax Web application. In this article you'll learn how to create database-enabled Ajax requests using PHP and MySQL. We begin by creating the front-end HTML and JavaScript files used to make requests to the server-side. The requested server-side is a PHP file which bridges the gap between Ajax and a PHP object that connects to a MySQL database and returns results as an XML response to the Ajax engine. The Front-end The front-end of this project consists of an HTML file and two JavaScript objects.

<html xmlns=" AJAX</title><link href="css/layout.css" rel="stylesheet" type="text/css" /><script type="text/javascript" src="js/Ajax.js"></script><script type="text/javascript" src="js/Page.js"></script></head><body onload="Ajax.Request('services/connector.php?