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
Web Developers – Freelance VS Firms
Now that I’ve worked as a freelance web developer and as a web developer working for a small company that does a variety of Internet consulting and I.T. related work I have some thoughts on choosing one over the other. … Continue reading
Posted in General
Leave a comment
Joomla And botMosXslt – XML Feeds In Portals
Last night I installed the Joomla open source content management system on my local web server and explored its ability to consume XML data feeds (web services, developer APIs, and RSS news feeds). The News Feed module did not allow … Continue reading
Posted in General
2 Comments
What Technology I Am Studying
I devote a lot of time each week to studying new technology. It is very important for a web developer to keep up his skill set because his expertise is his major asset. I prefer to learn incrementally because most programming languages … Continue reading
Posted in General
Leave a comment
DotNetNuke 4 News Module and Web Parts Synergy
Tonight I tried to use some of the XSL stylesheets I created for my ASP.NET 2.0 web parts mashup in the DotNetNuke 4 web portal. I was very pleased to find that most of them work when used with the … Continue reading
Posted in General
Leave a comment
RegexBuddy And xmlns:media
Today I purchased RegexBuddy, a tool for creating and testing regular expressions. Regular expressions are strings that describe or match a set of strings, according to certain syntax rules. In other words, a regular expression is a complex syntax for … Continue reading
Posted in General
Leave a comment
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

