Tuesday September 30, 2014
To Do Today:
Work on the menu stuff for mange
email blake about intro to matt hunter
figure out what time i'm supposed to meet tim
Show & Tell
TVSTRANGERTHINGS

titsay
YOU ARE THE REASON

@theartofmadeline
sheepfilms
I'd rather be in outer space 🛸

roma★

No title available
DEAR READER
wallacepolsom

Product Placement

Kaledo Art

izzy's playlists!
we're not kids anymore.
No title available
Aqua Utopia|海の底で記憶を紡ぐ

★
Cosimo Galluzzi

Andulka
seen from United States

seen from Malaysia

seen from United States
seen from Thailand

seen from Türkiye
seen from United Kingdom

seen from United Kingdom
seen from Italy

seen from United States
seen from United States

seen from United States

seen from United States

seen from United States

seen from Türkiye

seen from New Zealand

seen from Malaysia
seen from Hong Kong SAR China
seen from United States

seen from United States
seen from United States
@katsunoi
Tuesday September 30, 2014
To Do Today:
Work on the menu stuff for mange
email blake about intro to matt hunter
figure out what time i'm supposed to meet tim
This is strangely beautiful for some reason.
If you use Coda 2 you should really check this out!! It's really dope!
guide for the node Mongoose module
Simple guide to get your first application up and running on the Modulus Platform. Deploy using the web interface or our command line tool.
CSS3 Matrix Transform Explained
The all new Google Maps was made openly available to the public back in July, but it's still a preview of what the final product will be and therefore lacks a
Awesome Tutorial on Using Google Maps Engine Lite to embed a map in html
WARNING—
Movement of your mouse may cause the cursor to act as a planchette
A famous talk given by Richard Hamming
JavaScript: Comma Operator
While parsing some MyJam code I came across an if statement that had multiple expressions within the condition something like this:
if(expression1, expression2) { //do something }
According to this StackOverflow article:
The comma operator executes both expressions, but only the second expression is used as the true/false outcome of the condition. This can be useful if you want to execute something when the condition is being evaluated. For instance, you could do the following:
if ( doSomething( ), checkIfSomethingHappened())
this allows you to execute the function doSomething() and then check the result using the function checkIfsomethingHappened()
How to access a Google service using the JavaScript client library
Taken from here.
To interact with a Google service using the JavaScript client library, your code must do the following:
Load the JavaScript client library.
Set the access credentials.
Load the API for the service you want to work with.
Initialize an object that encapsulates the request you want to make.
Execute the request object.
Here is a getting started guide for developing with google APIs JavaScript client library
JavaScript Object Notation