Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Installing RMagic on Mac Mavericks and Issues explained

Installing RMagic 2.13.1 is generates issues on Mavericks when working with Brew... The problem is that the latest version of ImageMagick on Brew repos conflicts with RMagic version.. So you need to build older versions of ImagicMagick like 6.8.0-10

Difference between Regression and Retesting

Regression Testing:- Regression testing is done in order to ensure that after bug fixation or enhancements done in module has not affected the unchanged part of the code. Its a kind of verification to ensure that reported bug has been fixed and newly

Sort function in C++

Sort function is used to sort a given range in ascending order. This function is defined in the header algorithm. There are two version are defined of it. template< class RandomIt > void sort( RandomIt first, RandomIt last ); template< cla

How to create ANE file for In app purchase for iOS

Hi Readers, This is the video blog where you can find how you can create ANE file for In-App purchase for iOS framework. I have used MAC machine to create it. Requirements: Download ANE-In-App-purchase from GitHub. Download Air SDK Compiler Down

New features introduced in iOS7

Apple has added many features to its iOS7 operating system. Few are mentioned below:- • Story Board in iOS7 app will have to ask user's permission to access the mic. • The user can use [NSArray firstObject]; just like lastObject in previous Xcod

CakePHP website mobile version

Hello All, In this blog we will discuss about how to make your website working with proper layout in the mobile devices. For this we can use CakePHP's RequestHandler's isMobile function to check if a mobile device is accessing the site. We can

iPhone orientation doesn't work in iOS 6 using config file with Phonegap Build

Solution 1: By adding UISupportedInterfaceOrientations platroms/ios/{ProjectName}/{ProjectName-info.plist add these lines: For Iphone: <key>UISupportedInterfaceOrientations</key> <array>

How to create joomla plugins

Plugin is an extension which provides a function that is associated with any trigger events. Following are the files required for creating a simple custom plugin in Joomla. 1 myfirsttest.xml 2 myfirsttest.php 3 index.html First for creating a custo

SQL Server : Global Variables

SQL Server provides a number of global variables, which are very useful.The values of these variables is maintained by the server. All the global variables represent information specific to the server or a current user session.The names of global var

How to load xml data into sql server table using SqlBulkCopy

Hello all Working with SQL Server we have to copy data from multiple sources and from this purpose we can use SqlBulkCopy Class which helps us to bulk copy data from different data sources to SQL Server database. This class is present in the System.

prev 1 3 90
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: