Posts

Showing posts from August, 2015

ASP.NET AJAX doesn't work on iPhone or iPad (Sys.WebForms object is undefined)

We've had a problem recently whereby iPhones and iPads weren't using AJAX correctly. When you check this using JavaScript the Sys.WebForms object is undefined. There are several documents saying how to resolve this by overriding OnInit on the page however we found it simpler to just update the browser definition file. The capability that seems to be required for AJAX to work correctly (and for Sys.WebForms to be available) is s upportsCallback Here's what we have in the apple.browser definition file. <browsers>   <!-- Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3  -->   <gateway id="iPhone" parentID="Safari">     <identification>       <userAgent match="iPhone" />     </identification>     <capabilities>       <capability name="mobileDeviceModel"               value="iPhone" />       <cap

Create a Citrix XenDesktop report

Image
If you'd like to create a report on your Citrix XenDesktop sites why not check out our new Citrix XenDesktop documentation tool ? As well as being able to create highly professional technical documentation the system also provides the following out of the box reports. Citrix XenDesktop Applications Summary Citrix XenDesktop Delivery Controllers Summary Citrix XenDesktop Delivery Groups Summary Citrix XenDesktop Detailed Applications Report Citrix XenDesktop Hosting Connections Citrix XenDesktop Machine Catalogs Summary Citrix XenDesktop Machines Summary Citrix XenDesktop Site Administrators Summary Citrix XenDesktop Site Policies Summary Citrix XenDesktop Site Policy Settings Citrix XenDesktop Sites Summary     You can also create your own custom reports.

Citrix XenDesktop automated documentation script / tool

Image
With the new Citrix XenDesktop agent for our network documentation tool , XIA Configuration Server you can now document the following Citrix XenDesktop versions Citrix XenDesktop / XenApp 7.0, Any Edition Citrix XenDesktop / XenApp 7.1, Any Edition Citrix XenDesktop / XenApp 7.5, Any Edition Citrix XenDesktop / XenApp 7.6, Any Edition This includes the ability to generate professional documentation for Applications Machine catalogs Delivery groups Delivery controllers App-V publishing settings Hosting connections Policies Interested? If you would like to try XIA Configuration Server , download the free trial version , or visit our purchase page. Why not check out the sample Citrix XenDesktop report ?