
Search In
The RelativeSource is a markup extension that is used in for binding purpose in following scenarios :
1) To bind a property of a given object to another property of the object itself
2) To bind a property of a object to another one of its
First of all, thank you for trying to help me. It should be simple , but I think I am missing something
I have an HTML file that it’s used to produce a pdf file and gets date from a screen selection
It is about string manipulation (extraction
In this article, you will learn about the SQLite database in Cordova for mobile application.
SQLite is open source database which can be used in phonegap application. It has features as in standard relational database (SQL syntax, prepared statements
Access control is used to define accessibility of a class or data members and functions of a class. We can set scope of a member so that it is visible only in the class in which it is defined or in subclasses or in the module or everywhere.
Websites are important for being able to conduct online business and do online marketing. A website needs to be created and designed keeping in mind the targeted audiences and their unique requirements. If the content fails and design is not upto t
Hello Readers,
Hope you are doing good today.
Today in My blog, I am going to explain how you can upload multiple files using AngularJS and PHP.
First Create an index.html page and put required library file in <head></head> secti
Speed and quality have been the two major attributes deciding the success of any mobile app. Often, while mobile app development, the lengthy development cycles becomes a matter of concern for organizations and developers both.
For
During the start of this year 2017, Magento conducted a survey which involved 2,200 branded manufacturers, web-only merchants and several multi-channel business owners who belong to more than 15 vertical segments worldwide. The intent was t
Let's suppose we have one project in Swift and we want to include .m file of Obj C in our project, for that we have to follow below steps.
1. Drag your objective C .m file in swift project. Once you drag, you will get one pop up as shown

So when we talk about iteration on arrays in JavaScript, first thing comes in mind is traditional loops, but here we are discussing something that might surprise you that is array reduce() method, so first I’ll tell you, how does array reduce()
