Reasoning with Machines

Ad-free resources on web design & development

Site Redesign Queued for 2012

Planning a site redesign for 2012. Feel free to drop me a line at ddarras@yahoo.com

Windows Development Posts

Although not quite on the Blogroll, I will maintain notes on Windows too.

VoiceXML Controller (Experimental)

In 2005 while taking Dynamic Web Development at ITP, I made a sketch using Processing/AJAX, VoiceXML, MySQL, Perl, and PHP.   You call a number and can move an object on the web page.   I recently revisited it with the intent to build it out more but didn’t have the time.   I was however able to get it working for a minute – the goal is to stop polling the server with a JavaScript hack and port it to JQuery for a more sustainable/seamless movement.   I have some specific ideas as to how something like this could find a practical usage.

Adding a JQuery Shadow Box Modal Window to kennethkufluk / js-mindmap

More an addition than an “issue” but not quite a fork. If you want to add shadowbox.js to the links in kennethkufluk/js-mindmap , this is what worked for me:

this.el.click(function(){
if (obj.activeNode) {
obj.activeNode.el.removeClass(‘active’);
}
if (typeof(opts.onclick)==’function’) {
opts.onclick(thisnode);
}
obj.activeNode = thisnode;
obj.activeNode.el.addClass(‘active’);
this.el = $(‘‘+this.name+’‘);

Shadowbox.open({
player: ‘qt’,
title: ‘Welcome’,
content: this.href,
height: 480,
width: 720
});

In the HTML, place the JavaScript that calls the shadowbox at the bottom of your document:

Flash AS3 Code Snippets

I’ve added a couple of posts for Flash AS3 snippets:  http://www.reasoningwithmachines.com/flash

Downloading Files – Locally and from the Internet

sudo apt-get install

N.B.  If you are downloading a binary file off of the Internet, make sure you have the actual binary extension, otherwise you will just download the HTML from the web page itself.   For instance, if you’re downloading the JDK, make sure the apt-get install link is pulling the binary not the “click-here” HTML page.

SSH Server (Ubuntu)

sudo apt-get install openssh-server

To See What Ports Are Listening (Ubuntu)

netstat -an | grep “LISTEN “

Aino’s Full Screen Galleria – iPhone fix

The Full Screen Galleria did not render on either the original iPhone or Windows Phone.   I suspected that the bug had to do with ordering of JavaScript.   Removing the link to Google’s version of JQuery, saving it locally, and pointing to that local link seemed to do the trick.

Aino’s Full-Screen Galleria

After usage of Aino’s open source Galleria plug-in, I decided to upgrade to the Full-Screen version for my personal graphics portfolio since shelved till further notice.

This plug-in is a fine example of ways to monetize open-source projects, not to mention an efficient, standards-based means of presenting photos and portfolios.

 

Linux Notes

I am posting notes on Linux at the following URL:  http://www.reasoningwithmachines.com/linux

In Progress

Before I have foot-in-mouth for the above, please realize that this is a work-in-progress and will be updated with real content shortly. In the next couple of month, I will have laser focus on JavaScript, JavaScript libraries, ActionScript3.0, AIR, any other dynamic front-end code that meshes with the back-end.

Welcome

Welcome to Reasoning With Machines, a series of web sites dedicated to ad-free, easily digestible, lucid text & observations on technical development for interactive technology and the web.
I am currently updating the Dreamweaver section of this site.