Posts
Things that must be considered before writing JavaScript based application Or Using JavaScript in applications
- Get link
- X
- Other Apps
SharePoint2013 - CRUDQ operations using JavaScript Client Object Model
- Get link
- X
- Other Apps
SharePoint2013 JSOM System.ServiceModel. ServiceActivationException
- Get link
- X
- Other Apps
Fancy Image Library For SharePoint2010
- Get link
- X
- Other Apps

A New Experience to view images in SharePoint2010 Image Library. Deploy it yourself, without developer. This is a purely SharePoint2010 Client Object Model based customisation of Out Of Box image Library that displays larger versions of thumbnail images fetched dynamically to provide a new User Experience. Caption can be added to the enlarged image through Add/Edit form, and every aspect of the Image Gallery exists as plain HTML on the page. The idea is to use JSOM, Css, Jquery and FancyBox jquery extension to view images with advanced UI.
Hide "Add New Item" link from sharepoint list view if user has already added an item.
- Get link
- X
- Other Apps
Remote debugging on Android with Chrome developer tools
- Get link
- X
- Other Apps

One of the major and time consuming issue while developing and testing an application is its support on hand held devices. The major stake holders for such devices are iOS safari for Apple devices, stock browser and Chrome for Android devices. For developing cross platform applications these devices and browers plays a key important role. And we invest most of our time in testing, verification and specially resolving issues that occurs only in special cases like some element gets not aligned or get extra space when we run application on one of these device. Or in some cases client sided scripting code stops working.