Skip to main content

From the Lab: numeroom.com updates.

The beta launch of numeroom.com last week has been instructive in many ways , it has allowed me to finally get over the launch jitters and the many questions of "is it ready" to now be in a proactive mode of "what can I make better?". That said, I have identified several areas that can enhance the experience of new users and I will detail them as they are being identified and engineered for deployment to the production servers. These posts will serve as an inside look into the problems that users have that the site builders rarely anticipate and how they are solved.

Problem 1: Numeroom must be separately created.

When I first launched the site, I had a feeling I should write the registration logic so that it would automatically create a default Numeroom for the Users, this way they could get going immediately with inviting people, sharing files but more importantly , harnessing the suite of following features enabled uniquely by the Numeroom ecosystem in the form of file sharing events, category shift events and jump to events. These allow numeroom users insight into the actions of their contacts that no other collaboration system provides enalbing them to collaborate with a sense of immediacy here to for unknown. Unfortunately, I was focused on hitting the launch and decided to launch with the numeroom creation as a separate action from account creation, big mistake for several reasons.

  • If you are offering something new to people, then talking to them about it won't lead to the "ah ha!" moment. You have to show them, and the less you require they have to actively do to be shown the magic the better.
  • People get frustrated quickly when looking at a new UI , even if it is "logical" to you. Do as much as you can for your users leaving only the pure experience (sharing , chatting, following) left for them to decide over.

So, earlier this afternoon I started plotting the strategy for solving this problem, it can be solved quite literally in minutes, tested on the development machine (the same one I write this blog post on) and deployed to the production cluster in Texas using a numeroom, of course. ;) I'll update the blog when it is done.

Problem 2: Numeroom creator settings not accessible when User is in room.

This was something I meant to do before the launch but didn't get to in time, if a User is chatting in a room , allowing them to find out "who owns this room?" and as well be able to see that owners list of jump to rooms, send that user an IMail or a contact join request is key to quickly enabling them to build a network of contacts with rooms of interest. The faster I allow users to connect the faster the entire ecosystem builds value from those real time relationships. I performed the change which simply amounted to hyperlinking the room's name as displayed in the upper left corner of an active room window. Clicking the link now takes the User to the owners settings page where they can perform the aformentioned actions. Production rollout to follow.

So that is what is in the works for deployment to production, mostly likely tomorrow afternoon.

Comments

Popular posts from this blog

the attributes of web 3.0...

As the US economy continues to suffer the doldrums of stagnant investment in many industries, belt tightening budgets in many of the largest cities and continuous rounds of lay offs at some of the oldest of corporations, it is little comfort to those suffering through economic problems that what is happening now, has happened before. True, the severity of the downturn might have been different but the common factors of people and businesses being forced to do more with less is the theme of the times. Like environmental shocks to an ecosystem, stresses to the economic system lead to people hunkering down to last the storm, but it is instructive to realize that during the storm, all that idle time in the shelter affords people the ability to solve previous or existing problems. Likewise, economic downturns enable enterprising individuals and corporations the ability to make bold decisions with regard to marketing , sales or product focus that can lead to incredible gains as the economic

How many cofactors for inducing expression of every cell type?

Another revolution in iPSC technology announced: "Also known as iPS cells, these cells can become virtually any cell type in the human body -- just like embryonic stem cells. Then last year, Gladstone Senior Investigator Sheng Ding, PhD, announced that he had used a combination of small molecules and genetic factors to transform skin cells directly into neural stem cells. Today, Dr. Huang takes a new tack by using one genetic factor -- Sox2 -- to directly reprogram one cell type into another without reverting to the pluripotent state." -- So the method invented by Yamanaka is now refined to rely only 1 cofactor and b) directly generate the target cell type from the source cell type (skin to neuron) without the stem like intermediate stage.  It also mentions that oncogenic triggering was eliminated in their testing. Now comparative methods can be used to discover other types...the question is..is Sox2 critical for all types? It may be that skin to neuron relies on Sox2

AgilEntity Architecture: Action Oriented Workflow

Permissions, fine grained versus management headache The usual method for determining which users can perform a given function on a given object in a managed system, employs providing those Users with specific access rights via the use of permissions. Often these permissions are also able to be granted to collections called Groups, to which Users are added. The combination of Permissions and Groups provides the ability to provide as atomic a dissemination of rights across the User space as possible. However, this granularity comes at the price of reduced efficiency for managing the created permissions and more importantly the Groups that collect Users designated to perform sets of actions. Essentially the Groups serve as access control lists in many systems, which for the variable and often changing environment of business applications means a need to constantly update the ACL’s (groups) in order to add or remove individuals based on their ability to perform cert