Now Reading
Planned books:
None
Current books:
-
Mathematics for the Digital Age and Programming in Python by Maria Litvin and Gary Litvin
-
Statistics In Plain English by Timothy C. Urdan
Recent books:
- Practical Machine Learning in R by Fred Nwanganga, Mike Chapple
- Statistical Inference via Data Science: A ModernDive into R and the Tidyverse by Chester Ismay and Albert Y. Kim
- The Nature of Code by Daniel Shiffman
- Story: Substance, Structure, Style and the Principles of Screenwriting by Robert McKee
- The Red Queen: Sex and the Evolution of Human Nature by Matt Ridley
-
Monthly Archives: August 2007
YouCruise – YouTube Carnival Cruise
I have booked a cabin on the YouCruise, a Carnival cruise for YouTube vloggers. The YouCruise was the idea of YouTube rant comic, Pipistrello. You can download a Word file with all the details at: YouCruise.doc. I frequently watch the … Continue reading
Posted in General
Leave a comment
Becoming A Better Programmer
I feel that I have become a much better programmer this year. I have learned a lot more about Visual Studio and now use all of its features. This includes using bookmarks to find my way back to lines of … Continue reading
Posted in ASP.NET
Leave a comment
C# Data Structures
I added a topic to my notes on C# data structures. I think I had a class in college on data structures. We used Pascal for that class. I still have my Pascal book and Pascal compilers but there is … Continue reading
Posted in ASP.NET, General, Programming
Leave a comment
Social Isolation And Online Communities
I’m reading David Silver‘s book Smart Start-Ups which is about building online communities because I am very active in the YouTube community. There are actually many videos and discussions about online community. Some people insist there is no community and … Continue reading
Posted in Business, General
Leave a comment
IIS 7.0, PHP, Perl, Silverlight
I’ve been meaning to cut back on the amount of new technology I’m studying because you can’t learn everything. You will have no time for your regular life if you try to keep up with changing technology. However, I have … Continue reading
Posted in General
Leave a comment
Visual Studio As An HTML Editor
At work I am forced to use Visual Studio 2005 as an HTML editor instead of my precious FrontPage 2003. Visual Studio 2005 is better than Visual Studio 2003 for editing a web page but I still have the following … Continue reading
Posted in General
Leave a comment
JavaScript Object Notation
JavaScript Object Notation is an alternative data format to XML for AJAX. To use JSON you need the json.js script at www.json.org. It contains the JavaScript functions to convert arrays to JSON strings. The JSON strings are parsed by JavaScript … Continue reading
Posted in General
Leave a comment