Google Web Fonts V2New, improved, bigger, better, etc.
Google Web Fonts V2New, improved, bigger, better, etc.
Why clean code is more important than efficient code
Why clean code is more important than efficient code
There was a time, long ago, when the most important thing you could do with your code was to make it more efficient — in terms of how much functionality you can pack into every kilobyte of storage, how tightly it compiles, how little RAM it uses, how much you can communicate in every network packet sent, and so on. In those days, many computers did not even have random access persistent storage, you could only run one program at a time, and RAM was measured in bytes rather than gigabytes. Those days are long gone.
Web Standards Update for Microsoft Visual Studio 2010 SP1
Download the latest Web Standards Update for Microsoft Visual Studio 2010 SP1. This update integrates HTML5 and CSS3 support in Visual Studio 2010.
You can also learn about some of the new syntax for HTML5 and CSS3 by visiting any of the following links:
- http://www.hanselman.com/blog/AnnouncingTheWebStandardsUpdateHTML5SupportForTheVisualStudio2010Editor.aspx
- http://blogs.msdn.com/b/webdevtools/archive/2011/06/15/web-standards-update-for-visual-studio-2010-sp1.aspx
Until next time!
EXIF Date + Windows Create Date
Today, I downloaded all the photos I have taken over the years from my android phone onto my PC. After bulk renaming the files and re-uploaded I noticed the sort order of my photos were out of order. It appears that android displays photos in the gallery based on the file create date. Since I did a bulk rename on my files all the create dates were set to today’s date.
I needed a way to reset the create date to the photo taken date, enter EXIF Date Changer, this tool will scan all the files in a specified folder and reset the dates, if can do:
EXIF Create Date -> Window File Create Date
Window File Create Date -> EXIF Create Date
Until next time!