SlideShare ist ein Scribd-Unternehmen logo
1 von 71
Downloaden Sie, um offline zu lesen
HAND-CRAFTED,
DIGITALLY SOCIAL
   SOLUTIONS.
      www.newblack.me
WHO WE ARE




          WE ARE A SMALL CREATIVE
         DEVELOPMENT STUDIO, WITH
         A FOCUS ON USER INTERFACE
          AND SOCIAL INTEGRATION.




                    info@newblack.me
WHO WE ARE




          OVER THE PAST 3 YEARS WE
           HAVE BECOME EXPERTS IN
         SOCIAL MEDIA DEVELOPMENT.




                    info@newblack.me
WHO WE ARE




          BEN                                                    JIM
            CURATOR &                                          LEAD DEV / UX &
         FOUNDING PARTNER                                     FOUNDING PARTNER

                    PAST                                                 PAST
                       —                                                   —
                Web developer                                        Web developer
               Head of digital                                      Head of digital
               Graphic designer                                     Product manager
                                                                    Graphic designer


                  OUTLOOK                                              OUTLOOK
                       —                                                   —
         With experience as a graphic                           Jim is fanatic about user
       designer, web developer, and head                      experience, ensuring harmony
         of digital, Ben is perfectly                         of the function and form, and
        placed to coordinate projects &                        that every app has a clear
          work directly with clients.                               defined purpose.




                                           info@newblack.me
WHO WE ARE



                                                                               THE
              ADAM                                                     TOMS
                    DIGITAL &                                     BACKEND DEVELOPMENT
                   UI DESIGNER                                       & SERVER ADMIN

                         PAST
                            —
               Graphic/Digital designer at
              agencies Fivefootsix and Zone                                    ABOUT
                                                                                  —
                                                                   Both computer science graduates
                                                                  The Toms are a formidable pair of
                                                                  performance obsessives. Unlike the
                       OUTLOOK                                        rest of the team The Toms
                            —                                               work remotely.
               Our UI perfectionist. Adams
              understanding and balance of
             function and form allows him to
               create truly beautiful and
                    functional ideas.




                                               info@newblack.me
WHAT WE DO



                                                  STATIC / WEB
                                                   Websites & micro-sites
                                                    Bespoke applications
                                                          Branding
                                                       E-commerce/D2C




             SOCIAL
             Bespoke social applications
                Social media branding
                   Facebook experts
             Social strategy development


                                                     MOBILE
                                                        Mobile sites
                                                    Bespoke applications
                                                     Responsive styling




                               info@newblack.me
WHO WE DO IT FOR




                   info@newblack.me
WHO WE DO IT FOR



BRANDS              AGENCIES                    MUSIC
                                                POLYDOR RECORDS
XBOX                BMB NEON
                                                ATLANTIC RECORDS
WINDOWS PHONE       LUCID GROUP
IBIZA ROCKS HOTEL                               SONY BMG
                    GRAPEVINE DIGITAL
MICROSOFT WINDOWS                               WARNER MUSIC
                    IMPRESSIVE
TOSHIBA                                         NINJA TUNE
TEFAL                                           UNIVERSAL MUSIC
BIC




FILM                COMEDIANS
STUDIO CANAL        MICHAEL MCINTYRE
PICTUREHOUSE        KEVIN BRIDGES
                    JON RICHARDSON



                                        info@newblack.me
HOW WE DO IT




     WE DEVELOP FROM FRONT-TO-BACK,
     ALLOWING US TO COLLABORATE AND
        REFINE THE USER EXPERIENCE
           WITH YOU, THE CLIENT.




                  info@newblack.me
HOW WE DO IT
WET AGILE



                          WET AGILE
               The most important thing is we are always learning and
                 adjusting the way we work, listening to clients to
                   create processes that will serve them better.

               The following diagram illustrates how we currently work.

               We find this approach (a mix of Agile and Waterfall) to
                 deliver the greatest level of speed and flexibility
                     whilst allowing us to meet tight deadlines.
In many respects this is this is the most
            important part of the project.




STRATEGY
            We cycle through reviews, collaborating
            with the client to ensure the concept is
            the best it can be.

            At this stage everyone at The New Black is
            involved, ensuring we have technical,
            marketing and user insight.
   CLIENT
After the strategy has been firmed up, we
            try to realise the dream.

            Rather than spending hours on lengthy spec
            documents that are somewhat abstracted from



CREATIVE
            any final product, we work with the client
            to find the right tone and journey for
            their audience, by again adopting a highly
            iterative approach of how each part of the
            journey will look and act.

            This ensures that the client has an
   CLIENT   extremely clear idea of what to expect with
            the final project.
By the time we start development, we have an
              extremely detailed set of mockups.

              Development happens in a very linear fashion
              with the frontend & backend developers working
              together simultaneously.

              The previous iterations allow this part of


DEVELOPMENT
              the process to be as quick and streamlined as
              possible, ensuring that costs are kept as low
              as possible.

              During the process, frontend templates are
              submitted to the UI designer to ensure all
              implementations are true to his vision.

              All code is developed locally and regularly
              deployed to a private Git repo. This Git repo
              has a ticketing system closely associated with it.
WHAT WE’RE ALL ABOUT



                                     # 1


       WE’RE A DESIGN LED STUDIO
               While we marvel at things that look pretty - design
                 doesn’t just refer to the way something looks.

               Design is also about the way something is built, the
                 underlying mechanics that make it run smoothly.
WHAT WE’RE ALL ABOUT



                                        # 2

             KEEPING AN EYE ON
              EMERGING TECH
               When it comes to technology we like to stay on the cutting
               edge, meaning we’re always looking at exploring the latest
                   tools and technology trends to determine 2 things:

                   1. Can we translate them into ideas which can be
                                   groundbreaking.

                         2. Can we work them into our workflow

              Once we feel comfortable enough with a new technology and we
               feel it is rock solid, we integrate it into our projects.
WHAT WE’RE ALL ABOUT
KEEPING AN EYE ON EMERGING TECH

                                                             #2


                                             CLIENT SIDE
     SILEX                                    COMPOSER                                CUSTOM CMS
     We currently use the Silex               Silex’s integration with Composer       Initial templates are written in
     framework for all apps. This             means the framework pulls the           Styl (compiles to CSS), and Jade,
     utilises some of the great               additional required libraries           compiles to Twig templates(HTML),
     features available in php 5.3            keeping the application lean, and       this enables fast prototyping
     that other frameworks don’t.             allowing complete version               and the use of mixins and
                                              controlling on the dependancies.        variables in CSS.




     SPRINGLOOPS                              ENVIRONMENTS
     For ticketing on larger scale apps,      Our developers work locally, upload
     deployment and Git version control of    progress to a staging server and once
     apps to facilitate collaboration         approved by the client we commit to
     between multiple developers.             the live server.
WHAT WE’RE ALL ABOUT
KEEPING AN EYE ON EMERGING TECH

                                                             #2


                                             SERVER SIDE
     HTML5 / CSS 3                            COFFEESCRIPT                   BACKBONE/
     All apps have progressively              All Javascript is written in   KNOCKOUT
     enhanced CSS3 features.                  Coffeescript, this beautiful
                                              syntax is pre-compiled into    For front-end MVC architecture
                                              highly optimised JS.




     STYL/JADE                                MOUSTACHE.JS
     Initial templates are written in Styl    Client-side templating
     (compiles to CSS), and Jade, compiles
     to Twig templates(HTML), this enables
     fast prototyping and the use of
     mixins and variables in CSS.
WHAT WE’RE ALL ABOUT



                                      # 3

             SENSIBLE STRATEGY
                & MARKETING
                   In a previous life we came from a strategy and
                 marketing background, with plenty of experience to
               match that. This means we understand the needs of our
                 clients more than your average development house.

                 Our aim is to work with you to develop a sensible
                    strategy to effectively deliver against your
                                    objectives.
WHAT WE’RE ALL ABOUT



                                           #   4

            COLLABORATIVE IDEA
                GENERATION
               While being able to do everything in-house generally leads to a
             smoother workflow, the reality is you don’t always get that luxury.

            We pride ourselves on an excellent project management process, which
               allows us to manage and work with multiple external companies.

            We also enjoy collaboration, the sharing of ideas and meeting people
              with a different thought-process. We embrace the experience and
                     think it’s necessary to make us a better company.
AND THE REST...
BUT JUST AS IMPORTANT


                                                       PLUS



      SCOPING                            LOCALISATION                     CREATIVE
      Making sure the scope of the       We’re at ease with working on    We like to get involved in the
      project has been documented        multi-territory campaigns,       creative process, that way you
      and signed off by both             meanings apps get deployed in    can benefit from our expertise
      parties. We deliver no more,       different iterations depending   to come up with ideas that are
      no less than planned.              on the user’s location.          possible between the latest
                                                                          developments and boundaries of
                                                                          the platform you wish to
                                                                          develop for.




      METRICS                            TESTING / QA                     SOCIAL CMS
      Our previous experience of         We make sure your app works as   We build custom content
      product management and marketing   intended across all supported    management systems for most of
      means we’ve always taken metrics   browsers. To achieve this we     the apps we build. These can
      very seriously. Setting up         spend a lot of time testing      load in-tab or out and will
      marketing funnels, goal            before your app goes live.       always be bespoke for your
      conversions, tracking user                                          campaign, but based on our own
      journeys and trackable links are                                    framework.
      second nature to us.
Project


BEL AMI
Tags

FACEBOOK APP
FRAMEWORK

Brief

Build a Facebook sweepstakes
competition framework that
can be used across multiple
film launches



Technology
HTML/CSS/JS
Custom CMS
Cloud hosting with Pagodabox




 LAUNCH
Project


BEL AMI
Tags

FACEBOOK APP
FRAMEWORK

Brief

Build a Facebook sweepstakes
competition framework that
can be used across multiple
film launches



Technology
HTML/CSS/JS
Custom CMS
Cloud hosting with Pagodabox




 LAUNCH
Project


BEL AMI
Tags

FACEBOOK APP
FRAMEWORK

Brief

Build a Facebook sweepstakes
competition framework that
can be used across multiple
film launches



Technology
HTML/CSS/JS
Custom CMS
Cloud hosting with Pagodabox




 LAUNCH
Project


YOUNGMAN
Tags

WEBSITE
MOBILE SITE

Brief
Polydor Records approached us
about putting together a
splash for Youngman, the brief
mentioned a mobile skin which
would display most of the
content from the web version.

Technology
HTML 5 / CSS3
API’s (Twitter, Facebook,
Instagram)
Mobile skin




 LAUNCH
Project


YOUNGMAN
Tags

WEBSITE
MOBILE SITE

Brief
Polydor Records approached us
about putting together a
splash for Youngman, the brief
mentioned a mobile skin which
would display most of the
content from the web version.

Technology
HTML 5 / CSS3
API’s (Twitter, Facebook,
Instagram)
Mobile skin




 LAUNCH
Project


YOUNGMAN
Tags

WEBSITE
MOBILE SITE

Brief
Polydor Records approached us
about putting together a
splash for Youngman, the brief
mentioned a mobile skin which
would display most of the
content from the web version.

Technology
HTML 5 / CSS3
API’s (Twitter, Facebook,
Instagram)
Mobile skin




 LAUNCH
Project


TEFAL
Tags

FACEBOOK APP
CUSTOM CMS

Brief

Build a ‘welcome’ tab
highlighting Tefal’s products
and other online destinations
and initiatives.



Technology
HTML/CSS/JS
Custom CMS
Cloud hosting with Pagodabox




 LAUNCH
Project


TEFAL
Tags

FACEBOOK APP
CUSTOM CMS

Brief

Build a ‘welcome’ tab
highlighting Tefal’s products
and other online destinations
and initiatives.



Technology
HTML/CSS/JS
Custom CMS
Cloud hosting with Pagodabox




 LAUNCH
Project


TEFAL
Tags

FACEBOOK APP
CUSTOM CMS

Brief

Build a ‘welcome’ tab
highlighting Tefal’s products
and other online destinations
and initiatives.



Technology
HTML/CSS/JS
Custom CMS
Cloud hosting with Pagodabox




 LAUNCH
Project


TEFAL
Tags

FACEBOOK APP
CUSTOM CMS

Brief

Build a ‘welcome’ tab
highlighting Tefal’s products
and other online destinations
and initiatives.



Technology
HTML/CSS/JS
Custom CMS
Cloud hosting with Pagodabox




 LAUNCH
Project


XBOX 360
Tags

FACEBOOK APP
BING MAPS

Brief

Deliver tools for a full
social media campaign in
support of above the line
marketing activity.



Technology
HTML / CSS / JS
API’s-(Bing maps, Viddler,
Youtube)
Custom CMS
Cloud hosting with Pagodabox
Project


XBOX 360
Tags

FACEBOOK APP
BING MAPS

Brief

Deliver tools for a full
social media campaign in
support of above the line
marketing activity.



Technology
HTML / CSS / JS
API’s-(Bing maps, Viddler,
Youtube)
Custom CMS
Cloud hosting with Pagodabox
Project


XBOX 360
Tags

FACEBOOK APP
BING MAPS

Brief

Deliver tools for a full
social media campaign in
support of above the line
marketing activity.



Technology
HTML / CSS / JS
API’s-(Bing maps, Viddler,
Youtube)
Custom CMS
Cloud hosting with Pagodabox
Project


XBOX 360
Tags

FACEBOOK APP
BING MAPS

Brief

Deliver tools for a full
social media campaign in
support of above the line
marketing activity.



Technology
HTML / CSS / JS
API’s-(Bing maps, Viddler,
Youtube)
Custom CMS
Cloud hosting with Pagodabox
Project


XBOX 360
Tags

FACEBOOK APP
BING MAPS

Brief

Deliver tools for a full
social media campaign in
support of above the line
marketing activity.



Technology
HTML / CSS / JS
API’s-(Bing maps, Viddler,
Youtube)
Custom CMS
Cloud hosting with Pagodabox
Project


WINDOWS
PHONE
Tags

SOCIAL MEDIA SKINNING
FACEBOOK TAB
WORDPRESS SITE
                               Owen - be good to
                               use an updated
Brief                          screenshot here.
Re-brand a couple of Windows   http://www.mykindofphone.com/
Phone blogs and social media
pages including Facebook,
Twitter and Youtube.


Technology
HTML / CSS / JS
Custom CMS
Wordpress skin
Cloud hosting with Pagodabox




 LAUNCH
Project


WINDOWS
PHONE
Tags

SOCIAL MEDIA SKINNING
FACEBOOK TAB
WORDPRESS SITE
                               Owen - be good to
                               use an updated
Brief                          screenshot here.
Re-brand a couple of Windows   http://www.mykindofphone.com/
Phone blogs and social media
pages including Facebook,
Twitter and Youtube.


Technology
HTML / CSS / JS
Custom CMS
Wordpress skin
Cloud hosting with Pagodabox




 LAUNCH
Project


WINDOWS
PHONE
Tags

SOCIAL MEDIA SKINNING
FACEBOOK TAB
WORDPRESS SITE
                               Owen - be good to
                               use an updated
Brief                          screenshot here.
Re-brand a couple of Windows   http://www.mykindofphone.com/
Phone blogs and social media
pages including Facebook,
Twitter and Youtube.


Technology
HTML / CSS / JS
Custom CMS
Wordpress skin
Cloud hosting with Pagodabox




 LAUNCH
Project


WINDOWS
PHONE
Tags

SOCIAL MEDIA SKINNING
FACEBOOK TAB
WORDPRESS SITE
                               Owen - be good to
                               use an updated
Brief                          screenshot here.
Re-brand a couple of Windows   http://www.mykindofphone.com/
Phone blogs and social media
pages including Facebook,
Twitter and Youtube.


Technology
HTML / CSS / JS
Custom CMS
Wordpress skin
Cloud hosting with Pagodabox




 LAUNCH
Project


WINDOWS
PHONE
Tags

SOCIAL MEDIA SKINNING
FACEBOOK TAB
WORDPRESS SITE
                               Owen - be good to
                               use an updated
Brief                          screenshot here.
Re-brand a couple of Windows   http://www.mykindofphone.com/
Phone blogs and social media
pages including Facebook,
Twitter and Youtube.


Technology
HTML / CSS / JS
Custom CMS
Wordpress skin
Cloud hosting with Pagodabox




 LAUNCH
Project


WINDOWS
AAA
Tags

FACEBOOK APP
SOCIAL MEDIA RE-SKIN


Brief

Re-skin all of the Facebook
tabs to match the new
branding guidelines for
the 2012 campaign.


Technology
HTML / CSS / JS
Custom in-tab CMS




 LAUNCH
Project


WINDOWS
AAA
Tags

FACEBOOK APP
SOCIAL MEDIA RE-SKIN


Brief

Re-skin all of the Facebook
tabs to match the new
branding guidelines for
the 2012 campaign.


Technology
HTML / CSS / JS
Custom in-tab CMS




 LAUNCH
Project


WINDOWS
AAA
Tags

FACEBOOK APP
SOCIAL MEDIA RE-SKIN


Brief

Re-skin all of the Facebook
tabs to match the new
branding guidelines for
the 2012 campaign.


Technology
HTML / CSS / JS
Custom in-tab CMS




 LAUNCH
Project


WINDOWS
AAA
Tags

FACEBOOK APP
SOCIAL MEDIA RE-SKIN


Brief

Re-skin all of the Facebook
tabs to match the new
branding guidelines for
the 2012 campaign.


Technology
HTML / CSS / JS
Custom in-tab CMS




 LAUNCH
Project


WINDOWS
AAA
Tags

FACEBOOK APP
SOCIAL MEDIA RE-SKIN


Brief

Re-skin all of the Facebook
tabs to match the new
branding guidelines for
the 2012 campaign.


Technology
HTML / CSS / JS
Custom in-tab CMS




 LAUNCH
Project


P APART BY HORSES
 .A.B.H
PULLED

Tags

FACEBOOK APP
COMP’ FRAMEWORK


Brief

Deliver a creative way of
offering content in exchange
for directing their friends
back to the app as a framework
which can be refreshed.

Technology
HTML / CSS / JS
Custom Soundcloud Player(API)
Cloud hosting with Pagodabox




 LAUNCH
Project


P APART BY HORSES
 .A.B.H
PULLED

Tags

FACEBOOK APP
COMP’ FRAMEWORK


Brief

Deliver a creative way of
offering content in exchange
for directing their friends
back to the app as a framework
which can be refreshed.

Technology
HTML / CSS / JS
Custom Soundcloud Player(API)
Cloud hosting with Pagodabox




 LAUNCH
Project


P APART BY HORSES
 .A.B.H
PULLED

Tags

FACEBOOK APP
COMP’ FRAMEWORK


Brief

Deliver a creative way of
offering content in exchange
for directing their friends
back to the app as a framework
which can be refreshed.

Technology
HTML / CSS / JS
Custom Soundcloud Player(API)
Cloud hosting with Pagodabox




 LAUNCH
Project


P APART BY HORSES
 .A.B.H
PULLED

Tags

FACEBOOK APP
COMP’ FRAMEWORK


Brief

Deliver a creative way of
offering content in exchange
for directing their friends
back to the app as a framework
which can be refreshed.

Technology
HTML / CSS / JS
Custom Soundcloud Player(API)
Cloud hosting with Pagodabox




 LAUNCH
Project


P APART BY HORSES
 .A.B.H
PULLED

Tags

FACEBOOK APP
COMP’ FRAMEWORK


Brief

Deliver a creative way of
offering content in exchange
for directing their friends
back to the app as a framework
which can be refreshed.

Technology
HTML / CSS / JS
Custom Soundcloud Player(API)
Cloud hosting with Pagodabox




 LAUNCH
Project


WINDOWS
BRINGING DOWN THE HOUSE

Tags

FACEBOOK APP
VIDEO SUBMISSION


Brief

Microsoft were to offer a
full house makeover for
students using some of
the latest tech gear. The
goal was to come up with a
fun mechanic for students
with a viral aspect and UGC.


Technology
HTML 5 / CSS 3 / JS
Viddler video API for webcam
submissions and file uploads.
Cloud hosting with Heroku
Project


WINDOWS
BRINGING DOWN THE HOUSE

Tags

FACEBOOK APP
VIDEO SUBMISSION


Brief

Microsoft were to offer a
full house makeover for
students using some of
the latest tech gear. The
goal was to come up with a
fun mechanic for students
with a viral aspect and UGC.


Technology
HTML 5 / CSS 3 / JS
Viddler video API for webcam
submissions and file uploads.
Cloud hosting with Heroku
Project


WINDOWS
BRINGING DOWN THE HOUSE

Tags

FACEBOOK APP
VIDEO SUBMISSION


Brief

Microsoft were to offer a
full house makeover for
students using some of
the latest tech gear. The
goal was to come up with a
fun mechanic for students
with a viral aspect and UGC.


Technology
HTML 5 / CSS 3 / JS
Viddler video API for webcam
submissions and file uploads.
Cloud hosting with Heroku
Project


WINDOWS
BRINGING DOWN THE HOUSE

Tags

FACEBOOK APP
VIDEO SUBMISSION


Brief

Microsoft were to offer a
full house makeover for
students using some of
the latest tech gear. The
goal was to come up with a
fun mechanic for students
with a viral aspect and UGC.


Technology
HTML 5 / CSS 3 / JS
Viddler video API for webcam
submissions and file uploads.
Cloud hosting with Heroku
Project


PLAN B
Tags

RESPONSIVE SITE
MOBILE


Brief

Build a responsive website
which will play nice on a
desktop, tablets and mobile
phones




Technology
HTML 5 / CSS 3 / JS
Soundcloud, Youtube, Twitter,
Facebook APIs
Custom CMS
Project


PLAN B
Tags

RESPONSIVE SITE
MOBILE


Brief

Build a responsive website
which will play nice on a
desktop, tablets and mobile
phones




Technology
HTML 5 / CSS 3 / JS
Soundcloud, Youtube, Twitter,
Facebook APIs
Custom CMS
Project


PLAN B
Tags

RESPONSIVE SITE
MOBILE


Brief

Build a responsive website
which will play nice on a
desktop, tablets and mobile
phones




Technology
HTML 5 / CSS 3 / JS
Soundcloud, Youtube, Twitter,
Facebook APIs
Custom CMS
Project


PLAN B
Tags

RESPONSIVE SITE
MOBILE


Brief

Build a responsive website
which will play nice on a
desktop, tablets and mobile
phones




Technology
HTML 5 / CSS 3 / JS
Soundcloud, Youtube, Twitter,
Facebook APIs
Custom CMS
Project


PLAN B
Tags

RESPONSIVE SITE
MOBILE


Brief

Build a responsive website
which will play nice on a
desktop, tablets and mobile
phones




Technology
HTML 5 / CSS 3 / JS
Soundcloud, Youtube, Twitter,
Facebook APIs
Custom CMS
Project

CHRIS BROWN

Tags

FACEBOOK APP


Brief

Sony Music had big plans for
Chris Brown, the aim was to
get an #1 album. To support
this, they needed something
unique and beautiful to help
engage with Chris’ fanbase.




Technology
HTML 5 / CSS 3 / JS
Facebook/Twitter API
Cloud hosting with Pagodabox
Project

CHRIS BROWN

Tags

FACEBOOK APP


Brief

Sony Music had big plans for
Chris Brown, the aim was to
get an #1 album. To support
this, they needed something
unique and beautiful to help
engage with Chris’ fanbase.




Technology
HTML 5 / CSS 3 / JS
Facebook/Twitter API
Cloud hosting with Pagodabox
Project

CHRIS BROWN

Tags

FACEBOOK APP


Brief

Sony Music had big plans for
Chris Brown, the aim was to
get an #1 album. To support
this, they needed something
unique and beautiful to help
engage with Chris’ fanbase.




Technology
HTML 5 / CSS 3 / JS
Facebook/Twitter API
Cloud hosting with Pagodabox
Project

CHRIS BROWN

Tags

FACEBOOK APP


Brief

Sony Music had big plans for
Chris Brown, the aim was to
get an #1 album. To support
this, they needed something
unique and beautiful to help
engage with Chris’ fanbase.




Technology
HTML 5 / CSS 3 / JS
Facebook/Twitter API
Cloud hosting with Pagodabox
Project


CUSTOM
CMS
Tags

FACEBOOK APP
BOOTSTRAP

Details

As part of Facebook app
work we build white label
custom CMS solutions based on
the Bootstrap framework.

The framework is very flexible,
meaning each iteration can be
tailored to your project’s
specific requirements.
Project


CUSTOM
CMS
Tags

FACEBOOK APP
BOOTSTRAP

Details

As part of Facebook app
work we build white label
custom CMS solutions based on
the Bootstrap framework.

The framework is very flexible,
meaning each iteration can be
tailored to your project’s
specific requirements.
Project

FACEBOOK
COMPETITION
APP BUILDER
Tags

FACEBOOK APP
WHITE LABEL SOLUTION


Brief

A tool that allows our
client to launch Facebook
different types of
competitions on their
Facebook profiles.


Technology
HTML/CSS/JS
Bing maps, Viddler, Youtube API
Custom CMS
Cloud hosting with Pagodabox
Project

FACEBOOK
COMPETITION
APP BUILDER
Tags

FACEBOOK APP
WHITE LABEL SOLUTION


Brief

A tool that allows our
client to launch Facebook
different types of
competitions on their
Facebook profiles.


Technology
HTML/CSS/JS
Bing maps, Viddler, Youtube API
Custom CMS
Cloud hosting with Pagodabox
Project

FACEBOOK
COMPETITION
APP BUILDER
Tags

FACEBOOK APP
WHITE LABEL SOLUTION


Brief

A tool that allows our
client to launch Facebook
different types of
competitions on their
Facebook profiles.


Technology
HTML/CSS/JS
Bing maps, Viddler, Youtube API
Custom CMS
Cloud hosting with Pagodabox
Project

FACEBOOK
COMPETITION
APP BUILDER
Tags

FACEBOOK APP
WHITE LABEL SOLUTION


Brief

A tool that allows our
client to launch Facebook
different types of
competitions on their
Facebook profiles.


Technology
HTML/CSS/JS
Bing maps, Viddler, Youtube API
Custom CMS
Cloud hosting with Pagodabox
THANK YOU

               ADDRESS: 235 UPPER STREET, N1R 4RU LONDON, UK | PHONE: +44 207 096 4217
WEB: WWW.NEWBLACK.ME | EMAIL: INFO@NEWBLACK.ME | TWITTER: @THENEWBLACK | FACEBOOK.COM/THENEWBLACKUK

Weitere ähnliche Inhalte

Was ist angesagt?

Getting Down & Dirty with Responsive Web Design
Getting Down & Dirty with Responsive Web DesignGetting Down & Dirty with Responsive Web Design
Getting Down & Dirty with Responsive Web Designmartinridgway
 
Mood Board Creator for Wedding Planning Institutions
Mood Board Creator for Wedding Planning InstitutionsMood Board Creator for Wedding Planning Institutions
Mood Board Creator for Wedding Planning InstitutionsSampleBoard
 
Web 2.0 Business Models
Web 2.0 Business ModelsWeb 2.0 Business Models
Web 2.0 Business ModelsTeemu Arina
 
Driving Mobile Traffic: SEO
 Driving Mobile Traffic: SEO Driving Mobile Traffic: SEO
Driving Mobile Traffic: SEOpromediacorp
 
Mobile-first, a quick introduction
Mobile-first, a quick introductionMobile-first, a quick introduction
Mobile-first, a quick introductionJelle Desramaults
 
Lbuchanan Portfolio
Lbuchanan PortfolioLbuchanan Portfolio
Lbuchanan Portfoliolouinc
 
6 Rules to Designing Amazing Mobile Apps (@media 2011)
6 Rules to Designing Amazing Mobile Apps (@media 2011)6 Rules to Designing Amazing Mobile Apps (@media 2011)
6 Rules to Designing Amazing Mobile Apps (@media 2011)Brian Fling
 
Global BBC iPlayer designed by pinch/zoom
Global BBC iPlayer designed by pinch/zoomGlobal BBC iPlayer designed by pinch/zoom
Global BBC iPlayer designed by pinch/zoomBrian Fling
 
Introducing IBM Lotus Notes and Domino 8.5
Introducing IBM Lotus Notes and Domino 8.5Introducing IBM Lotus Notes and Domino 8.5
Introducing IBM Lotus Notes and Domino 8.5Thomas Coustenoble
 
Business is now Social, Jeremy Cooper, Salesforce.com
Business is now Social, Jeremy Cooper, Salesforce.comBusiness is now Social, Jeremy Cooper, Salesforce.com
Business is now Social, Jeremy Cooper, Salesforce.comPaul Writer
 
Chaotic Moon Studios Intro
Chaotic Moon Studios IntroChaotic Moon Studios Intro
Chaotic Moon Studios Introgbanton
 
Social Business and Digital Marketing
Social Business and Digital MarketingSocial Business and Digital Marketing
Social Business and Digital MarketingIBM Danmark
 
CHAOTIC MOON Introduction Deck
CHAOTIC MOON Introduction DeckCHAOTIC MOON Introduction Deck
CHAOTIC MOON Introduction DeckGreg Carley
 
Lotusphere 2012 - Mobility
Lotusphere 2012 - MobilityLotusphere 2012 - Mobility
Lotusphere 2012 - MobilityIBM Danmark
 
New media trends dec2011 lite
New media trends dec2011 liteNew media trends dec2011 lite
New media trends dec2011 liteTarryn Abrahams
 
Digital Strategies for Learning A Student-Centered Approach
Digital Strategies for Learning A Student-Centered ApproachDigital Strategies for Learning A Student-Centered Approach
Digital Strategies for Learning A Student-Centered ApproachJay Collier
 
Nowlab Introduction 20120822 En
Nowlab Introduction 20120822 EnNowlab Introduction 20120822 En
Nowlab Introduction 20120822 EnJaesang Han
 
what is interaction design
what is interaction designwhat is interaction design
what is interaction designAynne Valencia
 
CLewis portfolio Small
CLewis portfolio SmallCLewis portfolio Small
CLewis portfolio Smallarchytextural
 

Was ist angesagt? (20)

Getting Down & Dirty with Responsive Web Design
Getting Down & Dirty with Responsive Web DesignGetting Down & Dirty with Responsive Web Design
Getting Down & Dirty with Responsive Web Design
 
Responsive Design is Dead
Responsive Design is DeadResponsive Design is Dead
Responsive Design is Dead
 
Mood Board Creator for Wedding Planning Institutions
Mood Board Creator for Wedding Planning InstitutionsMood Board Creator for Wedding Planning Institutions
Mood Board Creator for Wedding Planning Institutions
 
Web 2.0 Business Models
Web 2.0 Business ModelsWeb 2.0 Business Models
Web 2.0 Business Models
 
Driving Mobile Traffic: SEO
 Driving Mobile Traffic: SEO Driving Mobile Traffic: SEO
Driving Mobile Traffic: SEO
 
Mobile-first, a quick introduction
Mobile-first, a quick introductionMobile-first, a quick introduction
Mobile-first, a quick introduction
 
Lbuchanan Portfolio
Lbuchanan PortfolioLbuchanan Portfolio
Lbuchanan Portfolio
 
6 Rules to Designing Amazing Mobile Apps (@media 2011)
6 Rules to Designing Amazing Mobile Apps (@media 2011)6 Rules to Designing Amazing Mobile Apps (@media 2011)
6 Rules to Designing Amazing Mobile Apps (@media 2011)
 
Global BBC iPlayer designed by pinch/zoom
Global BBC iPlayer designed by pinch/zoomGlobal BBC iPlayer designed by pinch/zoom
Global BBC iPlayer designed by pinch/zoom
 
Introducing IBM Lotus Notes and Domino 8.5
Introducing IBM Lotus Notes and Domino 8.5Introducing IBM Lotus Notes and Domino 8.5
Introducing IBM Lotus Notes and Domino 8.5
 
Business is now Social, Jeremy Cooper, Salesforce.com
Business is now Social, Jeremy Cooper, Salesforce.comBusiness is now Social, Jeremy Cooper, Salesforce.com
Business is now Social, Jeremy Cooper, Salesforce.com
 
Chaotic Moon Studios Intro
Chaotic Moon Studios IntroChaotic Moon Studios Intro
Chaotic Moon Studios Intro
 
Social Business and Digital Marketing
Social Business and Digital MarketingSocial Business and Digital Marketing
Social Business and Digital Marketing
 
CHAOTIC MOON Introduction Deck
CHAOTIC MOON Introduction DeckCHAOTIC MOON Introduction Deck
CHAOTIC MOON Introduction Deck
 
Lotusphere 2012 - Mobility
Lotusphere 2012 - MobilityLotusphere 2012 - Mobility
Lotusphere 2012 - Mobility
 
New media trends dec2011 lite
New media trends dec2011 liteNew media trends dec2011 lite
New media trends dec2011 lite
 
Digital Strategies for Learning A Student-Centered Approach
Digital Strategies for Learning A Student-Centered ApproachDigital Strategies for Learning A Student-Centered Approach
Digital Strategies for Learning A Student-Centered Approach
 
Nowlab Introduction 20120822 En
Nowlab Introduction 20120822 EnNowlab Introduction 20120822 En
Nowlab Introduction 20120822 En
 
what is interaction design
what is interaction designwhat is interaction design
what is interaction design
 
CLewis portfolio Small
CLewis portfolio SmallCLewis portfolio Small
CLewis portfolio Small
 

Andere mochten auch

PRCA 3339 PR Publications Syllabus
PRCA 3339 PR Publications SyllabusPRCA 3339 PR Publications Syllabus
PRCA 3339 PR Publications SyllabusBarbara Nixon
 
Winning at Social - 4 Steps to Enhance Your Social Media Strategy
Winning at Social - 4 Steps to Enhance Your Social Media StrategyWinning at Social - 4 Steps to Enhance Your Social Media Strategy
Winning at Social - 4 Steps to Enhance Your Social Media StrategyEvgeny Tsarkov
 
Casa estudio diego ariztizabal
Casa estudio   diego ariztizabalCasa estudio   diego ariztizabal
Casa estudio diego ariztizabalmartin_eccotec
 
2015 2016.announcement.01.va.2015-10-14
2015 2016.announcement.01.va.2015-10-142015 2016.announcement.01.va.2015-10-14
2015 2016.announcement.01.va.2015-10-14JENNY K. OH
 
The power of 'e'
The power of 'e'The power of 'e'
The power of 'e'deliab
 
Mundial de Clubes FIFA 2005
Mundial de Clubes FIFA 2005Mundial de Clubes FIFA 2005
Mundial de Clubes FIFA 2005jpbarreto87
 
Bibloteca escolar hijitus - Pehuajó
Bibloteca escolar hijitus - Pehuajó Bibloteca escolar hijitus - Pehuajó
Bibloteca escolar hijitus - Pehuajó Gimena Alvarez
 
Campos magnéticos e inducción electromagnética
Campos magnéticos e inducción electromagnéticaCampos magnéticos e inducción electromagnética
Campos magnéticos e inducción electromagnéticaDeiby Requena Marcelo
 
Presentation Isolasi DNA
Presentation Isolasi DNAPresentation Isolasi DNA
Presentation Isolasi DNARahmat HIdayat
 
Funciones cerebrales superiores
Funciones cerebrales superioresFunciones cerebrales superiores
Funciones cerebrales superioresjorge luis
 
Sociedad y cultura griega
Sociedad y cultura griegaSociedad y cultura griega
Sociedad y cultura griegacesarospi1
 

Andere mochten auch (20)

PRCA 3339 PR Publications Syllabus
PRCA 3339 PR Publications SyllabusPRCA 3339 PR Publications Syllabus
PRCA 3339 PR Publications Syllabus
 
Tut
TutTut
Tut
 
Winning at Social - 4 Steps to Enhance Your Social Media Strategy
Winning at Social - 4 Steps to Enhance Your Social Media StrategyWinning at Social - 4 Steps to Enhance Your Social Media Strategy
Winning at Social - 4 Steps to Enhance Your Social Media Strategy
 
Casa estudio diego ariztizabal
Casa estudio   diego ariztizabalCasa estudio   diego ariztizabal
Casa estudio diego ariztizabal
 
Dl Brochure Oee
Dl Brochure OeeDl Brochure Oee
Dl Brochure Oee
 
Roberto Nuño - O desafio das Condições Crônicas e como respondê-lo: análise n...
Roberto Nuño - O desafio das Condições Crônicas e como respondê-lo: análise n...Roberto Nuño - O desafio das Condições Crônicas e como respondê-lo: análise n...
Roberto Nuño - O desafio das Condições Crônicas e como respondê-lo: análise n...
 
2015 2016.announcement.01.va.2015-10-14
2015 2016.announcement.01.va.2015-10-142015 2016.announcement.01.va.2015-10-14
2015 2016.announcement.01.va.2015-10-14
 
The power of 'e'
The power of 'e'The power of 'e'
The power of 'e'
 
Mundial de Clubes FIFA 2005
Mundial de Clubes FIFA 2005Mundial de Clubes FIFA 2005
Mundial de Clubes FIFA 2005
 
Suits ofimáticos
Suits ofimáticosSuits ofimáticos
Suits ofimáticos
 
Bibloteca escolar hijitus - Pehuajó
Bibloteca escolar hijitus - Pehuajó Bibloteca escolar hijitus - Pehuajó
Bibloteca escolar hijitus - Pehuajó
 
Presentacion corporativa vmv
Presentacion corporativa vmvPresentacion corporativa vmv
Presentacion corporativa vmv
 
Ll y lp
Ll y lpLl y lp
Ll y lp
 
Campos magnéticos e inducción electromagnética
Campos magnéticos e inducción electromagnéticaCampos magnéticos e inducción electromagnética
Campos magnéticos e inducción electromagnética
 
PLAGIO ACADEMICO
PLAGIO ACADEMICOPLAGIO ACADEMICO
PLAGIO ACADEMICO
 
Deaerator Control presentation
Deaerator Control presentationDeaerator Control presentation
Deaerator Control presentation
 
Presentation Isolasi DNA
Presentation Isolasi DNAPresentation Isolasi DNA
Presentation Isolasi DNA
 
Funciones cerebrales superiores
Funciones cerebrales superioresFunciones cerebrales superiores
Funciones cerebrales superiores
 
Sociedad y cultura griega
Sociedad y cultura griegaSociedad y cultura griega
Sociedad y cultura griega
 
Trucos de google
Trucos de googleTrucos de google
Trucos de google
 

Ähnlich wie The New Black - Creds

Lazaro Cangas Resume
Lazaro Cangas ResumeLazaro Cangas Resume
Lazaro Cangas ResumeLazaro Cangas
 
DLandis PORTFOLIO_peek_web
DLandis PORTFOLIO_peek_webDLandis PORTFOLIO_peek_web
DLandis PORTFOLIO_peek_webDave Landis
 
Visible Ideas ltd Creative Technologists
Visible Ideas ltd Creative TechnologistsVisible Ideas ltd Creative Technologists
Visible Ideas ltd Creative TechnologistsAdam Hender
 
Enrique Allen, D Fund - Warm Gun Conference
Enrique Allen, D Fund - Warm Gun ConferenceEnrique Allen, D Fund - Warm Gun Conference
Enrique Allen, D Fund - Warm Gun Conference500 Startups
 
Centerline Capabilities - Content and The Buyer's Journey
Centerline Capabilities - Content and The Buyer's JourneyCenterline Capabilities - Content and The Buyer's Journey
Centerline Capabilities - Content and The Buyer's JourneyCenterline Digital
 
Maurer Résumé
Maurer RésuméMaurer Résumé
Maurer Résumébamaurer
 
My 2012 iAB Chile talk
My 2012 iAB Chile talkMy 2012 iAB Chile talk
My 2012 iAB Chile talkRicardo Diaz
 
Brief Profile - Prateek Agarwal
Brief Profile - Prateek AgarwalBrief Profile - Prateek Agarwal
Brief Profile - Prateek AgarwalPrateek Agarwal
 
Prateek Agarwal Portfolio
Prateek Agarwal PortfolioPrateek Agarwal Portfolio
Prateek Agarwal PortfolioPrateek Agarwal
 
Timo loud webdesignresume
Timo loud webdesignresumeTimo loud webdesignresume
Timo loud webdesignresumeTim Loud
 
Next Generation Websites - Autonomy Interwoven - iCrossing
Next Generation Websites - Autonomy Interwoven - iCrossingNext Generation Websites - Autonomy Interwoven - iCrossing
Next Generation Websites - Autonomy Interwoven - iCrossingiCrossing
 
Download.doc.doc
Download.doc.docDownload.doc.doc
Download.doc.docbutest
 
Sherrie medina work samples ymca
Sherrie medina work samples   ymcaSherrie medina work samples   ymca
Sherrie medina work samples ymcaSherrie Medina
 
Marketing in the Social Enterprise, Speaker — Ross Piper (Salesforce.com)
Marketing in the Social Enterprise, Speaker — Ross Piper (Salesforce.com)Marketing in the Social Enterprise, Speaker — Ross Piper (Salesforce.com)
Marketing in the Social Enterprise, Speaker — Ross Piper (Salesforce.com)Signal Chicago 2012
 
Ashley Evans Mattocks - Resume
Ashley Evans Mattocks - ResumeAshley Evans Mattocks - Resume
Ashley Evans Mattocks - ResumeAshley Mattocks
 
Responsive design and mobile
Responsive design and mobileResponsive design and mobile
Responsive design and mobileLee Andron
 
Staying Productive with Social Streams
Staying Productive with Social StreamsStaying Productive with Social Streams
Staying Productive with Social StreamsLuis Benitez
 

Ähnlich wie The New Black - Creds (20)

Lazaro Cangas Resume
Lazaro Cangas ResumeLazaro Cangas Resume
Lazaro Cangas Resume
 
DLandis PORTFOLIO_peek_web
DLandis PORTFOLIO_peek_webDLandis PORTFOLIO_peek_web
DLandis PORTFOLIO_peek_web
 
Visible Ideas ltd Creative Technologists
Visible Ideas ltd Creative TechnologistsVisible Ideas ltd Creative Technologists
Visible Ideas ltd Creative Technologists
 
Enrique Allen, D Fund - Warm Gun Conference
Enrique Allen, D Fund - Warm Gun ConferenceEnrique Allen, D Fund - Warm Gun Conference
Enrique Allen, D Fund - Warm Gun Conference
 
Centerline Capabilities - Content and The Buyer's Journey
Centerline Capabilities - Content and The Buyer's JourneyCenterline Capabilities - Content and The Buyer's Journey
Centerline Capabilities - Content and The Buyer's Journey
 
Maurer Résumé
Maurer RésuméMaurer Résumé
Maurer Résumé
 
My 2012 iAB Chile talk
My 2012 iAB Chile talkMy 2012 iAB Chile talk
My 2012 iAB Chile talk
 
Brief Profile - Prateek Agarwal
Brief Profile - Prateek AgarwalBrief Profile - Prateek Agarwal
Brief Profile - Prateek Agarwal
 
Prateek Agarwal Portfolio
Prateek Agarwal PortfolioPrateek Agarwal Portfolio
Prateek Agarwal Portfolio
 
Timo loud webdesignresume
Timo loud webdesignresumeTimo loud webdesignresume
Timo loud webdesignresume
 
Next Generation Websites - Autonomy Interwoven - iCrossing
Next Generation Websites - Autonomy Interwoven - iCrossingNext Generation Websites - Autonomy Interwoven - iCrossing
Next Generation Websites - Autonomy Interwoven - iCrossing
 
Download.doc.doc
Download.doc.docDownload.doc.doc
Download.doc.doc
 
Sherrie medina work samples ymca
Sherrie medina work samples   ymcaSherrie medina work samples   ymca
Sherrie medina work samples ymca
 
Marketing in the Social Enterprise, Speaker — Ross Piper (Salesforce.com)
Marketing in the Social Enterprise, Speaker — Ross Piper (Salesforce.com)Marketing in the Social Enterprise, Speaker — Ross Piper (Salesforce.com)
Marketing in the Social Enterprise, Speaker — Ross Piper (Salesforce.com)
 
QueensLab presentation
QueensLab presentation QueensLab presentation
QueensLab presentation
 
JimenaAustria
JimenaAustriaJimenaAustria
JimenaAustria
 
Ashley Evans Mattocks - Resume
Ashley Evans Mattocks - ResumeAshley Evans Mattocks - Resume
Ashley Evans Mattocks - Resume
 
Responsive design and mobile
Responsive design and mobileResponsive design and mobile
Responsive design and mobile
 
Staying Productive with Social Streams
Staying Productive with Social StreamsStaying Productive with Social Streams
Staying Productive with Social Streams
 
Mountain Stream Group Overview Presentation
Mountain Stream Group Overview PresentationMountain Stream Group Overview Presentation
Mountain Stream Group Overview Presentation
 

Kürzlich hochgeladen

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

The New Black - Creds

  • 1.
  • 2. HAND-CRAFTED, DIGITALLY SOCIAL SOLUTIONS. www.newblack.me
  • 3. WHO WE ARE WE ARE A SMALL CREATIVE DEVELOPMENT STUDIO, WITH A FOCUS ON USER INTERFACE AND SOCIAL INTEGRATION. info@newblack.me
  • 4. WHO WE ARE OVER THE PAST 3 YEARS WE HAVE BECOME EXPERTS IN SOCIAL MEDIA DEVELOPMENT. info@newblack.me
  • 5. WHO WE ARE BEN JIM CURATOR & LEAD DEV / UX & FOUNDING PARTNER FOUNDING PARTNER PAST PAST — — Web developer Web developer Head of digital Head of digital Graphic designer Product manager Graphic designer OUTLOOK OUTLOOK — — With experience as a graphic Jim is fanatic about user designer, web developer, and head experience, ensuring harmony of digital, Ben is perfectly of the function and form, and placed to coordinate projects & that every app has a clear work directly with clients. defined purpose. info@newblack.me
  • 6. WHO WE ARE THE ADAM TOMS DIGITAL & BACKEND DEVELOPMENT UI DESIGNER & SERVER ADMIN PAST — Graphic/Digital designer at agencies Fivefootsix and Zone ABOUT — Both computer science graduates The Toms are a formidable pair of performance obsessives. Unlike the OUTLOOK rest of the team The Toms — work remotely. Our UI perfectionist. Adams understanding and balance of function and form allows him to create truly beautiful and functional ideas. info@newblack.me
  • 7. WHAT WE DO STATIC / WEB Websites & micro-sites Bespoke applications Branding E-commerce/D2C SOCIAL Bespoke social applications Social media branding Facebook experts Social strategy development MOBILE Mobile sites Bespoke applications Responsive styling info@newblack.me
  • 8. WHO WE DO IT FOR info@newblack.me
  • 9. WHO WE DO IT FOR BRANDS AGENCIES MUSIC POLYDOR RECORDS XBOX BMB NEON ATLANTIC RECORDS WINDOWS PHONE LUCID GROUP IBIZA ROCKS HOTEL SONY BMG GRAPEVINE DIGITAL MICROSOFT WINDOWS WARNER MUSIC IMPRESSIVE TOSHIBA NINJA TUNE TEFAL UNIVERSAL MUSIC BIC FILM COMEDIANS STUDIO CANAL MICHAEL MCINTYRE PICTUREHOUSE KEVIN BRIDGES JON RICHARDSON info@newblack.me
  • 10. HOW WE DO IT WE DEVELOP FROM FRONT-TO-BACK, ALLOWING US TO COLLABORATE AND REFINE THE USER EXPERIENCE WITH YOU, THE CLIENT. info@newblack.me
  • 11. HOW WE DO IT WET AGILE WET AGILE The most important thing is we are always learning and adjusting the way we work, listening to clients to create processes that will serve them better. The following diagram illustrates how we currently work. We find this approach (a mix of Agile and Waterfall) to deliver the greatest level of speed and flexibility whilst allowing us to meet tight deadlines.
  • 12. In many respects this is this is the most important part of the project. STRATEGY We cycle through reviews, collaborating with the client to ensure the concept is the best it can be. At this stage everyone at The New Black is involved, ensuring we have technical, marketing and user insight. CLIENT
  • 13. After the strategy has been firmed up, we try to realise the dream. Rather than spending hours on lengthy spec documents that are somewhat abstracted from CREATIVE any final product, we work with the client to find the right tone and journey for their audience, by again adopting a highly iterative approach of how each part of the journey will look and act. This ensures that the client has an CLIENT extremely clear idea of what to expect with the final project.
  • 14. By the time we start development, we have an extremely detailed set of mockups. Development happens in a very linear fashion with the frontend & backend developers working together simultaneously. The previous iterations allow this part of DEVELOPMENT the process to be as quick and streamlined as possible, ensuring that costs are kept as low as possible. During the process, frontend templates are submitted to the UI designer to ensure all implementations are true to his vision. All code is developed locally and regularly deployed to a private Git repo. This Git repo has a ticketing system closely associated with it.
  • 15. WHAT WE’RE ALL ABOUT # 1 WE’RE A DESIGN LED STUDIO While we marvel at things that look pretty - design doesn’t just refer to the way something looks. Design is also about the way something is built, the underlying mechanics that make it run smoothly.
  • 16. WHAT WE’RE ALL ABOUT # 2 KEEPING AN EYE ON EMERGING TECH When it comes to technology we like to stay on the cutting edge, meaning we’re always looking at exploring the latest tools and technology trends to determine 2 things: 1. Can we translate them into ideas which can be groundbreaking. 2. Can we work them into our workflow Once we feel comfortable enough with a new technology and we feel it is rock solid, we integrate it into our projects.
  • 17. WHAT WE’RE ALL ABOUT KEEPING AN EYE ON EMERGING TECH #2 CLIENT SIDE SILEX COMPOSER CUSTOM CMS We currently use the Silex Silex’s integration with Composer Initial templates are written in framework for all apps. This means the framework pulls the Styl (compiles to CSS), and Jade, utilises some of the great additional required libraries compiles to Twig templates(HTML), features available in php 5.3 keeping the application lean, and this enables fast prototyping that other frameworks don’t. allowing complete version and the use of mixins and controlling on the dependancies. variables in CSS. SPRINGLOOPS ENVIRONMENTS For ticketing on larger scale apps, Our developers work locally, upload deployment and Git version control of progress to a staging server and once apps to facilitate collaboration approved by the client we commit to between multiple developers. the live server.
  • 18. WHAT WE’RE ALL ABOUT KEEPING AN EYE ON EMERGING TECH #2 SERVER SIDE HTML5 / CSS 3 COFFEESCRIPT BACKBONE/ All apps have progressively All Javascript is written in KNOCKOUT enhanced CSS3 features. Coffeescript, this beautiful syntax is pre-compiled into For front-end MVC architecture highly optimised JS. STYL/JADE MOUSTACHE.JS Initial templates are written in Styl Client-side templating (compiles to CSS), and Jade, compiles to Twig templates(HTML), this enables fast prototyping and the use of mixins and variables in CSS.
  • 19. WHAT WE’RE ALL ABOUT # 3 SENSIBLE STRATEGY & MARKETING In a previous life we came from a strategy and marketing background, with plenty of experience to match that. This means we understand the needs of our clients more than your average development house. Our aim is to work with you to develop a sensible strategy to effectively deliver against your objectives.
  • 20. WHAT WE’RE ALL ABOUT # 4 COLLABORATIVE IDEA GENERATION While being able to do everything in-house generally leads to a smoother workflow, the reality is you don’t always get that luxury. We pride ourselves on an excellent project management process, which allows us to manage and work with multiple external companies. We also enjoy collaboration, the sharing of ideas and meeting people with a different thought-process. We embrace the experience and think it’s necessary to make us a better company.
  • 21. AND THE REST... BUT JUST AS IMPORTANT PLUS SCOPING LOCALISATION CREATIVE Making sure the scope of the We’re at ease with working on We like to get involved in the project has been documented multi-territory campaigns, creative process, that way you and signed off by both meanings apps get deployed in can benefit from our expertise parties. We deliver no more, different iterations depending to come up with ideas that are no less than planned. on the user’s location. possible between the latest developments and boundaries of the platform you wish to develop for. METRICS TESTING / QA SOCIAL CMS Our previous experience of We make sure your app works as We build custom content product management and marketing intended across all supported management systems for most of means we’ve always taken metrics browsers. To achieve this we the apps we build. These can very seriously. Setting up spend a lot of time testing load in-tab or out and will marketing funnels, goal before your app goes live. always be bespoke for your conversions, tracking user campaign, but based on our own journeys and trackable links are framework. second nature to us.
  • 22. Project BEL AMI Tags FACEBOOK APP FRAMEWORK Brief Build a Facebook sweepstakes competition framework that can be used across multiple film launches Technology HTML/CSS/JS Custom CMS Cloud hosting with Pagodabox LAUNCH
  • 23. Project BEL AMI Tags FACEBOOK APP FRAMEWORK Brief Build a Facebook sweepstakes competition framework that can be used across multiple film launches Technology HTML/CSS/JS Custom CMS Cloud hosting with Pagodabox LAUNCH
  • 24. Project BEL AMI Tags FACEBOOK APP FRAMEWORK Brief Build a Facebook sweepstakes competition framework that can be used across multiple film launches Technology HTML/CSS/JS Custom CMS Cloud hosting with Pagodabox LAUNCH
  • 25. Project YOUNGMAN Tags WEBSITE MOBILE SITE Brief Polydor Records approached us about putting together a splash for Youngman, the brief mentioned a mobile skin which would display most of the content from the web version. Technology HTML 5 / CSS3 API’s (Twitter, Facebook, Instagram) Mobile skin LAUNCH
  • 26. Project YOUNGMAN Tags WEBSITE MOBILE SITE Brief Polydor Records approached us about putting together a splash for Youngman, the brief mentioned a mobile skin which would display most of the content from the web version. Technology HTML 5 / CSS3 API’s (Twitter, Facebook, Instagram) Mobile skin LAUNCH
  • 27. Project YOUNGMAN Tags WEBSITE MOBILE SITE Brief Polydor Records approached us about putting together a splash for Youngman, the brief mentioned a mobile skin which would display most of the content from the web version. Technology HTML 5 / CSS3 API’s (Twitter, Facebook, Instagram) Mobile skin LAUNCH
  • 28. Project TEFAL Tags FACEBOOK APP CUSTOM CMS Brief Build a ‘welcome’ tab highlighting Tefal’s products and other online destinations and initiatives. Technology HTML/CSS/JS Custom CMS Cloud hosting with Pagodabox LAUNCH
  • 29. Project TEFAL Tags FACEBOOK APP CUSTOM CMS Brief Build a ‘welcome’ tab highlighting Tefal’s products and other online destinations and initiatives. Technology HTML/CSS/JS Custom CMS Cloud hosting with Pagodabox LAUNCH
  • 30. Project TEFAL Tags FACEBOOK APP CUSTOM CMS Brief Build a ‘welcome’ tab highlighting Tefal’s products and other online destinations and initiatives. Technology HTML/CSS/JS Custom CMS Cloud hosting with Pagodabox LAUNCH
  • 31. Project TEFAL Tags FACEBOOK APP CUSTOM CMS Brief Build a ‘welcome’ tab highlighting Tefal’s products and other online destinations and initiatives. Technology HTML/CSS/JS Custom CMS Cloud hosting with Pagodabox LAUNCH
  • 32. Project XBOX 360 Tags FACEBOOK APP BING MAPS Brief Deliver tools for a full social media campaign in support of above the line marketing activity. Technology HTML / CSS / JS API’s-(Bing maps, Viddler, Youtube) Custom CMS Cloud hosting with Pagodabox
  • 33. Project XBOX 360 Tags FACEBOOK APP BING MAPS Brief Deliver tools for a full social media campaign in support of above the line marketing activity. Technology HTML / CSS / JS API’s-(Bing maps, Viddler, Youtube) Custom CMS Cloud hosting with Pagodabox
  • 34. Project XBOX 360 Tags FACEBOOK APP BING MAPS Brief Deliver tools for a full social media campaign in support of above the line marketing activity. Technology HTML / CSS / JS API’s-(Bing maps, Viddler, Youtube) Custom CMS Cloud hosting with Pagodabox
  • 35. Project XBOX 360 Tags FACEBOOK APP BING MAPS Brief Deliver tools for a full social media campaign in support of above the line marketing activity. Technology HTML / CSS / JS API’s-(Bing maps, Viddler, Youtube) Custom CMS Cloud hosting with Pagodabox
  • 36. Project XBOX 360 Tags FACEBOOK APP BING MAPS Brief Deliver tools for a full social media campaign in support of above the line marketing activity. Technology HTML / CSS / JS API’s-(Bing maps, Viddler, Youtube) Custom CMS Cloud hosting with Pagodabox
  • 37. Project WINDOWS PHONE Tags SOCIAL MEDIA SKINNING FACEBOOK TAB WORDPRESS SITE Owen - be good to use an updated Brief screenshot here. Re-brand a couple of Windows http://www.mykindofphone.com/ Phone blogs and social media pages including Facebook, Twitter and Youtube. Technology HTML / CSS / JS Custom CMS Wordpress skin Cloud hosting with Pagodabox LAUNCH
  • 38. Project WINDOWS PHONE Tags SOCIAL MEDIA SKINNING FACEBOOK TAB WORDPRESS SITE Owen - be good to use an updated Brief screenshot here. Re-brand a couple of Windows http://www.mykindofphone.com/ Phone blogs and social media pages including Facebook, Twitter and Youtube. Technology HTML / CSS / JS Custom CMS Wordpress skin Cloud hosting with Pagodabox LAUNCH
  • 39. Project WINDOWS PHONE Tags SOCIAL MEDIA SKINNING FACEBOOK TAB WORDPRESS SITE Owen - be good to use an updated Brief screenshot here. Re-brand a couple of Windows http://www.mykindofphone.com/ Phone blogs and social media pages including Facebook, Twitter and Youtube. Technology HTML / CSS / JS Custom CMS Wordpress skin Cloud hosting with Pagodabox LAUNCH
  • 40. Project WINDOWS PHONE Tags SOCIAL MEDIA SKINNING FACEBOOK TAB WORDPRESS SITE Owen - be good to use an updated Brief screenshot here. Re-brand a couple of Windows http://www.mykindofphone.com/ Phone blogs and social media pages including Facebook, Twitter and Youtube. Technology HTML / CSS / JS Custom CMS Wordpress skin Cloud hosting with Pagodabox LAUNCH
  • 41. Project WINDOWS PHONE Tags SOCIAL MEDIA SKINNING FACEBOOK TAB WORDPRESS SITE Owen - be good to use an updated Brief screenshot here. Re-brand a couple of Windows http://www.mykindofphone.com/ Phone blogs and social media pages including Facebook, Twitter and Youtube. Technology HTML / CSS / JS Custom CMS Wordpress skin Cloud hosting with Pagodabox LAUNCH
  • 42. Project WINDOWS AAA Tags FACEBOOK APP SOCIAL MEDIA RE-SKIN Brief Re-skin all of the Facebook tabs to match the new branding guidelines for the 2012 campaign. Technology HTML / CSS / JS Custom in-tab CMS LAUNCH
  • 43. Project WINDOWS AAA Tags FACEBOOK APP SOCIAL MEDIA RE-SKIN Brief Re-skin all of the Facebook tabs to match the new branding guidelines for the 2012 campaign. Technology HTML / CSS / JS Custom in-tab CMS LAUNCH
  • 44. Project WINDOWS AAA Tags FACEBOOK APP SOCIAL MEDIA RE-SKIN Brief Re-skin all of the Facebook tabs to match the new branding guidelines for the 2012 campaign. Technology HTML / CSS / JS Custom in-tab CMS LAUNCH
  • 45. Project WINDOWS AAA Tags FACEBOOK APP SOCIAL MEDIA RE-SKIN Brief Re-skin all of the Facebook tabs to match the new branding guidelines for the 2012 campaign. Technology HTML / CSS / JS Custom in-tab CMS LAUNCH
  • 46. Project WINDOWS AAA Tags FACEBOOK APP SOCIAL MEDIA RE-SKIN Brief Re-skin all of the Facebook tabs to match the new branding guidelines for the 2012 campaign. Technology HTML / CSS / JS Custom in-tab CMS LAUNCH
  • 47. Project P APART BY HORSES .A.B.H PULLED Tags FACEBOOK APP COMP’ FRAMEWORK Brief Deliver a creative way of offering content in exchange for directing their friends back to the app as a framework which can be refreshed. Technology HTML / CSS / JS Custom Soundcloud Player(API) Cloud hosting with Pagodabox LAUNCH
  • 48. Project P APART BY HORSES .A.B.H PULLED Tags FACEBOOK APP COMP’ FRAMEWORK Brief Deliver a creative way of offering content in exchange for directing their friends back to the app as a framework which can be refreshed. Technology HTML / CSS / JS Custom Soundcloud Player(API) Cloud hosting with Pagodabox LAUNCH
  • 49. Project P APART BY HORSES .A.B.H PULLED Tags FACEBOOK APP COMP’ FRAMEWORK Brief Deliver a creative way of offering content in exchange for directing their friends back to the app as a framework which can be refreshed. Technology HTML / CSS / JS Custom Soundcloud Player(API) Cloud hosting with Pagodabox LAUNCH
  • 50. Project P APART BY HORSES .A.B.H PULLED Tags FACEBOOK APP COMP’ FRAMEWORK Brief Deliver a creative way of offering content in exchange for directing their friends back to the app as a framework which can be refreshed. Technology HTML / CSS / JS Custom Soundcloud Player(API) Cloud hosting with Pagodabox LAUNCH
  • 51. Project P APART BY HORSES .A.B.H PULLED Tags FACEBOOK APP COMP’ FRAMEWORK Brief Deliver a creative way of offering content in exchange for directing their friends back to the app as a framework which can be refreshed. Technology HTML / CSS / JS Custom Soundcloud Player(API) Cloud hosting with Pagodabox LAUNCH
  • 52. Project WINDOWS BRINGING DOWN THE HOUSE Tags FACEBOOK APP VIDEO SUBMISSION Brief Microsoft were to offer a full house makeover for students using some of the latest tech gear. The goal was to come up with a fun mechanic for students with a viral aspect and UGC. Technology HTML 5 / CSS 3 / JS Viddler video API for webcam submissions and file uploads. Cloud hosting with Heroku
  • 53. Project WINDOWS BRINGING DOWN THE HOUSE Tags FACEBOOK APP VIDEO SUBMISSION Brief Microsoft were to offer a full house makeover for students using some of the latest tech gear. The goal was to come up with a fun mechanic for students with a viral aspect and UGC. Technology HTML 5 / CSS 3 / JS Viddler video API for webcam submissions and file uploads. Cloud hosting with Heroku
  • 54. Project WINDOWS BRINGING DOWN THE HOUSE Tags FACEBOOK APP VIDEO SUBMISSION Brief Microsoft were to offer a full house makeover for students using some of the latest tech gear. The goal was to come up with a fun mechanic for students with a viral aspect and UGC. Technology HTML 5 / CSS 3 / JS Viddler video API for webcam submissions and file uploads. Cloud hosting with Heroku
  • 55. Project WINDOWS BRINGING DOWN THE HOUSE Tags FACEBOOK APP VIDEO SUBMISSION Brief Microsoft were to offer a full house makeover for students using some of the latest tech gear. The goal was to come up with a fun mechanic for students with a viral aspect and UGC. Technology HTML 5 / CSS 3 / JS Viddler video API for webcam submissions and file uploads. Cloud hosting with Heroku
  • 56. Project PLAN B Tags RESPONSIVE SITE MOBILE Brief Build a responsive website which will play nice on a desktop, tablets and mobile phones Technology HTML 5 / CSS 3 / JS Soundcloud, Youtube, Twitter, Facebook APIs Custom CMS
  • 57. Project PLAN B Tags RESPONSIVE SITE MOBILE Brief Build a responsive website which will play nice on a desktop, tablets and mobile phones Technology HTML 5 / CSS 3 / JS Soundcloud, Youtube, Twitter, Facebook APIs Custom CMS
  • 58. Project PLAN B Tags RESPONSIVE SITE MOBILE Brief Build a responsive website which will play nice on a desktop, tablets and mobile phones Technology HTML 5 / CSS 3 / JS Soundcloud, Youtube, Twitter, Facebook APIs Custom CMS
  • 59. Project PLAN B Tags RESPONSIVE SITE MOBILE Brief Build a responsive website which will play nice on a desktop, tablets and mobile phones Technology HTML 5 / CSS 3 / JS Soundcloud, Youtube, Twitter, Facebook APIs Custom CMS
  • 60. Project PLAN B Tags RESPONSIVE SITE MOBILE Brief Build a responsive website which will play nice on a desktop, tablets and mobile phones Technology HTML 5 / CSS 3 / JS Soundcloud, Youtube, Twitter, Facebook APIs Custom CMS
  • 61. Project CHRIS BROWN Tags FACEBOOK APP Brief Sony Music had big plans for Chris Brown, the aim was to get an #1 album. To support this, they needed something unique and beautiful to help engage with Chris’ fanbase. Technology HTML 5 / CSS 3 / JS Facebook/Twitter API Cloud hosting with Pagodabox
  • 62. Project CHRIS BROWN Tags FACEBOOK APP Brief Sony Music had big plans for Chris Brown, the aim was to get an #1 album. To support this, they needed something unique and beautiful to help engage with Chris’ fanbase. Technology HTML 5 / CSS 3 / JS Facebook/Twitter API Cloud hosting with Pagodabox
  • 63. Project CHRIS BROWN Tags FACEBOOK APP Brief Sony Music had big plans for Chris Brown, the aim was to get an #1 album. To support this, they needed something unique and beautiful to help engage with Chris’ fanbase. Technology HTML 5 / CSS 3 / JS Facebook/Twitter API Cloud hosting with Pagodabox
  • 64. Project CHRIS BROWN Tags FACEBOOK APP Brief Sony Music had big plans for Chris Brown, the aim was to get an #1 album. To support this, they needed something unique and beautiful to help engage with Chris’ fanbase. Technology HTML 5 / CSS 3 / JS Facebook/Twitter API Cloud hosting with Pagodabox
  • 65. Project CUSTOM CMS Tags FACEBOOK APP BOOTSTRAP Details As part of Facebook app work we build white label custom CMS solutions based on the Bootstrap framework. The framework is very flexible, meaning each iteration can be tailored to your project’s specific requirements.
  • 66. Project CUSTOM CMS Tags FACEBOOK APP BOOTSTRAP Details As part of Facebook app work we build white label custom CMS solutions based on the Bootstrap framework. The framework is very flexible, meaning each iteration can be tailored to your project’s specific requirements.
  • 67. Project FACEBOOK COMPETITION APP BUILDER Tags FACEBOOK APP WHITE LABEL SOLUTION Brief A tool that allows our client to launch Facebook different types of competitions on their Facebook profiles. Technology HTML/CSS/JS Bing maps, Viddler, Youtube API Custom CMS Cloud hosting with Pagodabox
  • 68. Project FACEBOOK COMPETITION APP BUILDER Tags FACEBOOK APP WHITE LABEL SOLUTION Brief A tool that allows our client to launch Facebook different types of competitions on their Facebook profiles. Technology HTML/CSS/JS Bing maps, Viddler, Youtube API Custom CMS Cloud hosting with Pagodabox
  • 69. Project FACEBOOK COMPETITION APP BUILDER Tags FACEBOOK APP WHITE LABEL SOLUTION Brief A tool that allows our client to launch Facebook different types of competitions on their Facebook profiles. Technology HTML/CSS/JS Bing maps, Viddler, Youtube API Custom CMS Cloud hosting with Pagodabox
  • 70. Project FACEBOOK COMPETITION APP BUILDER Tags FACEBOOK APP WHITE LABEL SOLUTION Brief A tool that allows our client to launch Facebook different types of competitions on their Facebook profiles. Technology HTML/CSS/JS Bing maps, Viddler, Youtube API Custom CMS Cloud hosting with Pagodabox
  • 71. THANK YOU ADDRESS: 235 UPPER STREET, N1R 4RU LONDON, UK | PHONE: +44 207 096 4217 WEB: WWW.NEWBLACK.ME | EMAIL: INFO@NEWBLACK.ME | TWITTER: @THENEWBLACK | FACEBOOK.COM/THENEWBLACKUK