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: Web
Successful Alert Firing and Notification
After creating several more Google Cloud alert policies, I finally hit on something that works. I now receive the following email when my application exceeds its quota for YouTube Data API usage: I think the key to getting this to … Continue reading
YouTube Data API Quota
Google has reduced the quota for my application after demanding a compliance audit. I have submitted the form for the audit many times but I never get any kind of response. Here is a message they sent me when they … Continue reading
Posted in Programming, Technology, Web, YouTube
Tagged API Usage Quota, Google Cloud, Youtube API
Leave a comment
Williamsport Web Developer Finally Has Broadband
I have finally replaced my Verizon DSL service with Xfinity Performance Internet. I should have done this a long time ago. My download speed has gone from 0.73 megabytes per second to 18.2 megabytes per second and my upload speed … Continue reading
Don’t Rush A Web Developer
I like to work very slowly. This can be frustrating for a client but there are good reasons to work at a slower pace. Programming is not something that should be done in a rush. One of the biggest problems … Continue reading
Posted in Programming, Web, Web Design
Tagged documentation, hurry, programming, rush, software development, web development, work pace
Leave a comment
Working On The Web Site
I have not written about my freelance work in a long time. Business has really dried up. I am down to just one client who is not giving me much work. While things are slow I have been working on … Continue reading
YouTube Data API
Google has changed their YouTube Data API and broken my web pages; YouTube Favorites Back Up and YouTube Subscriptions Back Up. I did manage to rewrite the YouTube favorites back up. It actually backs up a playlist and it can … Continue reading
Posted in General, Programming, Web
Tagged Google, Google API Client Library, YouTube, YouTube Data API
Leave a comment
ASP.NET 1.1 Is Broken
Recently I came across the first instance I’ve seen of Microsoft dropping support for its legacy web application technology. ASP.NET 1.1 is now seriously broken. Officially, support for ASP.NET 1.1 ended on October 14, 2008. What I am talking about … Continue reading
Posted in ASP.NET, Programming, Web
Tagged ASP.NET 1.1, Authorize.Net, POODLE attack, SSL 3.0, Storefront 6.0, TLS, UPS
Leave a comment
My First GitHub Repository
I have begun to do my research on San Francisco which will be the next major city I visit. San Francisco is a particularly interesting city because it is close to Silicon Valley. A large number of technology companies are … Continue reading
Encrypting Email
I have been reading the book I bought at the International Spy Museum in Washington DC, The Snowden Files by Luke Harding, and I have actually learned something from it. The Snowden Files: The Inside Story of the World’s Most … Continue reading
Mobile Web Site Design – Scale Images
I continue to develop my expertise in designing web sites for mobile devices. I’ve been dissatisfied with the display of my travel notes on my iPod Touch. Wide images would force the page width to exceed the limited width of … Continue reading
Posted in Mobile, Web, Web Design
Tagged help files, iPhone, iPod Touch, jQuery, mobile, scale images
4 Comments
Undocumented Google Search Operator For Backlinks
Yesterday I discovered what may be an unknown and undocumented Google search operator for listing the backlinks to your web site. A backlink is an incoming link to your web site. The number of backlinks to your web site is … Continue reading
Posted in General, SEO, Web
Tagged Backlinks, Google, inlink search operator, SEO, undocumented Google tricks
3 Comments
I Need A Cell Phone
I’m thinking about getting a cell phone. I don’t have a cell phone because nobody ever calls me. I really don’t need one. But now that I’m traveling more often it may come in handy in an emergency. I will … Continue reading
Offline Database On iPhone Using SQLite
I like to take my iTouch with me on my trips to New York City so I can listen to music during the long bus trip. I also copy my compiled HTML notes on New York City to my iTouch … Continue reading
Posted in Databases, Mobile, Programming, Web
Tagged databases, iPhone, iTouch, offline web applications, Safari, SQLite
3 Comments
New Drupal Services
I have not been blogging enough about my business. I have been blogging about my travels just to let clients know when I am unavailable. At least that is my justification for blogging about my trips. Recently I have been … Continue reading
Posted in Drupal, General, PHP, Programming, Web
Tagged Drupal, mobile browsers, modules, NetBeans, SimpleTest, web forms
2 Comments
Sorff – Social Surfing
Sorff is a Java application that you can download at http://www.sorff.com/. It is a social networking application for commenting on web sites that you and your friends like to visit. You could think of it as extending a comment system … Continue reading
Elgg Threaded Blog Comments
I have finally finished my work on a threaded comment system for Elgg 1.2. You can download the plugin at http://community.elgg.org/pg/plugins/rsrobbins/read/228544/threaded-blog-comments This must completely replace the existing blog plugin because the change from an annotation comment to an ElggObject comment … Continue reading
Elgg And Zen Cart
Pennsylvania still has not passed a budget so I continue to work on my web development skill set. Currently I plan to focus on Elgg and Zen Cart. Zen Cart is a new web application for me. I think it … Continue reading
How To Create A JSON Web Service In ASP.NET
ASP.NET makes it easy to create web services but they usually return XML. Like many web developers I now prefer JSON. This article and sample code will show you how to get your web service to return data in the … Continue reading
Posted in ASP.NET, Databases, JavaScript, Programming, Web
Tagged ASP.NET, C#, jQuery, JSON, MySQL, web service
46 Comments
Elgg 1.6 Threaded Blog Comments
Elgg 1.6 has been released and I’ve created a new version of my threaded comment system to work with the current version. You can download the latest plugin at http://community.elgg.org/pg/plugins/rsrobbins/read/242714/threaded-blog-comments-elgg-16. I made a few improvements while working on the new … Continue reading →