Welcome to the Gracenote Developer Portal. With the largest database of music metadata on the planet and world-renowned recognition technology, Gracenote connects millions of people to the music they love. And we want to help you build the next generation of great music apps.
- Gary Burge
Why break conversations into awkward and arbitrary pages, where you have to constantly find the Next Page button? We've replaced all that with the power of just-in-time loading. Want to read more? Just keep scrolling down.
- Gary Burge
Want to build a better Twitter? Here’s a framework for you — Tech News and Analysis - http://gigaom.com/2013...
Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes. Twitter uses it for their web applications. By way of example, we've including a simple email client demo (browse the source code) built over the Flight framework.
- Gary Burge
The PHP Coding Standards Fixer tool fixes most issues in your code when you want to follow the PHP coding standards as defined in the PSR-1 and PSR-2 documents. If you are already using PHP_CodeSniffer to identify coding standards problems in your code, you know that fixing them by hand is tedious, especially on large projects. This tool does the job for you.
- Gary Burge
In this video tutorial, we’ll again focus on workflow. Specifically, we’ll use Composer’s built-in autoloading capabilities, along with namespacing, to make for an elegant testing experience. We’ll also review a handful of PHPUnit best practices, as we get setup with these tools.
- Gary Burge
The Google Civic Information API allows developers to build applications that display civic information including polling place, early vote location, candidate data, and election official information to users. The initial version of the API is geared towards election-related information for the United States. Future versions of the API may add more types of civic information and expand to other countries.
- Gary Burge
JavaScript is interesting in that it enforces no particular structure upon you. "Bring Your Own Organization", if you will. As I write more and more JavaScript in web app sites, this becomes more and more interesting. How you structure your JavaScript is very important because: Done right, it makes code easier to understand for others and yourself re-visting your own code. Having a decided-upon structure helps keep future code clean and encourages your declared best practices. It makes your code testable.
- Gary Burge
The repo for the video tutorial should give you an excellent starting point, when beginning new RequireJS + Backbone projects. Once you’re comfortable with the process, also, at some point, be sure to consider Yeoman with RequireJS support.
- Gary Burge
Let's create a page where a user can update their avatar with as little friction as possible: they just drop an image anywhere on the page and it's done.
- Gary Burge
(2) Adam Powell - Google+ - +Android Developers! If you want to test your UI in pretty… - https://plus.google.com/u...
+Android Developers! If you want to test your UI in pretty much all environments, a Nexus 10 is all you need. There are two really useful commands you should know: "adb shell am display-size" and "adb shell am display-density". These two commands will tell an attached device to emulate a display resolution or density other than the native display properties of the device. You can tell either property to reset by telling it "reset" as the resolution or density argument.
- Gary Burge
YiiScraperModule is base scraper module to get information from Internet. It parses received HTML pages using simple_html_dom parser component and retrieves URLs from HTML page. URLs are saved to DB table and will be requested later. By default, HTML content is saved to DB table as well. You may select target containers for parsed URLs and stored content. You may write your own functions for URLs parsing and storing content.
- Gary Burge
This is a simple module for full database Backup/Restore. I have been using it for all my apps for quite sometime now. It saves lot of time.
- Gary Burge
Auth is a new module from the creator of the popular Rights module for managing user permissions in Yii applications. It's a completely new, modern and responsive user interface for Yii's authorization manager (CAuthManager) built using the also popular Bootstrap extension.
- Gary Burge
I just quickly wrote a widget for the JQuery plugin Pines Tags. Pines Tags is a beautiful and easy to use plugin. Even so, this widget is very easy to use.
- Gary Burge
Pines Tags is a JavaScript content tag editor plugin for the jQuery JavaScript library, developed by Hunter Perrin as part of Pines. It is designed to provide maximum flexibility, while still being easy to use and easy to implement.
- Gary Burge
SUBSCRIBE, UNSUBSCRIBE and PUBLISH implement the Publish/Subscribe messaging paradigm where (citing Wikipedia) senders (publishers) are not programmed to send their messages to specific receivers (subscribers). Rather, published messages are characterized into channels, without knowledge of what (if any) subscribers there may be. Subscribers express interest in one or more channels, and only receive messages that are of interest, without knowledge of what (if any) publishers there are. This decoupling of publishers and subscribers can allow for greater scalability and a more dynamic network topology.
- Gary Burge
Provides object oriented access to Redis in a familiar Yii Style. When you add or remove items from redis entities (lists, sets, sorted sets, hashes), changes are pushed to the server immediately, this is useful when your application needs to make information available across multiple requests.
- Gary Burge
Yii Bootstrap Blog Demo with Onlinehelp This repository contains a version of the [Yii Blog Demo][YiiBlog]. It adds the Yii bootstrap and the Yii onlinehelp extensions.
- Gary Burge