[opensource-dev] Creating my own login page

2014-01-24 Thread Lance Corrimal
Hi,

I'm trying to create my own login screen, and I'm having a bit of 
trouble creating HTML that does not make llqtwebkit curl up and die 
quietly in a corner.

My page loads fine in a webbrowser, but when i build a viewer that tries 
to use it, all i get is a black screen inside the viewer and loads of 
errors on stdout from llqtwebkit...

My page is here:
http://dolphinviewer-login.eregion.de/

Any ideas for me where I should begin?


Cheers
LC
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Creating my own login page

2014-01-24 Thread Ricky
>From what I remember playing around with the SL built-in browser, it is
very limited.  Both the JS and HTML rendering engines leave much to be
desired - their just too old, and don't understand a lot of today's tools -
including jQuery. :(

Of course, it's been almost a year since I last played with it, so YMMV.

Ricky / Cron Stardust


On Fri, Jan 24, 2014 at 9:38 AM, Lance Corrimal
wrote:

> Hi,
>
> I'm trying to create my own login screen, and I'm having a bit of
> trouble creating HTML that does not make llqtwebkit curl up and die
> quietly in a corner.
>
> My page loads fine in a webbrowser, but when i build a viewer that tries
> to use it, all i get is a black screen inside the viewer and loads of
> errors on stdout from llqtwebkit...
>
> My page is here:
> http://dolphinviewer-login.eregion.de/
>
> Any ideas for me where I should begin?
>
>
> Cheers
> LC
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting
> privileges
>
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Creating my own login page

2014-01-24 Thread Russell G. Wells
Lance,
I see a couple minor problems in the html.  Browsers are very good a 
rendering most any html even if the tags do not follow the HTML standards.

at line 55, your start a  tag, but there r is not a beginning  tag.

after your table end on line 57, you have a  tag.  I think you want 


Russell G. Wells
email: rgwe...@techno-logix.com

On 01/24/2014 09:38 AM, Lance Corrimal wrote:
> Hi,
>
> I'm trying to create my own login screen, and I'm having a bit of
> trouble creating HTML that does not make llqtwebkit curl up and die
> quietly in a corner.
>
> My page loads fine in a webbrowser, but when i build a viewer that tries
> to use it, all i get is a black screen inside the viewer and loads of
> errors on stdout from llqtwebkit...
>
> My page is here:
> http://dolphinviewer-login.eregion.de/
>
> Any ideas for me where I should begin?
>
>
> Cheers
> LC
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting privileges
>

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Creating my own login page

2014-01-24 Thread Darien Caldwell
That's not my experience, I specifically use JQuery with LL's built in
browser, and it works fine, almost. :) I do use my own custom Ajax code
because I have had problems with JQuery's Ajax and LL's browser.  But
overall most of JQuery works fine in Webkit.  It's best to use a Webkit
based browser for testing, like Safari or Chrome. (although chrome is now
changing to something new, so best to find an older version of chrome if
you go that way).


On Fri, Jan 24, 2014 at 10:22 AM, Ricky  wrote:

> From what I remember playing around with the SL built-in browser, it is
> very limited.  Both the JS and HTML rendering engines leave much to be
> desired - their just too old, and don't understand a lot of today's tools -
> including jQuery. :(
>
> Of course, it's been almost a year since I last played with it, so YMMV.
>
> Ricky / Cron Stardust
>
>
> On Fri, Jan 24, 2014 at 9:38 AM, Lance Corrimal  > wrote:
>
>> Hi,
>>
>> I'm trying to create my own login screen, and I'm having a bit of
>> trouble creating HTML that does not make llqtwebkit curl up and die
>> quietly in a corner.
>>
>> My page loads fine in a webbrowser, but when i build a viewer that tries
>> to use it, all i get is a black screen inside the viewer and loads of
>> errors on stdout from llqtwebkit...
>>
>> My page is here:
>> http://dolphinviewer-login.eregion.de/
>>
>> Any ideas for me where I should begin?
>>
>>
>> Cheers
>> LC
>> ___
>> Policies and (un)subscribe information available here:
>> http://wiki.secondlife.com/wiki/OpenSource-Dev
>> Please read the policies before posting to keep unmoderated posting
>> privileges
>>
>
>
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting
> privileges
>
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges