-
I used macromedia dreamweaver for about 2 years, the best utility it have is file search
for example
for .php files
i need to search something like:
$variable['anythink']="a";
but in code i have:
$variable['anythink'] ="a";
$variable['anythink']="a";
$variable['anythink'] <tab> ="a";
macromedia could search in files...
2009-04-01 22:49:50 UTC in Notepad++
-
rspadim committed patchset 1447 of module owfs to the owfs and owhttpd CVS repository, changing 4 files.
2007-02-15 05:06:53 UTC in owfs and owhttpd
-
rspadim committed patchset 1446 of module owfs to the owfs and owhttpd CVS repository, changing 48 files.
2007-02-15 05:00:45 UTC in owfs and owhttpd
-
apache mod_deflate and mod_gzip must compress our output and we can't send compressed again, _REQUEST and _GET aren't viewable on diferent php.ini configurations.
2006-12-10 12:42:00 UTC in TinyMCE
-
i was reading temperatures (uncached) from one thread,
and write from another thread an switch (uncached too)
i tryed two times see:
DEBUG: ReadHandler: sm->payload=33 sm->size=1
sm->offset=0
DEBUG: READ_POSTPARSE /uncached/05.FD062A000000/sensed
DEBUG: READ_POSTPOSTPARSE
/uncached/05.FD062A000000/sensed
DEBUG: READSEEK
DEBUG: READSEEK2 pid=7319 not found in cache
DEBUG:
2006-09-21 17:20:46 UTC in owfs and owhttpd
-
today we can only connect to owserver
should we make the other way?
owserver connect to another owserver? like:
today:
main computer ----connect---> owserver
other way:
main computer
2006-09-16 11:48:42 UTC in owfs and owhttpd
-
Could we change
version()
init()
get()
put()
finish()
function to:
ow_version()
ow_init()
ow_get()
ow_put()
ow_finish()
??
this make php function be separated by _
thankx ;)
2006-09-16 04:41:46 UTC in owfs and owhttpd