The introduction of Web 2.0 technologies into the enterprise greatly increases the value of your company?s most important asset: employees? knowledge, relationships and initiative. Increased collaboration accelerates productivity. Making knowledge more visible increases innovation and shortens turnaround times. Your company transforms into a more socially connected organization that reacts faster and more effectively to the market.
Read the rest of this entry »
Crawling web applications is one of the key phases of automated web application scanning. The objective of crawling is to collect all possible resources from the server in order to automate vulnerability detection on each of these resources. A resource that is overlooked during this discovery phase can mean a failure to detect some vulnerabilities. The introduction of Ajax throws up new challenges [1] for the crawling engine. New ways of handling the crawling process are required as a result of these challenges. The objective of this paper is to use a practical approach to address this issue using rbNarcissus, Watir and Ruby.
Read the rest of this entry »
Participation
Every aspect of Web 2.0 is driven by participation. The transition to Web 2.0 was enabled by the emergence of platforms such as blogging, social networks, and free image and video uploading, that collectively allowed extremely easy content creation and sharing by anyone.
Read the rest of this entry »
In 2004, we realized that the Web was on the cusp of a new era, one that would finally let loose the power of network effects, setting off a surge of innovation and opportunity. To help usher in this new era, O’Reilly Media and CMP launched a conference that showcased the innovators who were driving it. When O’Reilly’s Dale Dougherty came up with the term “Web 2.0”during a brainstorming session, we knew we had the name for the conference. What we didn’t know was that the industry would embrace the Web 2.0 meme and that it would come to represent the new Web.
Read the rest of this entry »
Within 15 years the Web has grown from a group work tool for scientists at CERN into a global information space with more than a billion users. Currently, it is both returning to its roots as a read/write tool and also entering a new, more social and participatory phase. These trends have led to a feeling that the Web is entering a ‘second phase’—a new, ‘improved’ Web version 2.0. But how justified is this perception?
Read the rest of this entry »
15 Oct
Posted by jj as Database, SQL Server
This manual was compiled by Project A Web Development as a project supported by Jim Teece. It was written by Ethan Townsend as a documented means of migrating our ADO ASP application, SIB (Siteinabox), from Microsoft SQL Server 7.0 to an open source database. SIB is a large database driven application that includes many views, stored procedures, and complex SQL executed from the ASP pages.
Read the rest of this entry »
This tutorial is intended to give a very basic introduction to using the Zend Framework to write a basic database driven application.
NOTE: This tutorial has been tested on versions 1.0.0 of the Zend Framework. It stands a very good chance of working with later versions, but it’s unlikely to work on versions prior to version 1.0.0
Read the rest of this entry »
Perhaps you have heard of web2py, the new kid on the block of Web Frameworks. web2py is written in Python so it is more solid and much faster than Ruby on Rails. web2py is also a web application itself so you can do all development, deployment and maintenance of your applications through your web browser and that makes it easier to use than any other framework. Moreover web2py ships in one complete package (for Windows, Mac or Unix/ Linux) including everything you need to start development (including Python, SQLite3, and multi-threaded web server).
Read the rest of this entry »