Archive for August, 2006

Vancouver Python Conference 2006

<meta content="OpenOffice.org 1.9.129 (Linux)" name="GENERATOR" /><meta content="20060808;13412100" name="CREATED" /><meta content="20060808;16561200" name="CHANGED" /><br /> <style> <!-- @page { size: 21.59cm 27.94cm; margin: 2cm } P { margin-bottom: 0.21cm } --></style> <p>The Vancouver Python / Zope User group <a href="http://www.vanpyz.org/">http://www.vanpyz.org/</a> put on a great conference this year in Vancouver.</p> <p style="margin-bottom: 0cm">SFU Harbour Centre was the location for the Keynote speech on Friday night by Guido van Rossum of Google. In short, Python plans to go a lot further with its next incarnation as Python 3000, the third version of the language. Next that night was Jim Hugunin of Microsoft. Jim delivered a very entertaining talk about Microsoft’s efforts with Python, called IronPython. made for Python’s integration into .Net. Steamworks, across the street from Harbour Centre, already a great hangout for developers of all stripes, was the location for the reception. Great Reception room, great food made just for us.</p> <p style="margin-bottom: 0cm"> <p style="margin-bottom: 0cm">The Holiday Inn Express in Burnaby at Metrotown was the location for the conference talks for the next two days. The conference offered three tracks: General, Web, and Beginners. Jim Hugunin would be back for IronPython, and other coding with Python tasks such as how to create Desktop apps for the Mac and Windows and an in-depth look at Embedding Python in other languages such as Java, C, and C++. The web track would have lots on Plone and Zope, and Ajax talks as well. I would stay with the Beginners track, since I work regularly with another language, and this Python thing just keeps blipping on my radar screen.</p> <p style="margin-bottom: 0cm">Python is a programming languages with really diverse purposes. But at its core, what you need to know about Python, if you know any other languages and are wondering, is that it is a language that uses lists, tuples, and dictionaries as its complex data types, and, everything being an object in Python, is be accessed with methods. Thats about all there is to it and what you have seen elsewhere you will find in Python. One of the most obvious features about Python is that for coding’s sake, curly braces are omitted in place of indentation. Now it sounds like a simple feature and some would say ’so what?’ but its a brilliant thing. Ordinarily for code to be shared it has to be indented in order to be easily read, and there is no end to the navel gazing and flaming on this topic about the best method to commenting and indenting of code. In one simple feature, Python has eliminated this issue for developers, making a simple and light syntax that is readable by everyone who can read the language irregardless of who wrote the code.</p> <p style="margin-bottom: 0cm">So back to the conference: Paul Prescod took us noobs through the paces for 2 days with an in depth look at Python. Saturday covered a lot of material that I knew about Python. I also didn’t know much more about Python that what he covered. I think its ok to cover this material. I do. But I hoped for more new material in the first day. Most other people there were bound to know enough about Python to have chosen to be there, but want to know more. I mean we were not noobs to programming, just noobs to Python. The content of the first day was still important, and needs to be covered. We were all looking forward to getting more on the second day and we sure did. We saw more about Python’s abilities with its language and its extensions. Python wins big time already by a disciplined and light syntax using indentation, and a CLI that is actually useful. But the big deal is extensions. You can use Python to write to other languages, such as C, C++, Java, VisualBasic, and their respective libraries. You can use Python for both Web development, using Zope and Django, or create desktop apps for win, mac, linux and others, create rpms and other bundles. Stateless Python is used on Eve Online, a Game network, to handle 10,000 threads at once. Python gets extended in lots of ways – web, desktop, system administration, batch processing, and embedding itself in other languages. When so many programming languages have fragmented the industry, and what anyone can do, Python brings it back together. Why learn java, C, visualBasic, when you can learn Python and have it all? Yes of course there are no shortcuts, but still, for those with skills, Python offers a big leap forward in productivity.</p> <p style="margin-bottom: 0cm">Then the really stunning stuff was saved for last. Great lightning talks, including Andy McKay’s browser based CLI for Python. A big security hole, he tells us, but a useful tool when nothing else will do. Ian Caven’s talk rounded up the conference. Python I had learned is already a tool the visual special effects industry makes generous use of. Everyone there got a real treat I might add – first with Derek Simkowiak’s presentation of Elephant’s Dream – the first open source movie, complete with access to Blender and Python source files. That was a project I had to abandon downloading because I had only learned about it when it was Slashdotted. Ian Caven built a business of digital image processing to restore old movies (Star Wars and many others etc), with a farm of macs and some coding in C++ and Python. Its a business that is all the more impressive, not only for the amazing results, or for revolutionizing the industry, but the ability to have done so with such a small development team.</p> <p style="margin-bottom: 0cm">Its clear that where high powered computing using low level optimization for high performance is needed, Python is going to be a category killer. Its a technology that can slash development times and deliver results that are hard to beat. It hooks in to tons of extensions and other languages, made to output anything, talk to anything. Python as a tool for special effects may bring about an emergence of the creation of new post production companies for image processing, posing some serious competition for the big players in movies and special effects, something the whole film industry would benefit from no doubt.</p> <p style="margin-bottom: 0cm">I’m looking forward to learning lots more about Python. The VanPyz members put on a great conference and I hope that the community continues to grow around this great technology.</p> </div> <p class="postcontrols"> <a class="comments" href="http://www.superwebdeveloper.com/2006/08/08/vancouver-python-conference-2006/#comments">3 Comments</a> </p> <div class="clear"></div> </div> <!-- /post --> <div class="navigation" id="pagenavi"> <div class="alignleft"></div> <div class="alignright"></div> <div class="clear"></div> </div> </div> <!-- mid content --> </div> <!-- /mid --> <!-- sidebar --> <div id="sidebar"> <!-- sidebar 1st container --> <div id="sidebar-wrap1"> <!-- sidebar 2nd container --> <div id="sidebar-wrap2"> <ul id="sidelist"> <li> <!-- search form --> <div id="searchtab"> <div class="inside"> <form method="get" id="searchform" action="http://www.superwebdeveloper.com/"> <input type="text" name="s" id="searchbox" class="searchfield" value="Search" onfocus="if(this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" /> <input type="submit" value="Go" class="searchbutton" /> </form> </div> </div> <!-- /search form --> </li> <li class="infotext"> <p>You are currently browsing the archives for August, 2006</p> </li> <li> <!-- sidebar menu (categories) --> <ul class="nav"> <li class="cat-item cat-item-82"><a href="http://www.superwebdeveloper.com/category/conferences/" title="View all posts filed under Conferences"><span>Conferences</span></a><a class="rss tip" href="http://www.superwebdeveloper.com/category/conferences/feed/"></a> </li> <li class="cat-item cat-item-1"><a href="http://www.superwebdeveloper.com/category/general/" title="View all posts filed under General"><span>General</span></a><a class="rss tip" href="http://www.superwebdeveloper.com/category/general/feed/"></a> </li> <li class="cat-item cat-item-15"><a href="http://www.superwebdeveloper.com/category/linux/" title="View all posts filed under GNU Linux"><span>GNU Linux</span></a><a class="rss tip" href="http://www.superwebdeveloper.com/category/linux/feed/"></a> </li> <li class="cat-item cat-item-5"><a href="http://www.superwebdeveloper.com/category/php/" title="comments for PHP developers"><span>php</span></a><a class="rss tip" href="http://www.superwebdeveloper.com/category/php/feed/"></a> </li> <li class="cat-item cat-item-62"><a href="http://www.superwebdeveloper.com/category/user-groups/" title="View all posts filed under User Groups"><span>User Groups</span></a><a class="rss tip" href="http://www.superwebdeveloper.com/category/user-groups/feed/"></a> </li> <li class="cat-item cat-item-98"><a href="http://www.superwebdeveloper.com/category/web-development/" title="View all posts filed under Web Development"><span>Web Development</span></a><a class="rss tip" href="http://www.superwebdeveloper.com/category/web-development/feed/"></a> </li> </ul> <!-- /sidebar menu --> </li> <li><div id="text-3" class="widget widget_text"> <div class="textwidget">You need to know more about open source</div> </div></li> <li><div id="recent-posts-3" class="widget widget_recent_entries"> <h2>Recent Posts</h2> <ul> <li><a href="http://www.superwebdeveloper.com/2010/03/18/presenting-gourmetpregnancy-com/" title="Presenting GourmetPregnancy.com">Presenting GourmetPregnancy.com </a></li> <li><a href="http://www.superwebdeveloper.com/2010/02/16/php-coders-still-stuck-in-windows-register-forgets-the-growth-of-linux-desktop/" title="PHP Coders Still Stuck in Windows, Register forgets The Growth of Linux Desktop">PHP Coders Still Stuck in Windows, Register forgets The Growth of Linux Desktop </a></li> <li><a href="http://www.superwebdeveloper.com/2009/12/05/web-cafe-session-interrupted-by-several-hundred-santas/" title="Web Cafe Session Interrupted by Several Hundred Santas">Web Cafe Session Interrupted by Several Hundred Santas </a></li> <li><a href="http://www.superwebdeveloper.com/2009/11/25/the-incredible-rate-of-diminishing-returns-of-fixing-software-bugs/" title="The Incredible Rate of Diminishing Returns of Fixing Software Bugs">The Incredible Rate of Diminishing Returns of Fixing Software Bugs </a></li> <li><a href="http://www.superwebdeveloper.com/2009/11/07/installation-script-using-wordpress-subversion-repositories/" title="Installation Script Using WordPress Subversion Repositories">Installation Script Using WordPress Subversion Repositories </a></li> <li><a href="http://www.superwebdeveloper.com/2009/10/17/the-power-of-svn-externals/" title="The Power of svn externals">The Power of svn externals </a></li> <li><a href="http://www.superwebdeveloper.com/2009/10/10/brickskellar-night-out-at-codeworks-dc-2009/" title="Brickskellar Night Out At Codeworks DC 2009">Brickskellar Night Out At Codeworks DC 2009 </a></li> <li><a href="http://www.superwebdeveloper.com/2009/10/10/codeworks-in-dc-october-2009/" title="CodeWorks in DC October 2009">CodeWorks in DC October 2009 </a></li> <li><a href="http://www.superwebdeveloper.com/2009/09/20/bccla-hosts-dr-michael-geist-for-evening-lecture/" title="BCCLA hosts Dr. Michael Geist for evening lecture">BCCLA hosts Dr. Michael Geist for evening lecture </a></li> <li><a href="http://www.superwebdeveloper.com/2009/09/17/freegeek-vancouver-is-computer-heaven/" title="FreeGeek Vancouver is Computer Heaven">FreeGeek Vancouver is Computer Heaven </a></li> <li><a href="http://www.superwebdeveloper.com/2009/09/09/drupal-copyright-move-pissing-off-the-community/" title="Drupal Copyright Move Pissing Off The Community">Drupal Copyright Move Pissing Off The Community </a></li> <li><a href="http://www.superwebdeveloper.com/2009/09/06/upgrading-ubuntu-on-a-laptop/" title="Upgrading Ubuntu on a Laptop">Upgrading Ubuntu on a Laptop </a></li> <li><a href="http://www.superwebdeveloper.com/2009/09/06/wordpress-2-8-4-upgrade/" title="WordPress 2.8.4 Upgrade">WordPress 2.8.4 Upgrade </a></li> <li><a href="http://www.superwebdeveloper.com/2009/09/04/my-car-runs-on-linux/" title="My Car Runs On Linux">My Car Runs On Linux </a></li> <li><a href="http://www.superwebdeveloper.com/2009/08/10/to-all-my-friends-and-everyone-else-who-uses-vista/" title="To all my friends and everyone else who uses Vista">To all my friends and everyone else who uses Vista </a></li> </ul> </div></li><li><div id="tag_cloud-3" class="widget widget_tag_cloud"><h2>Tag Cloud</h2><div><a href='http://www.superwebdeveloper.com/tag/apache/' class='tag-link-12' title='1 topic' style='font-size: 8pt;'>apache</a> <a href='http://www.superwebdeveloper.com/tag/arrays/' class='tag-link-31' title='1 topic' style='font-size: 8pt;'>arrays</a> <a href='http://www.superwebdeveloper.com/tag/cheats/' class='tag-link-16' title='1 topic' style='font-size: 8pt;'>cheats</a> <a href='http://www.superwebdeveloper.com/tag/codes/' class='tag-link-17' title='1 topic' style='font-size: 8pt;'>codes</a> <a href='http://www.superwebdeveloper.com/tag/coding/' class='tag-link-42' title='2 topics' style='font-size: 11.4054054054pt;'>coding</a> <a href='http://www.superwebdeveloper.com/tag/commands/' class='tag-link-18' title='1 topic' style='font-size: 8pt;'>commands</a> <a href='http://www.superwebdeveloper.com/tag/copyright/' class='tag-link-74' title='2 topics' style='font-size: 11.4054054054pt;'>copyright</a> <a href='http://www.superwebdeveloper.com/tag/crontab/' class='tag-link-22' title='1 topic' style='font-size: 8pt;'>crontab</a> <a href='http://www.superwebdeveloper.com/tag/debug/' class='tag-link-33' title='1 topic' style='font-size: 8pt;'>debug</a> <a href='http://www.superwebdeveloper.com/tag/debugging/' class='tag-link-34' title='1 topic' style='font-size: 8pt;'>debugging</a> <a href='http://www.superwebdeveloper.com/tag/desktop/' class='tag-link-35' title='1 topic' style='font-size: 8pt;'>desktop</a> <a href='http://www.superwebdeveloper.com/tag/find/' class='tag-link-26' title='2 topics' style='font-size: 11.4054054054pt;'>find</a> <a href='http://www.superwebdeveloper.com/tag/forms/' class='tag-link-6' title='1 topic' style='font-size: 8pt;'>forms</a> <a href='http://www.superwebdeveloper.com/tag/free/' class='tag-link-41' title='4 topics' style='font-size: 15.5675675676pt;'>free</a> <a href='http://www.superwebdeveloper.com/tag/gnu/' class='tag-link-47' title='2 topics' style='font-size: 11.4054054054pt;'>gnu</a> <a href='http://www.superwebdeveloper.com/tag/linux/' class='tag-link-15' title='5 topics' style='font-size: 17.0810810811pt;'>GNU Linux</a> <a href='http://www.superwebdeveloper.com/tag/grep/' class='tag-link-27' title='1 topic' style='font-size: 8pt;'>grep</a> <a href='http://www.superwebdeveloper.com/tag/login/' class='tag-link-11' title='1 topic' style='font-size: 8pt;'>login</a> <a href='http://www.superwebdeveloper.com/tag/mod_rewrite/' class='tag-link-8' title='1 topic' style='font-size: 8pt;'>mod_rewrite</a> <a href='http://www.superwebdeveloper.com/tag/mysql/' class='tag-link-29' title='1 topic' style='font-size: 8pt;'>mysql</a> <a href='http://www.superwebdeveloper.com/tag/open-source/' class='tag-link-40' title='4 topics' style='font-size: 15.5675675676pt;'>open source</a> <a href='http://www.superwebdeveloper.com/tag/php/' class='tag-link-5' title='10 topics' style='font-size: 22pt;'>php</a> <a href='http://www.superwebdeveloper.com/tag/print_r/' class='tag-link-32' title='1 topic' style='font-size: 8pt;'>print_r</a> <a href='http://www.superwebdeveloper.com/tag/regular-expressions/' class='tag-link-9' title='1 topic' style='font-size: 8pt;'>regular expressions</a> <a href='http://www.superwebdeveloper.com/tag/rms/' class='tag-link-46' title='2 topics' style='font-size: 11.4054054054pt;'>rms</a> <a href='http://www.superwebdeveloper.com/tag/rsync/' class='tag-link-20' title='1 topic' style='font-size: 8pt;'>rsync</a> <a href='http://www.superwebdeveloper.com/tag/scp/' class='tag-link-21' title='1 topic' style='font-size: 8pt;'>scp</a> <a href='http://www.superwebdeveloper.com/tag/screen/' class='tag-link-25' title='1 topic' style='font-size: 8pt;'>screen</a> <a href='http://www.superwebdeveloper.com/tag/security/' class='tag-link-7' title='2 topics' style='font-size: 11.4054054054pt;'>security</a> <a href='http://www.superwebdeveloper.com/tag/sed/' class='tag-link-30' title='1 topic' style='font-size: 8pt;'>sed</a> <a href='http://www.superwebdeveloper.com/tag/seo/' class='tag-link-10' title='1 topic' style='font-size: 8pt;'>seo</a> <a href='http://www.superwebdeveloper.com/tag/shell/' class='tag-link-13' title='4 topics' style='font-size: 15.5675675676pt;'>shell</a> <a href='http://www.superwebdeveloper.com/tag/software/' class='tag-link-51' title='2 topics' style='font-size: 11.4054054054pt;'>software</a> <a href='http://www.superwebdeveloper.com/tag/stallman/' class='tag-link-49' title='2 topics' style='font-size: 11.4054054054pt;'>stallman</a> <a href='http://www.superwebdeveloper.com/tag/subversion/' class='tag-link-28' title='1 topic' style='font-size: 8pt;'>subversion</a> <a href='http://www.superwebdeveloper.com/tag/svn/' class='tag-link-19' title='3 topics' style='font-size: 13.6756756757pt;'>svn</a> <a href='http://www.superwebdeveloper.com/tag/tar/' class='tag-link-24' title='1 topic' style='font-size: 8pt;'>tar</a> <a href='http://www.superwebdeveloper.com/tag/thephpcc/' class='tag-link-86' title='2 topics' style='font-size: 11.4054054054pt;'>thephpcc</a> <a href='http://www.superwebdeveloper.com/tag/ubuntu/' class='tag-link-63' title='3 topics' style='font-size: 13.6756756757pt;'>ubuntu</a> <a href='http://www.superwebdeveloper.com/tag/unix/' class='tag-link-14' title='1 topic' style='font-size: 8pt;'>unix</a> <a href='http://www.superwebdeveloper.com/tag/upgrade/' class='tag-link-69' title='2 topics' style='font-size: 11.4054054054pt;'>upgrade</a> <a href='http://www.superwebdeveloper.com/tag/user-groups/' class='tag-link-62' title='2 topics' style='font-size: 11.4054054054pt;'>User Groups</a> <a href='http://www.superwebdeveloper.com/tag/wget/' class='tag-link-23' title='1 topic' style='font-size: 8pt;'>wget</a> <a href='http://www.superwebdeveloper.com/tag/wordpress/' class='tag-link-68' title='3 topics' style='font-size: 13.6756756757pt;'>wordpress</a> <a href='http://www.superwebdeveloper.com/tag/zend/' class='tag-link-84' title='2 topics' style='font-size: 11.4054054054pt;'>zend</a></div> </div></li><li><div id="archives-3" class="widget widget_archive"><h2>Previous Posts</h2> <select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value="">Select Month</option> <option value='http://www.superwebdeveloper.com/2010/03/'> March 2010  (1)</option> <option value='http://www.superwebdeveloper.com/2010/02/'> February 2010  (1)</option> <option value='http://www.superwebdeveloper.com/2009/12/'> December 2009  (1)</option> <option value='http://www.superwebdeveloper.com/2009/11/'> November 2009  (2)</option> <option value='http://www.superwebdeveloper.com/2009/10/'> October 2009  (3)</option> <option value='http://www.superwebdeveloper.com/2009/09/'> September 2009  (6)</option> <option value='http://www.superwebdeveloper.com/2009/08/'> August 2009  (1)</option> <option value='http://www.superwebdeveloper.com/2009/07/'> July 2009  (1)</option> <option value='http://www.superwebdeveloper.com/2009/06/'> June 2009  (1)</option> <option value='http://www.superwebdeveloper.com/2009/03/'> March 2009  (1)</option> <option value='http://www.superwebdeveloper.com/2009/02/'> February 2009  (2)</option> <option value='http://www.superwebdeveloper.com/2009/01/'> January 2009  (2)</option> <option value='http://www.superwebdeveloper.com/2008/12/'> December 2008  (1)</option> <option value='http://www.superwebdeveloper.com/2008/11/'> November 2008  (2)</option> <option value='http://www.superwebdeveloper.com/2008/10/'> October 2008  (1)</option> <option value='http://www.superwebdeveloper.com/2008/06/'> June 2008  (1)</option> <option value='http://www.superwebdeveloper.com/2008/05/'> May 2008  (2)</option> <option value='http://www.superwebdeveloper.com/2008/04/'> April 2008  (2)</option> <option value='http://www.superwebdeveloper.com/2008/03/'> March 2008  (1)</option> <option value='http://www.superwebdeveloper.com/2006/09/'> September 2006  (1)</option> <option value='http://www.superwebdeveloper.com/2006/08/'> August 2006  (1)</option> <option value='http://www.superwebdeveloper.com/2006/04/'> April 2006  (2)</option> </select> </div></li><li><div id="linkcat-3" class="widget widget_links"><h2>Blogroll</h2> <ul class='xoxo blogroll'> <li><a href="http://www.addedbytes.com/" title="Code tips site " target="_blank">Added Bytes</a></li> <li><a href="http://coderamblings.com" title="Always good tech stuff to share">Code Ramblings</a></li> <li><a href="http://freegeekvancouver.org/" title="FreeGeek Vancouver" target="_blank">FreeGeek Vancouver</a></li> <li><a href="http://www.gekidoslair.com/" rel="contact met colleague neighbor" title="Game Software Developer">Gekido’s Lair</a></li> <li><a href="http://www.group42.ca/" title="Drupal Developers" target="_blank">Group 42</a></li> <li><a href="http://www.mikecantelon.com/" title="vanopen.biz dude">Mike Cantelon</a></li> <li><a href="http://patrickgibson.com/" title="Everything about Patrick Gibson">PatrickGibson.com</a></li> <li><a href="http://www.planet-php.net/" title="blog site for core php developers" target="_blank">Planet PHP</a></li> <li><a href="http://zak.greant.com/" title="Open Source Software Licencing Guru">Polymorph: Zak Greant’s Blog</a></li> <li><a href="http://www.smallbizresource.com/" title="Tools, tips, dollars and sense">SmallBizResource.com</a></li> </ul> </div></li> <li><div id="linkcat-4" class="widget widget_links"><h2>PHP Resources</h2> <ul class='xoxo blogroll'> <li><a href="http://www.apachefriends.org/en/index.html" title="The source for the best Apache/php/mysql testing environment, all platforms">Apache Friends</a></li> <li><a href="http://www.elroubio.net/" title="French php site, great fan art">El Rubio</a></li> <li><a href="http://www.phparch.com/" title="Books, Zend PHP Certification, and more">PHP Architect</a></li> <li><a href="http://www.php.net/manual/en/" title="Mother of all php manuals">PHP.net manual</a></li> <li><a href="http://www.phpit.net/" title="Recent discovery, good tutorial site">phpIt</a></li> <li><a href="http://www.planet-php.net/" title="blog site for core php developers" target="_blank">Planet PHP</a></li> <li><a href="http://vancouver.php.net" title="Vancouver area user group with talks on PHP, great meetings.">Vancouver PHP Users Association</a></li> </ul> </div></li> <li><div id="meta-3" class="widget widget_meta"><h2>Meta</h2> <ul> <li><a href="http://www.superwebdeveloper.com/wp-login.php">Log in</a></li> <li><a href="http://www.superwebdeveloper.com/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://www.superwebdeveloper.com/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li> </ul> </div></li><li><div id="rss-3" class="widget widget_rss"><h2><a class='rsswidget' href='http://twitter.com/statuses/user_timeline/20209041.rss' title='Syndicate this content'><img style='background:orange;color:white;border:none;' width='14' height='14' src='http://www.superwebdeveloper.com/wp-includes/images/rss.png' alt='RSS' /></a> <a class='rsswidget' href='http://twitter.com/pbgswd' title='Twitter updates from Peter Gordon / pbgswd.'>tweets</a></h2><ul><li><a class='rsswidget' href='http://twitter.com/pbgswd/statuses/10691302490' title='pbgswd: Blog post with notes from my latest site launch, GourmetPregnancy.com http://tinyurl.com/yfywj8v […]'>pbgswd: Blog post with notes from my latest site launch, GourmetPregnancy.com http://tinyurl.com/yfywj8v</a></li><li><a class='rsswidget' href='http://twitter.com/pbgswd/statuses/10366204513' title='pbgswd: Launched http://gourmetpregnancy.com 2 hours ago. […]'>pbgswd: Launched http://gourmetpregnancy.com 2 hours ago.</a></li><li><a class='rsswidget' href='http://twitter.com/pbgswd/statuses/8251624279' title='pbgswd: Over beers Saturday night asked me, So... is a blog the Internet? […]'>pbgswd: Over beers Saturday night asked me, So... is a blog the Internet?</a></li><li><a class='rsswidget' href='http://twitter.com/pbgswd/statuses/6994837960' title='pbgswd: Going to Kamloops for xmas […]'>pbgswd: Going to Kamloops for xmas</a></li><li><a class='rsswidget' href='http://twitter.com/pbgswd/statuses/6790405896' title='pbgswd: Win a new Canon 5DMKII or $2700 of photo printing/product from @WHCCPro & Scott Bourne. Pls RT. Info: http://bit.ly/6Mtx9I […]'>pbgswd: Win a new Canon 5DMKII or $2700 of photo printing/product from @WHCCPro & Scott Bourne. Pls RT. Info: http://bit.ly/6Mtx9I</a></li><li><a class='rsswidget' href='http://twitter.com/pbgswd/statuses/6426324616' title='pbgswd: Hackin a slide show today. […]'>pbgswd: Hackin a slide show today.</a></li><li><a class='rsswidget' href='http://twitter.com/pbgswd/statuses/6382997624' title='pbgswd: working from a quiet restaurant was rudely interrupted by several hundred santas […]'>pbgswd: working from a quiet restaurant was rudely interrupted by several hundred santas</a></li><li><a class='rsswidget' href='http://twitter.com/pbgswd/statuses/5866753307' title='pbgswd: can anyone out there teach a linux hacker advanced seo stuff? […]'>pbgswd: can anyone out there teach a linux hacker advanced seo stuff?</a></li><li><a class='rsswidget' href='http://twitter.com/pbgswd/statuses/5788768214' title='pbgswd: @mtabini hey marco, how do you like your open web tshirt? […]'>pbgswd: @mtabini hey marco, how do you like your open web tshirt?</a></li><li><a class='rsswidget' href='http://twitter.com/pbgswd/statuses/5696715594' title='pbgswd: Can someone find it in their heart to give me a recommendation on LinkedIn? http://bit.ly/3wImd9 […]'>pbgswd: Can someone find it in their heart to give me a recommendation on LinkedIn? http://bit.ly/3wImd9</a></li></ul></div></li> </ul> </div> <!-- /sidebar 2nd container --> <script type="text/javascript"><!-- google_ad_client = "pub-2050074104720988"; google_ad_slot = "7726993262"; google_ad_width = 160; google_ad_height = 600; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div> <!-- /sidebar 1st container --> </div> <!-- /sidebar --> </div> <!-- /side wrap --> <script type="text/javascript"><!-- google_ad_client = "pub-2050074104720988"; google_ad_slot = "5401494093"; google_ad_width = 728; google_ad_height = 90; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div> <!-- /mid column wrap --> </div> <!-- /main wrapper --> <!-- clear main & sidebar sections --> <div class="clearcontent"></div> <!-- /clear main & sidebar sections --> <!-- footer --> <div id="footer"> <!-- please do not remove this. respect the authors :) --> <p> Fusion theme by <a href="http://digitalnature.ro/projects/fusion">digitalnature</a> | powered by <a href="http://wordpress.org/">WordPress</a> <br /> <a class="rss" href="http://www.superwebdeveloper.com/feed/">Entries (RSS)</a> and <a href="http://www.superwebdeveloper.com/comments/feed/">Comments (RSS)</a> <a href="#" id="toplink">^</a> <!-- 34 queries. 0.518 seconds. --> </p> </div> <!-- /footer --> <div id="layoutcontrol"> <a href="javascript:void(0);" class="setFont" title="Increase/Decrease text size"><span>SetTextSize</span></a> <a href="javascript:void(0);" class="setLiquid" title="Switch between full and fixed width"><span>SetPageWidth</span></a> </div> </div> <!-- /page --> </div> </div> <!-- /page wrappers --> <script type='text/javascript' src='http://www.superwebdeveloper.com/wp-includes/js/jquery/jquery.color.js?ver=2.0-4561m'></script> <script type='text/javascript' src='http://www.superwebdeveloper.com/wp-includes/js/jquery/jquery.schedule.js?ver=20m'></script> <script type='text/javascript'> /* <![CDATA[ */ var thickboxL10n = { next: "Next >", prev: "< Prev", image: "Image", of: "of", close: "Close" }; try{convertEntities(thickboxL10n);}catch(e){}; /* ]]> */ </script> <script type='text/javascript' src='http://www.superwebdeveloper.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20091124'></script> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-11296676-1"); pageTracker._setAllowAnchor(true); pageTracker._trackPageview(); } catch(err) {}</script> <!-- Advertising Manager v3.4.17 (0.520 seconds.) --> <script src="http://stats.wordpress.com/e-201012.js" type="text/javascript"></script> <script type="text/javascript"> st_go({blog:'5280065',v:'ext',post:'0'}); var load_cmc = function(){linktracker_init(5280065,0,2);}; if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc); else load_cmc(); </script> </body> </html>