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
-
Category Archives: General
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
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
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
Wireless Network Set Up Accomplished
I have completed the set up of my wireless network using a Buffalo Broadband Router & Access Point with High Gain Antenna. It took less than half an hour to set up my wireless network. Now I can get my … Continue reading
Posted in General
Leave a comment
Going Wireless
I’m finally setting up a wireless network in my house. I’ve bought some wireless networking cards and I should get my wireless access point soon. I decided to go wireless because I have a new computer to run Windows Vista … Continue reading
Posted in General
Leave a comment
WordPress Code Markup Test
I have been frustrated with WordPress’s inability to accept my code in my blog postings. I either have to give up on including code in my blog or waste my time struggling with the formatting. Today I have installed the … Continue reading
Posted in General
Leave a comment
Cross-Page Posting
Today I added a help topic on Cross-Page Posting to my ASP.NET 2.0 notes. Cross-Page Posting allows a second ASPX page to get the form fields from a previous ASPX page when the form is submitted using the Post method. … Continue reading
Posted in ASP.NET, General, Programming
Leave a comment
Application Name In Connection String
Every day I learn something new at work or while doing stuff at home. Today I learned how to add the Application Name parameter to a connection string so the application name will appear in the SQL Server 2005 Activity … Continue reading
Posted in General
Leave a comment
Web Service Security
Most web service tutorials only show you how to return a simple string value and they don’t address security at all. All of the web services you create based on the tutorials will allow anonymous access over the Internet. Anonymous … Continue reading
Posted in ASP.NET, General
Leave a comment