Ignoring String Interpolation in Dart PRO

Prefixing the string with ‘r’ will cancel any string interpolation within that string. The following code sample shows that. void main() { var numA = 3; var numB = 4; print(r”$numA + $numB = ${numA+numB}”); } The following video clip shows the execution of this code sample, overviews it and explains it.

Strings Interpolation in Dart PRO

Using the $ character or the ${ }  expression within single or double quotes we can convert a non-string value or an expression into string. When converting a single variable into string we will just prefix that variable with the $ sign. When converting an expression we will write it within the curly braces of […]

Zindell ERP System INFO

I have just completed the development of Zindell Technologies‘ ERP system. It was developed in Java EE. Below you can find few screen shots. A detailed article describing that system was published at www.zindego.com.

MTA Android Hybrid Applications Summer 2013 ACD

This coming summer semester (Summer 2011) I am going to deliver in MTA a course that teaches how to develop hybrid applications for the android platform. The course includes the following main topics: Android Basic Java Applications PHP Server Side Programming HTML5, jQueryMobile & SenchaTouch The PhoneGap Framework Most of the slides and the other […]

The Bright Future of Dart BIZ

It is very difficult to forcast when it comes to technologies. Nevertheless, as of today I have every reason to believe that Dart might become one of the most popular programming languages in the world. In this post I will try to explain this bombastic conclusion. It is fairly clear that more and more applications […]

Address Book Code Sample in AngularJS PRO

AngularJS supports data binding. The view is updated whenever the model changes and vice versa. Thanks to AngularJS support for data binding we can avoid writing code in JavaScript that manipulates the DOM. The behavior behind the DOM elements is modeled into controllers. AngularJS allows us to express this behavior in a clean readable form […]

ASP.NET Master Pages PRO

I have recently completed to develop the master pages topic in my ASP.NET course. You can find the community version of this course available for free personal and academic usage at www.abelski.com. More information about the professional version can be found at www.xperato.com. The following are few samples for the video clips I prepared for explaining […]

Tel Hai Java EE Advance Spring 2011 ACD

This semester (Spring 2011) I am going to deliver in Tel-Hai college a course that covers advance topics in the Java EE platform. This course is delivered as part of Tel-Hai Computers Science BSc academic program. The main topics we are going to cover in this course are: Java Persistence API 2 (JPA 2) Enterprise Java Beans (EJB) […]

Oracle Java Certifications INFO

Browsing at http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=140#13 you can find detailed information about the currently offered Java certifications. There are in total 13 certifications. Most of them require taking an exam only. Some of them require an assignment submission and/or an essay submission as well. The first and the easiest one is Oracle Certified Associate, Java SE 5/SE 6, […]

JAAS Code Sample PRO

I have just completed a short vide clip that presents a simple JAAS code sample. This code sample presents a simple implementation for the authantication mechanism. This code sample includes the following files: PrincipleImplementation.java The Principle interface represents an entity such as an individual, corporation or a simple login id. Our implementation for that interface […]

Skip to content Update cookies preferences