-
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…
-
Populate data as Facebook feeds in ASP.NET
-
New Tools in NAV 2013 (the less talked about ones) – Concluding Part
This part (as I said in my previous blog), will contain some more new tools and features focusing on NAV Development and Administration areas. I will start here with the Development and IDE changes and additions. 2. Development/IDE Enhancements XMLPort is runnable from Object Designer You can now run XMLPorts directly from Object Designer through Dynamics…
-
Implementing iOS Setting Bundle
-
Base64 encoding in Objective c
When we have some binary data that need to send across network, we generally don’t do it by just streaming the bits and bytes over the wire in a raw format. Why ? Because some media are made for streaming text. You never know some protocols may interpret your binary data as control characters (like…