Category

Computers & Programming

AutoResponder

“Working” Animation in Status Bar

I thought that the “working” animation, like seen on smart phones and other similar devices, was neat showing up in the middle of my auto email program window but it didn’t look so good when the window is huge and when the window is full of status text….

Continue reading
AutoResponder

Multithreading SMTP Handling

SMTP seems very slow. Each time someone sends a message to my auto email program, I need to send out two emails and maybe more. One email is to the sender to give them whatever response is appropriate. The other that is always sent is the log email…

Continue reading
AutoResponder

Animated “Waiting” Symbol

It is interesting how the world has changed. For decades, the symbol that tells you to wait has been an hourglass. Sometimes a crazy person would use some sort of pocket watch symbol. Now, all of the sudden, a swirling thingy is it. It’s the thing to use…

Continue reading
Computers & Programming

TextFree SMS Messaging App

I’m on a roll with blog posts today. I just downloaded the TextFree SMS messaging app from the iTunes app store. I have an iPod Touch (or iTouch for short) and I wanted to get text messages on it to test a messaging system I’m building for the…

Continue reading
AutoResponder

Auto Email Responder 2

Update I worked on the auto email program a bit at lunch. I cleaned up my code by moving specific operations that take more than two or three lines of code into functions. This makes the main loop easier to read since the function names are a bit…

Continue reading
AutoResponder

Auto Email Responder

I have started writing an email program that is fully automated. The intent is to let people send emails and text messages to any email address at my domain and get a reply that is appropriate to their message. For instance, if you were to send “hidden” (not…

Continue reading
Computers & Programming

Sticky Footers

At work, I do a little bit of web design because there is a web interface to our product. Customers buy a computer from us that comes with Apache and a website for accessing our product remotely. I wanted to improve the site by making footers stick to…

Continue reading