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
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
C Sharp for ASP.NET
Today I download the MySQL Connector/Net, an ADO.NET driver for MySQL, and wrote a C# ASP.NET page to connect to my books database. I now have 13 topics on C# in my Notes.chm compiled help file. An extensive language reference … Continue reading
Posted in General
Leave a comment
Pennsylvania College of Technology Transcript
Yesterday I received my Pennsylvania College of Technology transcript which I obtained in case any prospective employers want documentation of my academic record. My grade point averages by semester were 3.82, 3.90, 3.93, and 3.95 for the Fall of 1985 … Continue reading
Posted in General
Leave a comment
Writing Code To Generate Code
Today I wrote a script to generate the SQL for a stored procedure based on an Access database table design. Creating a stored procedure is a tedious chore that usually requires a lot of copy and paste of the field … Continue reading
Posted in General
Leave a comment
Cascading Style Sheets Positioning Of Web Page Elements
Cascading Style Sheets have been giving me some problems lately because our web designer is encouraging us to use CSS to position web page elements rather than tables. I was given a design that used a lot of heights specified … Continue reading
Posted in General
Leave a comment
SQLClient Class – SQLDataReader
Today I used the SQLDataReader of the SQLClient namespace to create a new Merchant Tools page for StoreFront 6.0. A client wanted to know how many customers were getting the weekly mailings and I was suprised to learn that StoreFront … Continue reading
Posted in General
Leave a comment
Eiffel for ASP.NET Name Mapper
Today I managed to convert some of my ASP.NET sample code written in VB.NET into Eiffel. There are a few problems with using Eiffel for ASP.NET for web applications. First, it takes a ridiculously long time to compile, even longer … Continue reading
Posted in General
Leave a comment
C# Programming
I was offered another job developing web applications using ASP.NET but the language requirement was for C Sharp instead of Visual Basic. I don’t think this was a good job offer because it came from an employment agency. I have … Continue reading
Posted in General
Leave a comment
Today’s Impressive Accomplishments
Today I used AJAX, Asynchronous JavaScript and XML, for the first time in a web application project. I just modified my AJAX example code slightly for an Active Server Pages script with data coming from a SQL Server database. I … Continue reading
Posted in General
Leave a comment
Rant Against Web Position Gold
I’m not recommending Web Position Gold as a SEO tool anymore. I think businesses are wasting their time using that software. I’m tired of wasting my time setting up submission missions, generating ranking reports, and running the page critic. It … Continue reading
Posted in General
Leave a comment
Froogle Product Feeds
I manage the Froogle product feed for http://www.caraccessories.com. I have to upload a CSV file every month to keep their products in the Froogle product search engine. None of our clients at work are using Froogle product feeds. We don’t … Continue reading
Posted in General
Leave a comment
Web Services In VB.NET
Today I had to create some web forms to submit XML requests to the Army and Air Force Exchange Service web service for authorizing Military Star Card payments. They did not create their web service properly. My web forms had … Continue reading
Software Development Using Eiffel
Yesterday I received the book Software Development Using Eiffel by Richard Wiener in the mail. This book was published in 1995 but the code looks more compatible with Eiffel Studio than the other book I am reading Object-Oriented Software Engineering … Continue reading
Posted in General
Leave a comment
Blog Writing Work
It should be easy for a good writer to find work because the Internet has made written content extremely valuable. The search engines love good content as anyone who reads Search Engine Optimization articles knows. Their advice to e-commerce sites … Continue reading
Posted in General
Leave a comment
Asynchronous JavaScript and XML
Last night I added a new web page to my web site to demonstrate Asynchronous JavaScript and XML, otherwise known as AJAX. Asynchronous JavaScript and XML is JavaScript on the client which uses an ActiveXObject, Microsoft.XMLHTTP, to request a XML … Continue reading
Posted in General
Leave a comment