<?php

$pageTitle = "ag-Grid Media";
$pageDescription = "A discussion on why I built ag-Grid after experience with ui-grid, ng-grid, jqxGrid and Slickgrid";
$pageKeyboards = "angularjs ag-grid grid ui-grid ng-grid jqxgrid slickgrid";

include('mediaHeader.php');
?>

<div style="border: 1px solid darkgrey; background-color: #eee; padding: 10px; margin: 30px 5px 5px 5px;">
    <div style="display: inline-block; width: 100%;">
        <div style="float: left;">
            <a href="embracing-the-future-with-angularjs2-web-components-and-ag-grid/">
                <h4>Embracing the Future with AngularJS 2.0, Web Components and ag-Grid</h4>
            </a>
        </div>
        <div style="float: right;  color: #767676;">
            25st October 2015
        </div>
    </div>
    <div style="color: #767676">
        The first release of ag-Grid (www.ag-grid.com) broke the 'usual thinking'
        in the world of AngularJS. It provided a high performance grid to the AngularJS
        community, but it didn't use AngularJS underneath the hood. Instead it used
        AngularJS where appropriate, and then native Javascript and DOM manipulation
        at all other times. A wolf-fast grid in AngularJS clothing! . . .
    </div>
    <div style="padding-top: 10px;">
        <a href="embracing-the-future-with-angularjs2-web-components-and-ag-grid/">Click for full article</a>
    </div>
</div>

<div style="overflow: hidden; border: 1px solid darkgrey; background-color: #eee; padding: 10px; margin: 30px 5px 5px 5px;">

    <div style="float: left; width: 240px;">
        <a href="https://www.youtube.com/watch?v=jQ_nyTiKbZg">
            <img src="images/angularAir.png"/>
        </a>
    </div>
    <div style="overflow: hidden;">
        <div style="font-size: 20px; color: #167ac6; float: left;">
            <a href="https://www.youtube.com/watch?v=jQ_nyTiKbZg">
                Angular Air Episode 32: ag-Grid
            </a>
        </div>
        <div style="float: right;  color: #767676;">
            15th October 2015
        </div>
    </div>
    <div style="color: #767676">
        by Angular Air
    </div>
    <div style="color: #767676; padding-top: 20px;">
        Niall Crosby discusses ag-Grid with the Angular Air team. Hear Niall speak openly
        about the story of ag-Grid, Angular 2 and Web Components, and also the future of ag-Grid.
    </div>
</div>

<div style="border: 1px solid darkgrey; background-color: #eee; padding: 10px; margin: 30px 5px 5px 5px;">
    <div style="display: inline-block; width: 100%;">
        <div style="float: left;">
            <a href="why-the-world-needed-another-angularjs-grid/">
                <h4>Why The World Needed Another AngularJS Grid</h4>
            </a>
        </div>
        <div style="float: right; color: #767676;">
            31st March 2015
        </div>
    </div>
    <div style="color: #767676">
        Breaking for Christmas at the end of 2014, I left work frustrated.
        We released a new system into production with 'usability issues'
        due to our choice of grid component. Every time we started a new project
        the question 'which grid should we use' came up and each time
        there was debate. Each grid had it's merits, no grid fit . . .
    </div>
    <div style="padding-top: 10px;">
        <a href="why-the-world-needed-another-angularjs-grid/">Click for full article</a>
    </div>
</div>

<?php
include('mediaFooter.php');
?>
