Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Rick Faircloth
I know better than to hijack a thread.sorry everyone.
 
Rick
 
 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Stith
Sent: Saturday, November 18, 2006 1:58 PM
To: jQuery Discussion.
Subject: Re: [jQuery] Firebug 1.0 coming soon
 
Right, sorry. For future reference, start a new thread if the problem doesnt
relate to the topic.
On 11/18/06, Rey Bango < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >
wrote:
Be cool Matt. He's new to the jQuery family and he has a tech question 
so it behooves everyone to help in answering the question instead of
telling him to start a new thread. If anything you can change the
subject line yourself which would have the same effect.

Rey...

Matt Stith wrote:
> This isnt the right spot for this, start another thread.
>
> On 11/18/06, *Rick Faircloth* <[EMAIL PROTECTED]
> > wrote:
>
> Thanks for the explanation, Rey...
>
> I've got another question for you about jQuery coding.
> 
> Do you see any reason why the following code wouldn't work?
> I've been working with it, but the text just sits on the page
> as if the Javascript is not active...
>
> I'm trying to create dynamic 
> announcements that are pulled from a database by CF,
> then the Title is displayed...on mouse click, the announcement
> text would slide down and become visible...
>
> Rick 
>
> Here's the code:
>
> JQuery code:
>
> $(document).ready(function() {
>
> $(" div.ann").find("p.title").hide().end().find("p.text
").click(functio
> n()
> {
>   var answer = $(this).next();
>   if (answer.is(':visible')) {
>   answer.slideUp ();
>   } else { 
>   answer.slideDown();
>   }
>   });
> });
>
> HTML:
>
> 
>
>  
> This is my title.
> 
> 
> This is my text.
> 
>
> 
>
>
>
>
> 
>
> -Original Message-
> From: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] >
> [mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>] On
> Behalf Of Rey Bango 
> Sent: Saturday, November 18, 2006 11:56 AM
> To: jQuery Discussion.
> Subject: Re: [jQuery] Firebug 1.0 coming soon
>
> Hi Rick,
>
> Firebug is a Firefox addon that dramatically helps your Javascript 
> development efforts. It helps you debug the code, inspect DOM values
and
> even view HTTP requests (critical for Ajax development). It has a ton
> more functionality and is something that every web developer should be

> using.
>
> Even if the developer charged for it, I would buy it since its such a
> HUGE help in my development efforts.
>
> Rey...
>
> Rick Faircloth wrote: 
>  > What is "Firebug" and is there a preview of what it does
> somewhere online?
>      >
>  > Rick
>      >
>  > -Original Message-
>  > From: [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
> [mailto: <mailto:[EMAIL PROTECTED]>
[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>] On
>  > Behalf Of John Resig
>  > Sent: Friday, November 17, 2006 11:59 PM 
>  > To: jQuery Discussion.
>  > Subject: Re: [jQuery] Firebug 1.0 coming soon
>  >
>  >> I'll take that as a 'no' then?
>  >
>  > Yeah, unfortunately. We have to keep it private until he wants to 
>  > release it (which may be for money, it sounds).
>  >
>  > --John
>  >
>  > ___
>  > jQuery mailing list 
>  > discuss@jquery.com <mailto:discuss@jquery.com>
>  > http://jquery.com/discuss/  <http://jquery.com/discuss/> 
>  >
>  >
>  >
>  > ___
>  > jQuery mailing list
>  > discuss@jquery.com <mailto:discuss@jquery.com>
>  > http://jquery.com/discuss/
>  >
>
> ___ 
> jQuery mailing list
> discuss@jquery.com <mailto:discuss@jquery.com>
> http://jquery.com/discuss/ <http://jquery.com/discuss/>
>
>
>
> ___
> jQuery mailing list 
> discuss@jquery.com <mailto:discuss@jquery.com>
> http://jquery.com/discuss/ 
>
>
>
> 
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Rey Bango
Sweet! Thanks for the link Erik!

Erik Beeson wrote:
> I spent like $40 on ServiceCapture from Kevin Langdon and its been a
> life saver. Well worth the money.
> 
> 
> http://www.ethereal.com/
> 
> --Erik
> 
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Erik Beeson


I spent like $40 on ServiceCapture from Kevin Langdon and its been a
life saver. Well worth the money.



http://www.ethereal.com/

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Erik Beeson

With all this gushing about firebug, I'm surprised nobody has mentioned Web
Developer Extension: http://chrispederick.com/work/webdeveloper/

I use it a lot more than I use firebug (though I have them both installed).

--Erik


On 11/18/06, Rey Bango <[EMAIL PROTECTED]> wrote:


Hi Rick,

Firebug is a Firefox addon that dramatically helps your Javascript
development efforts. It helps you debug the code, inspect DOM values and
even view HTTP requests (critical for Ajax development). It has a ton
more functionality and is something that every web developer should be
using.

Even if the developer charged for it, I would buy it since its such a
HUGE help in my development efforts.

Rey...

Rick Faircloth wrote:
> What is "Firebug" and is there a preview of what it does somewhere
online?
>
> Rick
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of John Resig
> Sent: Friday, November 17, 2006 11:59 PM
> To: jQuery Discussion.
> Subject: Re: [jQuery] Firebug 1.0 coming soon
>
>> I'll take that as a 'no' then?
>
> Yeah, unfortunately. We have to keep it private until he wants to
> release it (which may be for money, it sounds).
>
> --John
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

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

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Matt Stith

Right, sorry. For future reference, start a new thread if the problem doesnt
relate to the topic.

On 11/18/06, Rey Bango <[EMAIL PROTECTED]> wrote:


Be cool Matt. He's new to the jQuery family and he has a tech question
so it behooves everyone to help in answering the question instead of
telling him to start a new thread. If anything you can change the
subject line yourself which would have the same effect.

Rey...

Matt Stith wrote:
> This isnt the right spot for this, start another thread.
>
> On 11/18/06, *Rick Faircloth* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> Thanks for the explanation, Rey...
>
> I've got another question for you about jQuery coding.
>
> Do you see any reason why the following code wouldn't work?
> I've been working with it, but the text just sits on the page
> as if the Javascript is not active...
>
> I'm trying to create dynamic
> announcements that are pulled from a database by CF,
> then the Title is displayed...on mouse click, the announcement
> text would slide down and become visible...
>
> Rick
>
> Here's the code:
>
> JQuery code:
>
> $(document).ready(function() {
>
> $(" div.ann").find("p.title").hide().end().find("p.text
").click(functio
> n()
> {
>   var answer = $(this).next();
>   if (answer.is(':visible')) {
>   answer.slideUp ();
>   } else {
>   answer.slideDown();
>   }
>   });
> });
>
> HTML:
>
> 
>
> 
> This is my title.
> 
> 
> This is my text.
> 
>
> 
>
>
>
>
>
>
> -Original Message-----
>     From: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> [mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>] On
> Behalf Of Rey Bango
> Sent: Saturday, November 18, 2006 11:56 AM
> To: jQuery Discussion.
> Subject: Re: [jQuery] Firebug 1.0 coming soon
>
> Hi Rick,
>
> Firebug is a Firefox addon that dramatically helps your Javascript
> development efforts. It helps you debug the code, inspect DOM values
and
> even view HTTP requests (critical for Ajax development). It has a
ton
> more functionality and is something that every web developer should
be
> using.
>
> Even if the developer charged for it, I would buy it since its such
a
> HUGE help in my development efforts.
>
> Rey...
>
> Rick Faircloth wrote:
>  > What is "Firebug" and is there a preview of what it does
>     somewhere online?
>  >
>  > Rick
>  >
>  > -Original Message-
>  > From: [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
> [mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>] On
>  > Behalf Of John Resig
>  > Sent: Friday, November 17, 2006 11:59 PM
>  > To: jQuery Discussion.
>  > Subject: Re: [jQuery] Firebug 1.0 coming soon
>  >
>  >> I'll take that as a 'no' then?
>  >
>  > Yeah, unfortunately. We have to keep it private until he wants to
>  > release it (which may be for money, it sounds).
>  >
>  > --John
>  >
>  > ___
>  > jQuery mailing list
>  > discuss@jquery.com <mailto:discuss@jquery.com>
>  > http://jquery.com/discuss/
>  >
>  >
>  >
>  > ___
>  > jQuery mailing list
>  > discuss@jquery.com <mailto:discuss@jquery.com>
>  > http://jquery.com/discuss/
>  >
>
> ___
> jQuery mailing list
> discuss@jquery.com <mailto:discuss@jquery.com>
> http://jquery.com/discuss/ <http://jquery.com/discuss/>
>
>
>
> ___
> jQuery mailing list
> discuss@jquery.com <mailto:discuss@jquery.com>
> http://jquery.com/discuss/
>
>
>
> 
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/

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

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Rey Bango
Be cool Matt. He's new to the jQuery family and he has a tech question 
so it behooves everyone to help in answering the question instead of 
telling him to start a new thread. If anything you can change the 
subject line yourself which would have the same effect.

Rey...

Matt Stith wrote:
> This isnt the right spot for this, start another thread.
> 
> On 11/18/06, *Rick Faircloth* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
> Thanks for the explanation, Rey...
> 
> I've got another question for you about jQuery coding.
> 
> Do you see any reason why the following code wouldn't work?
> I've been working with it, but the text just sits on the page
> as if the Javascript is not active...
> 
> I'm trying to create dynamic
> announcements that are pulled from a database by CF,
> then the Title is displayed...on mouse click, the announcement
> text would slide down and become visible...
> 
> Rick
> 
> Here's the code:
> 
> JQuery code:
> 
> $(document).ready(function() {
> 
> $(" div.ann").find("p.title").hide().end().find("p.text").click(functio
> n()
> {
>   var answer = $(this).next();
>   if (answer.is(':visible')) {
>   answer.slideUp ();
>   } else {
>   answer.slideDown();
>   }
>   });
> });
> 
> HTML:
> 
> 
> 
> 
> This is my title.
> 
> 
> This is my text.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -Original Message-----
> From: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> [mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>] On
> Behalf Of Rey Bango
> Sent: Saturday, November 18, 2006 11:56 AM
> To: jQuery Discussion.
> Subject: Re: [jQuery] Firebug 1.0 coming soon
> 
> Hi Rick,
> 
> Firebug is a Firefox addon that dramatically helps your Javascript
> development efforts. It helps you debug the code, inspect DOM values and
> even view HTTP requests (critical for Ajax development). It has a ton
> more functionality and is something that every web developer should be
> using.
> 
> Even if the developer charged for it, I would buy it since its such a
> HUGE help in my development efforts.
> 
> Rey...
> 
> Rick Faircloth wrote:
>  > What is "Firebug" and is there a preview of what it does
> somewhere online?
>      >
>  > Rick
>  >
>  > -Original Message-
>  > From: [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
> [mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>] On
>  > Behalf Of John Resig
>  > Sent: Friday, November 17, 2006 11:59 PM
>  > To: jQuery Discussion.
>  > Subject: Re: [jQuery] Firebug 1.0 coming soon
>  >
>  >> I'll take that as a 'no' then?
>  >
>  > Yeah, unfortunately. We have to keep it private until he wants to
>  > release it (which may be for money, it sounds).
>  >
>  > --John
>  >
>  > ___
>  > jQuery mailing list
>  > discuss@jquery.com <mailto:discuss@jquery.com>
>  > http://jquery.com/discuss/
>  >
>  >
>  >
>  > ___
>  > jQuery mailing list
>  > discuss@jquery.com <mailto:discuss@jquery.com>
>  > http://jquery.com/discuss/
>  >
> 
> ___
> jQuery mailing list
> discuss@jquery.com <mailto:discuss@jquery.com>
> http://jquery.com/discuss/ <http://jquery.com/discuss/>
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com <mailto:discuss@jquery.com>
> http://jquery.com/discuss/
> 
> 
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Rey Bango
Hi Rich,

The reason that's not working is because the title paragraph is not the 
next() sibling. Its the prev(). So if you chance your code to use prev() 
instead of next(), it works great. I determined this using Firebug and 
examining what the answer object was being filled with. This why 
everyone loves Firebug so much. :)

Also you can try this as well:

$(document).ready(function() {

$("div.ann").find("p.title").hide().end().find("p.text").click(function()
  {
   if ($("p.title").is(':visible')) {
   $("p.title").slideUp();
   } else {
   $("p.title").slideDown();
   }
   });
  });

Rey...


Rick Faircloth wrote:
> Thanks for the explanation, Rey...
> 
> I've got another question for you about jQuery coding.
> 
> Do you see any reason why the following code wouldn't work?
> I've been working with it, but the text just sits on the page
> as if the Javascript is not active...
> 
> I'm trying to create dynamic
> announcements that are pulled from a database by CF,
> then the Title is displayed...on mouse click, the announcement
> text would slide down and become visible...
> 
> Rick
> 
> Here's the code:
> 
>  JQuery code:
> 
> $(document).ready(function() {
> 
> $("div.ann").find("p.title").hide().end().find("p.text").click(functio
>  n()
>  {
>   var answer = $(this).next();
>   if (answer.is(':visible')) {
>   answer.slideUp();
>   } else {
>   answer.slideDown();
>   }
>   });
>  });
> 
>  HTML:
> 
>  
> 
>  
>  This is my title.
>  
>  
>  This is my text.
>  
> 
>  
> 
> 
> 
> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Rey Bango
> Sent: Saturday, November 18, 2006 11:56 AM
> To: jQuery Discussion.
> Subject: Re: [jQuery] Firebug 1.0 coming soon
> 
> Hi Rick,
> 
> Firebug is a Firefox addon that dramatically helps your Javascript 
> development efforts. It helps you debug the code, inspect DOM values and 
> even view HTTP requests (critical for Ajax development). It has a ton 
> more functionality and is something that every web developer should be 
> using.
> 
> Even if the developer charged for it, I would buy it since its such a 
> HUGE help in my development efforts.
> 
> Rey...
> 
> Rick Faircloth wrote:
> 
>>What is "Firebug" and is there a preview of what it does somewhere online?
>>
>>Rick
>>
>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>>Behalf Of John Resig
>>Sent: Friday, November 17, 2006 11:59 PM
>>To: jQuery Discussion.
>>Subject: Re: [jQuery] Firebug 1.0 coming soon
>>
>>
>>>I'll take that as a 'no' then?
>>
>>Yeah, unfortunately. We have to keep it private until he wants to
>>release it (which may be for money, it sounds).
>>
>>--John
>>
>>___
>>jQuery mailing list
>>discuss@jquery.com
>>http://jquery.com/discuss/
>>
>>
>>
>>___
>>jQuery mailing list
>>discuss@jquery.com
>>http://jquery.com/discuss/
>>
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Matt Stith

This isnt the right spot for this, start another thread.

On 11/18/06, Rick Faircloth <[EMAIL PROTECTED]> wrote:


Thanks for the explanation, Rey...

I've got another question for you about jQuery coding.

Do you see any reason why the following code wouldn't work?
I've been working with it, but the text just sits on the page
as if the Javascript is not active...

I'm trying to create dynamic
announcements that are pulled from a database by CF,
then the Title is displayed...on mouse click, the announcement
text would slide down and become visible...

Rick

Here's the code:

JQuery code:

$(document).ready(function() {

$("div.ann").find("p.title").hide().end().find("p.text").click(functio
n()
{
  var answer = $(this).next();
  if (answer.is(':visible')) {
  answer.slideUp();
  } else {
  answer.slideDown();
  }
  });
});

HTML:




This is my title.


This is my text.









-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Rey Bango
Sent: Saturday, November 18, 2006 11:56 AM
To: jQuery Discussion.
Subject: Re: [jQuery] Firebug 1.0 coming soon

Hi Rick,

Firebug is a Firefox addon that dramatically helps your Javascript
development efforts. It helps you debug the code, inspect DOM values and
even view HTTP requests (critical for Ajax development). It has a ton
more functionality and is something that every web developer should be
using.

Even if the developer charged for it, I would buy it since its such a
HUGE help in my development efforts.

Rey...

Rick Faircloth wrote:
> What is "Firebug" and is there a preview of what it does somewhere
online?
>
> Rick
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of John Resig
> Sent: Friday, November 17, 2006 11:59 PM
> To: jQuery Discussion.
> Subject: Re: [jQuery] Firebug 1.0 coming soon
>
>> I'll take that as a 'no' then?
>
> Yeah, unfortunately. We have to keep it private until he wants to
> release it (which may be for money, it sounds).
>
> --John
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

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



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

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Rey Bango
Absolutely! Firebug is an awesome tool and IMO well worth spending some 
cash on. Not sure if I'd do it for FoxyTunes but Firebug is a definite 
yes. :)

Rey

Jon Baer wrote:
> There is no doubt many of us have benefited and saved hours of  
> debugging time using it, I really don't blame the developer for  
> charging a few bucks for it, im sure its possible to get our  
> companies to stop being that cheap when it comes to OS and pitch in  
> for a great tool.
> 
> - Jon
> 
> On Nov 18, 2006, at 11:56 AM, Rey Bango wrote:
> 
> 
>>Hi Rick,
>>
>>Firebug is a Firefox addon that dramatically helps your Javascript
>>development efforts. It helps you debug the code, inspect DOM  
>>values and
>>even view HTTP requests (critical for Ajax development). It has a ton
>>more functionality and is something that every web developer should be
>>using.
>>
>>Even if the developer charged for it, I would buy it since its such a
>>HUGE help in my development efforts.
>>
>>Rey...
>>
>>Rick Faircloth wrote:
>>
>>>What is "Firebug" and is there a preview of what it does somewhere  
>>>online?
>>>
>>>Rick
>>>
>>>-----Original Message-----
>>>From: [EMAIL PROTECTED] [mailto:discuss- 
>>>[EMAIL PROTECTED] On
>>>Behalf Of John Resig
>>>Sent: Friday, November 17, 2006 11:59 PM
>>>To: jQuery Discussion.
>>>Subject: Re: [jQuery] Firebug 1.0 coming soon
>>>
>>>
>>>>I'll take that as a 'no' then?
>>>
>>>Yeah, unfortunately. We have to keep it private until he wants to
>>>release it (which may be for money, it sounds).
>>>
>>>--John
>>>
>>>___
>>>jQuery mailing list
>>>discuss@jquery.com
>>>http://jquery.com/discuss/
>>>
>>>
>>>
>>>___
>>>jQuery mailing list
>>>discuss@jquery.com
>>>http://jquery.com/discuss/
>>>
>>
>>___
>>jQuery mailing list
>>discuss@jquery.com
>>http://jquery.com/discuss/
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Jon Baer
There is no doubt many of us have benefited and saved hours of  
debugging time using it, I really don't blame the developer for  
charging a few bucks for it, im sure its possible to get our  
companies to stop being that cheap when it comes to OS and pitch in  
for a great tool.

- Jon

On Nov 18, 2006, at 11:56 AM, Rey Bango wrote:

> Hi Rick,
>
> Firebug is a Firefox addon that dramatically helps your Javascript
> development efforts. It helps you debug the code, inspect DOM  
> values and
> even view HTTP requests (critical for Ajax development). It has a ton
> more functionality and is something that every web developer should be
> using.
>
> Even if the developer charged for it, I would buy it since its such a
> HUGE help in my development efforts.
>
> Rey...
>
> Rick Faircloth wrote:
>> What is "Firebug" and is there a preview of what it does somewhere  
>> online?
>>
>> Rick
>>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:discuss- 
>> [EMAIL PROTECTED] On
>> Behalf Of John Resig
>> Sent: Friday, November 17, 2006 11:59 PM
>> To: jQuery Discussion.
>> Subject: Re: [jQuery] Firebug 1.0 coming soon
>>
>>> I'll take that as a 'no' then?
>>
>> Yeah, unfortunately. We have to keep it private until he wants to
>> release it (which may be for money, it sounds).
>>
>> --John
>>
>> ___
>> jQuery mailing list
>> discuss@jquery.com
>> http://jquery.com/discuss/
>>
>>
>>
>> ___
>> jQuery mailing list
>> discuss@jquery.com
>> http://jquery.com/discuss/
>>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Rick Faircloth
Thanks for the explanation, Rey...

I've got another question for you about jQuery coding.

Do you see any reason why the following code wouldn't work?
I've been working with it, but the text just sits on the page
as if the Javascript is not active...

I'm trying to create dynamic
announcements that are pulled from a database by CF,
then the Title is displayed...on mouse click, the announcement
text would slide down and become visible...

Rick

Here's the code:

 JQuery code:

$(document).ready(function() {

$("div.ann").find("p.title").hide().end().find("p.text").click(functio
 n()
 {
  var answer = $(this).next();
  if (answer.is(':visible')) {
  answer.slideUp();
  } else {
  answer.slideDown();
  }
  });
 });

 HTML:

 

 
 This is my title.
 
 
 This is my text.
 

 






-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Rey Bango
Sent: Saturday, November 18, 2006 11:56 AM
To: jQuery Discussion.
Subject: Re: [jQuery] Firebug 1.0 coming soon

Hi Rick,

Firebug is a Firefox addon that dramatically helps your Javascript 
development efforts. It helps you debug the code, inspect DOM values and 
even view HTTP requests (critical for Ajax development). It has a ton 
more functionality and is something that every web developer should be 
using.

Even if the developer charged for it, I would buy it since its such a 
HUGE help in my development efforts.

Rey...

Rick Faircloth wrote:
> What is "Firebug" and is there a preview of what it does somewhere online?
> 
> Rick
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of John Resig
> Sent: Friday, November 17, 2006 11:59 PM
> To: jQuery Discussion.
> Subject: Re: [jQuery] Firebug 1.0 coming soon
> 
>> I'll take that as a 'no' then?
> 
> Yeah, unfortunately. We have to keep it private until he wants to
> release it (which may be for money, it sounds).
> 
> --John
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 

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



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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Rey Bango
Why would it suck? Because you'd have to pay for it?

Assuming he started charging for it, unless Joe made it monstrously 
expensive, the benefits that I'm sure we all derive from it is well 
worth the cost.

I spent like $40 on ServiceCapture from Kevin Langdon and its been a 
life saver. Well worth the money.

Rey...

Matt Stith wrote:
> Uh oh That would severely suck... like... alot...
> 
> On 11/18/06, *Erik Beeson* <[EMAIL PROTECTED] 
> > wrote:
> 
> The website seems to have that commercial product shine to it...
> 
> 
> On 11/17/06, *Matt Stith* <[EMAIL PROTECTED]
>  > wrote:
> 
> I hope you dont mean that we will have to pay for it? I read
> that wrong, right?
> 
> 
> On 11/17/06, *John Resig* < [EMAIL PROTECTED]
> > wrote:
> 
>>  I'll take that as a 'no' then?
> 
> Yeah, unfortunately. We have to keep it private until he
> wants to
> release it (which may be for money, it sounds).
> 
> --John
> 
> ___
> jQuery mailing list
> discuss@jquery.com 
> http://jquery.com/discuss/
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com 
> http://jquery.com/discuss/
> 
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com 
> http://jquery.com/discuss/
> 
> 
> 
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread jshedd
My experience with open source tells me that, most likely, had it been open 
sourced, it'd stil be stuck at 0.3b. 

Considering how much I rely on Firebug, I have no qualms paying for it. 


-Original Message-
From: Sam Collett <[EMAIL PROTECTED]>
Sent: Sat, November 18, 2006 3:38 am
To: jQuery Discussion. 
Subject: Re: [jQuery] Firebug 1.0 coming soon

On 18/11/06, John Resig <[EMAIL PROTECTED]> wrote:
> > I'll take that as a 'no' then?
>
> Yeah, unfortunately. We have to keep it private until he wants to
> release it (which may be for money, it sounds).
>
> --John

It is understandable why he wants to charge for it, but that will put
a lot of people off.
If Firebug was open source (as in other developers work with it via
SVN and it was hosted at somewhere like SourceForge) I am sure it
could have actually been like 1.0 will be but much earlier (and for
free).

I'll probably end up sticking with the current version when 1.0 comes
out as I think it is good enough for my needs now.

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


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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Rey Bango
Hi Rick,

Firebug is a Firefox addon that dramatically helps your Javascript 
development efforts. It helps you debug the code, inspect DOM values and 
even view HTTP requests (critical for Ajax development). It has a ton 
more functionality and is something that every web developer should be 
using.

Even if the developer charged for it, I would buy it since its such a 
HUGE help in my development efforts.

Rey...

Rick Faircloth wrote:
> What is "Firebug" and is there a preview of what it does somewhere online?
> 
> Rick
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of John Resig
> Sent: Friday, November 17, 2006 11:59 PM
> To: jQuery Discussion.
> Subject: Re: [jQuery] Firebug 1.0 coming soon
> 
>> I'll take that as a 'no' then?
> 
> Yeah, unfortunately. We have to keep it private until he wants to
> release it (which may be for money, it sounds).
> 
> --John
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Rick Faircloth
Ø  That would severely suck... like... alot...
 
I have to say, I’m not sure about the scope of the conversation here…but, if
this is only about not getting something of value for free, I have to say
that
perhaps we’ve become spoiled, thinking that we have a right to obtain things
of value at no cost to ourselves…and that others should sacrifice their
time,
effort, and capability to produce those things of value without
compensation…
 
Food for thought…
 
Rick
 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Stith
Sent: Saturday, November 18, 2006 12:43 AM
To: jQuery Discussion.
Subject: Re: [jQuery] Firebug 1.0 coming soon
 
Uh oh That would severely suck... like... alot...
On 11/18/06, Erik Beeson <[EMAIL PROTECTED]> wrote: 
The website seems to have that commercial product shine to it...
 
On 11/17/06, Matt Stith <[EMAIL PROTECTED] > wrote:
I hope you dont mean that we will have to pay for it? I read that wrong,
right? 
 
On 11/17/06, John Resig < <mailto:[EMAIL PROTECTED]>  [EMAIL PROTECTED] >
wrote:
> I'll take that as a 'no' then?

Yeah, unfortunately. We have to keep it private until he wants to 
release it (which may be for money, it sounds).

--John

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

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


 

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


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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Rick Faircloth
What is "Firebug" and is there a preview of what it does somewhere online?

Rick

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of John Resig
Sent: Friday, November 17, 2006 11:59 PM
To: jQuery Discussion.
Subject: Re: [jQuery] Firebug 1.0 coming soon

> I'll take that as a 'no' then?

Yeah, unfortunately. We have to keep it private until he wants to
release it (which may be for money, it sounds).

--John

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



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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-18 Thread Sam Collett
On 18/11/06, John Resig <[EMAIL PROTECTED]> wrote:
> > I'll take that as a 'no' then?
>
> Yeah, unfortunately. We have to keep it private until he wants to
> release it (which may be for money, it sounds).
>
> --John

It is understandable why he wants to charge for it, but that will put
a lot of people off.
If Firebug was open source (as in other developers work with it via
SVN and it was hosted at somewhere like SourceForge) I am sure it
could have actually been like 1.0 will be but much earlier (and for
free).

I'll probably end up sticking with the current version when 1.0 comes
out as I think it is good enough for my needs now.

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-17 Thread Matt Stith

Uh oh That would severely suck... like... alot...

On 11/18/06, Erik Beeson <[EMAIL PROTECTED]> wrote:


The website seems to have that commercial product shine to it...

On 11/17/06, Matt Stith <[EMAIL PROTECTED] > wrote:
>
> I hope you dont mean that we will have to pay for it? I read that wrong,
> right?
>
> On 11/17/06, John Resig < [EMAIL PROTECTED] > wrote:
> >
> > > I'll take that as a 'no' then?
> >
> > Yeah, unfortunately. We have to keep it private until he wants to
> > release it (which may be for money, it sounds).
> >
> > --John
> >
> > ___
> > jQuery mailing list
> > discuss@jquery.com
> > http://jquery.com/discuss/
> >
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>
>

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



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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-17 Thread Erik Beeson

The website seems to have that commercial product shine to it...

On 11/17/06, Matt Stith <[EMAIL PROTECTED]> wrote:


I hope you dont mean that we will have to pay for it? I read that wrong,
right?

On 11/17/06, John Resig <[EMAIL PROTECTED] > wrote:
>
> > I'll take that as a 'no' then?
>
> Yeah, unfortunately. We have to keep it private until he wants to
> release it (which may be for money, it sounds).
>
> --John
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>


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



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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-17 Thread Matt Stith

I hope you dont mean that we will have to pay for it? I read that wrong,
right?

On 11/17/06, John Resig <[EMAIL PROTECTED]> wrote:


> I'll take that as a 'no' then?

Yeah, unfortunately. We have to keep it private until he wants to
release it (which may be for money, it sounds).

--John

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

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-17 Thread John Resig
> I'll take that as a 'no' then?

Yeah, unfortunately. We have to keep it private until he wants to
release it (which may be for money, it sounds).

--John

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-17 Thread Matt Stith

I'll take that as a 'no' then?

On 11/16/06, John Resig <[EMAIL PROTECTED]> wrote:


> Nowhere yet, im pretty sure the beta is closed. Which makes me a sad sad
> robot. I mean person.

I'm using the Beta now - and it is incredibly hot. The UI has been
polished up considerably, not to mention all the new features that
exist. Thumbs up!

--John

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

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-16 Thread Matt Stith

We wont tell! We promise!

On 11/16/06, Aaron Heimlich <[EMAIL PROTECTED]> wrote:


On 11/16/06, Matt Stith <[EMAIL PROTECTED]> wrote:
>
> Any way you could send the beta to all the loyal jQuery fans? :D


/stops drooling long enough to speak...

I second that!

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



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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-16 Thread Aaron Heimlich

On 11/16/06, Matt Stith <[EMAIL PROTECTED]> wrote:


Any way you could send the beta to all the loyal jQuery fans? :D



/stops drooling long enough to speak...

I second that!
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Firebug 1.0 coming soon

2006-11-16 Thread Matt Stith

:O Me want! Whaaa!!



Any way you could send the beta to all the loyal jQuery fans? :D

On 11/16/06, John Resig <[EMAIL PROTECTED]> wrote:


> Nowhere yet, im pretty sure the beta is closed. Which makes me a sad sad
> robot. I mean person.

I'm using the Beta now - and it is incredibly hot. The UI has been
polished up considerably, not to mention all the new features that
exist. Thumbs up!

--John

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

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-16 Thread John Resig
> Nowhere yet, im pretty sure the beta is closed. Which makes me a sad sad
> robot. I mean person.

I'm using the Beta now - and it is incredibly hot. The UI has been
polished up considerably, not to mention all the new features that
exist. Thumbs up!

--John

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-16 Thread Matt Stith

Nowhere yet, im pretty sure the beta is closed. Which makes me a sad sad
robot. I mean person.

On 11/16/06, Linan Wang <[EMAIL PROTECTED]> wrote:


The only problem for me is:
WHERE to get it?

On 11/17/06, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> Sam Sherlock schrieb:
> > I am still finding new and useful features of the current version
>
> I couldn't live (work) without it. Looks like version 1.0 is going to
> ROCK! I heard some rumours that it does...
>
>
> -- Klaus
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>



--
Best regards

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



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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-16 Thread Linan Wang

The only problem for me is:
WHERE to get it?

On 11/17/06, Klaus Hartl <[EMAIL PROTECTED]> wrote:


Sam Sherlock schrieb:
> I am still finding new and useful features of the current version

I couldn't live (work) without it. Looks like version 1.0 is going to
ROCK! I heard some rumours that it does...


-- Klaus

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





--
Best regards

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-16 Thread Klaus Hartl
Sam Sherlock schrieb:
> I am still finding new and useful features of the current version

I couldn't live (work) without it. Looks like version 1.0 is going to 
ROCK! I heard some rumours that it does...


-- Klaus

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-16 Thread Sam Sherlock

I am still finding new and useful features of the current version

On 16/11/06, Chris W. Parker <[EMAIL PROTECTED]> wrote:


On Thursday, November 16, 2006 3:11 PM Franck Marcia <> said:

> Did you miss it? http://www.getfirebug.com
>
> (it's not an ad, I'm just a fan)

That looks like it's going to be sweet.

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

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


Re: [jQuery] Firebug 1.0 coming soon

2006-11-16 Thread Chris W. Parker
On Thursday, November 16, 2006 3:11 PM Franck Marcia <> said:

> Did you miss it? http://www.getfirebug.com
> 
> (it's not an ad, I'm just a fan)

That looks like it's going to be sweet.

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