To get the latest version of Android on your Nexus device without having to wait for the Over-the-Air (OTA) update, follow these steps:
Beitrag "Update your Android Nexus device with Nougat" weiterlesen
To get the latest version of Android on your Nexus device without having to wait for the Over-the-Air (OTA) update, follow these steps:
Beitrag "Update your Android Nexus device with Nougat" weiterlesen
To inspect a windows folder (that eg. contains HTML files) in your web browser using IIS Express, you can use this script:
Everyone is talking about “Heartbleed”.
Here was a little workaround for the internet browser chrome (http://www.tiefenauer.info/heartbleed-chrome/), written by a friend of mine.
In a customer project I needed to format numbers as currency. In this case I found this neat little extension method.
Beitrag "How can I format numbers as currency in JavaScript?" weiterlesen
If you set the [Required]
annotation on a required model property, the input field gets a data-val-required
attribute in the view.
Beitrag "Mark a required label with an asterisk" weiterlesen
Have you ever wondered how you can edit the “currency appearance” in the .Net ToString() method? Let’s say we have var amount = 1337.42M;
and we want it to be displayed like: 1'337.42 CHF
.
Beitrag "Decimal.ToString() with currency symbol" weiterlesen
Anyone who wants to improve his website performance, finds good tutorials on the net. Among others at Yahoo.
Beitrag "CSS Out! - Get inline CSS Out of your HTML document" weiterlesen