background preloader

Other

Facebook Twitter

Using Google geocoding API from Heroku application. Package <span class="skimlinks-unlinked">com.llamarycomer.maps</span>; import flexjson.JSONDeserializer; import <span class="skimlinks-unlinked">org.apache.log4j.Logger</span>; import <span class="skimlinks-unlinked">java.io.BufferedReader</span>; import <span class="skimlinks-unlinked">java.io.InputStreamReader</span>; import <span class="skimlinks-unlinked">java.net</span> import <span class="skimlinks-unlinked">java.text.MessageFormat</span>;

Using Google geocoding API from Heroku application

Alternative - Heroku File Storage. Kronuz/SublimeCodeIntel. REST API reference - Dropbox. The Core API is the underlying interface for all of our official Dropbox mobile apps and our SDKs.

REST API reference - Dropbox

It's the most direct way to access the API. This reference document is designed for those interested in developing for platforms not supported by the SDKs or for those interested in exploring API features in detail. General notes API compatibility This API will evolve. Thus, clients that want to be future-proof should avoid passing undocumented parameters (as they may cause different behavior in the future), and they should avoid strict checks on the keys of objects found in responses.

For example, you should not consider a /metadata response invalid if it contains additional keys besides those currently documented below. SSL only We require that all requests are done over SSL. App folder access type The default root level access type, app folder (as described in app types and permissions), is referenced in API URLs by its codename sandbox. UTF-8 encoding Date format "%a, %d %b %Y %H:%M:%S %z"

Balsamiq. 5 tips for creating great mobile app user interfaces. Parham Aarabi teaches a graduate course on Advanced Mobile User Interfaces and is the CEO of ModiFace.

5 tips for creating great mobile app user interfaces

When conceptualizing your mobile app’s user interface, there are a few things that you should keep in mind. Some of the basic things such as clarity of interface, consistency from one view to the next, and making sure that tapping on any button or UI element provides feedback to the user are fairly straightforward and are generally, though not universally, followed by most app designers. There are a few things, however, that are often ignored which can equally impact the user experience.

Below are some of these often-ignored UI design elements: 1 – Expert vs. novice users – the tale of two audiences Often, we think of our app users as a ubiquitous set of users with similar intentions and expertise. Novice users, for example, tend to move slower throughout the application, are prone to making more touch errors, and are more uncertain about the functionality of each button. 3 – UI location. Mashape-oauth/FLOWS.md at master · Mashape/mashape-oauth.

Reading the "clean" text from PDF with PHP. Portable Document Format (PDF) is a file format created for the document exchange.

Reading the "clean" text from PDF with PHP

Each PDF file encapsulates a complete description of a fixed-layout 2D document (and, with Acrobat 3D, embedded 3D documents) that includes the text, fonts, images, and 2D vector graphics which compose the documents. PDF file structure At first let’s look into the PDF file. PDF implements documents as a hierarchy of tagged objects organized into trees and/or linked lists. The objects can encapsulate various types of content, or attributes, or pointers to external resources. There are eight basic kinds of objects in PDF: Booleans, numbers, names, strings, arrays, dictionaries, streams and the null object. Strings In PDF a string consists of a series of 8-bit bytes surrounded by parentheses. . ( This is a string. )( This is a longer \string. ) Arrays An array is a sequence of PDF objects, enclosed in square brackets. [(Hello,)10(world!)] Dictionaries << /Length 4 0 R /Filter /FlateDecode>> Streams Objects Let’s read!

Www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/PDF32000_2008.pdf.