Google Apps User Registration Script

Here’s another one of my famous 3-hour-projects. I finally decided to cleanup my email. It’s too hard to “clean”, so I decided to start from scratch by making a new email account. So, I made a Google Apps account. Google Apps is a great product, but one thing missing is registration for users. (You must make an account manually for your user) So, I decided to make one myself. This PHP script acts as a proxy between you and Google Apps. It allows your users to create their own account with you and your Google Apps. It is composed of a backend and a frontend. The backend does the work of taking your admin credentials and form data from a user and creating an account for the user. The frontend hosts the GUI. I made sure to well-comment the code, so it should be easy to create your own frontend to match the style and code of your site. I’m probity won’t work on this project again, but because it’s released under GNU v3 (as all my projects), you can take it and add on to it.

Continue reading

Making a Facebook app…

Little to report right now, but basically I’ve started working on a Facebook app to improve my CSS and Javascript/AJAX skills. Right now, it’s still in the early stages and I have nothing to show yet, but I just have to say it looks pretty awesome and clean (like part of Facebook). Smooth ajax transactions, clean UI, and extreme ease of use are my goals. More to report later.

Continue reading

Project Josh announced!

My first Java project. In short, my goal is to map EVERY native Windows console function listed here: http://msdn.microsoft.com/en-us/library/ms682073(VS.85).aspx to Java via a C++ DLL, JNI, and Java. So far, what I have done is: text color/highlight and title. I’ll work on this until I find something better to work on. You can follow development progress via Twitter: https://twitter.com/projectjosh and the source & binary will be released as soon as I can get a stable beta with at least half the functions.

Continue reading