Hi, my name is Lee.
I'm a technical trainer,
a developer and an entertainer.
I create fixes and I fix headaches...
Welcome to my tech blog.
May 31st, 2013

Sencha Touch workshop @ Dutch Mobile Conference

Are you joining the DutchMobileConference / DutchPHPConference next week in the RAI Amsterdam? I will give a 4 hour workshop to get up to speed with Sencha Touch 2.2! In this workshop you will build the -Do I Need The [...]

Read More...
Category: Sencha
May 31st, 2013

Meet me @ SenchaCon

If you would like to speak in person with me about Sencha Touch or other (Sencha) technologies, I will be at SenchaCon in Orlando Florida (Disney World), this year. SenchCon is the HTML5 event of the year, with over 60 [...]

Read More...
Category: Sencha
May 28th, 2013

Use the Sencha Cmd webserver?

Did you know, that you can run a local server with Sencha Cmd (Sencha Command line tools)? Sencha Cmd 3.1.* has a build in Jetty 8.1.7 web server. You can start it in your command line. Start your HTTP file [...]

Read More...
May 14th, 2013

Removing a local Web SQL db, LocalStorage or AppCache in Google Chrome

It is a huge bummer that you can not delete a local database from your Google Chrome Dev Tools don’t you think? Well there is easy solution to do this. Open Google Chrome and enter the following url: chrome://settings/cookies/. Here [...]

Read More...
Apr 13th, 2013

Remove .DS_Store files from my git repo and ignore them.

I easily can get frustrated from all those auto-generated .DS_Store files on my Mac. These are the steps to remove and ignore them! 1. Remove all DS store files from the whole folder. Run the following command in your terminal: [...]

Read More...
Category: Environment, Git
Apr 1st, 2013

No sound airplay apple tv

Problems with playing your video’s, when using Airplay Apple TV or just by playing your video’s through an HDMI cable? Just restart your audio driver. Enter the following line into your terminal:

Read More...
Category: Uncategorized
Mar 22nd, 2013

Easy update Sencha Cmd

Enter these commands for easy updating Sencha Cmd: Download and install the latest stable release.

Just check for the latest stable release.

Download and install the latest beta release.

Just check for the latest new beta release. [...]

Read More...
Category: Environment, Sencha
Mar 20th, 2013

Fix GIT Http Error

Suddenly my Git Mac Client starts throwing the error message: “No internet connection” every time I sync my repo. But I did have an internet connection! I tried it again, but this time on the command line; with a git [...]

Read More...
Category: Environment
Jan 23rd, 2013

Mac OSX: Run Sublime from your terminal

Wouldn’t it be cool to navigate within your terminal to your project folder and then run sublime with the following command:

It’s easy to setup… Add the bin folder to your paths: First open your ~/.bash_profile file. (it’s hidden [...]

Read More...
Jan 23rd, 2013

Handy Sublime Shortcuts

- Command + Shift + P – Opens the magic dropdown – Command + Shift + P > Package Control: Install Package – go install nice plugins – Command + P > : – go to line number – Command [...]

Read More...