<?xml version="1.0"?> <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>PDABuzz - Multimedia</title>
    <link>http://www.pdabuzz.com/tags/search/Multimedia</link>
    <description>Latest pda and smartphone news from PDABuzz.com</description>
    <language>en-us</language>
    <pubDate>Thu, 29 Jul 2010 18:23:42 GMT</pubDate>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>CakePHP</generator>
    <managingEditor>admin@pdabuzz.com</managingEditor>
    <webMaster>admin@pdabuzz.com</webMaster>

    
	    <item>
      <title><![CDATA[Compose music for free on your Symbian S60 phone with Syntrax]]></title>
      <link>http://feeds.feedburner.com/~r/Mobiletopsoft/~3/242629125/compose-music-for-free-on-your-symbian-s60-phone-with-syntrax.html</link>
      <description><![CDATA[<img src="http://www.symbian-freeware.com/img2/freeware-symbian-syn_s603rd_screen1.gif"><br/><br/></center>



Syntrax which has just been released for Symbian S60 3rd edition phones is a FREE music composer for on the road using realtime sound synthesis. This neat little program combines a sequencer sound synthesis and sample editor all wrapped together for your pleasure.

Syntrax Features

     Upto 8 stereo audio channels simultaneously previously only 6
     Playback of samples with bi-directional looping support
     Realtime sound synthesis with 15 sound generation effects
 <br/><br/><a href="http://www.mobiletopsoft.com/board/2287/compose-music-for-free-on-your-symbian-s60-phone-with-syntrax.html">Read More</a><br/>]]></description>
       <pubDate>2008-02-28 01:56:00</pubDate>
      <guid>http://www.pdabuzz.com/articles/view/1003</guid>
    </item>
    
	    <item>
      <title><![CDATA[Nokia N96 with DVB TV tuner and 16GB memory Launched]]></title>
      <link>http://feeds.feedburner.com/~r/Mobiletopsoft/~3/236407795/nokia-n96-with-dvb-tv-tuner-and-16gb-memory-launched.html</link>
      <description><![CDATA[<center><img src="http://www.mobiletopsoft.com/images/news/nokia_n96_front.jpg"><br/><br/></center>


Nokia has just launched its latest mobile phone behemoth - the Nokia N96. The N96 is pretty similar to the Symbian 60 powered N95 but along with the 5MP camera and builtin GPS it has 16GB of internal memory and a 2.8-inch screen. This model also has a built-in DVB-H receiver for digital TV signals in Europe and Asia and a kickstand for desktop viewing. There are also new backlit touchbuttons on the face dialpad and top slider section of the phone. 



The one to watch Most advanced m<br/><br/><a href="http://www.mobiletopsoft.com/board/2281/nokia-n96-with-dvb-tv-tuner-and-16gb-memory-launched.html">Read More</a><br/>]]></description>
       <pubDate>2008-02-17 00:55:00</pubDate>
      <guid>http://www.pdabuzz.com/articles/view/1005</guid>
    </item>
    
	    <item>
      <title><![CDATA[YouTube for Mobile officially launched in Beta]]></title>
      <link>http://feeds.feedburner.com/~r/Mobiletopsoft/~3/222829456/youtube-for-mobile-officially-launched-in-beta.html</link>
      <description><![CDATA[<center><img src="http://www.mobiletopsoft.com/images/news/youtube_mobile_client_java.gif"><br/><br/></center>


After much efforts of creating YouTube players for mobile devices like emTube Avot mV and YTPLayer YouTube have finally released a beta of the official mobile YouTube client. YouTube for Mobile is a Java app that should in theory run on any smart handset but for the moment YouTube claims it is only suitable for use with the Nokia N73 N95 E65 6110 and 6120 and the SonyEricsson k800 and w880 phones. Since it is JAVA it should run on more wider variety of phones so i hope YouTube will...]]></description>
       <pubDate>2008-01-24 23:08:00</pubDate>
      <guid>http://www.pdabuzz.com/articles/view/1006</guid>
    </item>
    
  </channel>
</rss>
<!-- 0.3996s --><table class="cakeSqlLog" id="cakeSqlLog_12804782224c528c0e43d5c6_81897359" summary="Cake SQL Log" cellspacing="0" border = "0">
<caption>10 queries took 1 ms</caption>
<thead>
<tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr>
</thead>
<tbody>
<tr><td>1</td><td>SELECT `Tag`.`id`, `Tag`.`tag` FROM `tags` AS `Tag`   WHERE `Tag`.`tag` =  'Multimedia'   LIMIT 1</td><td></td><td style = "text-align: right">1</td><td style = "text-align: right">1</td><td style = "text-align: right">0</td></tr>
<tr><td>2</td><td>SELECT `Article`.`id`, `Article`.`product_id`, `Article`.`title`, `Article`.`summary`, `Article`.`source`, `Article`.`url`, `Article`.`author`, `Article`.`rating`, `Article`.`rating_type`, `Article`.`status`, `Article`.`created`, `Article`.`modified` FROM `articles` AS `Article` JOIN `articles_tags`  ON (`articles_tags`.`tag_id`  =  55 AND `articles_tags`.`article_id` = `Article`.`id`)  WHERE 1 = 1  ORDER BY `Article`.`created` DESC </td><td></td><td style = "text-align: right">3</td><td style = "text-align: right">3</td><td style = "text-align: right">1</td></tr>
<tr><td>3</td><td>SELECT COUNT(*) AS `count` FROM `articles_tags` AS `ArticlesTag` LEFT JOIN `articles` AS `Article` ON (`ArticlesTag`.`article_id` = `Article`.`id`) LEFT JOIN `tags` AS `Tag` ON (`ArticlesTag`.`tag_id` = `Tag`.`id`)  WHERE `Tag`.`id`=55  </td><td></td><td style = "text-align: right">1</td><td style = "text-align: right">1</td><td style = "text-align: right">0</td></tr>
<tr><td>4</td><td>SELECT `ArticlesTag`.`article_id`, `ArticlesTag`.`tag_id`, `Article`.`id`, `Article`.`product_id`, `Article`.`title`, `Article`.`summary`, `Article`.`source`, `Article`.`url`, `Article`.`author`, `Article`.`rating`, `Article`.`rating_type`, `Article`.`status`, `Article`.`created`, `Article`.`modified`, `Tag`.`id`, `Tag`.`tag` FROM `articles_tags` AS `ArticlesTag` LEFT JOIN `articles` AS `Article` ON (`ArticlesTag`.`article_id` = `Article`.`id`) LEFT JOIN `tags` AS `Tag` ON (`ArticlesTag`.`tag_id` = `Tag`.`id`)  WHERE `Tag`.`id`=55  ORDER BY `created` DESC  LIMIT 10</td><td></td><td style = "text-align: right">3</td><td style = "text-align: right">3</td><td style = "text-align: right">0</td></tr>
<tr><td>5</td><td>SELECT `Article`.`id`, `Article`.`product_id`, `Article`.`title`, `Article`.`summary`, `Article`.`source`, `Article`.`url`, `Article`.`author`, `Article`.`rating`, `Article`.`rating_type`, `Article`.`status`, `Article`.`created`, `Article`.`modified` FROM `articles` AS `Article`   WHERE `Article`.`id` = 1003   LIMIT 1</td><td></td><td style = "text-align: right">1</td><td style = "text-align: right">1</td><td style = "text-align: right">0</td></tr>
<tr><td>6</td><td>SELECT `Tag`.`id`, `Tag`.`tag` FROM `tags` AS `Tag` JOIN `articles_tags`  ON (`articles_tags`.`article_id`  =  1003 AND `articles_tags`.`tag_id` = `Tag`.`id`)  WHERE 1 = 1  </td><td></td><td style = "text-align: right">3</td><td style = "text-align: right">3</td><td style = "text-align: right">0</td></tr>
<tr><td>7</td><td>SELECT `Article`.`id`, `Article`.`product_id`, `Article`.`title`, `Article`.`summary`, `Article`.`source`, `Article`.`url`, `Article`.`author`, `Article`.`rating`, `Article`.`rating_type`, `Article`.`status`, `Article`.`created`, `Article`.`modified` FROM `articles` AS `Article`   WHERE `Article`.`id` = 1005   LIMIT 1</td><td></td><td style = "text-align: right">1</td><td style = "text-align: right">1</td><td style = "text-align: right">0</td></tr>
<tr><td>8</td><td>SELECT `Tag`.`id`, `Tag`.`tag` FROM `tags` AS `Tag` JOIN `articles_tags`  ON (`articles_tags`.`article_id`  =  1005 AND `articles_tags`.`tag_id` = `Tag`.`id`)  WHERE 1 = 1  </td><td></td><td style = "text-align: right">6</td><td style = "text-align: right">6</td><td style = "text-align: right">0</td></tr>
<tr><td>9</td><td>SELECT `Article`.`id`, `Article`.`product_id`, `Article`.`title`, `Article`.`summary`, `Article`.`source`, `Article`.`url`, `Article`.`author`, `Article`.`rating`, `Article`.`rating_type`, `Article`.`status`, `Article`.`created`, `Article`.`modified` FROM `articles` AS `Article`   WHERE `Article`.`id` = 1006   LIMIT 1</td><td></td><td style = "text-align: right">1</td><td style = "text-align: right">1</td><td style = "text-align: right">0</td></tr>
<tr><td>10</td><td>SELECT `Tag`.`id`, `Tag`.`tag` FROM `tags` AS `Tag` JOIN `articles_tags`  ON (`articles_tags`.`article_id`  =  1006 AND `articles_tags`.`tag_id` = `Tag`.`id`)  WHERE 1 = 1  </td><td></td><td style = "text-align: right">3</td><td style = "text-align: right">3</td><td style = "text-align: right">0</td></tr>
</tbody></table>
