Backhoe Mechanism Animation
The linear actuators are working and the backhoe mechanism is now an included sample.
Continue readingThe linear actuators are working and the backhoe mechanism is now an included sample.
Continue readingI finally got around to finding and fixing a few tiny things. The biggest fix was to the code for sliding links. A sliding link is a link that has two sliders that make it move along a specific linear path. I had code to handle the case…
Continue readingI was working the last few nights on an update to the linkage design and simulation program. I have started the process of adding linear actuator support. Until now, rotating inputs were the only type of input available. I have a working mechanism although I have no way…
Continue readingiScroll is a small JavaScript library that allowed scrolling of elements on mobile Safari. Mobile Safari did not support scrolling of overflow contents before IOS 5 and iScroll made it possible. It works great although it is no longer necessary. One thing that iScroll and Safari for IOS…
Continue readingI configured the iBook to share its wired network connection through its Airport connection and gave the connection a name and password. Nothing worked. The iBook didn’t show up on the list of iPad WiFi connections. I tried to disable the built-in firewall on the iBook and got…
Continue readingI just started adding pages to describe each of various programming projects that I have worked on. They are all accessed using an overview page HERE. I will try to keep that page up-to-date as I work on other projects. Check it out to see what I have…
Continue readingHere are screenshots of the AutoResponder. I still need to change the title and do some other work on it. These were captured from my iPad. The main menu screen. The teams list for filtering messages per team. All messages. The registered user filter list. The messages screen…
Continue readingI finally have a shorter name for the Automatic Emailer Responder Program. EResponder! I’m not sure why I didn’t come up with it sooner although it’s not all that great. Crap! Someone already has a product with that name – not unexpected – and they are a spam…
Continue readingThe title is not a generality. I mean it in the context of having some JavaScript code to do POST operations and get the results. I also have some PHP code that gets the POST request and creates a response. It too me only a few minutes to…
Continue readingI converted my auto email program to a Windows service. Windows services are interesting because they work well when they are console programs but an MFC based program that has a main window is tricky. Since the auto email program was an MFC application with a main window,…
Continue reading