FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Re: eine PHP mit video faehigkeit
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Re: eine PHP mit video faehigkeit [message #181102] Sat, 13 April 2013 13:13 Go to next message
Arno Welzel is currently offline  Arno Welzel
Messages: 317
Registered: October 2011
Karma: 0
Senior Member
Cal Dershowitz, 2013-04-13 05:22:

> On 04/08/2013 10:55 AM, Arno Welzel wrote:
[...]
>> Anyway - check out "JWPlayer", see
>> <http://www.longtailvideo.com/jw-player/>.
>>
>>
>
> Das hat wunderbar geklappt, also habe ich zu danken:
>
> http://www.merrillpjensen.com/pages/portfolio/
>
> Let me revert again to english, because I'd like to ask a question that
> seems to have nothing to do with php. Jerry Stuekle would not let it
> come to discussion in your english counterpart usenet group. (Deswegen
> musste ich meine Antworten woanders finden.)

To be honest - you should continue this in comp.lang.php, since this
de.comp.lang.php is intended for discussions in German (Crosspost and
Follow-Up-To set).

> I'm accepting any and all tips on how to improve this site. It improves
[...]

First of all: Take care to produce valid HTML. Of course validity is
only one of many aspects what makes a good web site - but fixing erros
because of invalid HTML is harder the later you take care of it.

Then try to take care not to assume that your visitors use a specific
screen resolution, browser software etc. - don't use fixed (pixel) font
sizes or fixed dimensions.

When i look a <http://www.merrillpjensen.com/> i notice, that your
"wrapper" div has a fixed with of 960 pixels - which is bad since you
can not assume that every visitor uses a screen which is at least 960
pixels wide or on the other hand that 960 pixels is fine to provide
enough space for the content.

Better: Set a maximum width ("max-width" insted of "width") to avoid too
wide text lines - and don't use "px", but "em" as dimension, so the
number of characters per line matters and not an absolute pixel size -
and if the browser window as smaller, the content will adapt to the
smaller width (see my site <http://arnowelzel.de> as an example).

For example - some visitors may use a default font size of 30 pixels,
because they have a very high resolution display and/or because the have
problems reading text at the "normal" size. With 960 pixels fixed width
your content will only provide space for 30-40 characters horizontally
cramped into a narrow content box (e.g. Apple MacBook with "Retina"
display provides 2880 x 1800 pixels).



--
Arno Welzel
http://arnowelzel.de
http://de-rec-fahrrad.de
Re: eine PHP mit video faehigkeit [message #181103 is a reply to message #181102] Sat, 13 April 2013 15:17 Go to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma: 0
Senior Member
On 4/13/2013 9:13 AM, Arno Welzel wrote:
> Cal Dershowitz, 2013-04-13 05:22:
>
>> On 04/08/2013 10:55 AM, Arno Welzel wrote:
> [...]
>>> Anyway - check out "JWPlayer", see
>>> <http://www.longtailvideo.com/jw-player/>.
>>>
>>>
>>
>> Das hat wunderbar geklappt, also habe ich zu danken:
>>
>> http://www.merrillpjensen.com/pages/portfolio/
>>
>> Let me revert again to english, because I'd like to ask a question that
>> seems to have nothing to do with php. Jerry Stuekle would not let it
>> come to discussion in your english counterpart usenet group. (Deswegen
>> musste ich meine Antworten woanders finden.)
>

You're right. That's because this question has nothing to do with PHP,
and there are many more appropriate newsgroups where you get better answers.

Why do you think there are tens of thousands of newsgroups out there?
It's so people like you can get good answers from experts by asking in
the right newsgroup. Ask in the wrong newsgroup and you get piss poor
answers from wanna-be novices.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Calling child class from parent class
Next Topic: Suggestions on formatting an outgoing email message
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 10:22:48 GMT 2024

Total time taken to generate the page: 0.03329 seconds