Introduction to Git Free Course PRO

I have recently completed to upgrade my Introduction to Git course. Its free community version is available at http://www.abelski.com/moodle/course/view.php?id=175. The new version includes five topics: Introduction, Git Basics, Distributed Word, GitHub Jump Start and Git Logs. The new version of this course includes more than 20 video clips on specific topics. You can find the slides, […]

PhoneGap Jump Start PRO

On friday december 20th 2013 I delivered a short jump start lecture about PhoneGap and its role in developing mobile cross platform hybrid applications. The lecture took place in HIT. You can find my slides at http://www.slideshare.net/lifemichael/phonegap-start-201312. I will be more than happy to get your feedback about my lecture. More info about my new coming professional […]

Ajax Jump Start PRO

I delivered a short jump start lecture about Ajax. During the lecture we went through a code sample for using Ajax. The lecture took place in HIT. You can find my slides at http://www.slideshare.net/lifemichael/ajax-jump-start. I will be more than happy to get your feedback about my lecture. More info about my new coming professional courses can be […]

HTML5 WebSockets Jump Start PRO

On friday december 20th I delivered a short jump start lecture about HTML5 WebSockets. The lecture took place in HIT. You can find my slides at http://www.slideshare.net/lifemichael/websockets-jumpstart-201312. I will be more than happy to get your feedback about my lecture. More info about my new coming professional courses can be found at http://tinyurl.com/lifemichaelhitcourses.

jQueryMobile Jump Start PRO

On friday december 20th 2013 I delivered a short jump start lecture about jQueryMobile and its relevance for mobile hybrid applications development. The lecture took place in HIT. You can find my slides at http://www.slideshare.net/lifemichael/jquerymobile-jump-start201312. I will be more than happy to get your feedback about my lecture. More info about my new coming professional courses can […]

MongoDB Jump Start PRO

On friday december 20th I delivered a short jump start lecture about MongoDB and about no-sql databases in general. The lecture took place in HIT. You can find my slides at http://www.slideshare.net/lifemichael/mongodb-jump-start201312. I will be more than happy to get your feedback about my lecture. More info about my new coming professional courses can be found at http://tinyurl.com/lifemichaelhitcourses.

Tips for Learning Programming PRO

On friday december 20th I delivered a short lecture that covered my personal tips for learning programming. The lecture took place in HIT. You can find my slides at http://www.slideshare.net/lifemichael/tips-for-learningprogramming201312. I will be more than happy to get your feedback about my lecture. More info about my new coming professional courses can be found at http://tinyurl.com/lifemichaelhitcourses.

Chrome Web Browser Console PRO

The Chrome web browser provides us with useful capabilities for debugging our code. I have recently updated the Debugging slides in my JavaScript Programming course with fresh new video clips that explain vairous practical capabilities. You can find my JavaScript Programming course community version available for free at http://abelski.lifemichael.com.

The Numeral.js JavaScript Library PRO

The Numeral.js JavaScript library assists us with getting the required formats for the numbers our program uses. The following code sample shows how simple it is to use this library in order to manipulate the format of the numeric values we use in our code. <!DOCTYPE html> <html> <head> <title>numeral.js demo</title> <script src=”http://cdnjs.cloudflare.com/ajax/libs/numeral.js/1.4.5/numeral.min.js”> </script> </head> […]

The Pixastic.js JavaScript Library PRO

The Pixastic JavaScript library allows us to perform various operations on images we use in our code. The following code sample shows how simple it is to use this JavaScript library in our code. <!DOCTYPE html> <html> <head> <title>pixastic.js demo</title> <script src=”pixastic.core.js”></script> <script src=”glow.js”></script> <script type=”text/javascript”> function changepix(img) { var newpix = Pixastic.process(img, “glow”, {amount:0.2}); newpix.onmouseout […]

Skip to content Update cookies preferences