Software As She’s Developed

Mahemoff’s Podcast/Blog - Web, Programming, Usabilty from the Author of ‘Ajax Design Patterns’ (AjaxPatterns.org)

Software As She’s Developed header image 4

Entries from February 2008

Shindig Architecture: Java gadget Server 3 - Util

February 29th, 2008 · No Comments

More raw Shindig notes. This time, looking at org.apache.shindig.util. See Shindigging tag. This is just a quickie for completeness sake as it’s a few generic util classes. This post completes the listing of all Java classes in the Shindig architecture at this time. Check - Runs some standard assertions (empty null etc). InputStreamConsumer - Input stream -> […]

[Read more →]

Tags: Links · SoftwareDev

Shindig Architecture: Java Gadget Server 2 - Servlets

February 26th, 2008 · No Comments

More raw Shindig notes. This time, looking at org.apache.shindig.gadgets.http. See Shindigging tag. I'll structure them just a little more this time. Main Servlet BasicHttpContext.java - data struct for country/language/locale GadgetRenderingServlet.java - The servlet that accepts gadget spec URL and prefs, and outputs the gadget content (typically in an iframe). Delegates heavily to GadgetServer, in order to get a [...]

[Read more →]

Tags: Links · SoftwareDev

Shindig Architecture: Java Gadget Classes

February 25th, 2008 · 1 Comment

This is the first of an open series on the architecture of Shindig, the new open-source gadget/widget framework project. As mentioned here earlier, this project is building something similar to iGoogle, i.e. an environment for serving gadgets, a run-time environment for the gadgets to operate in, and a gadget container (as well as OpenSocial support). I'm [...]

[Read more →]

Tags: Links · SoftwareDev

Updated Tags

February 25th, 2008 · No Comments

I've updated the tags on this blog. Since July, 2005, I've been using SimpleTags by Burble, which was just a simple <tags> tag embedded in the content. Having upgraded to WP 2.3+, I can use Wordpress's built-in tags and the ecosystem around them. This mean I can use the Simple Tags plugin by Amaury Balmer (same [...]

[Read more →]

Tags: General

Dual-Side Templating

February 14th, 2008 · 11 Comments

Ajax, Ajax Patterns, Javascript, Server-Side Javascript As server-side Javascript continues to gather momentum, patterns will start to emerge. Dual-side templating, which I'll explain below, is a pattern I've been harping on about for a while because you can kinda sorta use it already with a product like Rails. It will be a lot more powerful with [...]

[Read more →]

Tags: Links · SoftwareDev

SSH Tip: Remember Last Path

February 14th, 2008 · 5 Comments

ssh, Unix Lately, I've been living dangerously and doing a lot of coding on the live server, via ssh. This is all proof-of-concept stuff at Ajaxify. The reason I'm coding live is that it's all widget development and it's just easier that way, since environments like iGoogle and Facebook need to reach my apps live, in [...]

[Read more →]

Tags: SoftwareDev

Coding Standards Suck

February 13th, 2008 · No Comments

Coding Standards, Software ... because they are dogmatic. Coding guidelines are just fine, but coding standards imply: There will be an automated tool that checks your conformity to guidelines, leading to (a) inability to check in your code; (b) public shame; (c) much head-banging on keyboards A smug sense of unjustified satisfaction from the [...]

[Read more →]

Tags: SoftwareDev

BlingText and Banner

February 12th, 2008 · No Comments

Ajax, AjaxPatterns As foretweeted last week, I created a little Ajax app called BlingText. As you can see, it takes a message and provides some ASCII renderings. In particular, it includes a port of the old UNIX/C Banner utility. If I do more work on it, the main improvements will be: Options. Let the user specify, for [...]

[Read more →]

Tags: HumansAndTech · Links · SoftwareDev

All my p0dc@st are Belong to Me!!!

February 5th, 2008 · No Comments

Hosting, Podcast In the past day, I've pulled down all my podcast mp3 files from libsyn and updated all the posts to point to my domain instead of libsyn. Hence the major feed refresh on the blog and podcast, sorry if that hit you subscribers. (Is anyone still subscribed to the podcast?) This is a big relief. Having [...]

[Read more →]

Tags: SoftwareDev

Widget/Gadget Containers: What are they good for?

February 4th, 2008 · 3 Comments

Ajax, AjaxPatterns, Gadgets, OpenSocial, Shindig, Web, Web 2.0, Widgets Background Widgets are small "mini websites", typically self-contained blocks of content, on a larger web page (with Ajax Design Patterns, I referred to them by the nom du jour Portlets). They are used in a couple of ways: Embedded in a normal web page. For example, my [...]

[Read more →]

Tags: SoftwareDev