Up to this point we’ve talked about the high-level features of Hyperscala and have gone through a simple Hello World example, but today we’re going to write a real application to show a fairly simple real-world web application. The real-world application we’re going to write today is a chat example. This will utilize real-time messaging,…
Category: javascript
Hyperscala: Getting Started
Last week I did an introduction to Hyperscala and briefly outlined some really cool things it can do. This week I want to slow down a bit and take you through the basics of getting your first application up and running with Hyperscala. Requirements: Since there is a broad number of IDEs / editors used…
Hyperscala: An Introduction
It has been well over a year since my last post. In 2011 I went to work for Overstock and moved to Utah. Life got busy and I worked during the day and when I had time I programmed on Sgine at night (http://www.sgine.org). In February of 2012 I left Overstock and moved back to…
Flex WebBrowser Component
I’ve been working on an acceptable solution to display web pages within my Flex applications and as any of you know that have done any research on it will find, it’s frustrating how lacking Flex is in support for this. The ideal solution would be for Flex to provide a fully functional component that renders…
Applet Roadblock
My massive hack for native drag-and-drop in jSeamless Flex implementation is functional, but only in Firefox. Apparently there is an interesting “feature” in IE that even though you may sign your Applet and the user grants that they way to trust said Applet, it still never gives you read access to the file system. That…
Flex Native Drag-and-Drop: The Massive Hack
I had made the commitment a while back that I was going to add complete and perfect drag-and-drop support to jSeamless. The Flex Implementation proclaims support for DnD so I’ve just pushed off the investigation up until recently. However, now that I’ve come to implement this great functionality I realize that there is absolutely no…