Title: Web – Page 55 – Alex Kirk

---

# Category: Web

 * 
   ## 󠀁[Android WebView: Web page not available](https://alex.kirk.at/2012/10/11/android-webview-web-page-not-available/)󠁿
   
 * October 11, 2012
 * Just a quick note in order to save someone else searching for a solution to this
   problem. When you want to display HTML content in an Android WebView do it like
   this: String html = “my >b<HTML content>/b<. 100% cool.”; WebView webView = (
   WebView) findViewById(R.id.myWebView); webView.loadData(“>?xml version=\”1.0\”
   encoding=\”UTF-8\” ?<” + html.replace(“%”,”%25″), “text/html”, “UTF-8”); If you…
 * [Web](https://alex.kirk.at/category/web/)
 * 
   ## 󠀁[Git tip: Changing your mind: Push pending changes to a (not-yet existing) new branch](https://alex.kirk.at/2012/02/15/git-tip-changing-your-mind-push-pending-changes-to-a-not-yet-existing-new-branch/)󠁿
   
 * February 15, 2012
 * It happens quite often to me that I start committing things and only afterwards
   decide I should have created a new branch. So git status says something like:
   Your branch is ahead of ‘origin/master’ by 4 commits. but I don’t want to push
   to origin/master but rather create a new branch. (Of course this works…
 * [Web](https://alex.kirk.at/category/web/)

 [Previous Page](https://alex.kirk.at/category/web/page/54/?output_format=md) [Next Page](https://alex.kirk.at/category/web/page/56/?output_format=md)