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.

Creating Tooltips in Silverlight PRO

The tooltips are represented by the ToolTip content control. We don’t need to add a ToolTip element. We can set an attached property and the Silverlight platform will create the tool tip automatically. <UserControl x:Class=”SilverlightApplication15.MainPage” xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation” xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml” xmlns:d=”http://schemas.microsoft.com/expression/blend/2008″ xmlns:mc=”http://schemas.openxmlformats.org/markup-compatibility/2006″ mc:Ignorable=”d” d:DesignHeight=”300″ d:DesignWidth=”400″> <Canvas> <Button FontSize=”22″ ToolTipService.ToolTip=”This is a Simple Tooltip” Content=”OK”></Button> </Canvas> </UserControl> The following […]

Tips for Learning Software Programming Languages PRO

In this post I am trying to put together my top ten recommendations for learning software programming languages in an effective way. 1. Overcome The English Barrier The technical professional software development training material is in English. If you are still having problems with reading technical material in English you must overcome this difficulty. The sooner […]

jQueryMobile, Ajax, WebSockets, MongoDB & PhoneGap Free Lectures INFO

On December 20th, I am goimg to deliver 6 short jump start free lectures in Holon Institute of Technology. The first lecture starts at 0800 and it covers my personal tips for learning programming languages. I will overview my recommened tips and share my experience. This lecture is highly recommended for every person who wants […]

Skip to content Update cookies preferences