-
Data Mining for Supply Chain Management
Introduction Market turbulence arising from factors such as rapid introduction and customization of products, difficult design specification, and customer shifts make continuous contact with customers and suppliers through supply chain integration most important. In this global competitive environment, an organization’s supply chain agility directly impacts its ability to produce, and deliver innovative products to their…
-
MIGRATION OF ACTIVE DIRECTORY USERS TO FORMS BASED AUTHENTICATION USERS
This document explains step by step information on configuring Form Based Authentication (FBA) in SharePoint 2010. This document resolves authentication issues by configuring a SharePoint 2010 site with form based authentication. There are two instances involved in Migration of AD Users to Database users. 1. Why we require Database users: Active Directory users are limited…
-
Displaying Postscript text and Vector images on PDF in C#.net using Imageglue
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 images 1.Vector images are resolution independent, how much ever we resize the image…
-
How to Save Photos to Custom Album in iPhone/iPad Photo Library
Here is a way through which you can create your custom Album and can save captured images within that. You can implement this feature using ALAssetsLibrary Class. First of all please add AssetsLibrary.framework into your project then create two class file which is below :- ALAssetsLibrary+CustomPhotoAlbum.h and ALAssetsLibrary+CustomPhotoAlbum.m ALAssetsLibrary+CustomPhotoAlbum.h AlAssets #import #import typedef void(^SaveImageCompletion)(NSError* error);…
-
Twitter Bootstrap – An UI Framework for Web Applications
Twitter Bootstrap is an open source front end framework for HTML, CSS and JS, using which we can create a responsive UI for our web application. This is supported by all major browsers. The design patterns included in Twitter Bootstrap are listed below: Scaffolding Grid system Fixed-width layout Fluid-width layout Typography Headings Body text Lists…
-
Widespread Web Application Testing Checklist
While testing the web applications, one should consider the below mentioned checklist. The below mentioned checklist is almost applicable for all types of web applications depending on the business requirements. The web application checklist consists of: Usability Testing Functional Testing Compatibility Testing Database Testing Security Testing Performance Testing Usability Testing What is Usability Testing? Usability…
-
Create a Virtual Wi-Fi Hotspot for Windows 7 & 8
In this blog, I have added information on how to turn your windows 7 or 8 machine into a Wi-Fi Hotspot.There are many times when you may find that you are stuck using a wired connection and want to use it wirelessly. In Windows 8, Microsoft quietly removed a useful networking feature: ad-hoc networks. In Windows7 (and previous…
-
Exclusive CxO Roundtable at C-SOaP addresses
Exclusive CxO Roundtable at C-SOaP (Canarys – Software Offshore and Partner) SUMMIT 2013 MS Office, Texas, USA This JULY 2013 from 12 Noon to 2:30 PM AUSTIN (15th, Monday) : 10900 Stonelake Blvd., Suite 225, Austin, TX 78759 REGISTER San Antonio (16th, Tuesday): Concord Park II, 401 East Sonterra Boulevard, Suite 300, San Antonio, Texas…
-
Fortira Exclusive CxO Roundtable at C-SOaP- SUMMIT 2013
Exclusive CxO Roundtable at C-SOaP (Canarys – Software Offshore and Partner) SUMMIT 2013 MS Office, Texas, USA This JULY 2013 from 12 Noon to 2:30 PM AUSTIN (15th, Monday) : 10900 Stonelake Blvd., Suite 225, Austin, TX 78759 REGISTER San Antonio (16th, Tuesday): Concord Park II, 401 East Sonterra Boulevard, Suite 300, San Antonio, Texas…
-
Reading GMAIL Inbox using ASP.NET
In this blog I will explain how to read emails from pop3 server using the free open source library OpenPop.Net. This library provides you very easy API to access and read emails from the POP3 Servers. Download the library from the following URL. Download OpenPop.Net Once you have the library we can start building our…