November 2024 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 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
-
Author Archives: Robert S. Robbins
Yahoo Widget For Stickam & ASP.NET Community Blogging
Today I discovered that my Yahoo Widget for Stickam has been approved and is now available for download from the Yahoo Widget Gallery. I did not receive any notice that it was approved. Now I just need to get my … Continue reading
Posted in ASP.NET, General, Video Production
Leave a comment
North Coast Gathering – YouTube Meet Up
Over the weekend I attended the North Coast Gathering for vloggers in Sandusky Ohio where I met the popular vloggers Zen Archer and Tara916. Fortunately I did not get lost during the 6 hour drive and I did not get … Continue reading
Posted in Vlogging
Leave a comment
Semantically Rich Markup
While reading my book on CSS today I came across the best explanation I’ve seen on how to structure your HTML code for the search engines. Unfortunately there is a lot of confusion about how to optimize HTML code for … Continue reading
Posted in CSS, Web
Leave a comment
North Coast Gathering – YouTube Meet Up
The bus trip to Washington DC for Saturday, September 29th has been canceled. There was not enough interest. So instead I plan on going to the North Coast Gathering for YouTube, Stickam, and LiveVideo vloggers which will be held on … Continue reading
Posted in General, Vlogging
Leave a comment
Web Parts, YAML, Washington DC
This blog post is going to wrap up a week of activity that didn’t give me time to blog. This week I worked on an important web part that creates a parent / child relationship between two database tables. I … Continue reading
Posted in ASP.NET, Business, General, Programming
Leave a comment
How To Reference A CSS Class With JavaScript
Some of the CSS topics in my help file were not displaying properly due to a problem with background image urls in CSS. This problem only appears in the Help 2.0 version of help collections for the Microsoft Document Explorer. … Continue reading
Posted in CSS, Web
Leave a comment
Eval For VB.NET
Today I was converting some ASP code to ASP.NET when I ran into a problem with the eval statement which is not supported in the NET Framework. Fortunately, I found a clever solution on the Internet at http://odetocode.com/Articles/80.aspx. You can … Continue reading
Posted in ASP.NET
Leave a comment
NPlot Bar Charts
There is a free charting component for ASP.NET by the name of NPlot but it is poorly documented and I could not figure out how to create a simple bar chart. I contacted one of the developers and he sent … Continue reading
Posted in ASP.NET, General
3 Comments
1994 Pontiac Grand Prix SE
Yesterday I bought a new used car, a 1994 Pontiac Grand Prix SE. It is the same color, red, and mileage 157,000 as my last car so in that respect it is not much of an improvement. However it has … Continue reading
Posted in General
Leave a comment
The Value Of Creativity
This blog post is going to be different from my usual blog posts because I will address the value of creativity. Programmers have to be creative and logical but they are usually given more credit for being logical than creative. … Continue reading
Posted in General
Leave a comment
ISBN Look Up Application Development
I recently found an interesting social networking web site where you can list all the books you’ve read so you can connect with other people based on your reading habits. This is very appealing to me because I have read … Continue reading
Posted in General
Leave a comment
Labor Day Weekend
I plan to get a lot of work done over the Labor Day weekend. Last night I finished working through a lengthy chapter on Lighting in 3D with After Effects. That was the last chapter I needed to complete my … Continue reading
Posted in General
Leave a comment
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
TableAdapters And Transactions
I’ve been doing some more work with TableAdapters and transactions. I’ve learned how to extend the TableAdapter class to include support for handling transactions. Being able to extend a class to override a method or provide new methods is an … Continue reading
Posted in ASP.NET, General, Programming
Leave a comment