This file contains hidden or 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
<link rel="import" href="../ace-element/ace-element.html"> | |
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<polymer-element name="my-element"> |
This file contains hidden or 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
<link rel="import" href="../paper-checkbox/paper-checkbox.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icons/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<link rel="import" href="../paper-icon-button/paper-icon-button.html"> | |
<link rel="import" href="../paper-progress/paper-progress.html"> | |
<link rel="import" href="../paper-radio-button/paper-radio-button.html"> | |
<link rel="import" href="../paper-ripple/paper-ripple.html"> | |
<link rel="import" href="../paper-slider/paper-slider.html"> | |
<link rel="import" href="../paper-tabs/paper-tab.html"> |
This file contains hidden or 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
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../paper-input/paper-input.html"> | |
<link rel="import" href="../paper-button/paper-button.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; |
This file contains hidden or 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
DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=4.0 -iquote "/Users/vyoumans/Documents/Titanium Studio Workspace/shoes04/couch01test/build/iphone/build/couch01test.build/Debug-iphoneos/couch01test-universal.build/couch01test-generated-files.hmap" "-I/Users/vyoumans/Documents/Titanium Studio Workspace/shoes04/couch01test/build/iphone/build/couch01test.build/Debug-iphoneos/couch01test-universal.build/couch01test-own-target-headers.hmap" "-I/Users/vyoumans/Documents/Titanium Studio Workspace/shoes04/couch01test/build/iphone/build/couch01test.build/Debug-iphoneos/couch01test-universal.build/couch01test-all-target-headers.hmap" -iquote "/Users/vyoumans/Documents/Titanium Studio Workspace/shoes04/couch01test/build/iphone/build/couch01test.build/Debug-iphoneos/couch01test-universal.build/couch01test-project-headers.hmap" "-I/Users/vyoumans/Documents/Titanium Studio Workspace/shoes04 |
This file contains hidden or 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
this is my situation that I run into often. I develop iPHONE and ANDROID apps, and I have to communicate with .NET CLIENTS. SOme of these .NET developers have zero imagination, and think that everything needs to be .net... and they are making my life hell trying to setup services. | |
I have been training them to use json.net for MS... but they are just acting like jackasses... and wont use it. So I was thinking of creating a middleware service where they would write to mongodb or node.js ont he local server, and I would handle the services there... this way I can consolidate the logic on a server... and standardize the communication to my mobile devices. probably some debug benefits as well. | |
so I would me interested in finding some ways for .net to talk to node or mongodb |
This file contains hidden or 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
//========= this .ls will download the json file of access numbers | |
// it will parse them into a table view | |
// and allow users to select an access number people. | |
var win = Titanium.UI.currentWindow; | |
var data = [ | |
{ph: "213-455-0203", state: "CALIFORNIA", city: "Anaheim/LA", title: "CALIFORNIA - Anaheim/LA - 213-455-0203"}, | |
{ph: "310-437-8924", state: "CALIFORNIA", city: "Anaheim/LA", title: "CALIFORNIA - Anaheim/LA - 310-437-8924"}, |
NewerOlder