Accessing Sharepoint lists with Javascript

One of the more common programming requirements when working with Sharepoint is the ability to access lists that are stored on the server.  Normally this would be accomplished by using C# and creating a new Web Part to access the list.  But with more and more Sharepoint sites being hosted by Microsoft you might not […]

Debugging PHP with Visual Studio Code

No developer enjoys debugging web applications. But we all know that if we want quality software debugging is a crucial aspect of development. While .Net and Java developers often have IDEs that contain full debugging support, PHP developers may sometimes feel left out. Sure, there are quite a few commercial applications that help with debugging […]

Webservices and Core Data

Most mobile applications today require interaction with data that is no longer local to the device. Applications access data from Facebook, Twitter, and any other number of disparate remote sources. Because of this, working with remote data is unavoidable and something that most developers encounter when creating mobile applications. Some of the challenges that arise […]