October 2010
1 post
1 tag
Sproutcore data source Tips.
Here are some tips I have found for building Sproutcore applications.
Just because you can make your data source REST doesn’t mean it’s a good idea. I usually send more than just basic information to my data sources. So I usually make the data source accept only post requests and simply send the information in the payload. Since get and some other verbs do not accept payloads, I find...
July 2010
1 post
1 tag
SproutCore Pre-report
I’ve been evaluating SproutCore and have moved forward using it for my project. The short version of the write-up is that is it much like Cappuccino without most of the problems I saw with Cappuccino (see the Cappuccino writeup). I still plan to have a full writeup of SproutCore and publish the framework I’m writing.
Also looking into Selenium for automated testing.
June 2010
20 posts
AT-AT Day Afternoon →
2 tags
Badass JavaScript: PDF.js - Create PDFs in... →
Marak Squires has released PDF.js, which lets you create PDFs in JavaScript, either in the browser or on the server with Node.js. It has a simple API that you can use to add pages and text (image support is coming soon) to your PDF documents. In the browser, PDFs are exported through…
Reblogged for future use ;)
2 tags
Reeder for iPad →
I’m 5 days late with this. I’d given up hoping for it, but my favorite news reader has come to the iPad.
3 tags
3 tags
Whatever: The Blog of John Scalzi. One of my... →
3 tags
2 tags
Jo: JavaScript App Framework →
HTML5 and Markdown… must be trying for Daring Fireball mention.
4 tags
Found During Cleaning
After excavating around 2.5 feet of junk from my kitchen table (aka the Drop-Zone) I found Accelerando by Charles Stross which I apparently bought around 2 years ago and I could have sworn I read it, but from the condition of the book and the complete blank I drew after reading the back cover, I must have been mistaken.
It’s a singularity novel with a cyberpunk angle (or vice-verus). Like...
3 tags
WWDC Keynote Thoughts
Not that I was actually there, just reading the MacWorld Live Blog of it. I was expecting to be underwhelmed by a new Apple TV, instead I was underwhelmed by FaceTime.
I’m not a big fan of the concept of video chats. Trying them over the last few years has left a lot to be desired. I’m not separated from loved ones by vast distances, nor am I deaf. Most of my video chats involve...
2 tags
1 tag
SSH tip: Automatic Reverse Tunnels for Workflow... →
Tip to setup a reverse tunnel to get around firewall issues.
3 tags
The Web and Object Tags
Alot of people have weighted in on Apple, Flash, and the Web. This is my take…
I remember a few years back, I was asked by our QA person to sit in on a demo of the bug tracking software QA really wanted us to buy (and therefor have to use). About 30 seconds into the demo of this “web-based” tracking software I smelled a rat. After asking a few questions it comes out that this...
5 Google Chrome Extensions for Web Developers →
(via darkredz)
5 tags
Cappuccino
I’ve been looking at the new breed of web client frameworks that allow you to write an application that moves away from the “page” model of traditional web apps. Frameworks like Cappuccino, SproutCore, and (God forbid) Flex. I’ve spent most of the last week with Cappuccino.
Cappuccino was created by 280 North, Inc. and is largely a Cocoa work-a-like that uses...
4 tags
Flot - Javascript Plotting and Charting →
2 tags