-
I have been writing about Sencha Touch and Cordova for sometime now. In a sense it is documentation of my learning of these two platforms in last couple of months which might help somebody out there, who is struggling with the same issues that I once had. I have never used Sencha Architect for...
-
Today I implemented an example web application using bootstrap/angular which should perform basic CRUD operations on Sharepoint 2010 Lists with rest api. You can host your complete bootstrap/angular web application in sharepoint and display it in a web part. To archieve this, first create or use a document...
-
While making your Android app full-screen (hiding the notification bar on the top) is quite easy in the Native environment where you can simply add the configuration in Manifest.xml file, if you are doing the cross-platform application development using some tool such as Apache Cordova, things...
-
Last week, I added profiles in my existing MVC Sencha Touch app, which was designed only for tablet view. To make it mobile friendly, I used Sencha's awesome profiles. So what I did was, I replicated all views in tablet and phone profiles, which means basically I created new views, e.g. MyApp.view...
-
Working with Sencha Touch can be great and disastrous at the same time depending upon how you are using it. This week was disastrous for me for many reasons, but the major reason was what I described in the title of this article. So here is the background, I happen to handle an old code where...
-
So, lately I am working on Cordova (Or previously known as Phonegap) tools for Visual Studio to build a cross platform application using JavaScript and HTML. I imported some pre-written JavaScript code to Cordova and while it worked for me on Android Emulators, trying to run it on Windows Phone...
-
We all know the importance of Unit Testing and it should definitely have an important part of every Project, but we also know that todays Web Application have major parts of (at least UI) Logic implemented in diverse JavaScript libs that also needs to be Unit Tested and in also integrated in your Build...
-
How to use D3.js for Server Side Chart Generation in .NET Part 1: Creating a Donut Chart using D3.js Part 2: Render/Export D3.js Chart as PNG Image using PhantomJS Part 3: Creating a simple REST Service using ASP.NET Web API So after we have created a HTML Template of our Donut Chart in the previous...
-
After finally finishing my studies (for now), I am getting my "old life" back again! That means more time for coding, research and of course blogging. As one of my first (small?!) series that I will be writing will be about "How to use D3.js for Server Side Chart Generation in .NET"...
-
If you are developing Multilanguage (or more dynamical) jQuery Mobile apps, the first thing you figure out is that Search Filter Placeholder on the of the Views is very much static and all you can do with it is to define its text directly in you HTML Code. That was really bad if you needed to change...
-
When I started the Major Web Application Project more then a year ago, I would not even dream that I will spent so much time writing and debugging Javascripts. With the new "Web 2.0" era Javascript has become even more represented and important, as well as how to properly integrate Javascript...
-
If you have already tried dynamically to generate HTML elements over Javascript DOM, then is the "setAttribute" method the one that you have used a lot. This method is very useful if you are developing Javascript/AJAX based custom control but the main problem of this method is that you cannot...