IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Saturday, January 18, 2014

Where to start programming

I want to learn how to program apple apps using Xcode 5. I have no experience in coding and am eager to learn. I do not know where to start though. Please list any books or means of learning this because I have no experience nor place to start. Thanks!!


View the original article here

Unnecessary details getting added in along with the correct email address in MDM

In iOS 7 MDM email, there is an extra information getting added in the address field.

 

When the user clicks on Reply to all option of a mail, his own email id along with some unnecessary details get added to the TO field. The new email address which gets added is in the format:  @.com@.com .

Therefore the user receives an unwanted mail.

 

Kindly suggest me a solution as soon as possible.

 

Regards

Manali


View the original article here

Is there any procedure to get the memory warning levels using objective C

I want know the different levels of memory warnings programmatically using objective C.Is there any procedure to get that.


View the original article here

can we get apple id using code in application?

can we get apple id using code in application?


View the original article here

Can't locate Geo/Gpx.pm in @INC apache

Though there are many queries flowing around asking the same question. But here the error is thrown by apache instead of Perl. I am trying to create an XML Response for the client on Mac OS X Mavericks and have written the perl script as follows:

 

#!/usr/bin/perl -wT                                                                                                                                                                 
use lib '/opt/local/lib/perl5/site_perl/5.16.1/Geo';
use strict;
use CGI;
use Geo::Gpx;

open
(FH, "/tmp/temp/file.txt") or print ("Unable to Open File");

my $gpx = Geo::Gpx->new;
my $cgi = CGI->new;
print $cgi->header(-type=>"text/gpx",-status=>"200 OK");

my $lon;
my @arr = <FH>;

foreach(@arr){
my %waypoints;
my $var = $_;
my @lat = split(/\s+/,$var);
#@waypoints=split(/\s+/,$_);                                                                                                                                                    
$waypoints
{$lat[0]}=$lat[1];
$waypoints
{$lat[2]}=$lat[3];
$gpx
->add_waypoint(\%waypoints);
}

my $xml = $gpx->xml;
print $xml;
open FILE
, ">/tmp/temp/xmlfile.xml" or die $!;
print FILE $xml;
close
(FILE);
close
(FH);

 

 

For the apache to find the actual path of the Gpx.pm, I have used 'use lib' to show it the real path of the file. Although this script is working perfectly on command line, my apache server is throwing the following error:

 

[Tue Nov 26 18:34:51 2013] [error] [client 127.0.0.1] Can't locate Geo/Gpx.pm in @INC
(@INC contains: /opt/local/lib/perl5/site_perl/5.16.1/Geo /Library/Perl/5.16/darwin-thread-multi-2level
/Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16
/Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16
/System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .) at /Users/Rachit/Sites/temp.pl line 7.
[Tue Nov 26 18:34:51 2013] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at /Users/Rachit/Sites/temp.pl line 7.

 

I have used macports and have found searching through the Web that Mavericks has got perl 5.16 preinstalled. So apache may be using that and perl is using the macport installed libraries. On checking the paths mentioned by apache error_log file as I posted above, I have copied Gpx.pm in one of the libraries installed in Geo Folder but still not getting it resolved. On running 'which perl' The result

 

/opt/local/bin/perl

 

And 'which cpan' is giving

 

/opt/local/bin/cpan

 

Kindly fix this issue as I am not able to move forward because of this. And I am not so familiar with apache.

 

Thanks


View the original article here

SYSTEM CRASHED BOOTED INTO MAC OSX BASE SYSTEM WEBKIT HELP!!!!

MY SYSTEM CRASHED AFTER AN UPDATE. RAN A BACK TRACE LOG BECAUSE A GREY SCREEN BOOTED UP WITH ONLY SAFARI INSIDE. BACK TRACE LOG SHOWED A WEBKIT SAFARI OS X INSTALLED AND HAVE PERMISSIONS OVER MY STARTUP DISK REPLACING IT WITH THEIR "MAC BASE OS X SYSTEM" AS WELL AS MY RECOVERY HD TOO. HOWEVER I AM ABLE TO GET INTO DISK UTIL AND REPAIRED MY HD AND RECOVERY HD HOWEVER THE OTHER IS STILL THERE AND WILL NOT LET ME ERASE IT. IT STATES IN INFO OF THE DRIVE "NOT ALLOW OWNERS TO TURN OFF...YES". I AM IN THE SAFARI BROWSER NOW AFTER LEAVING DISK UTIL. DISK UTIL READ MY HD IS FIXED AND OK AND WILL BOOT HOWEVER I AM SCARED IT WILL ONLY BOOT INTO WHATEVER THIS WEBKIT MAC OS X BASE IS.


View the original article here

I'm using X-Code.

I tried following the documentation to add a library but can't seem to get it to work properly.


View the original article here