Debugging Offline Web applications can be hard, because you have to make sure you really are using the current version of your files. If the manifest file is not changed, the browser will not reload the other files, even if they have been changed. So a good advice is to create some automated build script that… Read more »
Posts Tagged: web app
How to clear the cache of offline Web Applications
Most of this new HTML5 stuff is still work in progress. And you can feel that sometimes, when you try the implementations in the different browsers. For example, try to delete the cache of an Offline Web application: iOS The only way to be sure it’s deleted is: Open the Safari settings Clear your cache (“Clear… Read more »
iOS 5 released! SharePoint and Confluence editors now work on iPad, iPhone and iPod touch…
Apple has just released iOS 5. The latest version of it’s mobile operating system. Good news for you, if you use systems like SharePoint or Confluence on an iOS device: the editor will now work! Safari on iOS now supports the contenteditable attribute, which is what most of the current web based tools use, to… Read more »
SharePoint 2010, ListData.svc, “Could not load type”
If you want to create a lean mobile application for SharePoint, you’ll probably want to use the SharePoint 2010 Representational State Transfer (REST) interface, a WCF Data Service that allows you to use construct HTTP requests to query SharePoint list data. It will minimize your network traffic compared to SOAP requests and it’s easier to understand… Read more »
Mobile Applications for SharePoint using HTML5
Access to your business information: anytime, anywhere and from any device. There lies great potential in mobile applications for SharePoint and a big opportunity for you as a developer! Microsoft has sold more than 125 million SharePoint licenses to over 65,000 customers. And Tim Cook gave us the following number last week: “92% of the Fortune 500 companies… Read more »
Recent Comments