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
Web Application Development With PHP 4.0
Today I received the book Web Application Development With PHP 4.0 by Tobias Ratschiller and Till Gerken. This book is slightly out of date but then my web site only supports PHP Version 4.1.2 so there is no reason to … Continue reading
Posted in General
3 Comments
Java Server Pages
Today I received a book Pure JSP: Java Server Pages by James Goodwill which should help me to learn Java using the same concepts that I currently use in my ASP work with Visual Basic scripting.
Posted in General
Leave a comment
More ASP.NET 2.0 Exploration
It looks like the master page absolutely needs a vb code behind file. I was trying to run some simple examples without using Visual Studio. My installation of Visual Studio 2005 only had some SQL Server 2005 project types so … Continue reading
ASP.NET 2.0
Today I began to study ASP.NET 2.0 which I already have installed on my system. I figured out how to create an ASP.NET 2.0 web application using the new IIS configuration tool which is a new ASP.NET tab in the … Continue reading
Posted in General
Leave a comment
ASP.NET Style Sheet Woes
Today I discovered that ASP.NET does not generate HTML which will validate according to XHMTL style rules. I also had a lot of problems creating a style for the web control because the BorderWidth=”0″ property creates an inline style which … Continue reading
Posted in General
Leave a comment
Unrealistic Business Expectations
I’ve been looking for contract work in custom web development but the search is not going very well due to ridiculous project proposals. There is such an enormous disconnect between project requirements and budget that it borders on the absurd. … Continue reading
Posted in General
Leave a comment
StoreFront Order History
Tonight I worked on creating customer account and order history pages for StoreFront 5.0 based on this additional feature that was added to StoreFront 6.0. This is a simple matter of writing ASP scripts that do the same thing the … Continue reading
Posted in General
Leave a comment
MySQL Administration Using PHP
Tonight I wrote the PHP scripts for MySQL database administration. I created the forms, SQL statements, and scripts for adding records, editing records, and deleting records. Next I plan to write a script for viewing records that will allow me … Continue reading
Posted in General
Leave a comment
Old Technology Books
Last night I listed my old technology books on Yahoo Auctions and Half.com. I have lots of books on Windows NT, Visual J++, MS-DOS, and Windows 3.1 which are very difficult to sell. Yahoo Auctions allows you to quickly list … Continue reading
Posted in General
Leave a comment
RSS Feeds
Lst night I researched RSS Feeds. I discovered that Firefox and Opera browsers will display a little icon next to your web address if you include a line of code in your home page’s <head> tag: <link type="application/rss+xml" rel="alternate" title="Williamsport … Continue reading
Posted in General
Leave a comment
WordPress Scheduled Task Script
Last night I wrote a VBScript to load the web page which forces WordPress to check its mailbox for articles to be posted. Then I created a scheduled task to run the VBScript every hour. On a linux server this … Continue reading
Posted in General
Leave a comment
Ultra-Edit 12
Today I upgraded to Ultra-Edit 12. Ultra-Edit is my favorite text editor. It features line numbering, find and replace using regular expressions, syntax highlighting, nine additional clipboards, word count, spell checking, hex editor, trailing space trim, and formatting to uppercase, … Continue reading
Posted in General
Leave a comment
Installed WordPress On Windows 2003 Server
Last night I was up until 2:00 AM installing WordPress on a Windows 2003 Server for http://www.caraccessories.com/wordpress. I ran into numerous technical problems because I tried to install the lastest versions of PHP and MySQL. Eventually I had to install … Continue reading
Posted in General
5 Comments
FrontPage Regular Expressions
FrontPage 2003 added regular expressions to its Find and Replace tool. This is a big improvement and allows for more powerful code editing. Unfortunately, it requires a lot of trial and error to figure out its regular expression syntax which … Continue reading
Posted in General
Leave a comment
Web Application Design
Yesterday I experimented with a fancier web application design. Most of my web applications have no design at all because I focus on the functionality. I figure it is the graphics designer job to create the design. Unfortunately, he never … Continue reading
Posted in General
Leave a comment
ALTER Access Database
Today I learned how to change the design of a table in Access without opening the database file in Access and overwriting the file. This is necessary if you are using an Access database on a web site where a … Continue reading
Posted in General
Leave a comment
PHP Search Results Script
Today I wrote a PHP script to return MySQL database records according to the search criteria entered into a web form. This is similar to my Active Server Pages scripts. I used my simple reading list database as an example. … Continue reading
Posted in General
Leave a comment
Exam 70-305
I am currently studying for certification exam 70-305, “Developing and Implementing Web Applications with Visual Basic.NET and Visual Studio.NET”. I am reading the Exam Cram book written by Mike Gunderloy.
Posted in General
Leave a comment
MySQL & PHP
Today I managed to populate my Books table using a PHP script. The bulk inport for MySQL did not work so I had to write a little VBScript to generate the PHP code for multiple SQL, INSERT INTO statements. I … Continue reading
Posted in General
Leave a comment
Williamsport Sun-Gazette Web Site Hacked
I found that the Williamsport Sun-Gazette web site had been hacked this Sunday morning. According to their defaced home page, they were hacked by some Turkish muslims from North Cyprus. I have a screen shot of their defaced home page. … Continue reading