Thursday, January 21, 2010

What's New in the .NET Framework Version 4

What's Obsolete in the .NET Framework

Monday, January 18, 2010

Integrate Google Book Search into a PHP application:Use PHP to process and integrate data from Google Book Search with a custom Web application
Location-aware search with Apache Lucene and Solr : Combine unstructured text and spatial data to enhance your search applications
Modeling with SoaML, the Service-Oriented Architecture Modeling Language: Part 1. Service Identification
Emerging Web technologies : A look ahead
Rich Internet applications using ZK : An open source Ajax framework
Dealing with data in XML : Use the CDATA section effectively
Being RESTful with SugarCRM : Tap into the new REST support with the SugarCRM Web services API

Tuesday, December 29, 2009


Nice Dilbert cartoon about training



Saturday, December 19, 2009

Cloud services for your virtual infrastructure, Part 1: Infrastructure-as-a-Service (IaaS) and Eucalyptus
6 tips for optimizing a native XML database : Common sense guidelines for using XQuery with native XML databases
Develop a store locator application using IBM DB2 pureXML and ASP.NET : Create a Web app to browse and maintain store information and plot coordinates on a map
Java development 2.0: Hello Google App Engine : Quick Web application development leveraging Groovy, Eclipse, and JDO
Java development 2.0: REST up with CouchDB and Groovy's RESTClient : RESTful concepts and a document-oriented database in action
Java development 2.0: Gaelyk for Google App Engine : A Groovy-based framework makes rapid development on Google App Engine even faster
Social Networks using Web 2.0
Combine social media APIs and XML-based data formats : Program to social media provider APIs using XML dialects
Process XML in the browser using jQuery : Navigate some major pitfalls to gain the benefits of the popular Web application API
Next-generation banking with Web 2.0
Integrating a Dojo client with an SCA application via SCA HTTP binding
Create an alerts system using XMPP, SMS, pureXML, and PHP : Develop a Euro currency exchange rate application with automatic updates
Building smart Web applications for a smarter planet

Sunday, November 15, 2009

Build a pureXML and JSON application, Part 1: Store and query JSON with DB2 pureXML
JavaScript Object Notation (JSON), a popular textual notation in Web 2.0, is used to represent objects (or data structures) as serialized text when clients and servers exchange information. Some applications benefit from persisting JSON objects to maintain state across sessions. In this article, learn how DB2® pureXML® can store, manage, and query JSON when you adopt a simple JSON-to-XML mapping.
Build a pureXML and JSON application, Part 2: Create Universal Services for pureXML that expose JSON
The pureXML Universal Services for JSON (abbreviated to JSON Universal Services in this article) are a set of database operations, including insert, update, delete, and query, exposed as Web services. These services enable an application to persist JSON in pureXML and to query it easily through HTTP with WebSphere Application Server. Get started with configuring and testing JSON Universal Services in this article.
Build a pureXML and JSON application, Part 3: Create OpenSocial gadgets for pureXML
With the Web 2.0 technology of OpenSocial gadgets, developers can easily include their applications in popular Web sites, such as iGoogle, MySpace, Hi5, LinkedIn, and others. In this article, explore OpenSocial gadgets through hands-on construction of an application that leverages the pureXML® capability of DB2®. This article is the last in a series of three that illustrates how to build a pureXML application whose user interface is a gadget that you can deploy in any OpenSocial compliant Web site. Follow the steps in this article to build a user interface that stores and retrieves the JSON data described in the first article through JSON Universal Services created in the second article.

Validating XML in PHP :Ensure data integrity and validate XML documents against an XML schema in PHP

Leveraging pureXML in a Flex microblogging application
Part 1: Enabling Web services with DB2 pureXML
Part 2: Building the application user interface with Flex
Part 3: Using pureXML Web services to publish microblog entries to an HTML page

Saturday, October 03, 2009

Link Listings
Case Study: Web 2.0 SOA Scenario
Meet CAM: A new XML validation technology : Take semantic and structural validation to the next level
U2 Compact Framework : UniObject for .NET Compact Framework for a smarter planet
Data scoring: Convert data with XQuery : Do quality analysis on conversion results
Build a RESTful Web service using Jersey and Apache
Integrate your PHP application with Google Contacts : Read and write contact information from Google Contacts with XML and PHP
Introducing Quercus, a Java-based PHP framework
Implement a real-time server push in Ajax applications using socket-based RIA technologies
Two new Microsoft Security Developement Lifecycle (SDL) tools: MiniFuzz File Fuzzer and BinScope Binary Analyzer
Microsoft has announced two new Security Development Lifecycle (SDL) tools here:
MiniFuzz File Fuzzer
MiniFuzz is a basic testing tool designed to help detect code flaws that may expose security vulnerabilities in file-handling code. This tool creates multiple random variations of file content and feeds it to the application to exercise the code in an attempt to expose unexpected application behaviors.
Because fuzzing is effective at finding bugs, it is a required activity in the Verification Phase of the Microsoft Security Development Lifecycle (SDL). With the release of MiniFuzz, we have made a simple file fuzzer available to assist developer efforts to find and address more bugs in code before it ships to customers.
BinScope Binary Analyzer
The BinScope Binary Analyzer is a Microsoft verification tool that analyzes binaries to ensure that they have been built in compliance with Microsoft’s Security Development Lifecycle (SDL) requirements and recommendations. BinScope checks that SDL-required compiler/linker flags are being set, strong-named assemblies are in use, and up-to-date build tools are in place.
BinScope also reports on dangerous constructs that are prohibited or discouraged by the SDL (e.g. read/write shared sections and global function pointers). For a more detailed enumeration of the checks performed by BinScope, please see the BinScope documentation. BinScope is available in two forms: as a standalone executable and as a Visual Studio add-on.
Jeremy Dallman, of Microsoft, explains both tools in this post.

Friday, September 18, 2009

Finding the way through the semantic Web with HBase : Use HBase and Bigtable to create and mine a semantic Web
Creating juxtaposition tables, Part 1: Use Flex to create JTables
Meet the Extensible Messaging and Presence Protocol (XMPP) : Explore Internet communication with XMPP architecture, applications, and examples
Using the Technorati API : Create automated blog searches