Web
WEB is a computer programming system created by Donald Knuth as the first implementation of what he called "literate programming".
Language
Any
Platform
Any
License
Any
ASP.NET (Active Server Pages) is server side scripting technology that enables scripts to be executed on the web server (IIS).The IIS is component of Windows Server like windows 2000 and XP...
Grails is a modern Web development framework that mixes familiar Java technologies like Spring and Hibernate. See how easy it is to implement a Grails file-upload capabilities for the body of a blog...
PDF Duo .Net is a converting component for Visual Studio .NET (VB,C# etc.) users to enable conversion of Text HTML ASPX pages to PDF. The main class HtmlToPdf provides methods and properties to...
Twitter provides an API so Web developers can enable their users to access the various features that the Twitter site provides. In this article, learn the basics of using the Twitter REST API. Get...
JavaServer Faces (JSF) 2 lets you implement user interfaces that are easy to modify and extend with two powerful features: templating and composite components. Learn how to use JSF 2 to implement UIs...
CakePHP is a stable production-ready, rapid-development aid for building Web sites in PHP. Learn how to install and configure CakePHP, the basics of MVC design, how to validate user data in CakePHP,...
jQuery lets you create your own plug-ins to extend the functions of jQuery—and to give back to the jQuery community. This article steps you through the process for creating your own jQuery plug-in...
PDF Duo .Net is a converting component for Microsoft Visual Studio .NET (VB, C# etc.) users to enable conversion of Text, HTML, HTMLX documents to PDF. The main class HtmlToPdf provides all necessary...
Learn how to better integrate scripts with command-line tools. Examine using shell_exec(), exec(), passthru(), and system(); safely passing information to the command line; and safely retrieving...
Using Non-Blocking I/O (NIO) improves server performance drastically because of its efficient use of system resources (threads). The gain in performance is very noticeable in Ajax applications. It...