<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.skipbx.com">
<channel>
 <title>Mobiles reviews - plug in</title>
 <link>http://www.skipbx.com/taxonomy/term/2505/0</link>
 <description>Auto generated by aggregator2 autotaxonomy</description>
 <language>en</language>
<item>
 <title>iPhone OS 2.0 firmware shows embedded YouTube videos</title>
 <link>http://www.skipbx.com/iphone_os_2_0_firmware_shows_embedded_youtube_videos.html</link>
 <description>&lt;p&gt;Don&#039;t get too excited just yet. Yes, the next version of the iPhone OS will feature the ability to embed YouTube videos directly into a webpage. What you get is an embedded YouTube video playing on the website like you&#039;d expect from your desktop. But, there&#039;s a catch. You can only view embedded YouTube videos [...]&lt;/p&gt;
</description>
 <source url="http://feeds.feedburner.com/IntoMobile">Into Mobile</source>
 <category domain="http://www.skipbx.com/feed/adobe">adobe</category>
 <category domain="http://www.skipbx.com/feed/announcements">announcements</category>
 <category domain="http://www.skipbx.com/feed/apple">apple</category>
 <category domain="http://www.skipbx.com/feed/apple_iphone">apple iphone</category>
 <category domain="http://www.skipbx.com/feed/applications">applications</category>
 <category domain="http://www.skipbx.com/feed/embedded">embedded</category>
 <category domain="http://www.skipbx.com/feed/firmware">firmware</category>
 <category domain="http://www.skipbx.com/feed/iphone">iphone</category>
 <category domain="http://www.skipbx.com/feed/iphone_os_2_0">iphone os 2.0</category>
 <category domain="http://www.skipbx.com/feed/iphone_v2_0">iphone v2.0</category>
 <category domain="http://www.skipbx.com/feed/mac_os">mac os</category>
 <category domain="http://www.skipbx.com/feed/plug_in">plug in</category>
 <category domain="http://www.skipbx.com/feed/safari">safari</category>
 <category domain="http://www.skipbx.com/feed/sun">sun</category>
 <category domain="http://www.skipbx.com/feed/v2_0">v2.0</category>
 <category domain="http://www.skipbx.com/feed/videos">videos</category>
 <category domain="http://www.skipbx.com/feed/youtube">youtube</category>
 <pubDate>Wed, 16 Apr 2008 18:12:29 +0000</pubDate>
</item>
<item>
 <title>iPhone OS 2.0 firmware sports YouTube plug-in - possible Flash future for iPhone?</title>
 <link>http://www.skipbx.com/iphone_os_2_0_firmware_sports_youtube_plug_in_possible_flash_future_for_iphone.html</link>
 <description>&lt;p&gt;Full-featured Flash support on the iPhone is just too enticing to ignore. With Steve Jobs&#039; declaration that the desktop version of Flash was too slow for iPhone use and Flash Lite not up to snuff for &quot;real&quot; Flash viewing, Adobe was getting ready to make their own iPhone SDK-based solution for bringing Flash to the [...]&lt;/p&gt;
</description>
 <source url="http://feeds.feedburner.com/IntoMobile">Into Mobile</source>
 <category domain="http://www.skipbx.com/feed/adobe">adobe</category>
 <category domain="http://www.skipbx.com/feed/apple">apple</category>
 <category domain="http://www.skipbx.com/feed/developer">developer</category>
 <category domain="http://www.skipbx.com/feed/flash">flash</category>
 <category domain="http://www.skipbx.com/feed/flash_plug_in">flash plug in</category>
 <category domain="http://www.skipbx.com/feed/iphone">iphone</category>
 <category domain="http://www.skipbx.com/feed/plug_in">plug in</category>
 <category domain="http://www.skipbx.com/feed/rumors">rumors</category>
 <category domain="http://www.skipbx.com/feed/youtube">youtube</category>
 <pubDate>Mon, 31 Mar 2008 04:50:25 +0000</pubDate>
</item>
<item>
 <title>Download files from the web directly to your iPhone or iPod Touch</title>
 <link>http://www.skipbx.com/download_files_from_the_web_directly_to_your_iphone_or_ipod_touch.html</link>
 <description>&lt;p&gt;The iPhone (or iPod Touch) as an internet tablet - it’s almost perfectly suited for surfing through your favorite online forums, shopping sites, and, ahem, TMZ.com. There’s just one thing missing. If only there was a way to download all that cool web-content straight to your iPhone.    Well, now there is! iPhone hacker hachu has gone ahead and developed a plug-in for your iPhone’s Safari browser. The plug-in allows you to download (rather than stream/playback), say, an MP3 file to the var/root/Downloads directory on your iPhone’s local disk. You can find instructions for installing the plug-in  here . After installation, whenever you click on a link to any media (like a ZIP file), a green “Download” button will appear. There’s a bit of .plist editing required, so if that kind of “hacking” makes you break out in cold-sweats, you might want to stay away from this one.    Anyway, Erica Sadun from TUAW has modified her SendFile application to allow you to playback said MP3 files from your iPhone’s local-disk (even while offline). SendFile will now search your ~/Downloads and ~/Media/Documents directories for any media that you might want to send, share, email, and now playback. Grab the modified SendFile application  here .    Make sure you check the  hackint0sh forum  for installation instructions.    Or, keep reading for a quick rundown on the installation procedure.    Here’s a rough idea of what you’ll need to do:&lt;br /&gt;
&lt;ul &gt;
&lt;li &gt;Download the Safari plug-in  here .&lt;/li&gt;
&lt;li &gt;Copy the plug-in bundle to “/System/Library/Internet Plug-Ins” and reboot the iPhone&lt;/li&gt;
&lt;li &gt;Add this string to your Info.plist (use a standard text editor as opposed to Mac OSX’s editor) in order to download AVI files   &amp;lt;key&amp;gt;video/x-msvideo&amp;lt;/key&amp;gt;   &amp;lt;dict&amp;gt;   &amp;lt;key&amp;gt;WebPluginExtensions&amp;lt;/key&amp;gt;   &amp;lt;array&amp;gt;   &amp;lt;string&amp;gt;avi&amp;lt;/string&amp;gt;   &amp;lt;/array&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeDescription&amp;lt;/key&amp;gt;   &amp;lt;string&amp;gt;avi File&amp;lt;/string&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeEnabled&amp;lt;/key&amp;gt;   &amp;lt;true/&amp;gt;   &amp;lt;/dict&amp;gt;&lt;/li&gt;
&lt;li &gt;Add this string to your Info.plist in order to download MP3 files   &amp;lt;key&amp;gt;audio/mpeg&amp;lt;/key&amp;gt;   &amp;lt;dict&amp;gt;   &amp;lt;key&amp;gt;WebPluginExtensions&amp;lt;/key&amp;gt;   &amp;lt;array&amp;gt;   &amp;lt;string&amp;gt;mpeg&amp;lt;/string&amp;gt;   &amp;lt;string&amp;gt;mpg&amp;lt;/string&amp;gt;   &amp;lt;string&amp;gt;mp3&amp;lt;/string&amp;gt;   &amp;lt;string&amp;gt;swa&amp;lt;/string&amp;gt;   &amp;lt;/array&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeDescription&amp;lt;/key&amp;gt;   &amp;lt;string&amp;gt;MPEG audio&amp;lt;/string&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeEnabled&amp;lt;/key&amp;gt;   &amp;lt;true/&amp;gt;   &amp;lt;/dict&amp;gt;   &amp;lt;key&amp;gt;audio/mpeg3&amp;lt;/key&amp;gt;   &amp;lt;dict&amp;gt;   &amp;lt;key&amp;gt;WebPluginExtensions&amp;lt;/key&amp;gt;   &amp;lt;array&amp;gt;   &amp;lt;string&amp;gt;mp3&amp;lt;/string&amp;gt;   &amp;lt;string&amp;gt;swa&amp;lt;/string&amp;gt;   &amp;lt;/array&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeDescription&amp;lt;/key&amp;gt;   &amp;lt;string&amp;gt;MP3 audio&amp;lt;/string&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeEnabled&amp;lt;/key&amp;gt;   &amp;lt;true/&amp;gt;   &amp;lt;/dict&amp;gt;&lt;/li&gt;
  &lt;/ul&gt;
&lt;ul &gt;
&lt;li &gt;Here’s the string for downloading RAR files   &amp;lt;key&amp;gt;application/x-rar-compressed&amp;lt;/key&amp;gt;   &amp;lt;dict&amp;gt;   &amp;lt;key&amp;gt;WebPluginExtensions&amp;lt;/key&amp;gt;   &amp;lt;array&amp;gt;   &amp;lt;string&amp;gt;rar&amp;lt;/string&amp;gt;   &amp;lt;/array&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeDescription&amp;lt;/key&amp;gt;   &amp;lt;string&amp;gt;rar File&amp;lt;/string&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeEnabled&amp;lt;/key&amp;gt;   &amp;lt;true/&amp;gt;   &amp;lt;/dict&amp;gt;&lt;/li&gt;
&lt;li &gt;Torrent files   &amp;lt;key&amp;gt;application/x-bittorrent&amp;lt;/key&amp;gt;   &amp;lt;dict&amp;gt;   &amp;lt;key&amp;gt;WebPluginExtensions&amp;lt;/key&amp;gt;   &amp;lt;array&amp;gt;   &amp;lt;string&amp;gt;torrent&amp;lt;/string&amp;gt;   &amp;lt;/array&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeDescription&amp;lt;/key&amp;gt;   &amp;lt;string&amp;gt;torrent File&amp;lt;/string&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeEnabled&amp;lt;/key&amp;gt;   &amp;lt;true/&amp;gt;   &amp;lt;/dict&amp;gt;&lt;/li&gt;
  &lt;/ul&gt;
   Keep in mind, these are rough instructions to give you an idea of what’s in store for you if you decide to implement this plug-in. Head on over to  hackint0sh  and read the thread to get a complete picture of the installation procedure.    [Via:  TUAW ]   ---Related Articles at IntoMobile:WeatherBug goes iPhone/iPod TouchMactracker updated with iPhone and iPod Touch infoCan the iPod Touch affect the high-end handset sales?Six Apart launches launches iPhone/iPod Touch plugin for Movable Type 4/TypepadiTunes WiFi music stores goes live today?&lt;/p&gt;
</description>
 <source url="http://feeds.feedburner.com/IntoMobile">Into Mobile</source>
 <category domain="http://www.skipbx.com/feed/announcements">announcements</category>
 <category domain="http://www.skipbx.com/feed/apple">apple</category>
 <category domain="http://www.skipbx.com/feed/applications">applications</category>
 <category domain="http://www.skipbx.com/feed/download">download</category>
 <category domain="http://www.skipbx.com/feed/iphone">iphone</category>
 <category domain="http://www.skipbx.com/feed/media">media</category>
 <category domain="http://www.skipbx.com/feed/mobile">mobile</category>
 <category domain="http://www.skipbx.com/feed/plug_in">plug in</category>
 <category domain="http://www.skipbx.com/feed/plugin">plugin</category>
 <category domain="http://www.skipbx.com/feed/safari">safari</category>
 <pubDate>Wed, 26 Dec 2007 22:03:52 +0000</pubDate>
</item>
</channel>
</rss>
