devxlogo

Web Development Zone

Microsoft Makes Sharepoint 2010 More Web-Like

Microsoft is trying to attract Web developers to Sharepoint 2010, while at the same time keeping the product integrated with a long list of other Microsoft products and services. Pleasing

How to Create a Software Startup, Part I

There is a glut of overly optimistic literature giving advice and encouragement on entrepreneurship, innovation, and fearlessness in the face of risk. The advice can be quite misleading due to

Using Iterators in PHP

his article shows you how to use the most important iterator classes: ArrayIterator, DirectoryIterator, FilterIterator, and so forth, found in the Standard PHP Library (SPL), and how to integrate SPL

Building a Simple GridPanel in Ext JS

hen implementing GridPanels, I typically start by configuring the DataStore. The reason for this is because the configuration of the ColumnModel is directly related to the configuration of the DataStore.