Category: User Groups

A Tale Of Two Logos

It seems that some spineless technical provider which ordinarily would have used our beautiful conference logo was somehow terrified by Open Web Logo and said they weren’t willing to use it, because it had a skull & cross bones in it. Of all the spineless nonsense I have ever heard, somebody pencil pushing nit wit who rotates on a stool somewhere, probably using hand sanitiser after everything they touch was too afraid of the logo, so they had to shit on somebody else’s freedom of expression. Ooh! Skull and crossbones! Its so scary! We don’t understand it! We have to censor your identity!

So this beautiful logo:

vector_open_web_logo

Got turned into this:

open_web_logo_telus

I think this is what Viktor Frankl meant when he said Logos is deeper than logic.

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 style="clear:both"></div> </div> <div class="postmetadata"> <p><img style="vertical-align:-5px;" alt="categories" src="http://www.superwebdeveloper.com/wp-content/themes/corp/images/category.gif" height="16" width="16" /> <a href="http://www.superwebdeveloper.com/category/conferences/" title="View all posts in Conferences" rel="category tag">Conferences</a>, <a href="http://www.superwebdeveloper.com/category/user-groups/" title="View all posts in User Groups" rel="category tag">User Groups</a> | <a href="http://www.superwebdeveloper.com/author/admin/" title="Posts by pbg">pbg</a> | August 8, 2006 | <img style="vertical-align:-5px;" alt="comments" src="http://www.superwebdeveloper.com/wp-content/themes/corp/images/comment.gif" height="16" width="16" /> <a href="http://www.superwebdeveloper.com/2006/08/08/vancouver-python-conference-2006/#comments" title="Comment on Vancouver Python Conference 2006">Comments (3)</a> </p> </div> </div> <div class="post" id="post-3"> <h2><a href="http://www.superwebdeveloper.com/2006/04/27/get-to-know-your-local-user-groups/" rel="bookmark" title="Permanent Link to Get to know your local user groups">Get to know your local user groups</a></h2> <div class="entry"> <p>For almost every programming language, software, platform, operating system you will also find a local user group where you can find out more for yourself.</p> <p>A little time spent with user groups can improve your skills. Take for example the possibility of reducing costs by learing how to use Open Source software, or perhaps you can find new ways to serve your clients and customers.</p> <p>User groups are really for anybody interested in technology. if your skill background is different from the group, its still an opportunity to share your own knowledge, and you add diversity to the group. Think about going to a user group for something you might want to know more about.</p> <p>User groups arent just for experts; they consist of regular people, and this is important to understand. They are the grassroots organizations for modern technologies, and they help put a human face to technology.</p> <p>User groups provide an unprecedented opportunity for networking and learning in the field. You can get exposure and information from first hand users you may never get from learning on your own. Regular meetings feature talks by association members or invited guests, and the groups all have websites which post forum discussions and job postings. Groups even occaisonally organize larger events and conferences. Its a great opportunity to see how the field of technology works from the inside.</p> <p>User groups operate with minimal overhead. Meetings are free to attend, and sometimes there are even courtesy offerings of pizza and soft drinks. Membership is optional. But still what is really surprising is that most user groups are fairly small, even though the opportunities for networking, knowledge and participation are excellent. Maybe these organizations just need a little more publicity to increase their attendance numbers.</p> <p>The best way to support these groups is by going to meetings because you can help share the awareness of these groups with your colleagues. User groups have become the bulwark in promoting Open Source technologies, which otherwise dont have marketing and advertising budgets that major technology corporations have. It can help you get ahead in your profession – and you can enjoy a good slice of pizza while you are at it.</p> <p>If only groups were a bit more aware of each other, they could become a greater force and option for the public to get what they want and need from technology.</p> <p>To start you off, here’s a partial list of groups for Vancouver area. Spread the word!</p> <p>PHP: Vancouver PHP Users Association <a title="vancouver php users association" href="http://vancouver.php.net" target="_blank">http://vancouver.php.net</a><br /> Linux: Vancouver Linux User Group (VANLUG) <a title="vancouver linux users" href="http://www.vanlug.bc.ca" target="_blank">http://www.vanlug.bc.ca</a><br /> XML: Vancouver XML Developers Association <a title="vancouver xml users group" href="http://www.vanx.org/" target="_blank">http://www.vanx.org/</a><br /> freeBSD: <a title="Vancouver freeBSD users " href="http://www.vanbug.org" target="_blank">http://www.vanbug.org</a><br /> Python / Zope : <a title="vancouver Python and zope" href="http://www.vanpyz.org" target="_blank">http://www.vanpyz.org</a><br /> Java: <a title="Vancouver Java users group" href="http://www.openroad.ca/vanjug" target="_blank">http://www.openroad.ca/vanjug</a><br /> .NET: <a title="Vancouver .net users " href="http://www/netbc.ca" target="_blank">http://www/netbc.ca</a><br /> Macintosh: Hosted by Apple Canada <a title="Apple users " href="http://www.mactag.org" target="_blank">http://www.mactag.org</a><br /> Perl: Vancouver Perl Mongers <a title="Vancouver Perl Mongers" href="http://vancouver.pm.org" target="_blank">http://vancouver.pm.org</a><br /> Microsoft: <a title="vancouver microsoft users" href="http://www.vantug.com" target="_blank">http://www.vantug.com</a><br /> Information Processing: Canadian Information Processing Society <a title="Canadian Information Processing Society" href="http://local.cips.ca/vancouver/" target="_blank">http://local.cips.ca/vancouver/</a><br /> Graphic Design: SIGGRAPH <a title="SIGGRAPH Vancouver" href="http://www.vancouver.siggraph.org/" target="_blank">http://www.vancouver.siggraph.org/</a><br /> Game Design: <a title="Vancouver Game Designers" href="http://www.igda.org/vancouver/" target="_blank">http://www.igda.org/vancouver/</a><br /> Software Developers: Vancouver Software Developers Network (VANDEV) <a title="Vancouver Software Developers" href="http://softwaredev.meetup.com/17/" target="_blank">http://softwaredev.meetup.com/17/</a><br /> Software QA: Vancouver Software Quality Assurance Group <a title="Vancouver software qa" href="http://vanq.org/" target="_blank">http://vanq.org/</a><br /> GIS: Vancouver GIS Users Group <a title="Vancouver GIS" href="http://www.vancouvergis.org/" target="_blank">http://www.vancouvergis.org/</a><br /> Bioinformatics: VanBUG: Vancouver Bioinformatics User Group <a title="Vancouver bioinformatics" href="http://www.vanbug.org/" target="_blank">http://www.vanbug.org/</a><br /> Useability: The Vancouver User Experience Group (VanUE) <a title="Vancouver useability group" href="http://vanue.com/" target="_blank">http://vanue.com/</a><br /> Wired Woman: <a title="Wired Woman" href="http://www.wiredwoman.com/mc/page.do?sitePageId=2952" target="_blank">http://www.wiredwoman.com/mc/page.do?sitePageId=2952</a><br /> Engineers: IEEE Computer Society, Vancouver Chapter <a title="IEEE Vancouver" href="http://www.kruchten.com/IEEE/" target="_blank">http://www.kruchten.com/IEEE/</a></p> <div style="clear:both"></div> </div> <div class="postmetadata"> <p><img style="vertical-align:-5px;" alt="categories" src="http://www.superwebdeveloper.com/wp-content/themes/corp/images/category.gif" height="16" width="16" /> <a href="http://www.superwebdeveloper.com/category/user-groups/" title="View all posts in User Groups" rel="category tag">User Groups</a>, <a href="http://www.superwebdeveloper.com/category/web-development/" title="View all posts in Web Development" rel="category tag">Web Development</a> | <a href="http://www.superwebdeveloper.com/author/admin/" title="Posts by pbg">pbg</a> | April 27, 2006 | <img style="vertical-align:-5px;" alt="comments" src="http://www.superwebdeveloper.com/wp-content/themes/corp/images/comment.gif" height="16" width="16" /> <span>Comments Off</span> </p> </div> </div> <div id="navigation"> <div class="fleft"></div> <div class="fright"> <a href="http://www.superwebdeveloper.com/category/user-groups/" >Newer »</a></div> </div> </div> <!-- eof main --> <!-- begin sidebar --> <div id="sidebar"> <div id="rightbar"> <div class="menu"> <ul> <li class="widget" id="search"> <h3>Search</h3> <ul> <form id="searchform" method="get" action="/index.php"> <input type="text" name="s" id="s" style="width:100px" /><input type="submit" value="Search" /> </form> </ul> </li> <li class="widget" id="tags"><h3>Tagcloud</h3> <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/code/' class='tag-link-83' title='12 topics' style='font-size: 22pt;'>code</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.1111111111pt;'>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/conference/' class='tag-link-60' title='2 topics' style='font-size: 11.1111111111pt;'>conference</a> <a href='http://www.superwebdeveloper.com/tag/copyright/' class='tag-link-74' title='2 topics' style='font-size: 11.1111111111pt;'>copyright</a> <a href='http://www.superwebdeveloper.com/tag/crontab/' class='tag-link-22' title='2 topics' style='font-size: 11.1111111111pt;'>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/find/' class='tag-link-26' title='3 topics' style='font-size: 13.1851851852pt;'>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: 14.9135802469pt;'>free</a> <a href='http://www.superwebdeveloper.com/tag/gnu/' class='tag-link-47' title='2 topics' style='font-size: 11.1111111111pt;'>gnu</a> <a href='http://www.superwebdeveloper.com/tag/linux/' class='tag-link-15' title='5 topics' style='font-size: 16.2962962963pt;'>GNU Linux</a> <a href='http://www.superwebdeveloper.com/tag/grep/' class='tag-link-27' title='3 topics' style='font-size: 13.1851851852pt;'>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='2 topics' style='font-size: 11.1111111111pt;'>mysql</a> <a href='http://www.superwebdeveloper.com/tag/open-source/' class='tag-link-40' title='4 topics' style='font-size: 14.9135802469pt;'>open source</a> <a href='http://www.superwebdeveloper.com/tag/php/' class='tag-link-5' title='11 topics' style='font-size: 21.4814814815pt;'>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.1111111111pt;'>rms</a> <a href='http://www.superwebdeveloper.com/tag/rsync/' class='tag-link-20' title='2 topics' style='font-size: 11.1111111111pt;'>rsync</a> <a href='http://www.superwebdeveloper.com/tag/scp/' class='tag-link-21' title='2 topics' style='font-size: 11.1111111111pt;'>scp</a> <a href='http://www.superwebdeveloper.com/tag/screen/' class='tag-link-25' title='2 topics' style='font-size: 11.1111111111pt;'>screen</a> <a href='http://www.superwebdeveloper.com/tag/security/' class='tag-link-7' title='3 topics' style='font-size: 13.1851851852pt;'>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: 14.9135802469pt;'>shell</a> <a href='http://www.superwebdeveloper.com/tag/software/' class='tag-link-51' title='2 topics' style='font-size: 11.1111111111pt;'>software</a> <a href='http://www.superwebdeveloper.com/tag/stallman/' class='tag-link-49' title='2 topics' style='font-size: 11.1111111111pt;'>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='5 topics' style='font-size: 16.2962962963pt;'>svn</a> <a href='http://www.superwebdeveloper.com/tag/tar/' class='tag-link-24' title='2 topics' style='font-size: 11.1111111111pt;'>tar</a> <a href='http://www.superwebdeveloper.com/tag/thephpcc/' class='tag-link-86' title='2 topics' style='font-size: 11.1111111111pt;'>thephpcc</a> <a href='http://www.superwebdeveloper.com/tag/ubuntu/' class='tag-link-63' title='3 topics' style='font-size: 13.1851851852pt;'>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.1111111111pt;'>upgrade</a> <a href='http://www.superwebdeveloper.com/tag/user-groups/' class='tag-link-62' title='2 topics' style='font-size: 11.1111111111pt;'>User Groups</a> <a href='http://www.superwebdeveloper.com/tag/wget/' class='tag-link-23' title='2 topics' style='font-size: 11.1111111111pt;'>wget</a> <a href='http://www.superwebdeveloper.com/tag/wordpress/' class='tag-link-68' title='5 topics' style='font-size: 16.2962962963pt;'>wordpress</a> <a href='http://www.superwebdeveloper.com/tag/zend/' class='tag-link-84' title='2 topics' style='font-size: 11.1111111111pt;'>zend</a> </li> <li class="widget" id="archives"><h3>Archives</h3> <ul> <li><a href='http://www.superwebdeveloper.com/2011/01/' title='January 2011'>January 2011</a></li> <li><a href='http://www.superwebdeveloper.com/2010/09/' title='September 2010'>September 2010</a></li> <li><a href='http://www.superwebdeveloper.com/2010/08/' title='August 2010'>August 2010</a></li> <li><a href='http://www.superwebdeveloper.com/2010/06/' title='June 2010'>June 2010</a></li> <li><a href='http://www.superwebdeveloper.com/2010/03/' title='March 2010'>March 2010</a></li> <li><a href='http://www.superwebdeveloper.com/2010/02/' title='February 2010'>February 2010</a></li> <li><a href='http://www.superwebdeveloper.com/2009/12/' title='December 2009'>December 2009</a></li> <li><a href='http://www.superwebdeveloper.com/2009/11/' title='November 2009'>November 2009</a></li> <li><a href='http://www.superwebdeveloper.com/2009/10/' title='October 2009'>October 2009</a></li> <li><a href='http://www.superwebdeveloper.com/2009/09/' title='September 2009'>September 2009</a></li> <li><a href='http://www.superwebdeveloper.com/2009/08/' title='August 2009'>August 2009</a></li> <li><a href='http://www.superwebdeveloper.com/2009/07/' title='July 2009'>July 2009</a></li> <li><a href='http://www.superwebdeveloper.com/2009/06/' title='June 2009'>June 2009</a></li> <li><a href='http://www.superwebdeveloper.com/2009/03/' title='March 2009'>March 2009</a></li> <li><a href='http://www.superwebdeveloper.com/2009/02/' title='February 2009'>February 2009</a></li> <li><a href='http://www.superwebdeveloper.com/2009/01/' title='January 2009'>January 2009</a></li> <li><a href='http://www.superwebdeveloper.com/2008/12/' title='December 2008'>December 2008</a></li> <li><a href='http://www.superwebdeveloper.com/2008/11/' title='November 2008'>November 2008</a></li> <li><a href='http://www.superwebdeveloper.com/2008/10/' title='October 2008'>October 2008</a></li> <li><a href='http://www.superwebdeveloper.com/2008/06/' title='June 2008'>June 2008</a></li> <li><a href='http://www.superwebdeveloper.com/2008/05/' title='May 2008'>May 2008</a></li> <li><a href='http://www.superwebdeveloper.com/2008/04/' title='April 2008'>April 2008</a></li> <li><a href='http://www.superwebdeveloper.com/2008/03/' title='March 2008'>March 2008</a></li> <li><a href='http://www.superwebdeveloper.com/2006/09/' title='September 2006'>September 2006</a></li> <li><a href='http://www.superwebdeveloper.com/2006/08/' title='August 2006'>August 2006</a></li> <li><a href='http://www.superwebdeveloper.com/2006/04/' title='April 2006'>April 2006</a></li> </ul> </li> <li class="widget" id="meta"><h3>Meta</h3> <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">RSS</a></li> <li><a href="http://www.superwebdeveloper.com/comments/feed/" title="The latest comments to all posts in RSS">Comments RSS</a></li> <li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li> <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li> <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform."><abbr title="WordPress">WP</abbr></a></li> </ul> </li> <li class="widget" id="calendar"> <h3>Calendar</h3> <table id="wp-calendar" summary="Calendar"> <caption>February 2012</caption> <thead> <tr> <th scope="col" title="Monday">M</th> <th scope="col" title="Tuesday">T</th> <th scope="col" title="Wednesday">W</th> <th scope="col" title="Thursday">T</th> <th scope="col" title="Friday">F</th> <th scope="col" title="Saturday">S</th> <th scope="col" title="Sunday">S</th> </tr> </thead> <tfoot> <tr> <td colspan="3" id="prev"><a href="http://www.superwebdeveloper.com/2011/01/" title="View posts for January 2011">« Jan</a></td> <td class="pad"> </td> <td colspan="3" id="next" class="pad"> </td> </tr> </tfoot> <tbody> <tr> <td colspan="2" class="pad"> </td><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td> </tr> <tr> <td>6</td><td id="today">7</td><td>8</td><td>9</td><td>10</td><td>11</td><td>12</td> </tr> <tr> <td>13</td><td>14</td><td>15</td><td>16</td><td>17</td><td>18</td><td>19</td> </tr> <tr> <td>20</td><td>21</td><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td> </tr> <tr> <td>27</td><td>28</td><td>29</td> <td class="pad" colspan="4"> </td> </tr> </tbody> </table> </li> </ul> </div> </div><!-- eo rightbar --> <div id="leftbar"> <div class="menu"> <ul> <li id="text-3" class="widget widget_text"> <div class="textwidget">Twitter: <a href="http://twitter.com/pbgswd">@pbgswd</a><br /> Flickr: <a href="http://www.flickr.com/photos/superwebdeveloper/sets/">SuperWebDeveloper</a><br /> Linkedin: <a href="http://ca.linkedin.com/in/pbgordon">pbgordon</a><br /> <a href="http://github.com/superwebdeveloper">gitHub Code</a></div> </li><li id="nav_menu-4" class="widget widget_nav_menu"><h3>Services</h3><div class="menu-services-container"><ul id="menu-services" class="menu"><li id="menu-item-536" class="menu-item menu-item-type-post_type menu-item-536"><a href="http://www.superwebdeveloper.com/">Services</a></li> <li id="menu-item-535" class="menu-item menu-item-type-post_type menu-item-535"><a href="http://www.superwebdeveloper.com/team/">Team</a></li> <li id="menu-item-534" class="menu-item menu-item-type-post_type menu-item-534"><a href="http://www.superwebdeveloper.com/contact/">Contact</a></li> <li id="menu-item-542" class="menu-item menu-item-type-post_type menu-item-542"><a href="http://www.superwebdeveloper.com/plan-your-web-project/">Plan Your Web Project</a></li> </ul></div></li><li id="nav_menu-3" class="widget widget_nav_menu"><h3>Website Owner Guide</h3><div class="menu-website-owners-info-container"><ul id="menu-website-owners-info" class="menu"><li id="menu-item-532" class="menu-item menu-item-type-post_type menu-item-532"><a href="http://www.superwebdeveloper.com/new-website-owner-primer/intro/">Intro</a> <ul class="sub-menu"> <li id="menu-item-531" class="menu-item menu-item-type-post_type menu-item-531"><a href="http://www.superwebdeveloper.com/new-website-owner-primer/planning/">Planning and Discovery</a></li> <li id="menu-item-530" class="menu-item menu-item-type-post_type menu-item-530"><a href="http://www.superwebdeveloper.com/new-website-owner-primer/contracts/">Contracts</a></li> <li id="menu-item-529" class="menu-item menu-item-type-post_type menu-item-529"><a href="http://www.superwebdeveloper.com/new-website-owner-primer/domains-and-hosting/">Domains and Hosting</a></li> <li id="menu-item-528" class="menu-item menu-item-type-post_type menu-item-528"><a href="http://www.superwebdeveloper.com/new-website-owner-primer/web-development/">Web Development</a></li> <li id="menu-item-527" class="menu-item menu-item-type-post_type menu-item-527"><a href="http://www.superwebdeveloper.com/new-website-owner-primer/web-software-you-must-know-about/">Web Software</a></li> <li id="menu-item-526" class="menu-item menu-item-type-post_type menu-item-526"><a href="http://www.superwebdeveloper.com/new-website-owner-primer/consultants/">Consultants</a></li> <li id="menu-item-525" class="menu-item menu-item-type-post_type menu-item-525"><a href="http://www.superwebdeveloper.com/new-website-owner-primer/seo-and-page-rank/">SEO and Page Rank</a></li> <li id="menu-item-524" class="menu-item menu-item-type-post_type menu-item-524"><a href="http://www.superwebdeveloper.com/new-website-owner-primer/production-strategy/">Production Strategy</a></li> </ul> </li> </ul></div></li> <li id="recent-posts-3" class="widget widget_recent_entries"> <h3>Recent Posts</h3> <ul> <li><a href="http://www.superwebdeveloper.com/2011/01/17/wordcamp-vancouver-2011/" title="Wordcamp Vancouver 2011">Wordcamp Vancouver 2011</a></li> <li><a href="http://www.superwebdeveloper.com/2010/09/28/takien-com-imitating-php-net/" title="Takien.com Imitating php.net">Takien.com Imitating php.net</a></li> <li><a href="http://www.superwebdeveloper.com/2010/09/27/dreams-and-nightmares-of-web-hosting-co-location-centers/" title="Dreams and Nightmares of Web Hosting Co-Location Centers">Dreams and Nightmares of Web Hosting Co-Location Centers</a></li> <li><a href="http://www.superwebdeveloper.com/2010/09/08/global-tv-report-misleads-about-wordpress-and-web-security/" title="Global TV Report Misleads about WordPress and Web Security">Global TV Report Misleads about WordPress and Web Security</a></li> <li><a href="http://www.superwebdeveloper.com/2010/08/13/tax-rates-in-canada/" title="Tax Rates in Canada">Tax Rates in Canada</a></li> <li><a href="http://www.superwebdeveloper.com/2010/06/14/grepnosvn-sh/" title="grepnosvn.sh">grepnosvn.sh</a></li> </ul> </li><li id="meta-3" class="widget widget_meta"><h3>Meta</h3> <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> </li> </ul> </div> </div><!-- end left sidebar --> </div><!-- end sidebar --> <div style="clear:both;"></div> </div> </div> <!-- eo content --> <div id="footer"> <div id="footer-inner"> <!-- Please leave this link intact --> <p>SuperWebDeveloper.com is powered by <a href="http://wordpress.org/">WordPress</a></p> </div> </div> <div id="credit"> <!-- Please leave this link intact --> <p><a href="http://www.dansette.com/">Dansette</a></p> </div> </div> <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> <!--stats_footer_test--><script src="http://stats.wordpress.com/e-201206.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>