[jQuery] AJAX problems - ajaxSubmit Form-PlugIn

2006-12-23 Thread Olaf Bosch
Hey there,
well I am working on an Ajax-Script which saves inputs
here you can find the demo: http://olaf-bosch.de/power3/news.php
(you have to click on Eintragen in the right-upper corner)


there are 3 problems which pop up and it gets more and more obvious that
Im unable to solve them on my own
1. the script duplicates the formsheet of Eintragen when you open and
close it again and again..
2. the charset (german umlautes ae,oe,ue) are saved wrongly as
identities (like Atilde;ŸAtilde;para;Atilde;) and with deactivated
java-script it works perfect
3. in the IE the popup works but the ajax-submit isn't executed at all..

I will thankfully appreciating any attempt to help my work here

  --
Merry Christmas, Olaf

---
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
---

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Konqueror in jQuery.browser

2006-12-23 Thread Fabien Meghazi
Is there a reason not to add konqueror in jQuery.browser ?

If not, can I patch this ?

--- jquery.js   2006-12-23 16:27:00.0 +0100
+++ jquery_new.js   2006-12-23 17:49:18.0 +0100
@@ -2221,7 +2221,8 @@
safari: /webkit/.test(b),
opera: /opera/.test(b),
msie: /msie/.test(b)  !/opera/.test(b),
-   mozilla: /mozilla/.test(b)  !/(compatible|webkit)/.test(b)
+   mozilla: /mozilla/.test(b) 
!/(compatible|webkit|like gecko)/.test(b),
+   konqueror: /konqueror/.test(b)
};



-- 
Fabien Meghazi

Website: http://www.amigrave.com
Email: [EMAIL PROTECTED]
IM: [EMAIL PROTECTED]

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] New JQUERY site for testing...

2006-12-23 Thread Micky

Hi folks,

I just published this site on the net:  http://cloudytags.com CloudyTags.com
.

It's made 100% with JQuery and some other libraries. Here you have the list:

Jquery, the great library (http://www.jquery.com)
Spy for Jquery (http://leftlogic.com/info/articles/jquery_spy2)
Nifty Cube (http://www.html.it/articoli/niftycube/index.html)
Forms Restrict v1.0 (http://www.jsfromhell.com/forms)

Site is fully degradable, SEO friendly, and works 100% without javascript
enabled (this made me spend a lot of extra work hours). Still need features
implementation, but basically it's finished.

Please check it and debug it heavily. Hack it and post the results, I would
like to hear your opinions and suggestions.

Thanks a lot!

Micky.

-- 
View this message in context: 
http://www.nabble.com/New-JQUERY-site-for-testing...-tf2864656.html#a8005402
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] New JQUERY site for testing...

2006-12-23 Thread Bruce
At first glance it looks pretty awesome. Second one too!
Ditto on loading as jyl...

Any tips on how you did the top/growing clouds?

Thanks

Bruce Prochnau
bkdesign solutions

- Original Message - 
From: Micky [EMAIL PROTECTED]
To: discuss@jquery.com
Sent: Thursday, December 21, 2006 5:01 AM
Subject: [jQuery] New JQUERY site for testing...



 Hi folks,

 I just published this site on the net:  http://cloudytags.com 
 CloudyTags.com
 .

 It's made 100% with JQuery and some other libraries. Here you have the 
 list:

 Jquery, the great library (http://www.jquery.com)
 Spy for Jquery (http://leftlogic.com/info/articles/jquery_spy2)
 Nifty Cube (http://www.html.it/articoli/niftycube/index.html)
 Forms Restrict v1.0 (http://www.jsfromhell.com/forms)

 Site is fully degradable, SEO friendly, and works 100% without javascript
 enabled (this made me spend a lot of extra work hours). Still need 
 features
 implementation, but basically it's finished.

 Please check it and debug it heavily. Hack it and post the results, I 
 would
 like to hear your opinions and suggestions.

 Thanks a lot!

 Micky.

 -- 
 View this message in context: 
 http://www.nabble.com/New-JQUERY-site-for-testing...-tf2864656.html#a8005402
 Sent from the JQuery mailing list archive at Nabble.com.


 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/
 


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] New JQUERY site for testing...

2006-12-23 Thread Micky

Hi Bruce,

Thanks for your kind comments.

The Top/Growing Clouds section is a mix of two PHP scripts around there, PHP
Render (for Font rendering) and PHP Clouds (for calculating clouds size from
a SQL query). I mixed both scripts into one and modified it a little in
order to show rendered font images instead of simple text.


Bruce-32 wrote:
 
 At first glance it looks pretty awesome. Second one too!
 Ditto on loading as jyl...
 
 Any tips on how you did the top/growing clouds?
 
 Thanks
 
 Bruce Prochnau
 bkdesign solutions
 
 - Original Message - 
 From: Micky [EMAIL PROTECTED]
 To: discuss@jquery.com
 Sent: Thursday, December 21, 2006 5:01 AM
 Subject: [jQuery] New JQUERY site for testing...
 
 

 Hi folks,

 I just published this site on the net:  http://cloudytags.com 
 CloudyTags.com
 .

 It's made 100% with JQuery and some other libraries. Here you have the 
 list:

 Jquery, the great library (http://www.jquery.com)
 Spy for Jquery (http://leftlogic.com/info/articles/jquery_spy2)
 Nifty Cube (http://www.html.it/articoli/niftycube/index.html)
 Forms Restrict v1.0 (http://www.jsfromhell.com/forms)

 Site is fully degradable, SEO friendly, and works 100% without javascript
 enabled (this made me spend a lot of extra work hours). Still need 
 features
 implementation, but basically it's finished.

 Please check it and debug it heavily. Hack it and post the results, I 
 would
 like to hear your opinions and suggestions.

 Thanks a lot!

 Micky.

 -- 
 View this message in context: 
 http://www.nabble.com/New-JQUERY-site-for-testing...-tf2864656.html#a8005402
 Sent from the JQuery mailing list archive at Nabble.com.


 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/
 
 
 
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/
 
 

-- 
View this message in context: 
http://www.nabble.com/New-JQUERY-site-for-testing...-tf2864656.html#a8035932
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] New JQUERY site for testing...

2006-12-23 Thread Bruce
Small world,
 I was looking at a web dev  job last night that wanted similar, and at tag 
clouds on phpclasses.net a bit ago, then your post came in lol

http://www.phpclasses.org/browse/package/3466/

Synchronicity

The site is a terrific demonstration of using jQuery and other scripts 
together. Well done
Bruce

- Original Message - 
From: Micky [EMAIL PROTECTED]
To: discuss@jquery.com
Sent: Saturday, December 23, 2006 1:58 PM
Subject: Re: [jQuery] New JQUERY site for testing...



 Hi Bruce,

 Thanks for your kind comments.

 The Top/Growing Clouds section is a mix of two PHP scripts around there, 
 PHP
 Render (for Font rendering) and PHP Clouds (for calculating clouds size 
 from
 a SQL query). I mixed both scripts into one and modified it a little in
 order to show rendered font images instead of simple text.


 Bruce-32 wrote:

 At first glance it looks pretty awesome. Second one too!
 Ditto on loading as jyl...

 Any tips on how you did the top/growing clouds?

 Thanks

 Bruce Prochnau
 bkdesign solutions

 - Original Message - 
 From: Micky [EMAIL PROTECTED]
 To: discuss@jquery.com
 Sent: Thursday, December 21, 2006 5:01 AM
 Subject: [jQuery] New JQUERY site for testing...



 Hi folks,

 I just published this site on the net:  http://cloudytags.com
 CloudyTags.com
 .

 It's made 100% with JQuery and some other libraries. Here you have the
 list:

 Jquery, the great library (http://www.jquery.com)
 Spy for Jquery (http://leftlogic.com/info/articles/jquery_spy2)
 Nifty Cube (http://www.html.it/articoli/niftycube/index.html)
 Forms Restrict v1.0 (http://www.jsfromhell.com/forms)

 Site is fully degradable, SEO friendly, and works 100% without 
 javascript
 enabled (this made me spend a lot of extra work hours). Still need
 features
 implementation, but basically it's finished.

 Please check it and debug it heavily. Hack it and post the results, I
 would
 like to hear your opinions and suggestions.

 Thanks a lot!

 Micky.

 -- 
 View this message in context:
 http://www.nabble.com/New-JQUERY-site-for-testing...-tf2864656.html#a8005402
 Sent from the JQuery mailing list archive at Nabble.com.


 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/



 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/



 -- 
 View this message in context: 
 http://www.nabble.com/New-JQUERY-site-for-testing...-tf2864656.html#a8035932
 Sent from the JQuery mailing list archive at Nabble.com.


 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/
 


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] New JQUERY site for testing...

2006-12-23 Thread Rey Bango
Cool site Micky!! One quick suggestion would be to implement the back 
button support found here:

http://www.stilbuero.de/jquery/history/

or

http://www.mikage.to/jquery/jquery_history.html

I'll look more at the site later.

Rey...

Micky wrote:
 Hi folks,
 
 I just published this site on the net:  http://cloudytags.com CloudyTags.com
 .
 
 It's made 100% with JQuery and some other libraries. Here you have the list:
 
 Jquery, the great library (http://www.jquery.com)
 Spy for Jquery (http://leftlogic.com/info/articles/jquery_spy2)
 Nifty Cube (http://www.html.it/articoli/niftycube/index.html)
 Forms Restrict v1.0 (http://www.jsfromhell.com/forms)
 
 Site is fully degradable, SEO friendly, and works 100% without javascript
 enabled (this made me spend a lot of extra work hours). Still need features
 implementation, but basically it's finished.
 
 Please check it and debug it heavily. Hack it and post the results, I would
 like to hear your opinions and suggestions.
 
 Thanks a lot!
 
 Micky.
 

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] New JQUERY site for testing...

2006-12-23 Thread Rey Bango
One of other feature you might want to throw in is a profanity filter. 
Knowing what Brittany Andrews is doing to Santa isn't many people's cup 
of tea! LOL!

Rey

Rey Bango wrote:
 Cool site Micky!! One quick suggestion would be to implement the back 
 button support found here:
 
 http://www.stilbuero.de/jquery/history/
 
 or
 
 http://www.mikage.to/jquery/jquery_history.html
 
 I'll look more at the site later.
 
 Rey...
 
 Micky wrote:
 Hi folks,

 I just published this site on the net:  http://cloudytags.com CloudyTags.com
 .

 It's made 100% with JQuery and some other libraries. Here you have the list:

 Jquery, the great library (http://www.jquery.com)
 Spy for Jquery (http://leftlogic.com/info/articles/jquery_spy2)
 Nifty Cube (http://www.html.it/articoli/niftycube/index.html)
 Forms Restrict v1.0 (http://www.jsfromhell.com/forms)

 Site is fully degradable, SEO friendly, and works 100% without javascript
 enabled (this made me spend a lot of extra work hours). Still need features
 implementation, but basically it's finished.

 Please check it and debug it heavily. Hack it and post the results, I would
 like to hear your opinions and suggestions.

 Thanks a lot!

 Micky.

 
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/
 

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] So what is wrong with ie6 on blur?

2006-12-23 Thread RichB214

Has anyone found a solution for this?  I'm running into the same issue on
IE6.

Thanks,
Rich



Realazy XA Chen wrote:
 
 hi, folks.
 
 I set up an example page here:
 http://realazy.org/temp/tut/form_hover_step3.html
 
 and some js code like this:
 
 $([EMAIL PROTECTED]'text'], [EMAIL PROTECTED]'password'],
 textarea).hover(function(){$(this).addClass(ie_hover)},
 function(){$(this).removeClass(ie_hover)}).focus(function(){$(this).addClass(ie_focus)}).blur(function(){$(this).removeClass(ie_focus)});
 
 test in firefox all is ok, but in ie6, I never saw the
 .blur(function(){$(this).removeClass(ie_focus)}) effect, that is, when
 I
 onblur this elements, they change nothing...
 
 so does my falut? ie's fault? or jQuery's fault( I hope not :) )
 
 thanks in advance.
 
 
 Realazy
 -- 
 realazy.org
 
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/
 
 

-- 
View this message in context: 
http://www.nabble.com/So-what-is-wrong-with-ie6-on-blur--tf2184552.html#a8028198
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] New JQUERY site for testing...MORE FEEDBACK

2006-12-23 Thread Rey Bango
Here's some more feedback for you Micky,

I was just looking at the frontpage and noticed the posting:

ProjectWebTools by 365labs is an project management for small 
businesses. Uses an outline format to display schedules. Includes 
surveys and templates

Since that title is fairly long, it forces the buttons on the left of it 
to be centered. I think it looks a little off in comparison to the other 
1 line postings. Its more of an aesthetic thing but its something that 
you might want to look at and adjust. The effect happens in both IE  FF.

Also, the Go! button on the right appears a little squished. It may just 
be the font.

Rey...

Micky wrote:
 Hi Jyl,
 
 Thanks a lot for your testing!
 
 Jquery was in the body by error, it has been fixed now.
 
 The IE images problem has been driving me mad for days. I just included
 (half and hour ago) a JQuery image preload script, and seems like the
 problem is less heavy now, but I am still not sure about if it's solved or
 not.
 
 I got the image preload script from  http://www.texotela.co.uk/code/jquery/
 Here .
 
 Thanks a lot.
 Micky.
 
 
 Why do you include jquery in the body and not in the head?
 
 On my IE its stuck loading 7 items (downloading picture
 http://cloudytags.com/img/llinks_sel.png) Not finishing.
 

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] New JQUERY site for testing...

2006-12-23 Thread S2M2 Design
Looks good, I am impressed that it is all jQuerry (and some other
libraries).

Here are some observations:
1) On the home there could be some space below the separator lines, makes me
nervous. 

2) in the search when you get a 'found nothing here', if you type a new
search and you get a new nothing found message, there needs to be some sort
of indication that it is working, maybe post the search criteria together
with the nothing found message. I kept typing new criteria in the search box
and since none of the search terms I used had any results I thought for a
brief second that it was not working.

The growing and top clouds are real cool.

Well done.
Cheers,
Shane


 From: Micky [EMAIL PROTECTED]
 Reply-To: jQuery Discussion. discuss@jquery.com
 Date: Thu, 21 Dec 2006 02:01:36 -0800 (PST)
 To: discuss@jquery.com
 Subject: [jQuery] New JQUERY site for testing...
 
 
 Hi folks,
 
 I just published this site on the net:  http://cloudytags.com CloudyTags.com
 .
 
 It's made 100% with JQuery and some other libraries. Here you have the list:
 
 Jquery, the great library (http://www.jquery.com)
 Spy for Jquery (http://leftlogic.com/info/articles/jquery_spy2)
 Nifty Cube (http://www.html.it/articoli/niftycube/index.html)
 Forms Restrict v1.0 (http://www.jsfromhell.com/forms)
 
 Site is fully degradable, SEO friendly, and works 100% without javascript
 enabled (this made me spend a lot of extra work hours). Still need features
 implementation, but basically it's finished.
 
 Please check it and debug it heavily. Hack it and post the results, I would
 like to hear your opinions and suggestions.
 
 Thanks a lot!
 
 Micky.
 
 -- 
 View this message in context:
 http://www.nabble.com/New-JQUERY-site-for-testing...-tf2864656.html#a8005402
 Sent from the JQuery mailing list archive at Nabble.com.
 
 
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Dev tools showdown

2006-12-23 Thread Yehuda Katz

What about Firebug lite?

On 6/26/06, Frosty Goodness [EMAIL PROTECTED] wrote:


I have the unpleasant distinction of working on a web app that only
works in IE. I can't even log into the system to test bugs becuase it pukes
at the login prompt.

Firebug, I hardly knew ye.

On 6/26/06, París Prieto, José Ignacio [EMAIL PROTECTED] wrote:

  Hi,
 I use JSEclipse for js editing (i usually do j2ee programming and prefer
 an all-in-one editor). It features code-completion and documentation.

 Firebug for js debugging, I was using Venkman's javascript debugger
 before, but this seems to be faster and simpler.

 Jose I.

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/






--
Yehuda Katz
Web Developer | Wycats Designs
(ph)  718.877.1325
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/