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: May 2006
C# Recursion – File Processing
I have made an important improvement to my C# script that parses an entire web application for significant code. I have added the ability to parse subdirectories using a recursive function. This was necessary because not all web applications keep … Continue reading
Posted in General
Leave a comment
Williamsport News Feeds
I’ve gathered all the local news feeds I can find into my BlogLines account. BlogLines lets you see how many subscribers a feed has and for many local news feeds like the Williamsport Sun Gazette, I am the only subscriber. … Continue reading
Posted in General
Leave a comment
PHP Secure Administration Scripts
I have written some code to secure the database administration scripts I use to manage my books database. Now my simple web application has a log in page and you cannot access any other pages without a valid log in. … Continue reading
Posted in General
2 Comments
Universal Data Link Wikipedia Entry
Today I came across something I never heard of before, the Microsoft Universal Data Link (UDL) file type. It is used for database connections. I tried to look it up on Wikipedia but they did not have a page on … Continue reading
More Web Applications Installed on my Mandrake Linux Server
Tonight I installed two more web applications on my Mandrake 8.2 Linux server. These web applications finally give me a reason to use my Linux system. And I am gaining experience in installing the types of web applications that are … Continue reading
Posted in General
Leave a comment
Dot Net Nuke and Crystal Reports
Last night I installed Dot Net Nuke 4.0.2 on my system. It gave me almost as much trouble as a Linux web application install. The two aspects I found tricky were renaming the release.config file to web.config and then updating … Continue reading
Posted in General
Leave a comment
Blogging For Dummies Book Review
Tonight I finished reading Blogging For Dummies by Brad Hill. Amazon recently added it’s very own version of the blog called the plog which allows writers to have a blog on Amazon targeted to their readers. If you have bought … Continue reading
Installed phpMyAdmin On Mandrake 8.2 Linux
I’ve found it easier to install web applications on my Mandrake 8.2 Linux system which is running Apache-AdvancedExtranetServer/1.3.23 and PHP 4.1.2. I recently installed phpMyAdmin 2.8.0.3 with only a few minor problems, mostly in editing the config.inc.php file and then … Continue reading
Posted in General
Leave a comment
Corel Linux Upgrade Woes
Over the weekend I tried to upgrade my Corel Linux system for PHP 4.0. Unfortunately I was unable to accomplish this because Corel Linux is so obsolete. All I managed to do was upgrade Apache from 1.3.3 to 1.3.35 and … Continue reading
Posted in General
Leave a comment
X Bitmap Format
The XBM image format is a simple image file format that can only be used for black and white line art. But the cool thing about XBM files is that you can create them through JavaScript. This means you can … Continue reading
Posted in General
Leave a comment
Information Schema
Yesterday I blogged about how to document a MySQL database by a rather involved process of importing the database into SQL Server and then Microsoft Access. Actually you could simply use phpMyAdmin 2.5.0 to display the same information by clicking … Continue reading
Posted in General
Leave a comment
How To Document A MySQL Database Design
My blog software is WordPress which is using a MySQL database. My task is to document the database design. Let us see how I accomplish this goal. My first step is to back up the database because I need a … Continue reading
Posted in General
Leave a comment
C# Object Oriented Programming
Tonight I started learning the Object-Oriented Programming aspects of C#. I’m reading the free online chapter of Microsoft Visual C#.NET 2003 Kick Start by Steven Holzner at http://www.samspublishing.com/articles/article.asp?p=101373&seqNum=6 Web development is based on scripting languages, JavaScript, VBScript, PHP, Perl so … Continue reading
Posted in General
Leave a comment