Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Gary Burge

Gary Burge

Gary Burge is an experienced web developer and techno-activist.
Mark Kroos Plays Dueling Banjos From Deliverance by Himself - http://www.youtube.com/watch...
Mark Kroos Plays Dueling Banjos From Deliverance by Himself
Play
Android Voice Commands - Android Voice Actions Basics - http://www.youtube.com/watch...
Android Voice Commands - Android Voice Actions Basics
Play
How to impress your friends: 40+ voice searches on Jelly Bean - http://www.youtube.com/watch...
How to impress your friends: 40+ voice searches on Jelly Bean
Play
Gracenote | Developer Portal - https://developer.gracenote.com/
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
fabpot/PHP-CS-Fixer · GitHub - https://github.com/fabpot...
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
Important Considerations When Building Single Page Web Apps | Nettuts+ - http://net.tutsplus.com/tutoria...
Review of node.js frameworks - Gary Burge
Better Workflow in PHP With Composer, Namespacing, and PHPUnit | Nettuts+ - http://net.tutsplus.com/tutoria...
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
PayPal Integration And IPN (Instant Payment Notification) | Wiki | Yii Framework - http://www.yiiframework.com/wiki...
Had to implement PayPal payments for a client and would like to share part of my code with you. - Gary Burge
Google Civic Information API — Google Developers - https://developers.google.com/civic-i...
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
internet Rising: documentary film { edu-info-tainment } - http://www.youtube.com/watch...
internet Rising: documentary film { edu-info-tainment }
Play
How Do You Structure JavaScript? The Module Pattern Edition | CSS-Tricks - http://css-tricks.com/how-do-...
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
How to Use RequireJS with Backbone | Nettuts+ - http://net.tutsplus.com/tutoria...
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
HTML5 Drag and Drop Avatar Changer with Resizing and Cropping | CSS-Tricks - http://css-tricks.com/html5-d...
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 | Extension | Yii Framework - http://www.yiiframework.com/extensi...
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
backup | Extension | Yii Framework - http://www.yiiframework.com/extensi...
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
vernes/YiiMailer · GitHub - https://github.com/vernes...
Yii extension for sending emails with layouts using PHPMailer - Gary Burge
auth | Extension | Yii Framework - http://www.yiiframework.com/extensi...
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
ptags | Extension | Yii Framework - http://www.yiiframework.com/extensi...
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
yiimailer | Extension | Yii Framework - http://www.yiiframework.com/extensi...
Yii extension for sending HTML emails with layouts using PHPMailer - Gary Burge
txgruppi/syte-yii · GitHub - https://github.com/TXGrupp...
This is a Yii Framework module based on Syte - Gary Burge
current-password-validator | Extension | Yii Framework - http://www.yiiframework.com/extensi...
Validates field "Input current password" in your model. - 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
sciactive/ptags · GitHub - https://github.com/sciacti...
The Pines Tags jQuery plugin. - Gary Burge
Pub/Sub – Redis - http://redis.io/topics/pubsub
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
onlinehelp | Extension | Yii Framework - http://www.yiiframework.com/extensi...
Onlinehelp is a module for the Yii PHP framework that provides a web user interface to generate and maintain an online help system. - Gary Burge
yii-redis | Extension | Yii Framework - http://www.yiiframework.com/extensi...
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
jwerner / yii-onlinehelp — Bitbucket - https://bitbucket.org/jwerner...
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
Other ways to read this feed:Feed readerFacebook