/htdocs/meetings/2011-06-09.html
HTML | 132 lines | 113 code | 17 blank | 2 comment | 0 complexity | c4be2a82f31e58682120463db18f4ac9 MD5 | raw file
1<!DOCTYPE html> 2<head> 3 <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 4 <title>Glasgow.pm: Glasgow Perl Mongers</title> 5 <meta name="keywords" content="Glasgow Perl"> 6 <META name="y_key" content="6a1241246433dfec" /> 7 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lobster:regular" type="text/css" > 8 <link rel="stylesheet" href="/glasgow-site-mini.css" /> 9 <script src="/jquery-1.4.2.min.js"></script> 10 <script type="text/javascript"> 11 var _gaq = _gaq || []; 12 _gaq.push(['_setAccount', 'UA-13164710-2']); 13 _gaq.push(['_trackPageview']); 14 (function() { 15 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 16 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 17 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 18 })(); 19 </script> 20</head> 21<body> 22 23 24 <div id="page"> 25 26 <div id="header" class="header_image_1"> 27 <ul id="menu" class="tabs"> 28 <li><a href="/">Home</a></li> 29 <li><a href="/about_us.html">About us</a></li> 30 <li><a class="header_selected" href="/meetings/index.html">Meetings</a></li> 31 <li><a href="/wellingraptor.html">Wellingraptor</a></li> 32 <li><a title="Google Groups" href="http://groups.google.com/group/glasgowpm">Mailing List</a></li> 33 <li><a style="float: right;padding-right:15px;" href="/join.html">Join us</a></li> 34 </ul> 35 </div> 36 37 <div id="body"> 38 39 <h1>Glasgow Perl Mongers Technical</h1> 40 <h2>Thursday 2011-06-09</h2> 41 42 <hr /> 43 44 <div> 45 On Thursday 2011-06-09, the day after the second Wednesday of June, 46 the <a href="http://glasgow.pm.org/">Glasgow Perl Mongers</a> would have 47 met for their next technical meeting, at 48 <a href="http://www.s1thecompany.com/">S1</a>'s offices, in Glasgow. 49 50 <br /> 51 <br /> 52 53 The meeting has been cancelled, for lack of talks.<br /> 54 Below follows the original announcement. 55 </div> 56 57 <div class="divider"> </div> 58 <h2>Technical meetings location:</h2> 59 <div> 60 200 Renfield Street - G2 3PR<br /> 61 Google maps link (street view): <a href="http://bit.ly/bTFAFK">http://bit.ly/bTFAFK</a>. 62 The appointment is for 18:15 in front of the main entrance of the glass building.<br /> 63 If you're late, give Marco a call on 07841-538170. 64 </div> 65 66 <div class="divider"> </div> 67 <h2>Topics for this technical meeting</h2> 68 <div> 69 No speakers have yet submitted any talks.<br /> 70 71 <br /> 72 This meeting's lightning talks topic is, "Poetic Perl".<br /> 73 Anybody is welcome to bring a small lightning talk about poetry in Perl, 74 from a small Perl haiku to a compileable Perl poem. Bonus points are awarded, 75 in the form of free beer, for poetic entries which do compile. More free beer 76 is awarded in case the poetic program does something useful.<br /> 77 <br /> 78 79 There will be a <a href="http://en.wikipedia.org/wiki/Lightning_Talk">lightning talks</a> 80 session right after the talks, and the group will then likely go to a pub 81 for the "local meeting" of Drinkers.pm (the social event). 82 </div> 83 84 <div class="divider"> </div> 85 <h2>The next meeting</h2> 86 <div> 87 Our next gathering will be on the second Thursday of July (2011-07-14), 88 at the same venue. 89 </div> 90 91 </div> 92 93 <div id="footer"> 94 <span id="updated">Last updated: 2011-06-02</span> by Marco Fontani 95 -- 96 <span id="credits">Header picture by <a href="http://www.flickr.com/photos/ramsaythomson/10941270/">ramsaythomson</a>, 97 <a href="http://creativecommons.org/licenses/by-sa/2.0/deed.en_GB">CC/by_SA</a></span> 98 -- 99 Site created using <a href="http://search.cpan.org/dist/Text-Xslate/">Text::Xslate</a> 100 (<a href="http://github.com/mfontani/glasgow-pm-website">Git repo</a>) 101 <img src="http://ipv6.darkpan.com/cgi-bin/ipv6.cgi" /> 102 </div> 103 104 </div> 105 <script> 106 $(document).ready(function(){ 107 function set_header_image_2() { 108 $('#header').removeClass('header_image_1'); 109 $('#header').addClass('header_image_2'); 110 setTimeout(function() { set_header_image_1() },30000); 111 } 112 function set_header_image_1() { 113 $('#header').removeClass('header_image_2'); 114 $('#header').addClass('header_image_1'); 115 setTimeout(function() { set_header_image_2() },30000); 116 } 117 setTimeout(function() { set_header_image_2(); },30000); 118 }); 119 </script> 120 <!-- Start Quantcast tag --> 121 <script type="text/javascript"> 122 _qoptions={ 123 qacct:"p-dbQz0sPUqeB_s" 124 }; 125 </script> 126 <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> 127 <noscript> 128 <img src="http://pixel.quantserve.com/pixel/p-dbQz0sPUqeB_s.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> 129 </noscript> 130 <!-- End Quantcast tag --> 131</body> 132</html>