All Blog Channels

Remote debugging in App Cloud

Adam Mark's picture
Posted by Adam Mark on February 13, 2012,
in channel App Cloud Dev Tips.

If you're a fan of Chrome Developer Tools, you might be frustrated by the lack of similar debugging capabilities on your mobile devices. Sometimes you want to inspect the DOM, print messages to a console, modify styles on the fly, or peek into local storage.

Read More →

Creating a reading list in App Cloud

Adam Mark's picture
Posted by Adam Mark on February 10, 2012,
in channel App Cloud Dev Tips.

The function bc.core.cache() is great for all kinds of things: saving user preferences, saving application state, or saving "favorites," as in a reading list.

Here are some functions for managing an array of "favorites" in the cache. In this case, the favorites are news articles (objects), each identified by a unique ID:

Read More →

Working with the DOM in App Cloud

Adam Mark's picture
Posted by Adam Mark on February 10, 2012,
in channel App Cloud Dev Tips.

Apps are full of lists—articles, videos, events, and so on—and these lists are often created dynamically with JavaScript. Say you're creating a list of news articles. Your HTML might begin like this:

<ul id="articles">

</ul>

How should you fill the empty <ul> with content? There are two basic approaches:

Read More →

Notes from the Field - Business Video Expo, Miami

Shiri Friedman's picture
Posted by Shiri Friedman on February 9, 2012,
in channel Corporate Blog.

I recently had the opportunity to participate on a panel at the Business Video Expo (BVE) in Miami Beach. The topic, Video in the Cloud: Leveraging Hosted Solutions for Enhanced Communications, allowed me to share some best practices for online video strategies with an audience that was clearly eager to amplify their own initiatives.

Read More →

App Cloud image transcoding service adds cropping capability and JPEG quality settings

Adam Mark's picture
Posted by Adam Mark on February 8, 2012,
in channel Brightcove Developer Blog.

I can't say enough good things about image transcoding in App Cloud: It's a snap to use, it saves bandwidth, it speeds up your apps, and it makes users happy. We just added two new features to make it even better:

Cropping

You can now crop images on the fly! To crop an image, just add crop=x,y,w,h to the transcode URL, where x,y is the top left coordinate. Take the following image (originally 425x282):

Read More →

"Lazy Loading" your views in App Cloud

Adam Mark's picture
Posted by Adam Mark on February 7, 2012,
in channel App Cloud Dev Tips.

"Lazy loading" doesn't mean you're lazy. It's simply a technique for deferring an operation until it's absolutely necessary.

If your template has multiple views, you should consider building up each view when the user enters it—and not before. You'll save memory and improve the performance of your app by preventing all your business logic across all your views from running at the same time.

Read More →

Organizing your App Cloud code

Adam Mark's picture
Posted by Adam Mark on February 7, 2012,
in channel App Cloud Dev Tips.

App Cloud templates can be organized in any form or fashion, with one exception: the manifest file must be at the root of the template directory. Otherwise, you can use any conventions you like.

In my templates, I like to have one JavaScript file per HTML file. For example:

Read More →

Why hybrid works for content apps

Adam Mark's picture
Posted by Adam Mark on February 5, 2012,
in channel Brightcove Developer Blog.

Like great cars and great fruit, App Cloud takes a "hybrid" approach to app development, combining the power of native device platforms with the flexibility of HTML5 as a development framework. For cross-platform, content-centric apps, this approach saves time and money—and the results can be astounding. Consider the areas where each platform shines:

Read More →

Brightcove Community - January 2012

Erica Crossen's picture
Posted by Erica Crossen on February 3, 2012,
in channel Community and Knowledge.

What a great start to 2012! The Brightcove Community Team is really excited about the momentum and activity we saw in January! Here's a snapshot!

WHAT'S NEW?!

Read More →

Registration for Brightcove PLAY 2012 is Now Open

Kristin Cronin's picture
Posted by Kristin Cronin on February 2, 2012,
in channel Corporate Blog.

We are very excited to announce that registration for Brightcove PLAY 2012 is now open! Visit play.brightcove.com to learn more about the event and to register today. If you register before May 1st, you can take advantage of our early bird pricing rate and save $500, so make sure you act fast!

Read More →

Syndicate content