xRTML: eXtensible Realtime Markup Language is the language for Realtime.

xRTML allows you to build real time enabled websites very easily in an html like language. With APIs for all the major server side languages such as ASP.Net, PHP, JSP and more. Get to know more about xRTML! Go to Documentation xRTML is just like HTML Turn HTML into xRTMLUsing xRTML you can now unfold the power of Realtime and develop highly interactive websitesjust as if you were doing regular HTML. Adding our library is a breeze and, with as few as a single line of code, you can send and receive data to and from your users. One of …

Continue Reading

HTML5 Forms Are Coming

HTML forms have been, to date, quite simplistic. We’ve had limited options: the text field, the checkbox, the radio button, the textarea and finally the select drop down. Any complex data like phone numbers, email addresses or dates had to be checked by JavaScript. (And you should always and I mean always do server-side validation of the data.) The input element works overtime by being rendered completely differently based on the type it’s given—be that a text field, password, checkbox, radio button, and others. Considering my readership, this is all terribly old and boring to you now. I understand. New …

Continue Reading