+ Reply to Thread
Results 1 to 9 of 9

Thread: Ideas !

  1. #1
    Join Date
    Aug 2007
    Location
    Gangstas Paradise
    Posts
    4,143

    Ideas !

    I have a slight probelm at the moment, since starting to get in to web development the Ideas have been rolling in, as I start with one thing I get another 2 ideas at least. This means I end up creating a quick text file with the idea in. These unfortunatly just get created where ever I am(current directory) and ends just being a complete mess.:rant2:

    Is there such a thing as an Idea planner/capturer?
    Something that you have some major groups (web development, local programs, inventions, etc).
    Under each major group, sub groups (what ever the project is).

    Then in each sub group, the ideas.

    I could possably make one in Perl with a TK GUI, but then I am going off again with another idea, leaving another unfinished.

    This would definatly be a great sanity saver. Also the amount of arb text files lying around would definatly be reduced.

    Not to sure if anyone can relate to this?:dunno:

    http://dev.x10hosting.com (this has nothing to do with x10hosting)

    ->All us helpful people here at x10hosting would like to reach our next user groups, "Community Paragon". Please click the +rep icon on the left hand side of a post if that post was helpfull.



  2. #2
    Pingy's Avatar
    Pingy is offline x10Hosting Member Pingy is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    46

    Re: Ideas !

    Well, assuming you're just wanting to save textual content for later retrieval, PHP is very capable of performing the task. You should begin by creating a blank document named notes.php, then another new .php page with the following contents:

    HTML Code:
    <form action="" method="post">
    <textarea style="width: 99%; height: 95%;" name="notes">
    <?php
    echo file_get_contents('notes.php');
    ?>
    </textarea><br />
    <input type="submit" value="Save" />
    </form>
    Then, in a PHP snippet above that:

    PHP Code:
    <?
    if ($_POST['notes'])
     {
    $handle fopen('notes.php');
    fwrite($handlestripslashes($_POST['notes']));
    fclose($handle);
     }
    ?>
    And that really should do the trick. If you need any further assistance, I'm more than happy to help.
    Last edited by Pingy; 09-17-2007 at 05:16 AM.

  3. #3
    Join Date
    Aug 2007
    Location
    Gangstas Paradise
    Posts
    4,143

    Re: Ideas !

    very basic, how would this organize the text/ideas being inputted.

    I would rather the program worked on directories, thus making it more complex and distracting me more from my current project.
    Edit:
    The above code seems more like a glorified shortcut to the text file...?
    Last edited by DefecTalisman; 09-17-2007 at 05:21 AM. Reason: Automerged Doublepost

    http://dev.x10hosting.com (this has nothing to do with x10hosting)

    ->All us helpful people here at x10hosting would like to reach our next user groups, "Community Paragon". Please click the +rep icon on the left hand side of a post if that post was helpfull.



  4. #4
    Trixter is offline x10 Lieutenant Trixter is an unknown quantity at this point
    Join Date
    Oct 2006
    Posts
    384

    Re: Ideas !

    you want it on-line or off-line? For Off-line Depending on which version of Microsoft Office you have you could use Microsoft OneNote as it was built for that reason.
    Current:

    Latest:



  5. #5
    Join Date
    Aug 2007
    Location
    Gangstas Paradise
    Posts
    4,143

    Re: Ideas !

    Office 2007 Enterprise(I think, only ever use Excel).

    Checking it out now.
    Ohh...whats that... Microsoft Visual Studio... Where did that come from(only got remote debugging)?

    The OneNote seems to be what I am looking for... Will play around with it a bit... Just as usual with the new office, everything is way to visual. Its all over the place...
    Edit:
    Very nice actually.
    Once minimized to the sys tray, right click creates a easy quick interface.

    Even got screen clipping...

    Nice one man, thanx again for the help.
    Last edited by DefecTalisman; 09-17-2007 at 06:41 AM. Reason: Automerged Doublepost

    http://dev.x10hosting.com (this has nothing to do with x10hosting)

    ->All us helpful people here at x10hosting would like to reach our next user groups, "Community Paragon". Please click the +rep icon on the left hand side of a post if that post was helpfull.



  6. #6
    Humberto Valencia is offline x10Hosting Member Humberto Valencia is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    1

    Re: Ideas !

    Im just posting so x10hoting dont cancel my account, jhaahahaha

  7. #7
    t2t2t's Avatar
    t2t2t is offline x10 Elder t2t2t is an unknown quantity at this point
    Join Date
    Sep 2006
    Location
    Europe, Estonia
    Posts
    690

    Re: Ideas !

    Quote Originally Posted by Humberto Valencia View Post
    Im just posting so x10hoting dont cancel my account, jhaahahaha
    You only need to login...

    Ontopic:

    Google already has launched something similiar to it:
    http://www.google.com/notebook

    It also has a Firefox extension that will make notebook available on page you're looking at.
    This post has been marked spam 52 times.


  8. #8
    Corey's Avatar
    Corey is offline VPS Migration Professional Corey is a glorious beacon of lightCorey is a glorious beacon of light
    Join Date
    Dec 2004
    Location
    Northfield, NH
    Posts
    17,151

    Re: Ideas !

    Quote Originally Posted by Humberto Valencia View Post
    Im just posting so x10hoting dont cancel my account, jhaahahaha
    Good way to get your account suspended.

    -Corey

  9. #9
    Join Date
    Aug 2007
    Location
    Gangstas Paradise
    Posts
    4,143

    Re: Ideas !

    @t2t2t2 : huh, how did you put your text upside down?

    Edit:
    Been using this OneNote that Trixter recomended. Pretty good, other than the fact that it is to visual and gets to intense. Much like all the new office products.

    Can do a screen clipping. Just click and drag over the area you want to put to the clipboard, also audio clip.
    Last edited by DefecTalisman; 09-19-2007 at 05:09 PM. Reason: Automerged Doublepost

    http://dev.x10hosting.com (this has nothing to do with x10hosting)

    ->All us helpful people here at x10hosting would like to reach our next user groups, "Community Paragon". Please click the +rep icon on the left hand side of a post if that post was helpfull.



+ Reply to Thread

Similar Threads

  1. A few ideas..
    By DecemberGuild in forum Feedback and Suggestions
    Replies: 11
    Last Post: 11-07-2006, 08:09 AM
  2. IDEAS -Look here- IDEAS
    By SEŅOR in forum Feedback and Suggestions
    Replies: 10
    Last Post: 03-29-2006, 01:17 AM
  3. Need Ideas
    By izhedeadhomie in forum Off Topic
    Replies: 3
    Last Post: 01-24-2006, 06:23 PM
  4. Shop ideas
    By Cynical in forum Feedback and Suggestions
    Replies: 7
    Last Post: 01-24-2006, 07:49 AM
  5. Site ideas...
    By Jordan K in forum Scripts & 3rd Party Apps
    Replies: 16
    Last Post: 12-21-2005, 06:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers