Search found 9 matches

by tsr
Sat Apr 29, 2006 12:16 am
Forum: PHP - Theory and Design
Topic: designing a usable notation for returning events
Replies: 6
Views: 2028

feyd: good idea, I'll look into that. (Nope, sorry, it doesn't seem to quite meet my req of being able to say 'the first saturday of every month, except july and dec') arborint: thanks, do you have any more info for me on this, so that I don't need to evaluate some 50+ projects (searching for "...
by tsr
Thu Apr 20, 2006 11:07 am
Forum: PHP - Theory and Design
Topic: designing a usable notation for returning events
Replies: 6
Views: 2028

yes, but...

...what I'm interrested in at the moment is how to the notation should look like.

I'm aiming at some kind of notation that could represent a recurring event how-ever (or at least almost) it would be represented in a natural language.

The parsing of it is a later question.
by tsr
Wed Apr 19, 2006 4:16 pm
Forum: PHP - Theory and Design
Topic: designing a usable notation for returning events
Replies: 6
Views: 2028

designing a usable notation for returning events

Hi, This is not the point, just a little background: I'm in the process of developing a small app that will produce a calendar. What I would love to do is to create an easy way for users to add events that will rerturn like: yearly, every first monday of the month, every week, every three weeks, eve...
by tsr
Mon Apr 10, 2006 5:50 pm
Forum: Miscellaneous
Topic: erasing visit to site, possible?
Replies: 3
Views: 1985

erasing visit to site, possible?

Hi, I'm developing a site that might be controversial* to some people and I need my users to be able to erase there visit at the site, is there any way to accomplish this with ECMA/Java/J-Script (considering a bunch of browsers, or should I just write instructions on how to erase it for them selves?...
by tsr
Tue Feb 07, 2006 10:40 am
Forum: PHP - Code
Topic: [SOLVED] problem with MySQL from PHP
Replies: 5
Views: 581

You're evil :-)

Thanks alot, u just saved me a bunch of work, is that code out in the wild, or just on thees forums?

/tsr
by tsr
Tue Feb 07, 2006 10:28 am
Forum: PHP - Code
Topic: [SOLVED] problem with MySQL from PHP
Replies: 5
Views: 581

thanks, so then I'll need to make/find a functionthat parses a sqldump an extracts every query, one by one, any tips?
by tsr
Tue Feb 07, 2006 10:06 am
Forum: PHP - Code
Topic: [SOLVED] problem with MySQL from PHP
Replies: 5
Views: 581

[SOLVED] problem with MySQL from PHP

Hi, I have this (for me bizarre) problem. The following code: $link = mysql_connect($config['db_host'], $config['db_user'], $config['db_pass']) or die(mysql_error()); mysql_select_db($config['db_db'], $link) or die(mysql_error); $result = mysql_query(" DROP TABLE IF EXISTS `context`; CREATE TAB...
by tsr
Tue Apr 19, 2005 5:58 pm
Forum: General Discussion
Topic: Choosing a CMS
Replies: 5
Views: 994

Ok, thanks, actually I tried to search for that kind of info, but I can't seem to ask the right question. I'll try again and if I need more help I'll post it here.

/tsr
by tsr
Tue Apr 19, 2005 5:14 pm
Forum: General Discussion
Topic: Choosing a CMS
Replies: 5
Views: 994

Choosing a CMS

Hi! I don't know if this is the right section, or even the right site for this kind of question, but anyhow, here is the question, if I should post it somewhere else please direct me to the right spot. I've been asked to help a small non-profit organisation with the creation of a fairly small site. ...