As of now we have learned a lot about Kendo UI web widgets and now its time to learn some actual implementation, here I have chosen Grid as it is the most complex widget available. We will implement a full featured grid with some local data bounded to it by Kendo UI data source, it […]
Read More →Kendo UI : All about Web Widgets
In this section we will cover all about touch enabled and web widgets provided by Kendo UI, what are Kendo UI web widgets, what widgets are available and where you can find them, after that we will talk about basic usage of web widgets, configuration, event binding and finally styling of web widgets. What are […]
Read More →Adding Kendo UI to a webpage : Kendo UI Date Picker Function
In the last post we learned what is Kendo UI and what it offers to provide rich interactive web solutions, In this post we will learn how to add Kendo UI controls to a webpage. Now you know what Kendo UI is you know what you want to add into your webpage, Kendo UI is JavaScript […]
Read More →What is Kendo UI ?
Web has been transforming since a long time and now the web demand rich and interactive web applications, and developing those kind of applications developers need vast range of developer tools in their toolbox. Today, we are going to learn about Kendo UI which is a new exciting JAVASCRIPT tool set, it provides all the […]
Read More →Certified : Exam 70-480 My Experience
Yesterday i appeared for Microsoft Exam 70-480 (Programming in HTML5 with JavaScript and CSS3 Specialist certification) and yes I cleared it. Now I’m Microsoft Certified Professional, feels great. Last time I gave certification Exam and I failed i scored 680 something and the passing was 700, I was very disappointed at that moment but Dhananjay […]
Read More →Creating First Emgu CV Project
In the last post we read about Starting with Emgu CV, now here we will start our first Emgu CV project. Emgu CV is not so difficult all we have to do is to add certain references and make use of Emgu Controls. Lets get started. Lets start creating a blank windows form application. You […]
Read More →Starting with Emgu CV
What is Emgu CV ? Before learning what is Emgu CV, one should know what is Open CV. Open CV It stands for Open Source Computer Vision, it was designed especially for computational efficiency with strong focus on real time applications. It is written in optimized C/C++, and can take advantage of multi-core processing. In Image […]
Read More →Android Development – Running Android App
For running your apps there are two possible ways : Running on the emulator Running on a device Running on the emulator Emulator are the Android Virtual Devices (AVD) that we need to configure in order to run our android apps. Step 1 – Open AVD Manager Step 2 – Click on New Button to […]
Read More →Android Development – Getting Started
I hope the Android Development – Intro helped you in configuring your machine for developing Android apps, in this tutorial we will quick start our first Android app. Here is a step wise article. Step 1 – Start the eclipse extracted from the adt-bundle i.e %….%adt-bundle-windows/eclipse/eclipse.exe Step 2 – A workspace launcher will popup and you have […]
Read More →Android Development – Intro
Since last few days I was trying to get my hands on some new technology, tried many but finally landed with Android Development. The only thing which attracted me to this is that I can deploy my apps directly to my phone. Here is a quick tutorial how to get started. Android plugins are available […]
Read More →