m better handled by a tool than
switching away from autoloaders.
Exuberant Ctags is your friend.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ss you could generate its indexes as
part of a static build process.
Solr and Sphinx would be examples of FOSS search engines you could use:
http://lucene.apache.org/solr/
http://sphinxsearch.com/
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
sts going to your server; if that's
not the case, then I think we need a much clear description of your
setup.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
y ideas?
If you're looking up line references from a W3C validator in your PHP
code, then you're doing something very wrong and are perhaps
fundamentally confused. You need to distinguish between the PHP code
itself and the HTML that it generates and dispatches over the wire to
'';
>
> yields the following output :
>
> Array
> (
> [message] => lkjlkjklj
> [buttons] => Array
> (
> [button] => This is my free form text
> )
> )
>
> So I get the CDATA but I don't get the "name" attri
namically loaded.
It does not dictate which extensions it loads at startup - that's "extension".
http://php.net/manual/en/ini.core.php
http://www.php.net/manual/en/install.pecl.intro.php
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
on a form field ("input", "textarea",
"select", etc) is different to the "name" attribute on a "a" or "form"
element, so this rule does not apply to it.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
id" attributes do not have to be the same.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 20 Sep 2010, at 22:02, Bastien Koert wrote:
> The standard suggests that double quotes are to be used for HTML
> attributes.
Where?
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
(x[i].getElementsByTagName("street2")[0].childNodes.length > 0) ...
2. Use the "textContent" and "innerText" properties to get the text of
all/any child nodes.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
re
> what's going on there, so obviously more experimentation is needed.
Presumably, thanks to your PHP settings, you need stripslashes() on all $_GET,
$_POST, and $_COOKIE input.
http://www.php.net/manual/en/info.configuration.php#ini.magic-quotes-gpc
This does not apply to input from
.
2) Whether you've made any errors when modifying your HTML, which I
can't see either.
If you provided test cases, I could see these things and answer your
questions.
Trying to describe the problem rather than /showing/ the problem is very
inefficient.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
is the logic here?
Without seeing some clear test case links that reproduces the problem
for us, I really can't comment about that.
It seems to me that what I am trying to do is logically and intuitively clear
> and simple.
What you're trying to do really isn't clear to
n that HTML/XML "id" attributes may
not /begin/ with a number.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 22/5/09 12:49, PJ wrote:
Sorry, but no one suggested a mailing list for CSS and the W3 Schools
Forum has problems.
Actually, I did:
http://www.css-discuss.org/
Why do I get completely different formatting with two identical classes?
I want to change part of the formatting on just one page
ntational table
markup for grid layout.
Fast forward a decade, and authors are getting another tool in our
toolbox, not a million miles away from your 'class="layout"'. I don't
think it's very well specified yet, but:
http://www.w3.org/TR/wai-aria/#presentation
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ct users to parse linearized "div"
elements.
Some useful discussion at:
http://www.joedolson.com/articles/2006/10/describing-a-semantic-calendar/
http://diveintoaccessibility.org/day_19_using_real_table_headers.html
http://georgiatechcatea.wordpress.com/2007/01/16/accessible-calen
gn link above.
Again, I hope that helps.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r example, from the table:
CountryPopulation
France65 million
United Kingdom61 million
A user agent can extract the population of France.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
or
better than for HTML 4.01.
Also, the fact that CSS2.1 implementation is not complete has not
dissuaded browser vendors from experimenting with implementations of
CSS3 drafts (e.g. "border-radius", "text-overflow").
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (ht
On 17/5/09 22:43, Paul M Foster wrote:
*Except* in IE6, which is what probably most of the world is using.
Probably "a lot" rather than "most".
http://www.upsdell.com/BrowserNews/stat.htm
---
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsu
ou mention, you've "managed to do some pages with CSS" - maybe you
just need pointing in the right direction. :) It's worth raising your
question even if you won't have time to apply the answer to this
particular project.
Before consulting such a forum, I'd r
s
compatible with HTML 4.01 and which may also be labeled as text/html."
http://www.ietf.org/rfc/rfc2854.txt
(I'm not saying it's a good idea, mark you! http://hixie.ch/advocacy/xhtml )
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
d other illegal characters) in HREF values.
The HTML5 draft proposes an algorithm for parsing and resolving HREF
values that includes such error handling:
http://www.whatwg.org/specs/web-apps/current-work/#parsing-urls
http://www.whatwg.org/specs/web-apps/current-work/#resolving-urls
--
Be
e semantic meaning _is_ intended by bold or
italic but that meaning is _not_ stress, it's best to use relevant
specific elements ("code", "var", "cite", "q", "kbd", "samp", etc.?) or
failing that class names that express meaning not
On 28/12/08 16:47, Jim Lucas wrote:
short tags are enabled. Disable them in your php.ini file and you will be good.
Alternately:
';
?>
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the
table it self (in terms of columns amount, of presented data record,...)
the user will have only to run a js function which will include the
frame.php file into his own webpage with the template given as parameter.
The use of JS as an include mechanism is largely pernicious. Couldn't
t
n Rails: http://dev.rubyonrails.org/ticket/6645
IIRC there's nothing in the URI, HTML, or CGI specs that enforces how
these should be interpreted.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
in beta when Chrome was released, standard
support in IE8 is mostly a product of decisions taken before that time.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Richard Heyes wrote:
Can anyone recommend a good Javascript related mailing list?
http://lists.evolt.org/mailman/listinfo/javascript perhaps.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
at text happens to be a form.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
soup), XHTML 1.0 has no advantages when served as tag soup, and
XHTML 1.1 must not be served as text/html. ;)
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
sers can speak or braille
"File: " when the focus enters the control. For a detailed explanation, see:
http://reference.sitepoint.com/html/label
http://www.w3.org/TR/WCAG20-TECHS/H44.html
http://green-beast.com/blog/?p=254
http://www.w3.org/TR/html401/interact/forms.html#h-17.9
Hope that helps
ically insecure.
--
Benjamin Hawkes-Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
34 matches
Mail list logo