| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| <html> | |
| <head> | |
| <title>Building a Flickr Slideshow with PHP - NetBeans IDE 6.9-7.0</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <link rel="stylesheet" type="text/css" href="../../../netbeans.css"> | |
| </head> | |
| <body> | |
| <h1>Building a Flickr Slideshow with PHP</h1> | |
| <table> | |
| <tbody> | |
| <tr> | |
| <td class="valign-top"> | |
| <p> | |
| Justin Bolter shows off the new PHP features of NetBeans IDE 6.9-7.0 | |
| by walking through building a simple application to access Flickr. | |
| You will then see how to turn your Flickr images into a simple | |
| slideshow using JavaScript and CSS. | |
| </p> | |
| <p> This tutorial is part of the <a | |
| href="../intro-screencasts.html">Guided Video Tour of NetBeans IDE 6.9-7.0</a>. | |
| </p> | |
| <p>Author: Justin Bolter<br> | |
| Time: 14:00 <br> | |
| <a target="_blank" href="http://bits.netbeans.org/media/NB65-flickrPHP-Screencast.flv">Download</a> | |
| [72 MB] </p> | |
| <p><br> | |
| </p> | |
| <p><b>Related links</b></p> | |
| <ul> | |
| <li><a target="_blank" href="https://netbeans.org/kb/trails/php.html">The | |
| PHP Learning Trail</a> </li> | |
| <li><a target="_blank" href="http://blogs.oracle.com/netbeansphp/">NetBeans for | |
| PHP Weblog</a> </li> | |
| <li><a target="_blank" href="http://phpflickr.com/">PHPFlickr</a></li> | |
| <li><a target="_blank" href="http://jquery.com/">jQuery</a></li> | |
| </ul> | |
| <br> | |
| <div class="feedback-box" style="float: left;"> <a | |
| href="/about/contact_form.html?to=3&subject=Feedback:%20PHP+Flickr%20in%20NB6.5%20screencast">Send | |
| Us Your Feedback</a> </div> | |
| <br style="clear: both;"> | |
| </td> | |
| <td class="valign-top" width="480"> | |
| <div id="flashContent"></div> | |
| <script src="/images_www/js/data_tables/js/jquery.dataTables.min.js" type="text/javascript"></script> | |
| <script src="/images_www/js/mediaplayer-5.2/swfobject.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| var targetFile='http://bits.netbeans.org/media/NB65-flickrPHP-Screencast.flv'; | |
| var pl = new SWFObject('/images_www/js/mediaplayer-5.2/player.swf','player','400','300','9'); | |
| pl.addParam('allowfullscreen','true'); | |
| pl.addParam('allowscriptaccess','always'); | |
| pl.addParam('flashvars','file='+targetFile+'&autostart=true'); | |
| pl.write('flashContent'); | |
| </script> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </body> | |
| </html> |