Why us?

PMAP Demo updated for Morfik 2.3

March 7, 2010

We have just released an updated version of the PMAP demo that is now compatible with Morfik 2.3. This contains a full version of the Tree control.

Please visit the request demo site to get your copy!

New PMAP Demo for Morfik 2.1 released

August 12, 2009

We have just released an updated version of the PMAP demo that is now compatible with Morfik 2.1. This contains a full version of the Tree control.

Please visit the request demo site to get your copy!

Morfik 2.1 released!

August 6, 2009

Morfik 2.1, a long anticipated release, is out! This promises to be a game changing release in many aspects, especailly custom controls and lego-like building-blocks application development. I’m checking out this new release right now. Be assured our PMAP stuff will be adopted soon ;-) Stay tuned!

Morfik hosting service launched!

June 20, 2009

New service people! As of today, we are launching Morfik-specific hosting services for those of you who want to focus on your businesses instead of getting into the nitty-gitty details of hosting and the Morfik XApp Hosting service is not adequate for any reason.

Please check out our summary here and do let us know what you think!

The PMAP Demo is here!

April 7, 2009

Great news folks! Our demo of PMAP (the PannonRex Morfik Advantage Prorgram software kit) is here! What is in it for you?

  • PMAPTree control: a flexible tree control supporting XML and JSON, keyboard navigation, and more.
  • PMAPCommon module: with tons of useful functions on both the client and server side, like image list handling, hash map handling, high performance string handling, fast XML processing on the client side, and more.
  • PMAPDateUtils module: an extensive set of functions to handle date & time tasks natively and some gems like firstDayOfWeek(), nthDayOfWeek(), incDateDays(), getDayOfMonth(), ISO8601ToDateTime() ,  and more.
  • The PMAPTree control demo application with various examples of how to use the tree and how to populate it from various sources, among other things.
  • A number of patches to the Morfik FrameWork code, making development more efficient and adding some new functionality.

All the above stuff is tested with Morfik FX 2.0.5.18 & 2.0.5.27 and is only a click away, so don’t hesitate! We are very liberal with the demo license as well: you can use the full version components included in the demo in live applications. All we ask is give us feedback and credit in your apps!

So go and request your demo package today!

Analog Clock: First third-party Morfik 2 Custom Control ever

November 14, 2008

Hi Just a quick note to let the Morfik community know: I was able to port the analog clock to Morfik in like 4 hours from not knowing anything about the new way of life to production code. The new custom control architecture is far superior to the previous one, although not for the faint hearted. And some enhancements (like length (e.g. 4px), TColor and TFont properties) would be in order!

I’ll add some more features and then the Clock joins the PMAP control collection!

A more detailed account to come…

Morfik 2.0: Web design innovation

November 13, 2008

Yes! Morfik 2.0 is out at last! After a very long hiatus (the last true “beta” was released sometime early summer) the new Morfik 2.0 Web Application Builder is out.

I’m (quite:-) closely following the Morfik saga since late 2005 and did have many long discussions with Aram, Fuad, Mauricio and Shah about direction in the past three years, sometimes pretty heated chats about the vision and execution, so I’m not an unanimous supporter of everything Morfik, but version 2 is a very significant step in the good direction.

The new visual design concept with themes, states, popup customization, etc. is a major step forward for web application design. I see real innovation here.  Go and check out the tutorial videos, it is worthwhile! I wouldn’t say that I’m fond of the sixties look of the new demo apps (and of the new Morfik site itself), but the design flexibility is impressive and the functionality seems to be very well thought out.

I’ll be looking into the new version in the coming days and weeks (we do have some projects that now will have to be ported anyway, especially our PMAP controls and libraries), so stay tuned for new comments to come.

Google Chrome: the Google OS

September 2, 2008

The web is abuzz today with Google’s entrance to the web browser war-field with its shiny new Chrome beta. You’ll find plenty of coverage elsewhere (Google’s blog is here, the comic strip (more about it later) starts here), I’d only like to focus on one conspiracy theory aspect: the first version of Google OS.

First of all, do read the comic strip by Scott McCloud and the Chrome Team. It is in itself a piece of marketing art and although its primary intended audience may be journalists and less technical people, it is a statement of how serious Google is about Chrome and full of hints for conspiracy theorists among us.

So some of my first thoughts will follow…

Read the rest of this entry »

GanttProto: PMAP Grid, Morfik M2 & Google App Engine demo

June 2, 2008

GanttProto thumbnailFinally it is up & running! Our GanttProto demo application is up on appspot.com. My goal was to see how such a complex visual control can be done in the browser after one developer told me that it was impossible :-) I did have a suspicion that it is doable, based on my experience with the Calendar control, but you never know… :-) At the same token it is also a good test-case for our PMAP Grid control (coming in another announcement soon).

Read on for technical details…

Read the rest of this entry »

Joel on Software: “The winners are going to to compile to JavaScript and DOM”

September 25, 2007

Joel in his Strategy Letter IV has to say the following about the future of web applications:

What’s going to happen? The winners are going to do what worked at Bell Labs in 1978: build a programming language, like C, that’s portable and efficient. It should compile down to “native” code (native code being JavaScript and DOMs) with different backends for different target platforms, where the compiler writers obsess about performance so you don’t have to. It’ll have all the same performance as native JavaScript with full access to the DOM in a consistent fashion, and it’ll compile down to IE native and Firefox native portably and automatically. And, yes, it’ll go into your CSS and muck around with it in some frightening but provably-correct way so you never have to think about CSS incompatibilities ever again. Ever. Oh joyous day that will be.

Good to see that other visionaries have the same vision, too :-)