iPhone

Netherlands designer Martin Hajek has been busy designing iWatch concepts and recently uploaded images of how he thinks a smart watch from Apple could integrate with Apple or Google Maps. The images below depict Hajek’s latest iWat...
Netherlands designer Martin Hajek has been busy designing iWatch concepts and recently uploaded images of how he thinks a smart watch from Apple could integrate with Apple or Google Maps. The images below depict Hajek’s latest iWatch concept as an extension of a Maps running on an iPhone, noting arrows and distance to travel for turn-by-turn directions. Check out the images below and tell us what you think: Hajek’s iWatch concept envisions chamfered edges from the iPhone 5 and the Lightning connector on the side of the curved glass screen: Just the other day KGI Securities analyst Ming-Chi Kuo released a report citing Apple’s rumoured smart watch could debut in 2014, instead of this year. You can check out the rest of the gallery over at Hajek’s Flickr page. This Concept Shows Off ‘iWatch’ Maps Integration with the iPhone [PICS] is a post from: iPhone in Canada Blog - Canada's #1 iPhone Resource
27 minutes ago
If you want to jailbreak your device with this guide, make sure your device and its iOS version are in the list above. [Read: How to Check the iOS version of Your iDevice] It does NOT support any other iOS version or iOS devices that are...
If you want to jailbreak your device with this guide, make sure your device and its iOS version are in the list above. [Read: How to Check the iOS version of Your iDevice] It does NOT support any other iOS version or iOS devices that are not listed above!!!Source: ijailbreakguide.com
33 minutes ago
By now, most of you have likely heard that Apple will be going to trial with the U.S. Justice Department next month. The iPad-maker is set to defend itself against charges that it conspired with book publishers to raise e-book prices. Ac...
By now, most of you have likely heard that Apple will be going to trial with the U.S. Justice Department next month. The iPad-maker is set to defend itself against charges that it conspired with book publishers to raise e-book prices. According to U.S. District Judge Denise Cote, it doesn’t look good. In a rather unusual pretrial move, the presiding Judge offered up her tentative view on the case. And she thinks it’s likely that the court will find Apple guilty…(...)Read the rest of Judge says court will likely find Apple guilty in e-book price fixing case "Judge says court will likely find Apple guilty in e-book price fixing case" is an article by iDownloadBlog.com. Make sure to follow us on Twitter, Facebook, and Google+.
about 1 hour ago
'+msg+'';d.body.style.margin='0';d.body.innerHTML=html;}}},200);} function get_frame_depth(){var win=self,frame_depth=0;while(win!==win.parent){frame_depth+=1;win=win.parent;} return frame_depth;} function debug(){if(is_debug){console.lo...
'+msg+'';d.body.style.margin='0';d.body.innerHTML=html;}}},200);} function get_frame_depth(){var win=self,frame_depth=0;while(win!==win.parent){frame_depth+=1;win=win.parent;} return frame_depth;} function debug(){if(is_debug){console.log(arguments);}} if(self_is_flickr&&self_loc===top_loc){}else if(self_is_offline){}else if(!self_is_flickr&&!self_whitelist_regex.test(self_loc)){should_wipe=true;}else if(bust_image_search&&photo_id&&referrer_is_image_search){should_bust=true;}else if(referrer&&!referrer_is_whitelisted&&get_frame_depth()>0){should_wipe=true;}else if(!referrer_is_flickr&&get_frame_depth()>1){should_wipe=true;} if(is_debug){debug({self_is_flickr:self_is_flickr,top_loc:top_loc,self_loc:self_loc,referrer:referrer,self_is_offline:self_is_offline,self_is_flickr:self_is_flickr,self_url:self_url,photo_page_re_result:photo_page_re_result,photo_id:photo_id,referrer_is_flickr:referrer_is_flickr,referrer_is_whitelisted:referrer_is_whitelisted,referrer_is_image_search:referrer_is_image_search,self_is_whitelisted:self_whitelist_regex.test(self_loc),frame_depth:get_frame_depth(),faq_url:faq_url,redir_url:redir_url,should_bust:should_bust,should_wipe:should_wipe,base:base});}else{if(should_bust){setTimeout(function(){w.onbeforeunload=w.onunload=null;redirect();},1000);setTimeout(wipe,2000);redirect();}else if(should_wipe){wipe();}else if(referrer_is_whitelisted&&!referrer_is_flickr){base=document.createElement('base');base.target='_top';document.getElementsByTagName('head')[0].appendChild(base);}} }('We're sorry, Flickr doesn't allow embedding within frames.If you'd like to view this content, please click here.', 'http://www.flickr.com', true, false)); .trans_png { behavior: url('/javascript/pngbehavior2.htc'); border:0; } (function(F){var TIMEOUT=10000;var pollers={},pollerCount=0,cachedEls={},testDiv=document.createElement('div'),support={nativeTrim:typeof String.prototype.trim==='function',classList:'classList'in testDiv};F.util={clone:function(o){if(o===null||typeof o!=='object'){return o;} var c=new o.constructor();for(var k in o){c[k]=F.util.clone(o[k]);} return c;},trim:function(str){if(support.nativeTrim){return str.trim();} else{return str.replace(/^s+|s+$/g,'');}},getElementById:function(id){if(!cachedEls[id]){cachedEls[id]=document.getElementById(id);} return cachedEls[id];},hasClass:function(el,className){if(!el){return false;} if(support.classList){return el.classList.contains(className);} else{var re=new RegExp('(?:^|\s+)'+className+'(?:\s+|$)');return re.test(el.className);}},addClass:function(el,className){if(!el){return;} if(support.classList){el.classList.add(className);} else if(!F.util.hasClass(el,className)){el.className=F.util.trim([el.className,className].join(' '));}},removeClass:function(el,className){if(support.classList){el.classList.remove(className);} else if(className&&F.util.hasClass(el,className)){el.className=F.util.trim(el.className.replace(new RegExp('(?:^|\s+)'+className+'(?:\s+|$)'),' '));if(F.util.hasClass(el,className)){F.util.removeClass(el,className);}}},whenElementExists:function(id,callback,interval){var iterations=0,pollerId=id+pollerCount++;interval=interval||10;var checkElementAndCallback=function(){var el=(id==='body')?document.body:F.util.getElementById(id);if(el){clearInterval(pollers[pollerId]);callback(el);return true;} else if(++iterations*interval>=TIMEOUT){clearInterval(pollers[pollerId]);return false;}};if(!checkElementAndCallback()){pollers[pollerId]=setInterval(checkElementAndCallback,interval);}},addListener:function(el,type,fn,capture){if(el.addEventListener){el.addEventListener(type,fn,capture);} else if(el.attachEvent){el.attachEvent('on'+type,fn);}},setCookie:function(name,value,days,path){var date,expires='',path=path||'/';if(days){date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));expires='; expires='+date.toGMTString();} docum
about 2 hours ago
AT&T is reportedly on the verge of significantly expanding the reach of its GoPhone prepaid brand, starting today. The carrier is said to be adding cellular data to the wireless service in both HSPA+ and LTE flavors, as well as official ...
AT&T is reportedly on the verge of significantly expanding the reach of its GoPhone prepaid brand, starting today. The carrier is said to be adding cellular data to the wireless service in both HSPA+ and LTE flavors, as well as official support for the iPhone. This means that users will be able to activate their existing iPhone (or a new one purchased at full retail) on one of GoPhone’s 3 prepaid service plans, which start at $65 per month and include unlimited talking, unlimited texting, and 1GB of cellular data…(...)Read the rest of AT&T reportedly adding iPhone to GoPhone prepaid lineup today "AT&T reportedly adding iPhone to GoPhone prepaid lineup today" is an article by iDownloadBlog.com. Make sure to follow us on Twitter, Facebook, and Google+.
about 2 hours ago
Czech based indie games studio, StacheBits today announced that its universal iOS Game, Space Terror, goes free. Heavily inspired by 50s sci-fi movies and all the cheesy stuff that comes with it, Space Terror is a great looking 2D cartoo...
Czech based indie games studio, StacheBits today announced that its universal iOS Game, Space Terror, goes free. Heavily inspired by 50s sci-fi movies and all the cheesy stuff that comes with it, Space Terror is a great looking 2D cartoon style game for all iOS devices. Featuring easy controls, fun gameplay and great design, players take control of the planet itself, in defence against all the terror that attacks from Outer Space. Version 1.1 improves gameplay, improved store & minor bug fixes.
about 2 hours ago
Kazam, LLC today announces Race Bike Wipeout 1.1, an update to their racing game for iOS. Offering a funny and unusual racing experience, Race Bike Wipeout captures the fast paced, physics based elements of popular App Store racing games...
Kazam, LLC today announces Race Bike Wipeout 1.1, an update to their racing game for iOS. Offering a funny and unusual racing experience, Race Bike Wipeout captures the fast paced, physics based elements of popular App Store racing games but takes it to a new level with out-of-the-ordinary skill tests and crash effects. Making crashing almost as fun as winning, the game keep players laughing and wondering what's next. Version 1.1 offers many new updates to enhance the gaming experience.
about 2 hours ago
Atlanta based Widget Press, Inc. today announces the next major version to its FormEntry family of Mac software. FormEntry for Mac, FormEntry Server and the all new FormEntry Touch have all been updated to version 2.3. These applications...
Atlanta based Widget Press, Inc. today announces the next major version to its FormEntry family of Mac software. FormEntry for Mac, FormEntry Server and the all new FormEntry Touch have all been updated to version 2.3. These applications are designed exclusively for iOS, Mac OS X and Mac OS X Server, and allow for easy custom iOS form app creation and deliver to any iPad, iPhone and iPod touch device.
about 2 hours ago
ShmidtLab introduces Dossiers 1.0, for iOS. The unique contact-organizing application optimizes contact management, instantly providing valuable information about a person, without having to search social networks for them. Users create ...
ShmidtLab introduces Dossiers 1.0, for iOS. The unique contact-organizing application optimizes contact management, instantly providing valuable information about a person, without having to search social networks for them. Users create complete personal contact profiles with phone numbers, addresses, social media profile links, email addresses, website URLs, notes, photos and more. Dossiers also offers the ability to explore connections between different contacts.
about 2 hours ago
Apple billed 3D Flyover as one of the headlining features of its Maps app, when it replaced Google Maps in iOS last fall with its own in-house software. Unfortunately, at the time, the feature was only available for a handful of cities. ...
Apple billed 3D Flyover as one of the headlining features of its Maps app, when it replaced Google Maps in iOS last fall with its own in-house software. Unfortunately, at the time, the feature was only available for a handful of cities. But the Maps team has been awfully busy in recent months, adding Flyover support to a number of new areas. Earlier this month, it expanded Flyover coverage in Paris, France, and this week it’s bolstered support in greater California…(...)Read the rest of Apple bolsters Maps Flyover support in California "Apple bolsters Maps Flyover support in California" is an article by iDownloadBlog.com. Make sure to follow us on Twitter, Facebook, and Google+.
about 2 hours ago