corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » What do people think of this...


New Topic

New Poll
  Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author What do people think of this...
Planty02
Member

Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
27th Jul 06 at 15:04   View User's Profile U2U Member Reply With Quote

To do List

My fiance asked if i could build something in the form of an electronic to-do-list, so here it is...

any comments welcome

EDIT: I know the design is a little basic/pants but i thought id keep the layout simple and clean for now and concentrate on the script

[Edited on 27-07-2006 by Planty02]
Tommy
Member

Registered: 24th Aug 00
Location: Essex, Colchester
User status: Offline
27th Jul 06 at 15:07   View User's Profile U2U Member Reply With Quote

How we meant to see if we cant log in
Planty02
Member

Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
27th Jul 06 at 15:07   View User's Profile U2U Member Reply With Quote

Feel free to register
Planty02
Member

Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
27th Jul 06 at 15:09   View User's Profile U2U Member Reply With Quote

The jist of it is that its an online to do list so can be accessed from anywhere (with net access) that allows to add, remove or update any tasks you need to do.

abdus
Member

Registered: 23rd Feb 06
User status: Offline
27th Jul 06 at 15:11   View User's Profile U2U Member Reply With Quote

James
Member

Registered: 1st Jun 02
Location: Surrey
User status: Offline
27th Jul 06 at 15:12   View User's Profile U2U Member Reply With Quote

Looks ok, PHP is for fudge packers though I'm biased towards .Net though
James
Member

Registered: 1st Jun 02
Location: Surrey
User status: Offline
27th Jul 06 at 15:13   View User's Profile U2U Member Reply With Quote

But surely there are about a million and one pieces of free software that can do that?

Even most phones have it .....
Planty02
Member

Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
27th Jul 06 at 15:21   View User's Profile U2U Member Reply With Quote

I hate putting large amounts of text into a phone - i find it really tedious.

I wanted to do one completely custom to suit what i need (plus ive got nothing better to do atm)
James
Member

Registered: 1st Jun 02
Location: Surrey
User status: Offline
27th Jul 06 at 15:22   View User's Profile U2U Member Reply With Quote

Thats fair enough, looks good
Planty02
Member

Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
27th Jul 06 at 15:24   View User's Profile U2U Member Reply With Quote

Cheers mate - I'm still at uni doing internet tech so stuff like this helps me to learn - its better than some of my coursework tho
James
Member

Registered: 1st Jun 02
Location: Surrey
User status: Offline
27th Jul 06 at 15:25   View User's Profile U2U Member Reply With Quote

Cool - Am at uni doing a very similar thing, I'm always doing little stuff like that to learn, its the best way
Planty02
Member

Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
27th Jul 06 at 15:30   View User's Profile U2U Member Reply With Quote

Good luck with it mate - I start a 12 month placement in september so no coursework/exams for a year now
Dom
Member

Registered: 13th Sep 03
User status: Offline
31st Jul 06 at 11:10   View User's Profile U2U Member Reply With Quote

Looks pretty good and a alright ide (even though im sure there are sites out there that already do this) but the interface is a bit cack -

Should go straight to the Task list for quick browsing, with an "add task/todo" button near the top. Also whats the "Task Number"? Im guessing its the DB's autokey number rather than a specific task number to the user - which would be more useful.
Date could being formatted for UK users (maybe have an option?). Also i would get rid of that drop down and replace the edit of the task by link on the task number/title.

An idea to include would be the option to send email reminders of the taks based on time/date and WAP/Mobile Phone access with auto login (fairly easy to do) - from what i remember there is an specific phone ID that gets sent with the phones headers that could be used against the users username/password etc.

James - .NET....sod that php is a lot more powerful and isnt tied to any microsoft cack! Cheaper too
James
Member

Registered: 1st Jun 02
Location: Surrey
User status: Offline
31st Jul 06 at 11:24   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Dom

php is a lot more powerful


Are you sure about that? PHP Beats ASP.Net alone obviously but tied in with C# or VB I'm fairly confident .Net can do a lot more
Planty02
Member

Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
31st Jul 06 at 11:40   View User's Profile U2U Member Reply With Quote

Thanks for the input Dom

ATM I'm using this to develop my skills in this area and agree with you about the hyperlink rather than drop-down boxes, Just need to find how to pass the task number from the list to the detail page.

I will also look into formatting the date a little better, and the interface will be having some changes in the future
James
Member

Registered: 1st Jun 02
Location: Surrey
User status: Offline
31st Jul 06 at 11:58   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Planty02
Just need to find how to pass the task number from the list to the detail page.




Use a query string
Planty02
Member

Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
31st Jul 06 at 12:03   View User's Profile U2U Member Reply With Quote

How would i go about doing that james? through the hyperlink (<a> ) tags? any chance of an example?

cheers

[Edited on 31-07-2006 by Planty02]
Dom
Member

Registered: 13th Sep 03
User status: Offline
31st Jul 06 at 13:14   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by James
quote:
Originally posted by Dom

php is a lot more powerful


Are you sure about that? PHP Beats ASP.Net alone obviously but tied in with C# or VB I'm fairly confident .Net can do a lot more


But as straight server side scripting language it is stupidly quick. And the fact that ASP(.NET) severely relies on 3rd party components being installed to do anything "fancy" - and it isn't always possible to get hosts to install things for you (unless it's your own box).

Though i dont understand where you're coming from when saying "ties in with C or VB" - you could right your own components for anything backend language but it wastes time (and companies money) doing so when PHP/Perl could do exactly the same but without the hassle.

Back to topic, Planty -

When you query the task number, save it in a string and create a hyperlink based on that ie:

strTaskNumber = (query string);
- - - -
<a href="editpage.php?a=<?=strTaskNumber?>"><?=strTaskNumber?></a>


Then on the editpage.php just grab it using GET/Post and get the details for it using a query based on that - been a long time since ive done any php work but im sure you get the idea.

Planty02
Member

Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
31st Jul 06 at 14:47   View User's Profile U2U Member Reply With Quote

Cheers Dom - I'll have a crack at that in the near future
Planty02
Member

Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
31st Jul 06 at 15:45   View User's Profile U2U Member Reply With Quote

Changed the way the tasks are listed - looks much better now

Cheers Dom
Dom
Member

Registered: 13th Sep 03
User status: Offline
31st Jul 06 at 18:18   View User's Profile U2U Member Reply With Quote

works a lot lot better now mate - remove doesn't work though, but it looks more professional!

Planty02
Member

Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
31st Jul 06 at 21:15   View User's Profile U2U Member Reply With Quote

yeah the code is still a WIP but should be done by tomorrow night hopefully

 
New Topic

New Poll

  Related Threads Author Forum Replies Views Last Post
The obidence of some people...... Munchie General Chat 33 2191
26th Mar 03 at 23:29
by pinky ;)
 
i dont suppose... (NW?NE meet!)... L33 LEG North West and North Wales 67 2503
8th Jul 04 at 17:04
by Bling Bling Pimp
 
Richbrook steering wheels *NOW £79.95* ENDS TODAY! cargraphics4u.com Parts Offered 33 3051
28th Aug 04 at 14:05
by lee gsi
 
rolling road day success Rhino Scotland 47 1776
28th Nov 05 at 17:39
by muppetsport
 

Corsa Sport » Message Board » Off Day » Geek Day » What do people think of this... 29 database queries in 0.1886480 seconds