Allan Hanson
Member since Jun 17, 2011
- Profile: /members/8511-allan-hanson.htm
- URL: http://alhanson.com
- Comments: 11
Recent Blog Comments By Allan Hanson
-
Creating A Vector-Based Content Reveal With Paper.js
Posted on Mar 20, 2012 at 1:29 PM
@Cory, This html5 OS architecture is as revolutionary change as from 3.1OS to the window OS. The window event [window.event=function()] is as important having the computer plugged into the wall or booted up. The window is the interface that allows the software to run on the OS. The window is cont... read more »
-
Sending Client-To-Client Realtime Messages With The PubNub JavaScript Library
Posted on Sep 14, 2011 at 12:02 PM
David I found Bens video refreshing and exciting. The only people that would be bemused and find the post novel would represent the position of the Baby Bells. They have been mitigating the problem for years. The funny part to all this is it looks like they have painted them self's in to a corner. D... read more »
-
Creating A Vector-Based Content Reveal With Paper.js
Posted on Jul 20, 2011 at 1:14 PM
@ben. Think Verbose!!!!!!!!!! The state of the canvas [with in the canvas tags] is set to a true or false. My canvas is filling letters with the [function init()] and when it is done filling the letters its state is set to is true. My canvas is drawing with the [window.onload=function()] and when i... read more »
-
Sending Client-To-Client Realtime Messages With The PubNub JavaScript Library
Posted on Jul 1, 2011 at 3:15 PM
"It's interesting - when I go to your chat page in Chrome, it actually says "Plug-in Missing". " @ Ben that's the error I get in Firefox. I believe because Firefox see it as a "Plug-in" and not an object. I believe you will fined you are running an older version of Chr... read more »
-
Creating A Vector-Based Content Reveal With Paper.js
Posted on Jun 30, 2011 at 3:13 AM
This is the simple JS script I call for the canvas header to my html5 site from Scratch. It does three things, draws an arc, writes, and fills letters. You need the window.onload=function() to be able to run multiple canvases on the same page. Then you need to declare each canvas with document.getE... read more »
-
Adding Secure Publishing To The PubNub Realtime Messaging Workflow
Posted on Jun 26, 2011 at 1:44 PM
Ben, The html5 embed tag is a Netscape nonstandard. It is largely supported tag by other Browsers for sound and video clips. Html5 has a keygen tag. It specifies a key pair generator field used for forms. The embed tag does not have an attribute for the keygen yet but I bet it will. I have been a... read more »
-
An Experiment In Passing Variables Into A CFThread Tag By Reference
Posted on Jun 22, 2011 at 1:35 AM
Ben, I don't think people really understand the significance of what you have just accomplished in relation to html5 and embedded pages. Form what I understand, you are passing a variable with out using the url string or sending the variable to the sever and back before displaying on the embed page... read more »
-
Sending Client-To-Client Realtime Messages With The PubNub JavaScript Library
Posted on Jun 21, 2011 at 3:44 AM
Ben, I have taken things on step farther. On my site a have a folder called "chat" with your html page in it benNadel.html, pubnub-3.1.min.js, jquery-1.6.1.min.js, and the chat.manifest. The chat.manifest the links pubnub-3.1.min.js, jquery-1.6.1.min.js to be cached on the two client's co... read more »
-
Sending Client-To-Client Realtime Messages With The PubNub JavaScript Library
Posted on Jun 20, 2011 at 6:23 PM
Update: I have gotten the <embed> to work loading html page in to Windows IE 9 and Opera. To get Ben's page to work in my sandbox "alhanson.com" The Chat, you will have to call a friend on the phone or something, and have then login to chat. I have chatted with Hadrian from Caledonia... read more »
-
Sending Client-To-Client Realtime Messages With The PubNub JavaScript Library
Posted on Jun 18, 2011 at 1:16 AM
Ben Here is your code embed as html5 page. Chat Page: http://www.alhanson.com/alhanson/tabfive/Fd05Mn09.html ===================================================================== well view source to get the code then - the embed code =========================================================... read more »
-
Sending Client-To-Client Realtime Messages With The PubNub JavaScript Library
Posted on Jun 17, 2011 at 7:32 AM
What is your code for the "styles.css" page and the "jquery-1.6.1.min.js" page in your example?... read more »