Nick(NR) Moderator

 Virtual Cash: 6200
Joined: 06 May 2006 Posts: 4397 Location: Medway, Kent Add Karma
 rated by 28 members
Add Comment
Show Comments
 |
Posted: Sat Oct 06, 2007 8:25 pm Post subject: |
|
|
Gotta say boss, it is coming along very nicely, just curious tho I assume it will be usable by outside users, i.e. non forum members? _________________ CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.
The special one! |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
Nick(NR) Moderator

 Virtual Cash: 6200
Joined: 06 May 2006 Posts: 4397 Location: Medway, Kent Add Karma
 rated by 28 members
Add Comment
Show Comments
 |
Posted: Sat Oct 06, 2007 8:38 pm Post subject: |
|
|
Well I was just thinking if it were open to non forum members, it could possibly tempt them into a forum
I like that big picture  _________________ CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.
The special one! |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
Posted: Tue Oct 09, 2007 11:54 am Post subject: |
|
|
Found a nasty road block, the ajax framework is xajax with a Joomla wrapper based on .24 xajax.
This leaks memory like a sieve, newer releases with memory fixes are available, but the Joomla wrapper has not been updated, and does not seem like people are rushing to update it
This is not insurmountable, as I could do this work myself, but it is definitely a hold up, things are not releasable with that level of leak  _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
Posted: Wed Oct 10, 2007 11:32 am Post subject: |
|
|
Partially because of this I am pushing on more heavily with things like the chat room interface and generally improving the engineering of the other bits.
Whilst I would be very nice to have this online asap, there is no question that if it went online soon, it would be far from complete.
As a crude scope of the work involved, the number of database tables can be used. Standard phpbb2 has 32, this project is now up to 12. e.g. it is significantly less complex that a full forums system, but no small amount of work. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
Posted: Thu Oct 11, 2007 9:17 am Post subject: |
|
|
Sometimes the little things are satisfying
I now have a system where if you make an error in an input field, the error will appear in red by the field.
No big deal in itself, but the way it is done is to assign the input field a class of "inputfielderr", the client side javascript then sees this and adds the relevent html to deal with error conditions and changes the class to "inputfield". The server side can then use ajax to assign values to the error condition with a simple call.
In practice this will means a small reduction is page load times as the client side creates part of the page. But more to the point it makes for quicker and less error prone writing of the code. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
Posted: Thu Oct 11, 2007 5:13 pm Post subject: |
|
|
Another screenshot, showing the complete chatbox creation interface. All nicely interactive.
You may seen the screen is somewhat less complex, and even now "New Friends" is on the hit list for removal.
Whilst chatbox creation works, the code to let people see what chatboxes they are allowed into, so they can join a chat room, and for that matter the code to create the chatroom is not done.
But we do have the messaging class done, and so the new bits are not much more than cut and paste. This is part of the benign way coding speeds up as you go, each project should consist of a lot of routines that are very similar, and as you go you create both building blocks that can be reused, or code that you can cut paste and change a bit. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
Posted: Fri Oct 12, 2007 9:49 am Post subject: |
|
|
Have coded up and got working the bookmarking of chat rooms
and code the actual chat room I feel the need for a nice strong cup of tea before running it though as these sorts of cut and paste jobs spend an hour falling over before coming alive. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
Posted: Fri Oct 12, 2007 11:10 am Post subject: |
|
|
Well blow me down with a feather, chat boxes are up and running.
Within the scheme of the features currently live. What is missing is:
1) Ability to search for friends using the "interests" system.
2) Ability to request friends from forums you are on, when they have not registered yet on myfreefriends.
3) Ability to approve comments.
4) Moving the find a friend dialog into the my friends dialog.
5) Internet explorer testing.
6) Automatically created forum chat rooms.
7) seeing who is onlne.
Last but not least fixing the leaks in the xajax framework.
This is what you might consider to be the 90% complete mark, which tends to mean that 90% more time is needed  _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
Posted: Sat Oct 13, 2007 7:51 pm Post subject: |
|
|
Bit of an admission that all was not done, but I have added the means to approve comments, and delete certain messages where appropriate. Have also added the "Comments Recieved" tab which was missing in the "My messages" area. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
Posted: Fri Oct 19, 2007 6:41 pm Post subject: |
|
|
Well after a few days break it is slowly back to the coal face
As I left it, the "make a friend" area was due an overhaul to promote it from a window I was thinking of removing completely, to instead being a bit of a hub of activity.
It will now separately allow people to invite people from forums, myfreefriends and even to email requests.
I am also going to introduce some idea of "Notes" allowing you to have public/private notes. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34850
Joined: 22 May 2005 Posts: 21275
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
Posted: Sat Oct 20, 2007 10:54 am Post subject: |
|
|
On the notes idea, the database is set up for wiki style collaborative editing, this will be one hell of a feature, but will not be there in more than token form in the initial release. It will take a month to write and cannot be allowed to hold things up.
Meanwhile the priority is the request area/email notifications etc. The things that put the social into social networking as you can encourage other people to join.
The javascript frame work has also been tweaked a bit more, so that it successfully recalls windows z-order as well as position. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |