Search
Welcome
-
Latest Courses
Visual Studio Mac
Click for video
Learn to Program
Click for videoC# 7 First Look
Click for Video
Your First Mobile Application With Xamarin.Forms
Click for Video Presentations
Archives
Tags
Ajax Angular Animation ASP.Net BestPractices Blend C# C# 8 Community Competency convert Data FullStack GetStarted HVP i2WTutorial JavaScript JSON Mac migrate Mini-Tutorial Observations Open Source Opinion Patterns Pluralsight Presentations Reactive Reactive Programming ReactiveUI Review Tips Tools Video VSM WebSvc Windows Phone WindowsPhone wp7Tutorial WPFS Xamarin Xamarin.Forms Xaml XML YapCast-
Web hosting by Media Temple
License
JesseLiberty.com by Jesse Liberty is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at JesseLiberty.com.
The opinions expressed here do not necessarily reflect those of my employers, publishers or anyone else; void where prohibited, your mileage may vary, not valid in Sector C.
Category Archives: Opinion
New MacBook Pro 13″ – First Look
The headline is this: wow! I’m much more impressed with this new MacBook Pro than others seem to be. I won’t belabor all the improvements, but do want to touch on a few. One, perhaps a killer feature for me, … Continue reading
iPhone 7+ – First Look
What can I say that you don’t already know? [Updated Sept 23, 09:19: To reset the iPhone 7, hold the power button and the volume down button until you see the apple The battery does seem to last much … Continue reading
Posted in Essentials, Observations, Opinion, Product Reviews
1 Comment
The $20,000 Xamarin Programmer
If Xamarin programing is going to be how you make your living, then I highly recommend this list of hardware and software. iOS, OSX, Android, Windows Phone, Windows If you are going to develop on both Mac and Windows, it is painful … Continue reading
10ish Cool New Products
What follows are products I’ve recently discovered, that now I can’t live without. Back Pack Let’s start with the best backpack I’ve ever owned This is the Cocoon, which sells for about $100. There are two main pockets. The larger has … Continue reading
Posted in Essentials, Opinion, Product Reviews
2 Comments
My Favorite Books of 2014
In 2014 I read (according to GoodReads) 47 Kindle books and (according to Audible) 101 audible books. This year I read zero books on paper. Here is my short list of the very best: Far from the Tree Ulysses What If? … Continue reading
I’ve Become A Big Fan of Amazon’s WhisperSync
I’ve discovered Amazon’s WhisperSync, and I’m in love. The idea is that you buy an Audible book and a Kindle book — and your device (which can be a computer, iPad, Kindle, etc.) keeps them synchronized. This allows two wonderful … Continue reading
Album of the Week: Within Temptation’s The Silent Force
The only thing better than discovering new music that you love is to find it in your own collection and realize that you’ve forgotten about it. There is a special, if poignant joy in rediscovery. Silent Force by Within Temptation … Continue reading
Album of the Week: Living Proof by Buddy Guy
Every once in a while I come across new music that I have to share. This week it is Living Proof by Buddy Guy. This incredible album won the Album of the Year from the prestigious Blues Music Awards (formerly … Continue reading
Yet Another Podcast #123–Ted Neward on Architecture
This episode marks the premier of John Papa as permanent co-host of Yet Another Podcast (along with Jon Galloway as intermittent co-host)! Joining John and me are Ted Neward. Ted is CTO of iTrellis Software, a Microsoft MVP and much-in-demand … Continue reading
Read twice as fast, one word at a time
It turns out that there are better ways to read than the way we learned as children. Based on significant research, Flash Reading appears to be able to instantly increase your reading speed by 50% to 100% or more, while … Continue reading
Programming Style–Kendo & jQuery
Which of the following do you prefer? Which is easier to read? Which is easier to write? Which is easier to maintain? var dataItem = this.target().closest(“.k-grid”).data(“kendoGrid”).dataSource.getByUid(this.target().closest(“tr”).data(“uid”)); Or… var dataItem = this.target() .closest(“.k-grid”) .data(“kendoGrid”) .dataSource .getByUid(this.target().closest(“tr”).data(“uid”)); Or… var grid = … Continue reading
OzCode– 4 Star Help with Debugging
I loaded OzCode onto my machine some months ago, but didn’t really start to see its benefit until recently, when I’ve been intensively debugging C# code. The more I use it the cooler I think it is.