The Wayback Machine - https://web.archive.org/web/20140505022615/https://www.redhat.com/summit/
Red Hat logo

Back to Boston

Join us for the 2015 Red Hat Summit, June 23 - 26 in Boston, MA

Red Hat Summit 2014

We hosted our largest crowd to date at the 2014 Red Hat Summit in San Francisco, CA. The event is over, but see what you missed in photos, videos, blogs, sessions recaps, and more.

News from summit

See all press releases and blogs.

See what you missed

Review and share content from select breakout sessions.

Photos & videos

See what happened at Summit in all photos and videos.

See more

'); if (i == 0) { $('.summitblog .blogposts ul li:first-child').remove(); } else { $('.summitblog .blogposts ul li:last-child').remove(); } } i++; } } function summitblogfeed(data) { $('.updates-feed').empty(); i=0; while (i

' + data.entries[i].title + '

'); i++; } } function summitblogrecapfeed(data) { $('.recaps-feed').empty(); var i = 0; for (var recap in data.entries) { if (data.entries[recap].categories.indexOf("Session recaps") != -1) { //console.log(data.entries[recap]); var imG = data.entries[recap].mediaGroups[0].contents[1].url; if (imG.length

' + data.entries[recap].title + '

'); i++; } else { // do nothing } } if (i == 0) {$('#session-recaps').hide();} } function redhatpressfeed(data) { $('.pressblog').empty(); i=0; while (i

' + data.entries[i].title + '

'); i++; } } parseRSS('https://web.archive.org/web/20140505022615/http://www.redhat.com/rss/feeds/newsandpress', redhatpressfeed); parseRSS('https://web.archive.org/web/20140505022615/http://summitblog.redhat.com/feed/', summitblogfeed); parseRSS('https://web.archive.org/web/20140505022615/http://summitblog.redhat.com/category/update/feed/', summitbloghomefeed); parseRSS('https://web.archive.org/web/20140505022615/http://summitblog.redhat.com/feed/', summitblogrecapfeed); }); $(document).ready(function() { $('#content ul li').hover(function() { if ($(window).width() > 767){ $('#content ul li').removeClass('hovered').addClass('squashed'); $(this).addClass('hovered'); }; }, function() { if ($(window).width() > 767){ $('#content ul li').removeClass('hovered').removeClass('squashed'); }; }); // video on click $('.video img').on('click', function(){ // change class to span12 $('.video.span12').removeClass('span12').addClass('span3'); $(this).parent('.video').removeClass('span3').addClass('span12'); }); $("a.smooth").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top-20}, 500); }); }); //Keep boxes the same height fluidly equalheight = function(container){ //console.log('eqht!'); var currentTallest = 0, currentRowStart = 0, rowDivs = new Array(), $el, topPosition = 0; $(container).each(function() { $el = $(this); $($el).height('auto') if ($(window).width() > 767){ topPostion = $el.position().top; if (currentRowStart != topPostion) { for (currentDiv = 0 ; currentDiv *'); // }); $(window).on('resize', function(){ equalheight('.equal-height > *'); }); });