Configure LDAP with Websphere Lombardi Edition

Out of the box, WebSphere Lombardi Edition installation comes configured with a single federated internal repository that provides default groups and users for Lombardi environment. You can create new users and groups in the internal repository and use the users and roles as part of the business process definition. Alternately, many organizations uses LDAP for [...]

Developing php applications using web matrix

WebMatrix is a free web development tool from Microsoft that includes everything you need for web site development. WebMatrix provides an integrated environment for building, testing, and deploying web sites. This integrated environment includes an embedded IIS web server, database, and programming template that lets you get started with web site development,  which includes PHP [...]

Spring on Cloud

Recently heard the news about the launch of VMWare Spring Source Cloud Foundry: an open source “Platform as a Service” (PaaS) which allows easy deployment of applications written using Spring, Rails and other modern frameworks. The open source cloud deployment seems interesting, where you could eventually host spring based applications over cloud. Cloud Foundry is [...]

Resolving URL file access is disabled in the server configuration

I was trying out the simplexml_load_file function for parsing RSS feeds on my hosting server using the following code- $rss =  simplexml_load_file(‘http://naveenbalani.com/index.php/feed/’); and got the following exception on my hosting server - “URL file access is disabled in the server configuration” After googling through the documentation, I noticed that the simple_xml_load uses furl_open function to [...]

Parsing XML data in PHP

If you are planning to deal with XML data in PHP , for instance parsing an RSS feed or pattern matching (finding images or elements in an XHTML) , than probably you need an XML library which extracts the data for you. The SimpleXML extension provides a very intuitive API to convert XML to an [...]

Travel blog on wordpress

I have been working on my travel blog for quite some time and finally manged to make it live at – http://naveenbalani.com/travel/ . With the framework in place, I can easily add more contents to it. The blog -  http://naveenbalani.com/index.php/2011/01/creating-a-travel-blog-using-wordpress/ , provides my experiences on how to use wordpress to create a travel blog.