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...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...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...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...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...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:
|
1 |
sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'` |
Enter these commands for easy updating Sencha Cmd: Download and install the latest stable release.
|
1 |
sencha upgrade |
Just check for the latest stable release.
|
1 |
sencha upgrade --check |
Download and install the latest beta release.
|
1 |
sencha upgrade --beta |
Just check for the latest new beta release. [...]
Read More...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...Wouldn’t it be cool to navigate within your terminal to your project folder and then run sublime with the following command:
|
1 |
subl . |
It’s easy to setup… Add the bin folder to your paths: First open your ~/.bash_profile file. (it’s hidden [...]
Read More...- 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...