<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html>
<html>
<head>
    <title>geecon 2012 - Let's move the Java world!</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta property="og:type" content="conference"/>
    <meta property="og:image" content="http://2012.geecon.org/images/logo.png"/>
    <meta property="fb:admins" content="614853056"/>
    <link rel="alternate" type="application/rss+xml" title="RSS" href="https://feeds.feedburner.com/geecon"/>
    <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>
    <link rel="Stylesheet" type="text/css" href="styles/main.css"/>
    <link rel="Stylesheet" type="text/css" href="styles/text.css"/>
    
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <meta property="og:title" content="geecon 2012 - Java conference"/>
    <meta name="layout" content="main"/>
    <meta content="false" name="dots"/>
    <link rel="stylesheet" href="css/style.css" type="text/css" media="screen"
          charset="utf-8"/>

    

    <script src="js/jcarousellite_1.0.1.min.js"></script>
    <script type="text/javascript" src="js/jcanvas.js"></script>
    <script type="text/javascript" src="js/jquery.js"></script>


    <script type="text/javascript" src="js/jquery.js"></script>

    <script type="text/javascript">

        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-2438588-9']);
        _gaq.push(['_trackPageview']);

        (function () {
            var ga = document.createElement('script');
            ga.type = 'text/javascript';
            ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0];
            s.parentNode.insertBefore(ga, s);
        })();
        $(document).ready(function () {
            $('#fb_like').css('left', $(window).width() - 100);
            $(window).resize(function () {
                console.log($(window).width());
                $('#fb_like').css('left', $(window).width() - 100);
            });
        });

    </script>
</head>

<body id="top">

    <script type="text/javascript">
        $(document).ready(function () {
            $(".header img").load(function () {
                $(".loading").hide();
                $("#main_logo_left").fadeIn("fast");
                $("#main_logo_right").fadeIn("fast");
                $(".event_header_first").fadeIn(200, function () {
                    $(".event_header_secound").fadeIn(200, function () {
                        $(".event_header_third").fadeIn(200, function () {
                            $(".event_header_fifth").fadeIn(200, function () {
                                $(".event_header_fourth").fadeIn(200, function () {
                                    $(".event_header_first .event_number").fadeIn(200, function () {
                                        $(".event_header_secound .event_number").fadeIn(200, function () {
                                            $(".event_header_third .event_number").fadeIn(200, function () {
                                                $(".event_header_fifth .event_number").fadeIn(200, function () {
                                                    $(".event_header_fourth .event_number").fadeIn(200, function () {
                                                    });
                                                });
                                            });
                                        });
                                    });
                                });
                            });
                        });
                    });
                });

            });
            $(".register_header").hover(function () {
                $('#geekon_main').fadeOut('fast', function () {
                    $('#geekon_main2').fadeIn('fast');
                });
            }, function () {
                $('#geekon_main2').fadeOut('fast', function () {
                    $('#geekon_main').fadeIn('fast');
                });
            });
            $.ajax({
                url:"speaker/xml.xml",
                dataType:"xml",
                success:function (html) {
                    speaker_list = $(html).find("speaker");
                    speaker_len = speaker_list.length;
                    $("#rotate2").fadeOut("fast", function () {
                        $(this).siblings().first().fadeIn(300, function () {
                            $("#rotate2").attr("src", $(speaker_list[speaker_len - 3]).find("photo").text()).fadeIn("slow");
                            $("#link2").attr("href", "/speakers/" + $(speaker_list[speaker_len - 3]).find("bioPageId").text()).fadeIn("slow");

                        });
                        $("#rotate2_autor").fadeOut("fast", function () {
                            $(this).html('<a href="/speakers/' + $(speaker_list[speaker_len - 3]).find("bioPageId").text() + '"><span style="font-weight:bold;">' + $(speaker_list[speaker_len - 3]).find("firstName").text() + '</span> ' + $(speaker_list[speaker_len - 3]).find("lastName").text() + '</a>').fadeIn("slow");
                        });
                        $("#rotate1").fadeOut("fast", function () {
                            $(this).siblings().first().fadeIn(300, function () {
                                $("#rotate1").attr("src", $(speaker_list[speaker_len - 2]).find("photo").text()).fadeIn("slow");
                                $("#link1").attr("href", "/speakers/" + $(speaker_list[speaker_len - 2]).find("bioPageId").text()).fadeIn("slow");

                            });
                            $("#rotate1_autor").fadeOut("fast", function () {
                                $(this).html('<a href="/speakers/' + $(speaker_list[speaker_len - 2]).find("bioPageId").text() + '"><span style="font-weight:bold;">' + $(speaker_list[speaker_len - 2]).find("firstName").text() + '</span> ' + $(speaker_list[speaker_len - 2]).find("lastName").text() + '</a>').fadeIn("slow");
                            });
                            $("#rotate0").fadeOut("fast", function () {
                                $(this).siblings().first().fadeIn(300, function () {
                                    $("#rotate0").attr("src", $(speaker_list[speaker_len - 1]).find("photo").text()).fadeIn("slow");
                                    $("#link0").attr("href", "/speakers/" + $(speaker_list[speaker_len - 1]).find("bioPageId").text()).fadeIn("slow");

                                });
                                $("#rotate0_autor").fadeOut("fast", function () {
                                    $(this).html('<a href="/speakers/' + $(speaker_list[speaker_len - 1]).find("bioPageId").text() + '"><span style="font-weight:bold;">' + $(speaker_list[speaker_len - 1]).find("firstName").text() + '</span> ' + $(speaker_list[speaker_len - 1]).find("lastName").text() + '</a>').fadeIn("slow");
                                });
                                rotate(speaker_list, speaker_len - 1);
                            });
                        });
                    });
                }
            });
        });
        function rotate(list, index) {
            if (index <= 0)
                index = list.length;
            window.setTimeout(function () {
                $("#rotate2").fadeOut("fast", function () {
                    $("#rotate2_autor").fadeOut("slow", function () {
                        $(this).html('<a href="/speakers/' + $(list[(index - 3 < 0) ? (list.length + (index - 3)) : (index - 3)]).find("bioPageId").text() + '"><span style="font-weight:bold;">' + $(list[(index - 3 < 0) ? (list.length + (index - 3)) : (index - 3)]).find("firstName").text() + '</span> ' + $(list[(index - 3 < 0) ? (list.length + (index - 3)) : (index - 3)]).find("lastName").text() + "</a>").fadeIn("slow");
                    });
                    $(this).siblings().first().fadeOut("fast", function () {
                        $(this).fadeIn(300, function () {
                            $("#rotate2").attr("src", $(list[(index - 3 < 0) ? (list.length + (index - 3)) : (index - 3)]).find("photo").text());
                            $("#link2").attr("href", "/speakers/" + $(list[(index - 3 < 0) ? (list.length + (index - 3)) : (index - 3)]).find("bioPageId").text());

                            $("#rotate2").fadeIn("slow", function () {
                                $("#rotate1").fadeOut("fast", function () {
                                    $("#rotate1_autor").fadeOut("slow", function () {
                                        $(this).html('<a href="/speakers/' + $(list[(index - 2 < 0) ? (list.length + (index - 2)) : (index - 2)]).find("bioPageId").text() + '"><span style="font-weight:bold;">' + $(list[(index - 2 < 0) ? (list.length + (index - 2)) : (index - 2)]).find("firstName").text() + '</span> ' + $(list[(index - 2 < 0) ? (list.length + (index - 2)) : (index - 2)]).find("lastName").text() + '</a>').fadeIn("slow");
                                    });
                                    $(this).siblings().first().fadeOut("fast", function () {
                                        $(this).fadeIn(300, function () {
                                            $("#rotate1").attr("src", $(list[(index - 2 < 0) ? (list.length + (index - 2)) : (index - 2)]).find("photo").text());
                                            $("#link1").attr("href", "/speakers/" + $(list[(index - 2 < 0) ? (list.length + (index - 2)) : (index - 2)]).find("bioPageId").text());

                                            $("#rotate1").fadeIn("slow", function () {
                                                $("#rotate0").fadeOut("fast", function () {
                                                    $("#rotate0_autor").fadeOut("slow", function () {
                                                        $(this).html('<a href="/speakers/' + $(list[(index - 1 < 0) ? (list.length + (index - 1)) : (index - 1)]).find("bioPageId").text() + '"><span style="font-weight:bold;">' + $(list[index - 1]).find("firstName").text() + '</span> ' + $(list[index - 1]).find("lastName").text() + "</a>").fadeIn("slow");
                                                    });
                                                    $(this).siblings().first().fadeOut("fast", function () {
                                                        $(this).fadeIn(300, function () {
                                                            $("#rotate0").attr("src", $(list[index - 1]).find("photo").text());
                                                            $("#link0").attr("href", "/speakers/" + $(list[index - 1]).find("bioPageId").text());

                                                            $("#rotate0").fadeIn("slow");
                                                            rotate(list, index - 1);
                                                        });
                                                    });
                                                });
                                            });
                                        });
                                    });
                                });
                            });
                        });
                    });
                });
            }, 4000);
        }
    </script>

<div class="colorBackgroundBar topBar">
</div>

<div id="blogBookmark">
    <a href="http://blog.geecon.org" target="new">blog</a>
</div>

<div class="container">
    <div class="menu">
        <div class="logo">
            <div class="logoYear"><span class="strongText">2012</span></div>

            <div class="logoCity"><span class="empText yellowDecoration">in Poznań</span></div>
            <a href="index.html" class="logo"><img src="images/logo.png"
                                              alt="logo"/></a>
        </div>

        <div class="menuItem menuItemText">
            <h1 class="menuHeaderText">Important dates</h1>
            
                <ul>
                    
                        <li class="menuDateList">
                            <span class="menuDate">
                                
                                    
                                    16 May
                                
                            </span>
                            <span class="strongText empText">
                                
                                    <a href="university-day/index.html" class="mainSectionMoreLink">
                                        University Day
                                    </a>
                                
                            </span>
                        </li>

                    
                        <li class="menuDateList">
                            <span class="menuDate">
                                
                                    
                                        17 May -
                                    
                                    18 May
                                
                            </span>
                            <span class="strongText empText">
                                
                                    <a href="schedule/index.html" class="mainSectionMoreLink">
                                        Conference Days
                                    </a>
                                
                            </span>
                        </li>

                    
                        <li class="menuDateList">
                            <span class="menuDate">
                                
                                    
                                    19 May
                                
                            </span>
                            <span class="strongText empText">
                                
                                    <a href="openspaces/index.html" class="mainSectionMoreLink">
                                        Open Spaces<span class="mainSectionText" style="font-weight:normal"><br/>with Bruce Eckel</span>
                                    </a>
                                
                            </span>
                        </li>

                    
                </ul>
            
        </div>

        <div class="menuItem menuItemText">
            <h1 class="menuHeaderText">Conference</h1>
            <nav>
                <ul>
                    <li>
                        <a href="register/index.html" class="menuItemText">
                            register
                        </a>
                    </li>

                    

                    
                    
                    
                    
                    <li>
                        <a href="speakers/index.html" class="menuItemText">
                            speakers
                        </a>
                    </li>
                    <li>
                        <a href="schedule/index.html" class="menuItemTextRed">
                            schedule
                        </a>
                    </li>
                    <li>
                        <a href="sponsors/index.html" class="menuItemText">
                            sponsors
                        </a>
                    </li>
                    <li>
                        <a href="partners/index.html" class="menuItemText">
                            partners
                        </a>
                    </li>
                    <li id="blogMenu">
                        <a href="http://blog.geecon.org">
                            blog
                        </a>
                    </li>

                    <li>
                        <a href="about/index.html" class="menuItemText">
                            about
                        </a>
                    </li>

                </ul>
            </nav>
        </div>

        <div class="menuItem menuItemText">
            <h1 class="menuHeaderText">Practical</h1>
            <nav>
                <ul>
                    <li><a href="venue/index.html" class="menuItemText">venue</a></li>
                    <li><a href="city/index.html" class="menuItemText">city</a></li>
                    <li><a href="hotels/index.html" class="menuItemText">hotels</a></li>
                    <li><a href="faq/index.html" class="menuItemText">FAQ</a></li>
                </ul>
            </nav>
        </div>

        <div class="menuItem menuItemText">
            <h1 class="menuHeaderText">Social media</h1>

            <a href="https://www.facebook.com/geecon.conference" target="new"><img class="iconSocialMedia"
                                                                                  src="images/f.png"
                                                                                  alt="facebook"/>
            </a>
            <a href="https://www.linkedin.com/groups?gid=1576517" target="new"><img class="iconSocialMedia"
                                                                                   src="images/in.png"
                                                                                   alt="linkedIn"/>
            </a>

            <a href="https://twitter.com/geecon" target="new"><img class="iconSocialMedia"
                                                                  src="images/t.png"
                                                                  alt="tweeter"/>
            </a>
            <br/>
            <a href="https://lanyrd.com/2012/geecon" target="new"><img class="iconSocialMedia"
                                                                      src="images/l.png"
                                                                      alt="l"/>
            </a>
            <a href="https://picasaweb.google.com/geecon.org/" target="new"><img class="iconSocialMedia"
                                                                                src="images/picassa.png"
                                                                                alt="picassa"/>
            </a>
            <a href="https://feeds.feedburner.com/geecon" target="new"><img class="iconSocialMedia"
                                                                           src="images/rss.png"
                                                                           alt="rss"/>

            </a>
        </div>

        <div class="menuItem menuItemText">
            <h1 class="menuHeaderText">Newsletter</h1>

            <form action="//geecon.us4.list-manage.com/subscribe/post?u=29b342be5a95819c5106e9140&amp;id=8a3abe21ad" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
                <input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="email address" required>
                <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_29b342be5a95819c5106e9140_8a3abe21ad" tabindex="-1" value=""></div>
                <div class="clear"><input type="submit" value="Add" name="subscribe" id="mc-embedded-subscribe" class="button btn"></div>
            </form>
        </div>
    </div>

    <div class="mainContent" id="main">
        
    <div class="header">
        <div class="loading" style="">
            <img src="images/loading.gif" alt="loading..."/>
        </div>

        <div id="main_logo_left" style="position:relative;  width:405px;height:459px; float:left;display:none;">
            <img id="geekon_main" style="position:absolute;top: 30px;" src="images/hand_grey.png"/>
            <img id="geekon_main2" style="position:absolute;top: 30px; display:none;" src="images/hand_orange.png"/>

            <div class="event_header_first">Participants
                <div class="event_number" style="margin-top: 70px; font-size: 24px; display:none;">500+</div>
            </div>

            <div class="event_header_secound">Since
                <div class="event_number" style="margin-top: 48px; display:none;">2009</div>
            </div>

            <div class="event_header_third">Sessions
                <div class="event_number" style="margin-top: 48px; display:none;">60+</div>
            </div>

            <div class="event_header_fourth">Speakers
                <div class="event_number" style="margin-top: 48px; display:none;">45+</div>
            </div>

            <div class="event_header_fifth">
                <div class="event_number" style="float:left;font-size: 24px; width: 30px; display:none;">3</div>

                <div style="font-size: 18px; float: right;">Days in <span
                        style="color:#7dac13; font-weight:bold;">Poznań</span></div>
            </div>

            <a href="register/index.html" class="menuItemText"><div class="register_header"></div></a>
        </div>

        <div id="main_logo_right" style="  float:left;display:none;">
            <div style="position:relative;">
                <img src="images/speakers_icon.png"  />
                <a href="speakers/index.html">
                    <div style="position: absolute; top: 0px; left: 67px; color: rgb(255, 182, 6); font-size: 18px;">Featured</div>

                    <div style="position: absolute; top: 21px; left: 67px; color: rgb(255, 182, 6); font-size: 30px;">speakers</div>
                </a>
            </div>


            <div style="margin-top: 6px; margin-left: 46px;">
                <img src="images/spekaers_circle_small_yellow.png"  />
            </div>

            <div style="margin-left: 42px;position:relative;height: 92px;">

                <div style="float:left;width:92px; height:92px;">
                    <a class="witoutmark" id="link2" href="">
                        <img src="images/mask.png" class="mask" />
                        <img id="rotate2" class="rotate" src=""/>
                    </a>
                </div>

                <div style="float: left; margin-top: 31px; margin-left: 15px;" id="rotate2_autor">

                </div>

                <div style="claer:both;"></div>
            </div>

            <div style="margin-left: 95px; width: 37px; height: 21px;">
                <img src="images/spekaers_circle_small_yellow.png"/>
            </div>

            <div style="margin-top: 7px; margin-left: 63px;position:relative;height: 92px;">
                <div style="float:left; width:92px; height:92px;">
                    <a class="witoutmark" id="link1" href="">
                        <img class="mask" src="images/mask.png"/>
                        <img id="rotate1" class="rotate" src=""/>
                    </a>
                </div>

                <div style="float: left; margin-top: 31px; margin-left: 15px;" id="rotate1_autor">

                </div>

                <div style="clear:both;"></div>
            </div>

            <div style="margin-left: 89px; margin-top: 10px;">
                <img src="images/spekaers_circle_small_yellow.png"/>
            </div>

            <div style="margin-left: 14px; margin-top: 4px;position:relative;height: 92px;">
                <div style="float:left;width:92px; height:92px;">
                    <a class="witoutmark" id="link0" href="">
                        <img class="mask" src="images/mask.png"/>
                        <img id="rotate0" class="rotate" src=""/>
                    </a>
                </div>

                <div style="float: left; margin-top: 31px; margin-left: 15px;" id="rotate0_autor">

                </div>

                <div style="claer:both;"></div>
            </div>
        </div>
    </div>


    <div class="contentSeparatorHeader">
    </div>

    <div class="intro">
        <h1 class="mainSectionHeaderText">
            let's <strong>move</strong>
            <br/> the <strong>java world</strong>
        </h1>

        <div class="mainSectionText">
            <p>
                Java-based technologies, dynamic languages,
                RIA, enterprise architectures, patterns, distributed
                computing, software craftsmanship and much more... <br/><br/>

                <span class="strongText">16-18 May, 2012 Poznań, Poland</span><br/><br/>
                Want to know more about GeeCON and its previous editions? Just follow this <a href="previous-editions/index.html" class="mainSectionMoreLink">link</a>
                 to learn more.

            </p>
        </div>
    </div>

    <div class="news">
        <h1 class="mainSectionHeaderText">News<br/>&nbsp;</h1>
        
        

            <article class="mainSectionText">
                <span class="newsDateText">13 Nov&nbsp;</span>

                <h2 class="newsHeaderText">GeeCON 2013</h2>

                <p>Preparations for the <strong><a href="http://2013.geecon.org/" class="mainSectionMoreLink">5th edition of GeeCON</a></strong> have just <strong><a href="http://blog.geecon.org/2012/11/geecon-number-five.html" class="mainSectionMoreLink">started</a></strong>. This time we (once again) invite you to <strong>Krakow</strong>. Be there on <span style="color: red"><strong>May 15-18</strong></span>, <span style="color: red"><strong>2013!</strong></span></p>

                <div class="contentSeparatorNews"></div>
            </article>
        

            <article class="mainSectionText">
                <span class="newsDateText">23 May&nbsp;</span>

                <h2 class="newsHeaderText">See you next year!</h2>

                <p>Thank you for participating in GeeCON 2012! You can read our thank you in a <a href="http://blog.geecon.org/2012/05/is-your-geek-on.html" target="_blank">blog post</a>. Expect a survey in your maibox soon as well!</p>

                <div class="contentSeparatorNews"></div>
            </article>
        
        <div class="mainSectionMore">
            <a class="mainSectionMoreLink" href="news/index.html">and more <img class="linkArror"
                                                                                            src="images/link_arrow_light.png"
                                                                                            alt="linkArrow"/></a>
        </div>
    </div>

        <div class="clear"></div>
        
    </div>

    <div class="clear"></div>

</div>



    <div class="colorBackgroundBar">
        <div class="container">
            <div class="mediaBarSectionVideo">
                <h1 class="mediaBarSectionHeader">Video</h1>
                
                    <a class="mediaBarVideoLink" href="video/index.html">
                        <div class="mediaBarVideoImage">
                            <a href="https://vimeo.com/53581428" target="new"><img src="http://b.vimeocdn.com/ts/370/155/370155585_200.jpg"/></a>
                        </div>

                        <div class="videoDescription">
                            <p>GeeCON 2012: Emily Jang - OSGi Best Practices</p>
                        </div>
                    </a>

                
                <div class="mediaBarVideoSeparator"></div>

                <div class="mediaBarSectionMoreVideos">
                    <a class="mediaBarSectionMoreLink" href="https://vimeo.com/geecon" target="new">and more <img
                            class="linkArror"
                            src="images/link_arrow_dark.png"
                            alt="linkArrow"/></a>
                </div>
            </div>

            <div class="mediaBarSectionPress">
                <h1 class="mediaBarSectionHeader"><span class="strongText">Press</span> corner</h1>
                
                    <article class="mediaBarSectionText">
                        <div class="pressCornerText">
                            <p>Kudos to the organizers - a nice, good organized conference in a beautiful city. I met some old friends from all over the world.</p>

                            <div class="pressCornerSignature">
                                
                                    <a class="pressCornerSignature" target="new"
                                       href="http://www.adam-bien.com/roller/abien/entry/a_day_">Adam Bien</a>
                                
                            </div>
                        </div>
                        
                            <div class="pressCornerSeparator">***</div>
                        
                    </article>
                
                    <article class="mediaBarSectionText">
                        <div class="pressCornerText">
                            <p>Yesterday I heart loads of excuses why the tests have not been written. I immedietaly remembered Misko Hevery&#39;s session at amazing geecon conference (be sure to attend next year!).</p>

                            <div class="pressCornerSignature">
                                
                                    <a class="pressCornerSignature" target="new"
                                       href="http://monkeyisland.pl/2009/05/12/excuses-for-not-">Szczepan Faber</a>
                                
                            </div>
                        </div>
                        
                    </article>
                

                                                                    .
                <div class="mediaBarSectionSeparator"></div>

                <div class="mediaBarSectionMore">
                    <a class="mediaBarSectionMoreLink" href="press/index.html">and more <img
                            class="linkArror"
                            src="images/link_arrow_dark.png"
                            alt="linkArrow"/></a>
                </div>
            </div>

            <div class="mediaBarSectionTweets">
                <h1 class="mediaBarSectionHeader">Tweets</h1>


                <div id="tweets"></div>

                <div class="mediaBarSectionSeparator"></div>

                <div class="mediaBarSectionMore">
                    <a class="mediaBarSectionMoreLink" href="https://twitter.com/#search?q=geecon"
                       target="new">and more  <img class="linkArror"
                                                   src="images/link_arrow_dark.png"
                                                   alt="linkArrow"/></a>
                </div>
            </div>

            <div class="clear"></div>
        </div>
    </div>
    <script type="text/javascript">
        function replaceURLWithHTMLLinks(text) {
            var exp = /(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig;
            return text.replace(exp, "<a href='$1' target='_blank'>$1</a>");
        }

        function monthNumForStr(monthStr) {
            var monthNamesShort = [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep",
                "Oct", "Nov", "Dec" ];
            var monthNamesLong = [ "January", "February", "March", "April", "May", "June",
                "July", "August", "September", "October", "November", "December" ];
            for (i = 0; i < monthNamesShort.length; i++) {
                if (monthStr == monthNamesShort[i]) {
                    return monthNamesLong[i];
                }
            }
        }

        function getSuffix(value) {
            lastDigit = parseInt(value.charAt(value.length - 1));
            var val;
            switch (lastDigit) {
                case 1:
                    val = 'st';
                    break;
                case 2:
                    val = 'nd';
                    break;
                case 3:
                    val = 'rd';
                    break;
                default:
                    val = 'th';
            }
            return val;
        }

        function relative_time(time_value) {
            var values = time_value.split(" ");
            time_value = values[1] + " " + values[2] + ", " + values[4] + " " + values[3];
            var parsed_date = Date.parse(time_value);
            var relative_to = (arguments.length > 1) ? arguments[1] : new Date();
            var delta = parseInt((relative_to.getTime() - parsed_date) / 1000);
            delta = delta + (relative_to.getTimezoneOffset() * 60);

            var r = '';
            if (delta < 60) {
                r = 'a minute ago';
            } else if (delta < 120) {
                r = 'couple of minutes ago';
            } else if (delta < (45 * 60)) {
                r = (parseInt(delta / 60)).toString() + ' minutes ago';
            } else if (delta < (90 * 60)) {
                r = 'an hour ago';
            } else if (delta < (24 * 60 * 60)) {
                r = '' + (parseInt(delta / 3600)).toString() + ' hours ago';
            } else if (delta < (48 * 60 * 60)) {
                r = '1 day ago';
            } else {
                var days = parseInt(delta / 86400);
                if (days < 7) {
                    r = (days).toString() + ' days ago';
                } else {
                    r = monthNumForStr(values[1]) + ' ' + values[2] + getSuffix(values[2]);
                }
            }

            return r;
        }

        function parseTweets(data) {
            $.each(data.results, function (i, item) {
                var tweetWrapper = $("<div class=\"tweet_wrapper\"></div>");
                $('<div class=\"tweet_picture\"><a href=\"https://twitter.com/' + item.from_user + '\" target=\"_blank\"><img src=\"' + item.profile_image_url + '\"/></a></div>').appendTo(tweetWrapper);
                $('<div class="tweet_data"><div class=\"tweet_text\"><p>' + replaceURLWithHTMLLinks(item.text) + '</div><div class="tweet_metadata"><span><a href=\"https://twitter.com/' + item.from_user + '/status/' + item.id_str + '\" target=\"_blank\">' + relative_time(item.created_at) + '</a> by <a href=\"https://twitter.com/' + item.from_user + '\" target=\"_blank\">' + item.from_user + '</a></span></p></div></div>').appendTo(tweetWrapper);
                var tweet = $("<div class=\"tweet\"></div>");
                if(i == (data.results.length - 1)) {
                    $(tweet).css('border-bottom', '0px');
                }
                tweet.append(tweetWrapper);
                $("#tweets").append(tweet);
            });
        }
    </script>

    <script src="https://search.twitter.com/search.json?q=geecon%20-RT&rpp=5&include_entities=true&result_type=mixed&callback=parseTweets"
            type="text/javascript">
    </script>


<div class="container">
    <div class="empty">
    </div>

    <div class="advertiseSection">
        
            <div class="advertiseSectionSponsors">
                <h1 class="advertiseSectionSponsorsHeader">Sponsors</h1>

                <div class="moreRight">
                    <a class="moreRightLink"
                       href="sponsors/index.html">and more <img
                class="linkArror" src="images/link_arrow_light.png"
                alt="linkArrow"/></a></div>

            <div class="clear"></div>
            
            
                <div class="sponsorSeparator" style="margin:0px;"></div>

                <p class="empText strongText">Gold</p>

                <div class="advertiseSectionSponsorsLogo">
                    
                        <a href="http://allegro.pl/country_pages/1/0/marketing/about.php" style="margin-right: 0.5em" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/15_sponsor.png" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.psi.pl/" style="margin-right: 0.5em" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/6_sponsor.png" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                </div>
            
            
                <div class="sponsorSeparator" style="margin:0px;"></div>

                <p class="empText strongText">Silver</p>

                <div class="advertiseSectionSponsorsLogo">
                    
                        <a href="http://www.7n.com/pl/Pages/default.aspx" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/14_sponsor.jpg" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.pl.capgemini-sdm.com/" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/7_sponsor.png" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.cognifide.com" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/3_sponsor.png" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.e-point.pl" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/16_sponsor.gif" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.google.com/events/emea/" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/8_sponsor.png" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.hadapt.com" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/11_sponsor.png" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.ivarjacobson.com" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/12_sponsor.png" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.jetbrains.com/" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/4_sponsor.gif" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.luxoft.com/" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/19_sponsor.jpg" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.oracle.com/pl/" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/5_sponsor.png" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.rulefinancial.com/" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/9_sponsor.png" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://pl.sii.eu/en/" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/sponsors2012/10_sponsor.png" alt="sponsorLogo"
                                 style="padding: 5px;"/>
                        </a>
                    
                </div>

                </div>
            
            <br/>

            <div class="advertiseSectionContentSeparator">
            </div>
        

        

            <div class="advertiseSectionOrganizers">
                <h1 class="advertiseSectionOrganizersHeader">Organizers & Key partners</h1>

                <div class="advertiseSectionOrganizersLogo">
                    
                        <a href="http://www.java.pl" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/partners2012/1_partner_m.png" alt="sponsorLogo" style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.jug.poznan.pl/" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/partners2012/2_partner_m.png" alt="sponsorLogo" style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://gikassociation.org/" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/partners2012/5_partner_m.png" alt="sponsorLogo" style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://poznan.pl" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/partners2012/12_partner_m.jpg" alt="sponsorLogo" style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.istream.pl/en" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/partners2012/26_partner_m.png" alt="sponsorLogo" style="padding: 5px;"/>
                        </a>
                    
                        <a href="http://www.man.poznan.pl" target="_blank">
                            <img src="https://s3-eu-west-1.amazonaws.com/partners2012/24_partner_m.jpg" alt="sponsorLogo" style="padding: 5px;"/>
                        </a>
                    
                </div>
            </div>

            <div class="advertiseSectionContentSeparator"></div>
        
    </div>

    <div class="clear"></div>

    <div class="footer">
        <div class="backToTop">
            <a href="#top"><img src="images/top.png" alt="backToTop"/></a>
        </div>

        <div class="footerContent">
            <span class="strongText">gee</span>con 2012
            <img class="footerYellowCircle" src="images/yellow__circle.png"
                 alt="circle"/>
        </div>
    </div>
</div>

<div id="fb_like" class="fb_like_section">
    <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://2012.geecon.org"
       data-text="Check out this cool #Java conference in Poznan, Poland" data-hashtags="GeeCON">Tweet</a>
    <script>!function (d, s, id) {
        var js, fjs = d.getElementsByTagName(s)[0];
        if (!d.getElementById(id)) {
            js = d.createElement(s);
            js.id = id;
            js.src = "//platform.twitter.com/widgets.js";
            fjs.parentNode.insertBefore(js, fjs);
        }
    }(document, "script", "twitter-wjs");</script>
    <iframe src="https://www.facebook.com/plugins/like.php?href=https://www.facebook.com/geecon.conference&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font&height=90&locale=en_US"
            scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:90px;"
            allowTransparency="true"></iframe>
</div>
</body>
</html>

<!-- Localized -->
