Project Lichtnstein (The greenest house in Minnesota)

Over the weekend I was invited to see an amazing house that was completely off-the grid, self-sustaining, and incredibly eco-friendly. Christian Milaster designed and built the house from scratch and says that he only pays about $100 a year in utilities. He called the house — Project Lichtnstein (Light and Stone in German). The entire house is heated by both the natural sunlight and the radiant heat generated from the unique stone fireplace. It was truly an amazing piece of engineering and architecture that allows the house to be so energy efficient. Christian is pioneering a new field of engineering. I call him a “green” engineer and I truly believe that this is a field of study that will be in high demand in the not-so-distant future. If you’re more interested, read about Project Lichtnstein and subscribe to his blog.

treehugger

Comments (0)

Permalink

IBM Blue Business Platform morphs into IBM Smart Business

IBM Smart Business — After two years of work, I and hundreds of other IBM employees finally see the fruits of our labor. Here’s a press announcement about the general launch of the IBM Smart Business platform to the public.

Some background into IBM Smart Business… The premise was simple. There was a tremendous need to make IT less complex for small and medium businesses. To address this, three things were created.

  1. Smart Market: a Web-enabled, one-stop SMB marketplace clients can use to browse, rate and buy solutions or collaborate with other clients, industry experts and vendors from around the world.
  2. Smart Cube: a secure, turn-key computer designed to deliver integrated solutions directly to the client. Smart Cubes install and connect users to Smart Market within minutes.
  3. Smart Desk: a Web-enabled dashboard that clients can use as a single-point-of-contact for Smart Business maintenance, from updating applications automatically or subscribing to an on-demand service.

The model we tried to emulate in the project codenamed BBP was to think just like the Apple iPod model — the iTunes Store (Smart Market), iPod (Smart Cube), and the iTunes desktop application (Smart Desk).

I can only speak for the Smart Desk side of things, as I played a hand in its initial phases, parts of the GUI, and the build automation/testing of the Smart Desk.

UPDATE: I needed to retract some parts of this posting. Sorry about that.

IBM
IBM Smart Business
Technology

Comments (2)

Permalink

iPhone Developer NDAs lifted

This is wonderful news. According to the Apple Developer Connection website, 

We have decided to drop the non-disclosure agreement (NDA) for released iPhone software.

We put the NDA in place because the iPhone OS includes many Apple inventions and innovations that we would like to protect, so that others don’t steal our work. It has happened before. While we have filed for hundreds of patents on iPhone technology, the NDA added yet another level of protection. We put it in place as one more way to help protect the iPhone from being ripped off by others.

However, the NDA has created too much of a burden on developers, authors and others interested in helping further the iPhone’s success, so we are dropping it for released software. Developers will receive a new agreement without an NDA covering released software within a week or so. Please note that unreleased software and features will remain under NDA until they are released.

What does this mean to you?  This means that developers can now share to the world any technical articles or tutorials related to developing iPhone apps or web apps.  Now, I can finally proceed with publishing my iCopyUPaste technical article.

Apple
Mobile
Technology
iPhone
mobile 2.0
mobileweb

Comments (0)

Permalink

Mobile device client software vs. mobile websites

According to the Netbiscuits blog

The main advantages of client based mobile Web applications are that they provide very good possibilities for graphic design of user interfaces and keep content available even offline. Furthermore, they often show faster reaction times and are sometimes easier to link to other telephone functions such as directories, camera, etc. The main disadvantage of every client-based solution is that they initially need to be downloaded by the user and installed on the mobile – a practice that will need to be repeated for every new release. Many users are prevented from taking this step due to technical problems, security issues and a lack of clarity concerning costs involved. Furthermore clients are always dependent on the mobile phone operating system and must often undergo costly adjustments for each individual terminal.

Mobile sites, on the other hand, do not require any installation. They are immediately available over the browser and the sites’ content and software are continuously updated unobtrusively to the mobile user. Mobile sites also provide a greater scope of outreach than clients do, as nowadays practically all mobile phones have a browser. Adjusting mobile sites and rich media content to various mobile terminals can be made 100 percent automatic. This means a massive reduction in development and testing expenses. User interface design is also no longer an obstacle. Modern mobile phone browsers enable use of AJAX and Flash, thus creating a user experience similar to that of PC Web. If a company is looking for a larger audience reach with as little hassle as possible, the mobile site is the clear winner.

I totally agree. The one thing that I advocate is to have some kind of markup language that allows the browser to have access to native device functions such as the PIM, camera, etc.

AJAX
Mobile
iPhone
mobile 2.0
mobileweb

Comments (0)

Permalink

iCopy uPaste - User Interaction Prototype

Head on over to CityBlogz Labs section of the website, to check out the latest code iteration of a user interaction model demo that I’m prototyping.  It is a little bit rough around the edges, but it showcases a little bit of how I envision the Copy and Paste to work on the iPhone Safari client.  I will be describing some of the code in detail over the next couple weeks, so stay tuned.

Apple
Mobile
Web Design
iPhone
mobileweb
user interface

Comments (0)

Permalink

iCopy uPaste

Still no copy and paste for iPhone 2.0. Apple has admittedly said that copy and paste is in the works, but it is not a big priority.  Time to take matters into my own hands by creating a “iCopy uPaste” web service for the iPhone.  I figure it would be a nice side project for me to learn more about iPhone web development and get some exposure in creating a REST-based web service.

The premise is simple.  I want a way for anyone using an iPhone to open a bookmarklet on any Safari web page that activates a hidden dialog menu.  They can select any text from the web page and copy the text to a “Copy and Paste” web service up in the “cloud”.  The user can paste the text on another page’s form input field or somewhere else on the same page.  I can already think of several hurdles such as cross-domain JavaScript, server-related security issues, and iPhone limitations on JavaScript events.  I plan on sharing every morsel of information that I find on my journey and I invite anyone to help.  I will start putting up the code in some form of source control (more on that later).  By the time I’m done, perhaps Apple will already have implemented a nice solution to this problem.

The wonderful part of this idea is that it doesn’t necessarily have to be confined to iPhones.  Creating it as a web service and opening up an API allows any platform that can consume web services to have access to a “cloud-based” Copy and Paste.  Therefore, I can envision native iPhone apps to simply create the following options: “Copy to iCopyuPaste” and “Paste from iCopyuPaste“.  They can hook those events to consume the “iCopyuPaste” web service.  Of course, the down side is that it won’t work if you aren’t immediately connected to the 3G or Edge or Wi-Fi network, but that’s the trade off for copy and paste.  Another use case scenario could be for someone who needs to copy some text from one computer’s browser over to another computer’s browser.  If they needed that text to be pasted into a native app via the system’s clipboard, someone could conceivable use Adobe AIR to create a widget that consumes the “iCopyuPaste” web service and store that text onto the system clipboard, ready to be pasted on any application on the desktop. Thoughts?

Mobile
Web Design
iPhone
mobileweb
user interface

Comments (0)

Permalink