Skip to content

Instantly share code, notes, and snippets.

@jusfeel
jusfeel / xmlrpc.php
Created January 17, 2022 11:37 — forked from hofmeister/xmlrpc.php
PHP simple XML-RPC Client
<?php
/**
* @author Henrik Hofmeister
* @license MIT
* @version 1.0
*
* XmlRPC using SimpleXML and CURL
*
* Usage:
*
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Generate country code mapping timezone offset">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<textarea id="xx">
@jusfeel
jusfeel / README.md
Last active March 16, 2016 02:41
Ember Demo

http://blog.jusfeel.cn/2015/12/29/ember-js-embercli-and-emberdata-resources/

If your web development team wants to add a little data-heavy widget to an existing page, AngularJS is a great option. For a fancier, more dynamic app-like web page, you might want something like Ember.If you want to deliver a cross-platform, desktop-level productivity experience like Apple’s iCloud.com, then you want to build with SproutCore.

Slogan: Framework to Build Web App with native UX

Framework: Convention, convention, convention Web: URL, URL, URL App: Fast, Fast, Fast

@jusfeel
jusfeel / hillwave.md
Created February 23, 2016 08:20
[hexo] Offer a way to skip tags plugin totally during editing (#1755)
title id categories date tags
hillwave in Ember.js Part 2 - Routes
409
hillwave
2016-01-09 06:50:39 -0800

Create routes, templates, models, JSONAPIAdapter etc.

<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<button id="mn1">Member Name 1</button>
<button id="mn2">Member Name 2</button>