Laravel framework update issue

By Nethru Limited (www.nethru.com)

Laravel

Laravel is one of the most popular PHP framework nowadays, and it surely is my first choice in doing projects using PHP. I am not writing about the advantages of using Laravel or teach you using it in this article here, instead, I am going to share with you an updating issue that I have solved recently.

Read more

Remote Debugging Web Apps on Android

By Nethru Limited (www.nethru.com)

Developers

Starting from Android 4.4, Android introduced a new debugging tool for developers to remotely debug their web apps with Chrome Developer Tools.

In this article, I will give an introduction on how to start using Chrome Developer Tools for debugging. If you are an advanced user already, please visit the official pages for more information. (https://developers.google.com/chrome-developer-tools/)

If you don’t have a device running Android 4.4 or higher, you can debug your JavaScript using the console JavaScript APIs and view the output messages to logcat, but this is not our main focus in this article.

Read more

Tips for HTML5 Apps

By Nethru Limited (www.nethru.com)

HTML5

With the help of PhoneGap, we can create our informative apps in fast and simple ways using HTML5 and CSS3 languages. PhoneGap will create a web view component to render your HTML contents in the app. But this may come out some problems for the HTML5 apps, for example, the text contents can be selected, the images can be dragged, etc. In this article, I will share some tips to prevent these things happen, so that your HTML5 apps can just look like a native app.

Read more

Use Dropbox as Git Server

By Nethru Limited (www.nethru.com)

To setup Git server, many people may suggest to register a free account in GitHub, but free account of GitHub requires your repos to open to public, or you have to purchase for private repos. If you do not want to open your source to public, and you think setting up your own Git server is too complicated, Dropbox may be your solution.

Read more

1 2