Here's a mockup of what a version of Firefox for the iPhone might look like. While Mozilla has not yet announced whether they will port this to the iPhone, they are working on a mobile version of Firefox for both touch-screen and regular smart phones. They have stated that they will be supporting Windows Mobile and Linux devices, and that "support for other Platforms may be added in the future." A working UI mockup of Mobile Firefox can be downloaded and run through Firefox.
Labels: cloud services, push, xmpp
You can easily give your site a custom icon when it is added to the iPhone's home screen as a WebClip bookmark. According to Apple's iPhone Dev Center just create a 57 x 57 pixel PNG image, name it apple-touch-icon.png, and place it in the root directory of your web site.
If you want to set a specific icon for a web page, add a customized version of the following line to your page's head element:
<link rel="apple-touch-icon" href="/customIcon.png">
What should you do if your favorite site has not yet created an icon? Peter Zich has created a bookmarklet that allows you to enter the URL of your desired icon for any site. First, create a bookmark in Safari on your Mac (or any other bookmark database that syncs with the iPhone), give it an appropriate name ("Set Icon"), and overwrite the URL with the following Javascript, from Peter Zich's site:
javascript:var isThere=-1;var theURL=window.prompt("Enter URL of Webclip image (57x57px png):","http://");var html_head=document.getElementsByTagName('head').item(0);var all_Links=html_head.getElementsByTagName('link');for(var i=0;i<all_Links.length;i++){if(all_Links.item(i).getAttribute('rel')=='apple-touch-icon'){isThere=i;}}if(isThere<0){theLink=document.createElement('link');theLink.setAttribute('rel','apple-touch-icon');theLink.setAttribute('href',theURL);html_head.appendChild(theLink);}else{if(window.confirm("Custom webclip icon was found on site, overwrite?")){all_Links.item(isThere).setAttribute('href',theURL);}}
An alternative version of the script, also available on his site, lets you automatically prepend the common part of your image URLs. On his version, it prepends http://pz2.ucls.uchicago.edu/webclipIcons/, where a number of bookmark icons are available to use.
It has been widely speculated that Apple may build WiMAX technology, provided by Intel, into upcoming laptops. Interestingly enough, Steve Job's Macworld keynote on Tuesday coincides with the date Sprint has announced to "begin offering mobile Internet business agreements for... WiMAX network access".
Welcome to my blog. I am a Computer Engineering and Computer Science student at Northeastern University. This blog will act as a platform to express my ideas and opinions regarding topics that interest me. I will be posting interesting news items, tutorials, opinions and speculation. Topics I will be writing about include computer hardware and software (primarily Apple's), Web technologies, gadgets (including mobile phones such as the iPhone), video gaming, and the future of technology.