Introduction:Ionic framework is a simple, beautiful and structured Software Development Kit by using this we can create mobile apps. We can create both Android and iOS apps using ionic framework. You will find many docs and example for creating the apps using Ionic framework.Creating the Setup Environment:Follow the below steps to create the setup environment1. Navigate to http://lab.ionic.io/2. Select the required version depending on your OS and install the Ionic lab setup.3. Once y...
Read More
Google Analytics is a service offered by Google that generates detailed statistics about a website's traffic and traffic sources and measures conversions and sales. It's the most widely used website statistics service.Google Analytics can track visitors from all referrers, including search engines and social networks, direct visits and referring sites. It also tracks display advertising, pay-per-click networks, email marketing, and digital collateral such as link...
Read More
IntroductionClosure is a collection of tools for building rich web applications in JavaScript.Google closure make it significantly easier to maintain a large JavaScript codebase. Using Closure essentially extends JavaScript to include features available in other programming languages, such as namespaces, type checking, and data hiding.Google closure libraries are used to create html template which can be called in javascript.In the next steps I will be explaining how to create html template,how ...
Read More
IntroductionHello friends, This blog is related to a chat application which conatins the exchanging the words in between and also you can share the files.This is a live chat applcation which uses SignalR as a Dot net library for exchanging the data. Lets start the discussion in brief.I hope you will be able to integrate this applcation in your projects after reading this blog. What is SignalR ?SignalR is an asp.net library which helps you to add real time functionality to your ...
Read More
Postscript is a language used for creating vector Images,Vector images are made up of many scalable objects and they are defined by mathematical equations rather than the pixels ,so they always renders higher quality images.The Advantages of Vector Images over Bitmap images1.Vector images are resolution independent, how much ever we resize the image the quality remains the same. 2.Vector Images images does not contains rectangular background as the bitmap images. &nbs...
Read More