This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?rev | |
/* | |
* PayPal Instant Payment Notification Include | |
* by | |
* Andre Garzia ([email protected]) | |
*/ | |
local _IPN | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?rev | |
/* PayPal Instant Payment Notification Handler | |
* by | |
* Andre Garzia ([email protected]) | |
*/ | |
try | |
# Include our PayPal IPN routines | |
include "ipn.inc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<project name="Impact Ant Build" basedir="." default="full-build"> | |
<!-- Change these properties based on your project --> | |
<!-- Project meta data --> | |
<property name="project.name" value="Resident Raver"/> | |
<property name="company.name" value="GameCook"/> | |
<property name="company.site" value="http://gamecook.com"/> | |
<property name="project.version" value="0.8.1"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mobilelain:express soapdog$ jitsu deploy --debug | |
info: Welcome to Nodejitsu andregarzia | |
info: jitsu v0.12.1, node v0.8.7 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
warn: | |
warn: The package.json file is missing required fields: | |
warn: | |
warn: version | |
warn: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enyo.kind({ | |
name: "App", | |
kind: "FittableRows", | |
components:[ | |
{kind: "Signals", ondeviceready: "deviceReady"}, | |
{kind: "onyx.Toolbar", classes: "center", content: "Anuários do Consultor Jurídico"}, | |
{kind: "enyo.Scroller", fit: true, components: [ | |
{name: "busy", classes: "center", showing: false, components: [ | |
{ | |
kind: "onyx.Spinner", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enyo.kind({ | |
name: "App", | |
kind: "FittableRows", | |
components:[ | |
{kind: "Signals", ondeviceready: "deviceReady"}, | |
{kind: "onyx.Toolbar", classes: "center", content: "Anuários do Consultor Jurídico"}, | |
{kind: "enyo.Scroller", fit: true, components: [ | |
{name: "busy", classes: "center", showing: false, components: [ | |
{ | |
kind: "onyx.Spinner", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enyo.kind({ | |
name: "App", | |
kind: "FittableRows", | |
components:[ | |
{kind: "Signals", ondeviceready: "deviceReady"}, | |
{kind: "onyx.Toolbar", classes: "center", content: "Anuários do Consultor Jurídico"}, | |
{kind: "enyo.Scroller", fit: true, components: [ | |
{name: "busy", classes: "center", showing: false, components: [ | |
{ | |
kind: "onyx.Spinner", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function fireReadyCallbacks(url) { | |
// Fire all ready callbacks we have queued up. | |
console.log("Available callbacks", _readyCallbacks) | |
while(_readyCallbacks.length > 0) { | |
var callback = _readyCallbacks.pop() | |
if (typeof callback === "function") { | |
console.log("Callback available, firing it", callback); | |
callback(); | |
} else { | |
console.log("What?!?!", callback); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"app-logo": "Appmaker", | |
"Build App": "Construir aplicativo", | |
"Cancel remixing this widget.": "Cancelar o remix desse widget.", | |
"Cancel": "Cancelar", | |
"Click Me": "Clique em mim", | |
"Component Description": "Descrição do componente", | |
"Component Name": "Nome do componente", | |
"Congratulations!": "Parabéns!", | |
"Continue": "Continuar", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The article hosted on http://www.efytimes.com/e1/fullnews.asp?edid=132039 is wrong in many places. There are many misconceptions such as: | |
Item 3: Swiping to the left doesn't reveal category. Reveals the adaptative app search that allows you to get the content you need without the need of installing apps. It also shows smart collections. | |
Item 4: Completelly wrong. Hosted apps are not hosted on Mozilla servers, they are hosted in their own server. They can work offline when the developer uses appCache. Packaged app makes no use of HTML5 caching because they are already on the device. | |
Item 5: The correct way to try out Firefox OS is by using the Firefox OS Simulator add-on or the App Manager. | |
Item 6: The list is completely wrong. The current devices are: Commercial devices available on retails: LG Fireweb, ZTE Open, Alcatel One Touch Fire. There are some Android devices that can support Firefox OS but this is not the recommended way. Also there is the Geeksphone Keon, Peak and Revolution that are developer d |
OlderNewer