View Single Post
Old 04-10-2008, 09:14 PM   #1 (permalink)
Gareth
The Acquainted
 
Gareth's Avatar
 
Join Date: Jan 2008
Posts: 136
Thanks: 4
Gareth is on a distinguished road
Default [Looking 4] Partner in new business

Hi,

I have written this at TFL, but thought I would repost it here...

I have been working on a little company for the last few weeks, which I have a clear vision for.

The company is named Simply-Scripted, and it provides extremely simple scripts at a low price. I have the following scripts as ideas:
  • Simply-BB - a Bulletin Board - already in a near alpha completeness
  • Simply-LD - a Link Directory - already front site complete, lacking ACP
  • Simply-PI - a Poll - already front site complete, lacking ACP
  • Simply-UI - a Upload it System - front site complete, member system compete, basic ACP functions

I have designed, and coded (xHTML) a Admin Control Panel which all scripts will use as an ACP template, which can be seen here.

As you can see, most of these are a good 50% or more finished. The only problem is that I simply (no pun intended!) cannot do this by myself. I am too busy with school at the moment and would therefore like a co-partner.

A main feature is that all the scripts are simple to integrate etc. and thus they heavily rely on functions (or classes). For example the poll, which was intended to be a free demo, is like:

PHP Code:
<div class="spi_poll">
        
        <div class="spi_heading">
            <?php getQuestion'1' ); ?>
        </div>
        
        <?php
            
if ( isset ( $_POST['submit_vote'] )){                                                                                                    
        
?>                
        
        <div id="spi_results">
            <?php doVote'1' ?>        
        </div>
        
        <?php            
            
} else {
        
?>
        
        <div id="spi_options">        
                
            <form action="#" method="post">            
                    <?php getOptions'1' ); ?>                                                                
            </form>    

        </div>
        
        <?php                                                        
            
}             
        
?>


Obviously, I would like someone who can code to a high level, and could carry on my coding style (making the functions etc.). I would also like someone who would be able to make suggestions and to have an equal role in S-S as myself. Also we would split profit 50-50...

Finally, I have a working version of the front site up and (mostly) working. It can be seen here.

Please feel free to contact me by PM or MSN, (gwp123[at]googlemail.com), if you are interested.

Gareth
Gareth is offline  
Reply With Quote