Search Results

ajax

Computers & Programming

Letter Pattern Word Search

This is a JavaScript/PHP implementation of the letter pattern word search program. This takes a series of C and V characters then finds words with matching consonants and vowels with the given pattern. I originally built a C++ version of this to find words with given patterns for…

Continue reading

Word Letter Pattern Search

This is a JavaScript/PHP implementation of the letter pattern word search program. This takes a series of C and V characters then finds words with matching consonants and vowels with the given pattern. I originally built a C++ version of this to find words with given patterns for…

Continue reading

Auto Responder

The automatic email responder is a system for accepting text messages and generating responses for them automatically. It also has the interesting feature of showing a complete log of all activity online almost as if it were a messaging app on a phone itself. The current version does…

Continue reading
AutoResponder

MFC App to Windows Service

I 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
Computers & Programming

Program Language Fluency

Is it important to be fluent in a programming language? I’m not sure anymore. I write C++ code all day every day. At least on days when I am working on the normal native-application cross-platform stuff that I do here. We have a few programs that run as…

Continue reading
Computers & Programming

HTML5

I am really bad at keeping up with blogging. It’s not because absolutely no one reads this stuff. It is because I am lazy. Knowing I am lazy doesn’t help either. Damn is it hot in my office right now. I think that latte had more than just…

Continue reading
AutoResponder

SMS-Style Text Display Using HTML

Step 3. Well, this is really something like step 10. I didn’t post for a few days and now I have this running on the iPhone, and on the emulator seen here: I used tables to get the bubbles looking right and to automatically size themselves, within certain…

Continue reading