Search found 9 matches
- Sat Apr 29, 2006 12:16 am
- Forum: PHP - Theory and Design
- Topic: designing a usable notation for returning events
- Replies: 6
- Views: 2028
- 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.
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.
- 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...
- 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?...
- Tue Feb 07, 2006 10:40 am
- Forum: PHP - Code
- Topic: [SOLVED] problem with MySQL from PHP
- Replies: 5
- Views: 581
- Tue Feb 07, 2006 10:28 am
- Forum: PHP - Code
- Topic: [SOLVED] problem with MySQL from PHP
- Replies: 5
- Views: 581
- 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...
- Tue Apr 19, 2005 5:58 pm
- Forum: General Discussion
- Topic: Choosing a CMS
- Replies: 5
- Views: 994
- 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. ...