info@devtwo.com 1 (254) 4DEV-TWO
DevTwo, LLC

Welcome to the Projects

Building web software for fun and profit. Well, mostly fun.

DropTune

http://droptune.com

DropTune is Name That Tune for the Internet. It is a simple game of guessing the song and competing against other people for points. Players are authenticated using Twitter and compete for a spot in the Top 10 High Score list.

DropTune and Be Internet Famous

Bordom

http://bordom.net

Bordom is a collaboratively edited blog of funny memes, strange news, and other fascinating things found on the Internet.

Built upon the BRAX API, it provides a full content management system for outside communication such as email, IRC, and mobile devices.

Bordom, The Internet Meme Machine

AutoEmbed

http://autoembed.com

AutoEmbed is a tool that generates HTML embed tags for videos with a given URL. It provides the means to optionally manipulate the retrieved media information by setting parameters, finally returning a reconstructed HTML snippet for presenting Flash video. Available as a web service, downloadable plugin for WordPress and MyBB, or a standalone PHP class.

AutoEmbed Makes Videos Embeddable

BorURL

http://borurl.com

BorURL is yet another URL shortening service. It's sole purpose is to take long URLs and convert them into short and pasteable ones so that you can share more easily.

It includes an API so you can seamlessly generate BorURLs in your web applications.

BorURL, The Amazing URL Shortener

Nameish

http://nameish.com

Nameish is an attempt to help ease the creative hurdle in finding a good domain name for your project.

Given a descriptive term, Nameish will show a list of similiar and related domain names (and domain availability).

Nameish, The Domain Name Assistant

(Older less relevant) Open Source Software

The following software was developed for non-commercial purposes and is made freely available for public use under the GNU General Public License. These software packages come with absolutely no warranty. Use at your own risk.

phpDataMiner

data administrative suite

Highly configurable data editor written in PHP/MySQL. Features include file uploads, automatic image thumbnail creation, data importing & exporting, fancy date picker, WYSIWYG editing, and CSS-based templates.

mediaIndexer

rich media explorer

PHP solution for managing a large collection of media files. Features a plugin architecture for supporting many different file types, and uses a SQLite database for storing metadata, user comments, thumbnails for images and video, and text previews for popular document formats.

phpFileFarm

simple file manager

File/directory explorer written in PHP. It uses GDBM database for storing descriptions and saved metadata for your filesystem.

phpWebLog

news management

Full-featured news management system written in PHP/MySQL. Features include moderated story submissions, integrated content management system, multiple themes and language support, user-friendly administration interface, story importing / exporting, expandable links manager, threaded comments system, and more.

JSON_RPC

web service framework

Web service library for PHP5 and is built on PEAR::Services_JSON. It offers a simple framework for creating clients and servers that communicate over HTTP using the JSON format. Supports Basic HTTP Authentication and API discovery/inflection.

AJAXFilterSelect

quickform element

HTML_QuickForm element provides a dropdown select element populated with results from an AJAX-enabled search field. Based on PEAR::HTML_AJAX.