-
-
Ruby-Client
... development.log. Rails will automatically display
debugging and runtime information to these files. Debugging info will also be
shown in the browser on requests from 127.0.0.1.
You can also log your own messages directly into the log file from your ...
-
browsertap
... apps/home) - Home application
- [API](./apps/api) - orchestration, billing, *all* backend related stuff
- [browser client](./apps/browser-client) - web client which launches browsers
- [desktop client](./apps/desktop-client) - desktop client people can ...
-
RemoteTemperatureServer
... -C, this
seemed an odd choice to me. Javascript is typically used in browser/client development instead of
server-side development, but Javascript's asynchronous nature helps it shine for server development
as well. In ...
-
client-side-validations
client side validations & jquery file upload
== Welcome to Rails
Rails is a web-application framework that includes everything needed to ... to these files. Debugging info will also be
shown in the browser on requests from 127.0.0.1.
You can also log your ...
-
US-Census-Browser
... method=getStateCounties&state=MD&returnformat=json
PHONEGAP USAGE
The client-side runtime does not have any PhoneGap dependencies ... Apple iTunes: http://itunes.apple.com/us/app/census-browser/id483201717
Google Android: https://market.android.com/details? ...
-
rtvote
... */
exports.listen = function(app) {
if (!io) {
io = sio.listen(app);
io.configure('production', function() {
io.enable('browser client minification');
io.enable('browser client etag');
io.enable(' ...
-
browser-request
... s ubiquitous and excellent [request][req] package to the browser.
Jealous of Node.js? Pining for clever callbacks? ... package.
```javascript
// example.js - Example front-end (client-side) code using browser-request via browserify
//
var request = require(' ...
-
jquery-indexeddb
... a browser to save and retrieve objects on the browser/client. The JQuery IndexedDB Plugin is a wrapper on the ... done with less code. It also abstracts out differences in browser implementations.
Code
----
The code written with the jQuery plugin is ...
-
client-side-validation-with-formtastic
... and development.log. Rails will automatically display
debugging and runtime information to these files. Debugging info will also be
shown in the browser on requests from 127.0.0.1.
You can also log your own messages directly into the log file from your ...
-
client-php
... code / GitHub.
::
$ git clone https://github.com/smartfile/client-php.git smartfile
More information is available at ` ... users to the following URL:
echo "In your browser, go to: " . $api->getAuthorizationUrl() . "\n";
// This example uses ...
-