MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
Google Releases Tool J2ObjC to convert Java Source Code into Objective-C Source Code

google-web-toolkit

Google Releases Tool J2ObjC to convert Java Source Code into Objective-C Source Code

I love the Google Web Toolkit, a powerful and mature open source library to automatically translate Java Source Code into JavaScript code. While I doubt the merit of using Java to write user interfaces for JavaScript (unfortunately, this is often what the Google Web Toolkit has been advocated for), I

By Max Rohde 15 Sep 2012
Converting youtube video link to embed link with JavaScript

Converting youtube video link to embed link with JavaScript

Videos on youtube usually have a URI such as the following: http://www.youtube.com/watch?v=nCgQDjiotG0 These URIs cannot be used to embed the video in an iframe such as the following: In order to work as part of an embedded iframe, youtube video links must be in

By Max Rohde 11 Sep 2012
Using JQuery to Detect If on a Mobile Phone

jquery

Using JQuery to Detect If on a Mobile Phone

JQuery and/or JavaScript have no native mechanism to determine whether a page is loaded on a mobile phone or not. However, CSS media queries offer this capability. I found the following nice trick on stackoverflow to utilize media queries to help JS/JQuery applications to determine whether they run

By Max Rohde 29 Aug 2012
Beware of BootstrapCDN :(

Beware of BootstrapCDN :(

A few days ago, I discovered the service BootstapCDN. I really like the idea to serve standard libraries such as JQuery or Twitter Bootstrap through central Content Delivery Networks. Especially since serving libraries through a standard location enables clients to not have to download these libraries at all (if the

By Max Rohde 23 Aug 2012
New Online Markdown Editor

markdown

New Online Markdown Editor

nodejump is a small web application to create and publish web pages using the Markdown markup language. It's really easy to get started creating a new document (and therewith a new webpage). Just open the following link: http://nodejump.com The main features of this editor are the

By Max Rohde 23 Aug 2012
Internet Explorer ‘SCRIPT1002: Syntax error’: Help!?!

Internet Explorer ‘SCRIPT1002: Syntax error’: Help!?!

Problem A script that otherwise is interpreted by other major browsers (Chrome/ Firefox) without problems, prompts Internet Explorer to issue an error along the lines of: SCRIPT1002: Syntax error edit-snapshot, line 2230 character 1 Analysis I think this error can broadly be interpreted as: there is some seriously illegal markup

By Max Rohde 21 Aug 2012
Regular Expression to Find HTML Comments in Java

Regular Expression to Find HTML Comments in Java

Problem You would like to select the contents of all comments in an HTML (or XML) document using Java Regular Expressions. For instance: Solution There is a powerful regular expression, which can be found on this page. static final String commentRegex = "(// )?\\<![ \\r\\n\\t]*(--([^\\-]|[\\r\\n]

By Max Rohde 17 Aug 2012
Something other than a Java object was returned from JSNI method

gwt

Something other than a Java object was returned from JSNI method

Google Web Toolkit allows building powerful bridges between the world of Java and JavaScript using so called JS overlay objects. However, these overlay objects can become it bit tricky if it is not certain what the type of objects passed from JavaScript will be. Wait? Types and JavaScript? Yes, but

By Max Rohde 14 Aug 2012
Jangle Java: Synchronization

Jangle Java: Synchronization

This tutorial is a continutation of the 'Jangle Java: Upload & Load' tutorial. Make sure to follow the steps of this tutorial first before doing this one. This tutorial shows the synchronization capabilities of the appjangle Java client. In particular, the well known producer-consumer scenario is applied on

By Max Rohde 08 Aug 2012
Jangle Java: Upload &amp; Load Data

Jangle Java: Upload &amp; Load Data

This tutorial illustrates in a few simple steps how to upload and download data from a Java application into the appjangle platform. You can find the source code of the completed steps 2 & 3 on github: T_JangleJavaShort_Upload.java U_JangleJavaShort_Load.java Step 1: Link Client Libraries

By Max Rohde 08 Aug 2012
onedb 0.0.6 powers appjangle

onedb 0.0.6 powers appjangle

The last few weeks a great number of improvements and changes have been made to the onedb database. Chiefly, with the development of the JavaScript API, onedb has been integrated into the new appjangle platform. This platform is designed to enable not only to store data from applications from various

By Max Rohde 08 Aug 2012
onedb 0.0.4

onedb 0.0.4

The version 0.0.4 of the core client library and the test library for onedb have been released. In addition to a small enhancement and bugfix also some documentation has been added. Please find the details below. The development of onedb has made extensive use of the OSGi platform

By Max Rohde 16 Jul 2012
See all
MAX BUILD SPEED

MAX BUILD SPEED

be calm & code.

MAX BUILD SPEED
  • Sign up
Powered by Ghost

MAX BUILD SPEED

be calm & code.