Jump to content
MakeWebGames

Free Service That You Would Find Useful


Ben Nash

Recommended Posts

I'm going to start up a free service e.g image hosting . I need some suggestions from you guys.

My ideas:

Free Form Builder - Sign up, add your site, create a form (drag and drop system)

Image Host Site - upload and share images

Freelancer Reviews - add your profile, people rate and review you.

Link to comment
Share on other sites

Free Form Builder

  • What technologies are you going to use?
  • Have you evaluated the current 'competition' to see what standard you are competing against
  • What can they do with these forms?
  • What would your site provide that others wouldn't?

 

Image host site

  • What technologies are you going to use?
  • Have you evaluated the current 'competition' to see what standard you are competing against
  • Who's (or how) are you going to cover the costs? Let's take a random picture off imgur.

    [*]What would your site provide that others wouldn't?

 

Freelancer Reviews

  • What technologies are you going to use?
  • Have you evaluated the current 'competition' to see what standard you are competing against
  • What would your site provide that others wouldn't?

 

Other free sites

Link to comment
Share on other sites

An web based editor that will decrease the time it takes to code scripts. It will do this by having a built in snippet database where you can search for the code your looking for e.g basic html web page. It will support PHP, JavaScirpt, CSS, HTML and more. Plus say your coding a php file you can preview the file without wamp or a server, it takes one click to preview your scripts!

Votes for this???

Link to comment
Share on other sites

What do you mean?

Say I search for a "login" script. Will it be something like the following?

<?php
session_start();
if( array_key_exists('username', $_POST) ) {
 /* Filter and sanitize input */
 /* Display relative messages */
 /* Assign sessions if needed */
} 
?>
<form action="" method="post">
  <label for="username">Username</label> <input type="text" name="username" /> 
  <label for="passcode">Passcode</label> <input type="password" name="passcode" />
  <input type="submit" value="Login" />
</form>

 

Or will we see alternatives, ones for the YiiFramework, or codeignitor, or zend, or cakePHP, ect.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...