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
ASP.NET Cryptography
For the past two days I have been working on encrypting data using ASP.NET’s built-in cryptography classes. I experimented with TripleDES and Rijndael, also known as the Advanced Encryption Standard (AES). Rijndael is accepted as a government standard for data … Continue reading
Posted in ASP.NET
Leave a comment
Programmers, Hackers, and Web Application Security
Some people are quite fearful of programmers and web developers. When a company has to let go of a developer there is usually a lot of fear that the disgruntled employee will hack their network or web site. There will … Continue reading
Posted in General
Leave a comment
Mashup With ASP.NET 2.0 Web Parts
Here is a video I created to demonstrate my custom mashup. I won’t be posting much source code anymore because the last two blog entries gave me a lot of problems. I spent several hours fighting with WordPress to get … Continue reading
Posted in ASP.NET
Leave a comment
Using JavaScript Within XSL
I have upgraded to Visual Studio 2005 Professional and I now have the XML menu with the Show XSLT Output and Debug XSLT submenu items. Unfortunately, it does not appear to work. I get an error. I searched on the Internet … Continue reading
Posted in General
Leave a comment
XML & XSL – LiveVideo API
Yesterday I created a web part to show video comments using the LiveVideo API. The API returns XML so I had to format it using XSL (Extensible Stylesheet Language) which is a stylesheet for XML. I used Visual Studio 2005 … Continue reading
Posted in General
Leave a comment
Mashup Sites – A Review
Today I investigated several other mashup sites to get an idea of how this technology can be used. I was impressed by the range of content you can include on your start pages. You can even submit your own content, … Continue reading
Posted in General
Leave a comment
Custom Web Portals With ASP.NET 2.0
I really like the new web portal applications you can create in ASP.NET 2.0 so I have used this technology to create a custom mash up for myself. A mashup is a website or application that combines content from more … Continue reading
Posted in General
Leave a comment
ASP.NET 2.0 – Database
I have finished reading my book on ASP.NET 2.0. There were two chapters on the new database server controls for ASP.NET 2.0. The new database controls eliminate the need to create database connection, command, and reader objects which was a … Continue reading
Posted in ASP.NET
Leave a comment
ASP.NET 2.0 – Security And Web Parts
Tonight I finished exploring the new security and web parts features of ASP.NET 2.0. The new security features are server controls for user login, password recovery, and new user registration. These server controls eliminate much of the repetitive coding required … Continue reading
Posted in ASP.NET
Leave a comment
Studying ASP.NET 2.0
I have finally begun to study ASP.NET 2.0. I am currently reading ASP.NET 2.0 For Dummies by Bill Hatfield. I am up to chapter 13. Unfortunately, everything I have read so far has been really basic review of ASP.NET. So … Continue reading
Posted in General
Leave a comment
Updated Client List
I have updated my Client List to reflect the current state of my business. I have severed my business relationship with Car Accessories because they owe me a lot of money and refuse to pay it. I had to sic a … Continue reading
Posted in General
Leave a comment
Newsvine – A Social Networking Site Based On News
I’ve discovered a new social networking site today, Newsvine, which is based on news rather than video. Newsvine allows you bookmark any newsworthy content you find on the Internet which then becomes part of the news gathered on the site. … Continue reading
Posted in General
Leave a comment
Creating Motion Graphics With After Effects
I have completed the first three chapters of Creating Motion Graphics With After Effects Volume 1: The Essentials. I read about keyframes and compositions and explored many features of the program. I also jumped ahead and read chapters 25, 26, … Continue reading
Posted in General
Leave a comment
Web Site Design Using Photoshop – Sliced PSD
I’ve been too busy to blog but earlier in the week I had an opportunity to work on a web site design using Photoshop. I did not create a new design from scratch. I had to modify an existing web … Continue reading
Posted in General
Leave a comment
Installed DotNetNuke 4.4.0
Today I installed DotNetNuke 4.4.0 on my local web server. DotNetNuke is a web application framework written for ASP.NET. The installation gave me considerable problems because the installer could not establish a SQL Server database connection. Then I created a second … Continue reading
Adobe After Effects 6.5 Standard
Today I received my boxed copy of Adobe After Effects 6.5 Standard from eBay. I was really glad to get this because the book I am reading Creating Motion Graphics With After Effects – Volume 1: The Essentials was written … Continue reading
Posted in General
Leave a comment
Latest Database Work
I’ve upgraded to Microsoft Office 2007 and discovered that Outlook 2007 can export emails to Access 2007. I don’t think this was possible before. It is certainly useful because a lot of data comes in via email. When you export … Continue reading
Posted in General
Leave a comment
Internet Video Developments
I’ve found a few interesting web sites that are taking Internet video in new directions. Podzinger attempts to index the audio of YouTube videos so you can search for a word that has been spoken by a video blogger. This … Continue reading
Posted in General
Leave a comment
How To Allow Video Embeds In WordPress’s HTML Editor
My hosting company finally upgraded my WordPress version to 2.0.4 after I complained about the old version I was forced to use. This was important to me because I have done some work creating custom WordPress designs and I wanted … Continue reading
Posted in General
Leave a comment
Video Bloggers Abandon YouTube For LiveVideo
Video bloggers are abandoning YouTube in favor of a new video sharing site, LiveVideo, which can be found at: http://www.livevideo.com/. YouTube users have been frustrated by problems with the site’s messaging system. Many people have had problems posting comments on … Continue reading