Author: Canarys

  • 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

    Want to load the data dynamically as Facebook feeds? Need to populate the data when scrollbar comes down to page/panel? In Facebook, we use to see the post feeds would load dynamically when you scroll to bottom of the page. I did attempt the same to achieve it in ASP.NET and finally end up with…

  • 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

     iOS Setting Bundle:- Actually sometimes we need to interact our app i.e giving some input value or changing some default value or use default value unless we are not changing that value  in  that case we need to create one app setting which will be outside the app but once we click on Setting in…

  • 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…

  • New Tools in NAV 2013 (the less talked about ones) – Part 1

    For some time now, I have been thinking about compiling on a list of new features and subtle tools in the latest version of Microsoft Dynamics NAV, typically those which generally do not find their mention in the What’s New documents, because they are probably outshone by the more glittering and heavy weight features. There…