LinksBlogshares LinksThe BlogShares fantasy blog stock market.
BlogShares Price Tracker SproutWorks ProjectsDigg ArchiveA new experimental Digg page. AJAX Pixel Editor A Collaborative pixel editor currently in development. Web promotion links These tools help you get visitors on your website. SproutPics My photography Site SproutSearch I designed this blog indexing tool, and it has accumulated over 6 million blogs so far. Products Some of the programs I've written. SproutTree Demo A demo of a tree-drawing PHP script. My Gallery Sign In |
What is SproutWorks?
Hi, I am Brandon Smith, the creator of SproutWorks. Welcome to my core website. What you see here is a showcase of computer related work that I have done over the years. I have been writing software for about the last 17 years, since I got my first computer at the age of 10. This site contains galleries, a search engines, forums, a chat room, a code viewer, and other programs I have created. This website operates with about 25,000 lines of code that I've written in PHP. I use MySQL for my database backend. The SproutWorks forums are being designed to facilitate blogging and integration of multimedia. Create an account and write in a SproutWorks blog today! PalmOS users can download SproutPaint, a color and greyscale painting application. SproutPaint was designed for performance and graphic diversity. SproutWorks is powered by the SproutWorks Content Management System, which is written in PHP. The code is organized in modular pieces which are frequently updated.
Pieces of SproutWorks
Many programs (roughly 300) work together to create the SproutWorks website. Each program is a PHP script which processes a small section on the site.
Blog DirectoryThis directory and search engine contains an index of over 3 million blogs created at Blogger.com Template ManagerThe template manger takes a template file, which is written in HTML, and inserts the dynamic contents of that page. The contents are generated from the other programs the template requires. Top Level Page ManagerThis program organizes information that must appear on every page, such as headers and meta tag information. It acts as a wrapper around the whole website. TimerPerforms timing operations for benchmarking or statistics. JavaScriptSome new JavaScript programs have been written to provide more fluid downloads from the server. Under the PHP clock script, a box display the number of seconds you have been viewing the current page, and the total time spent on SproutWorks. It uses a relatively new object called XMLHTTPRequest. XMLHTTPRequest represents a growing trend of websites that perform more efficient loading of resources. Google's gmail uses this extensively to speed up the user interface. Gradient generatorThe gradient generator can generate gradients randomly, or from a list of colors. It makes one or two dimensional gradients by interpolating a color value for each pixel in the image. 256 sample gradients PHP source code viewerSelected SproutWorks source code is viewable online through the source code viewer. SproutWorks Source Code ViewerGallerySproutWorks Gallery displays images in directories, auto thumbnails images, and makes a catalog image for each directory. ChatSproutWorks Chat is a fast and efficient web chat system. It is being designed to avoid slow refreshing pages, common in web based chat systems. The client is programmed in JavaScript, which can load quickly and has minimal overhead. The relatively new XMLHTTPRequest object (created by Microsoft of all people), allows JavaScript to request information as it needs it. This results in sigificantly less bandwidth used, and a faster response time. The back-end is programmed in PHP/MySQL. It sends data the JavaScript client requests, and manages chat archival. The server keeps track of the state of each client, so it only sends data that needs to be updated. ForumsThe SproutWorks forums feature a custom design that displays messages in a threaded format. A picture can be attached to each message. LinksThe SproutWorks Links system displays a list of links with thumbnails for some sites. Web FormsA form class handles the rendering of forms as HTML, and also processes input from the form. Errors in the form input are displayed. A validation class determines if an input is a valid match for it's datatype. FoundphotosFoundphotos is an automated image archiving program that collects pictures from foundphotos (click). It uses the SproutWorks HTML Parser program to find the images. The program downloads the images and thumbnails them. Another program creates a contact sheet of each gallery.
Graphical Programs
Sproutworks uses some programs which analyze or generate graphical data. SproutTreeThis is a live demonstation of SproutTree, a PHP tree generation program. If you reload this page, this program will draw a brand new set of trees for you. This program is written with a simple recursive branch drawing algorithm with random branching probabilites and branch length. If you would like to use SproutTree on your site, please enquire via the contact form on this site. Gradient GeneratorThis is a sample of gradients generated with the SproutWorks Gradient Generator. This program can generate a virtually limitless collection of gradients. |