Alessandro Lacava

Alessandro Lacava's Web Site: English Version     Sito Web Di Alessandro Lacava: Versione Italiana
Google
 

My Articles In English

Script.aculo.us Controls: Do Your Web Users a Favor

Script.aculo.us Controls: Do Your Web Users a Favor

Learn how to integrate Script.aculo.us web controls into your web applications to make the end-user experience more pleasant.

[DevX]

Will Your Next Web Application Be a Google Gadget?

Will Your Next Web Application Be a Google Gadget?

Learn how to leverage the Google Gadget API to make your web applications more reachable. As an example, you'll see how to build a real-world gadget that fetches and displays the DevX feeds.

[DevX]

The Productivity Perks Behind Prototype's Popularity

The Productivity Perks Behind Prototype's Popularity

Learn how to leverage the popular Prototype JavaScript framework to speed up your AJAX-based development. You'll see how to use JavaScript in an object-oriented way.

[DevX]

Speed Up Your AJAX-based Apps with JSON

Speed Up Your AJAX-based Apps with JSON

Find out how to improve your Web application performance by leveraging AJAX and JSON. In particular, you'll see the advantages of using JSON over XML as a lightweight JavaScript data-interchange format.

[DevX]

Build Brilliant Client/Server Apps with J2ME, PHP, and MySQL

Build Brilliant Client/Server Apps with J2ME, PHP, and MySQL

In this article you'll see how to make the three technologies work together by developing a simple and useful application that lets you update a multi-user blog and download the latest posts from it.

[DevX]

Producing Professional MSDN-style Documentation with .NET and NDoc

Producing Professional MSDN-style Documentation with .NET and NDoc

Tired of trying to keep your documentation synchronized with the source? You can help alleviate the problem by creating professional documentation directly from the built-in XML documentation features of the C# language using the brilliant NDoc open-source application.

[DevX]

Obtaining Wireless News with J2ME and PHP

Obtaining Wireless News with J2ME and PHP

J2ME and PHP are both powerful technologies used to develop applications for mobile devices and Web applications, respectively. In this article, you'll see how to make them work together by developing a simple and useful application that retrieves the latest news from the Web and displays that on a mobile device.

[DevX]

Keeping Secrets Secret: Steganography with .NET

Keeping Secrets Secret: Steganography with .NET

Steganography is a way to protect information by hiding it "in plain sight" within other types of digital content. Steganography complements rather than replaces encryption by adding another layer of security—it's much more difficult to decrypt a message if you don't know that there is a message. See how to leverage .NET to create steganographic techniques that hide encrypted information inside common digital data files.

[DevX]