[jQuery] Re: jQuery SL - jQuery Silverlight Plugin Feedback

2009-04-11 Thread Thomas Creutz
Jordon Bedwell schrieb:
 I suggest you check out http://www.smoothhd.com/ before you start dogging
 Silverlight.  Learn a little about things before you dogg them please.

haha, its not possible, I use Linux ... and Moonlight is not the right
solution.

 
 -Original Message-
 From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
 Behalf Of Koistya `Navin
 Sent: Saturday, April 11, 2009 2:04 AM
 To: jQuery (English)
 Subject: [jQuery] Re: jQuery SL - jQuery Silverlight Plugin Feedback
 
 
 On 10 апр, 23:30, Thomas Creutz alien...@alientxc.de wrote:
 sorry, but who is using Silverlight? It is limited to Windows, and so it
 cuts down more than 10 % of our visitors. Its again a good thing from M$
 to get a monopoly..




signature.asc
Description: OpenPGP digital signature


[jQuery] Re: jQuery SL - jQuery Silverlight Plugin Feedback

2009-04-11 Thread Thomas Creutz
Thomas Creutz schrieb:
 Jordon Bedwell schrieb:
 I suggest you check out http://www.smoothhd.com/ before you start dogging
 Silverlight.  Learn a little about things before you dogg them please.
 
 haha, its not possible, I use Linux ... and Moonlight is not the right
 solution.

because: I have Moonlight installed and also cannot open the side - why
ppl not use java or flash? Its OFFICIAL supported on Win, Mac and Linux too.

Moonlight is not official, so u will have every time problems!

Thomas



signature.asc
Description: OpenPGP digital signature


[jQuery] Re: Firefox bug on height

2009-04-10 Thread Thomas Creutz
Thomas Creutz schrieb:
 Main store schrieb:
 You'll see the bottom of my page is too long.
 I have tried to modify the CSS with some Height measurements but
 nothing happen..
 
 hi.. just remove the height from the body definition ;-)

oh.. Nathan is right.. the clear:both in .footer .legality is the
right solution - sorry

Thomas



signature.asc
Description: OpenPGP digital signature


[jQuery] Re: jQuery SL - jQuery Silverlight Plugin Feedback

2009-04-10 Thread Thomas Creutz

Koistya `Navin schrieb:
 I am working on jQuery SL plugin:
 Which helps with embedding Silverlight files into web pages and also

my 2 cent:

sorry, but who is using Silverlight? It is limited to Windows, and so it
cuts down more than 10 % of our visitors. Its again a good thing from M$
to get a monopoly..

Thomas



[jQuery] Re: jQuery appendTo() in IE7 before ready() [qTip|BlockUI]

2009-04-09 Thread Thomas Creutz

Thomas Creutz schrieb:
I have strange problems with IE7 (older/newer version not tested, but I think, it is also 
present in IE6) and some plugins, that do a appendTo().



The Webpage stops loading and I get a warning which says:

Die Internetsite http://mypage.de/ kann nicht geöffnet werden.
Vorgang abgebrochen

Translated something like:
The Website http://mypage.de/ cannot be opened.
process canceled


no, the English translation is Operation aborted



And than I get not my Webpage displayed.. no I get a IE intern website, which tells me, 
that the page cannot be displayed.




I found more about this topic:

http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/
http://support.microsoft.com/default.aspx/kb/927917

They speak on the MS KB also from innerHTML. On IE8 the Bug is gone.. so a 
jQuery.support.NeedReadyDOM or something else is very useful..


Firefox and all other Browsers (Opera, Safari, Chrome, IE8) which I tested yesterday had 
no Problem with it.


greetings,
Thomas



signature.asc
Description: OpenPGP digital signature


[jQuery] Re: Firefox bug on height

2009-04-09 Thread Thomas Creutz
Main store schrieb:

 I have a bug only on Firefox (IE and Safari OK),
 the carousel is here http://www.main-store.fr .
 
 You'll see the bottom of my page is too long.
 I have tried to modify the CSS with some Height measurements but
 nothing happen..

hi.. just remove the height from the body definition ;-)

Thomas



signature.asc
Description: OpenPGP digital signature


[jQuery] Re: jQuery function to click a link on the page

2009-04-09 Thread Thomas Creutz
CaptainABrad schrieb:
 Stated simply, is there a way to either:
 1) Click a link on a page with jQuery, or
 2) Open a link in a new tab.

2: window.open and target _new should work

http://www.mydigitallife.info/2006/10/08/launch-and-open-links-in-new-window-or-tab-with-_blank-or-_new-as-target-in-html-and-their-difference/

Thomas





signature.asc
Description: OpenPGP digital signature


[jQuery] Re: jQuery function to click a link on the page

2009-04-09 Thread Thomas Creutz
Thomas Creutz schrieb:
 CaptainABrad schrieb:
 Stated simply, is there a way to either:
 1) Click a link on a page with jQuery, or
 2) Open a link in a new tab.
 
 2: window.open and target _new should work
 
 http://www.mydigitallife.info/2006/10/08/launch-and-open-links-in-new-window-or-tab-with-_blank-or-_new-as-target-in-html-and-their-difference/
 

some more docs about it ;-)

http://www.w3.org/TR/2004/WD-css3-hyperlinks-20040224/#the-target-new
http://www.w3schools.com/htmldom/met_win_open.asp

Thomas



signature.asc
Description: OpenPGP digital signature


[jQuery] jQuery appendTo() in IE7 before ready() [qTip|BlockUI]

2009-04-08 Thread Thomas Creutz
Hi..

I have strange problems with IE7 (older/newer version not tested, but I think, 
it is also 
present in IE6) and some plugins, that do a appendTo().


The Webpage stops loading and I get a warning which says:

Die Internetsite http://mypage.de/ kann nicht geöffnet werden.
Vorgang abgebrochen

Translated something like:
The Website http://mypage.de/ cannot be opened.
process canceled

And than I get not my Webpage displayed.. no I get a IE intern website, which 
tells me, 
that the page cannot be displayed.

So I made some checks, and see, that this bug occurs when the appendTo() 
command is 
executed. So I made a attempt and made a function which made all the stuff 
which I do 
normal at load and assign them to the $(document).ready() event - so the error 
message is 
gone.

Does somebody now more about it? Can we make a jQuery.support.appendtoBug.

My output html displays rooms in boxes and every box have button, but the 
bottons are 
driven from a javascript which polls every second the status for this room. 
Dependent on 
the room-status react this button. So I write a code like this:

a id=button_rid_{roomrow.ROOM_ID}
class=button_4_{$B_COLOR}
href=roomAction({roomrow.ROOM_ID}){roomrow.ROOM_BUTTON_TEXT}/a
script type=text/javascript
// ![CDATA[
  addRoom({id: {roomrow.ROOM_ID}, bclass: 4})
// ]]
/script

in the addRoom function, I want to block the the button until the vars are 
loaded over 
AJAX, which works fine with the BlockUI plugin 
(http://www.malsup.com/jquery/block/) on 
Firefox. So the user see, that this room is current loading and the input is 
blocked.

In IE I get the described bug... and the ready() solutions is not exactly what 
I wont..

Also the qTip Plugin (http://craigsworks.com/projects/qtip/), which I append in 
addRoom to 
the Button trips in this bug.


The final question is, who should fix this? the plugin author? Or is there any 
other solution?

regards,
Thomas



signature.asc
Description: OpenPGP digital signature