Site Moved

This site has been moved to a new location - Bin-Blog. All new post will appear at the new location.

Bin-Blog

Nexty 1.0 Released

Remember Nexty, the easy to use to-Do list manager using GTD principles? Well, that is ready for public release.

Nexty is a easy to use GTD tool created in PHP. It can be installed in a local server or in a online web server. The core idea behind this software is simplicity. I wanted to make a GTD tool that is the most easy to use.

Nexty Links

The next project is ready - watch this space for its announcement.

Filed Under...

2 Comments:

armyofda12mnkeys said...

hmm seems to not work default auotmatically for me... heres what i had to do...

1.
You make use of shorttags sometimes which isnt defaulted enabled

change <¿ to <¿php in your scripts

or
tell everyone in a install.txt in default directory to turn On
short_open_tag on php.ini

2. The css doesnt show up default.
i had to change in config file:
'absolute_path' => '/nexty/index.php/'
to
'absolute_path' => '/nexty/'
otherwise the paths made are '/nexty/index.php/blah.css', '/nexty/index.php/images/image.jpg',etc, which are wrong

3. not sure but the application url which is set in step 2, should this be...
'url' => 'http://localhost/nexty/index.php'
,or
'http://localhost/nexty'
,or
'/nexty'
, etc? works fine if i leave it what it defaulted at
'http://localhost/nexty/index.php'

4.
Might need to set index.php in apache config file so apache default finds the correct file when link to a directory like links to http://localhost/nexty/projects/

Easy for others...
just add index.php to this section:

<IfModule dir_module>
DirectoryIndex index.html index.htm index.php
</IfModule>

Rajavanya Subramaniyan said...

Hey there.. I have a blog at http://www.techtola.com

Please tell me what you feel