Shenkar Programming Languages July 2012 ACD

During the coming summer semester (July-August, 2012) I will deliver the Programming Languages academic course in Shenkar. This course belongs to Shenkar’s BSc Academic Program in Software Engineering. You can find the google group of this course at https://groups.google.com/forum/?fromgroups#!forum/shenkar-programming-languages-summer-2012. You can find the detailed plan at https://docs.google.com/spreadsheet/pub?key=0AhDgrQD6qivLdDk3eG9KWVZvM3I2THJjRmpncXVkQXc&output=html. You can find the formal syllabus at http://www.lifemichael.com/shenkar/PROGRAMMING_LANGUAGES_COURSE_SUMMER_2012.pdf  

Android Platform HIT Summer 2012 INFO

During the academic summer semester in HIT I am going to deliver an academic course for android applications development. The google group we are going to use in this course can be found at https://groups.google.com/group/hit-android-summer-2012. The syllabus can be downloaded at http://www.lifemichael.com/en/wp-content/uploads/2012/09/ANDROID_SYLLABUS_201207.pdf. The detailed plan ca be found at https://docs.google.com/document/pub?id=1Wq4dPoqVm80OuVTloLcfFp_l1vZV7N5hobfy1YvMR48. The final project the students are going […]

PHP 5.4 Class::{expr}() Syntax PRO

PHP 5.4 provides us with a new way to invoke static functions. This new way allows us storing the function name in a variable (as a string) and place that variable within curly brackets. <? class GoGo { public static function do_something() { echo “something!!!”; } } GoGo::{‘do_something’}(); ?> The following video clip shows the […]

Skip to content Update cookies preferences