This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://ichef.sandbox.dev.bbc.co.uk/news/200/deltaorigin.bbc.co.uk/images/live/p0/2d/6h/p02d6h3j.jpg | |
| http://ichef.sandbox.dev.bbc.co.uk/news/ws/999/amz/worldservice/test/assets/images/2014/02/20/140220143541_pitts_144x81_none_nocredit.jpg | |
| http://ichef.sandbox.dev.bbc.co.uk/news/100/media/images/79171000/jpg/_79171473_79171472.jpg | |
| http://ichef.sandbox.dev.bbc.co.uk/news/200/amz/cps/test/images/media/images/63443000/jpg/_63443281_test_image.jpg | |
| http://ichef.sandbox.dev.bbc.co.uk/news/270/www.stage.bbc.co.uk/media/images/63731000/jpg/_63731540_triggle-464x261.jpg | |
| http://ichef.sandbox.dev.bbc.co.uk/news/highquality/400/media/images/74555000/jpg/_74555451_star_wars_cast_976.jpg | |
| http://ichef.sandbox.dev.bbc.co.uk/news/2048/media/images/79171000/jpg/_79171473_79171472.jpg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/Library/Preferences/com.apple.iCal.plist | |
| ~/Library/Calendars/Calendar\ Cache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var phantomas = require('phantomas'); | |
| var run; | |
| var options = { | |
| "reporter": "tap" | |
| }; | |
| console.log('phantomas v%s loaded from %s', phantomas.version, phantomas.path); | |
| run = phantomas('http://pal.live.bbc.co.uk/news', options); | |
| // errors handling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form method="post" action="http://www.bbc.co.uk/cgi-bin/cgiemail/news24/newswatch.txt" id="feedback-comment-form"> | |
| <fieldset> | |
| <input name="email_subject" type="hidden" value="Website errors"> | |
| <input name="mailto" type="hidden" value="newsonline.errors@bbc.co.uk"> | |
| <input name="success" type="hidden" value="http://www.bbc.co.uk/news/21802237"> | |
| <p> | |
| <label for="name">Name:</label> | |
| <input name="email_name" type="text" id="name"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Vagrant.configure('2') do |config| | |
| config.vm.box = "coreos" | |
| config.vm.box_url = "http://storage.core-os.net/coreos/amd64-generic/dev-channel/coreos_production_vagrant.box" | |
| config.vm.network "private_network", ip: "172.12.8.150" | |
| config.vm.synced_folder ".", "/home/core/share", | |
| id: "core", | |
| :nfs => true, | |
| :mount_options => ['nolock,vers=3,udp'] | |
| end |
- The majority of the hacks will be be made a reality
- Pretty bad performance bug was found and fixed!
- The Rashboard hack will help developer teams understand the real-time performance of the site
- Everyone was excited about the potential of RUM data after James's talk
- N&K data developers joined in and were keen to develop ideas useful to News
- Great to see the unsurmountable stairs between floor 3/4 start to break down as everyone worked and chatted in the same space for 2 days
John is Tech Lead at BBC News and currently migrating the News site to a dynamic platform. Concentrating on building features mobile first using responsive web design all the way up to desktop.
BBC News has a truly global audience, delivering some of the only unbiased journalism available in some parts of the world. This has reinforced his passion for device support and producing sites that absolutely fly.
Loves canoeing, ale and Radiohead - preferably all at the same time :) Find me here @jcleveley
- twig/twig - Twig, the flexible, fast, and secure template language for PHP - 279287
- symfony/symfony - The Symfony PHP framework - 230662
- doctrine/common - Common Library for Doctrine projects - 230352
- doctrine/dbal - Database Abstraction Layer - 217097
- monolog/monolog - Logging for PHP 5.3 - 197983
- doctrine/orm - Object-Relational-Mapper for PHP - 196816
- swiftmailer/swiftmailer - Swiftmailer, free feature-rich PHP mailer - 172086
- kriswallsmith/assetic - Asset Management for PHP - 165852
- [sensio/distribution-bundle](https://packagist.org/packages/sen

