" Live as if you were to die tomorrow. Learn as if you were to live forever.. "
- Mahatma Gandhi

DNN 6.1 Goes Mobile

Posted on November 24th, 2015 by Chandan Kumar

DotNetNUke 6.1 carries feature to find out the Device Capabilities of the device being used to access content.Namespace: DotNetNuke.Services.ClientCapability IClientCapability has the following properties: IsMobile – Is this a Mobile Device. IsTablet – Is this a Table Device IsTouchScreen – Does client have Touch capabilities SupportsFlash – Does client support Flash FacebookRequest – Is the […]

Resolving Background Scrolling Issue Of Modal Popup Vew In Mobile Devices

Posted on November 23rd, 2015 by Ashis Kumar

Problem: While dealing with a scrollable view where a large numbers of data are shown I faced the following issue. When a popup shows above it, the background scrollable view still has focus and can be  scrolled in mobile devices. After much of the research I got the solution and I am sharing it below […]

Create Option Menu Using List in a dialog in J2ME

Posted on November 23rd, 2015 by Shailendra Singh

In mobile application development, modern platforms such as Android,iPhone, Blackberry etc, provide capability to easily use a Menu Bar but if we were to take a more traditional programming approach, such as J2ME, it becomes difficult as there are no inbuilt Menu Bars. However, we can use a dialog box and give the look and […]