[jQuery] Re: HELP: Screening questions for JavaScript developer candidates:

2008-12-30 Thread Angel Marquez
See, that is the kind of feedback I was interested in. I sell my self short and thought I saw some inconsistencies and discrepancies; but, was unsure. I appreciate everyones feedback. Thank you, Angel

[jQuery] Re: HELP: Screening questions for JavaScript developer candidates:

2008-12-29 Thread Angel Marquez
enclosures"? > > No, I can't. Can you? What the heck is a "JavaScript enclosure"? > > -Mike > > p.s. Is there anything to do with jQuery here? > > ------ > *From:* jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] *On >

[jQuery] Re: HELP: Screening questions for JavaScript developer candidates:

2008-12-29 Thread Angel Marquez
/ > > 5. block / inline > > 6. > assume allLayer is array of layer1 and layer2 > YAHOO.util.Dom.setStyle(allLayer, "opacity", 66%); > YAHOO.util.Dom.setStyle(allLayer[0], "backgroundColor", "#000"); > > > > > On Dec 29, 7:47 pm, &quo

[jQuery] HELP: Screening questions for JavaScript developer candidates:

2008-12-29 Thread Angel Marquez
*(required) Q: *Describe the difference in result of the JavaScript DOM methods getElementById and getElementsByClassName. *2. (required) *Given this JavaScript statement: * ** objXHR.open('GET',**' HYPERLINK "http://"; http://myURL.com',true** );** * a.* Q:* What, probably, is the t

[jQuery] Re: How to gzip a javascript file | I am not able to find.

2008-10-19 Thread Angel Marquez
http://www.ee.surrey.ac.uk/Teaching/Unix/unix6.html download cygwin. http://www.cygwin.com/ On Sat, Oct 18, 2008 at 11:42 AM, Sridhar Kuppalli < [EMAIL PROTECTED]> wrote: > Hi All, > > I am a PHP programmer. > I dont have access to the htdocs or apache of my web hosting. > > *Can we gzip JS and

[jQuery] web mashups

2008-08-19 Thread Angel Marquez
could you recommend any good ones?

[jQuery] I need

2008-07-03 Thread Angel Marquez
I need a component/widget that works as follows: 1. Collapsible/Expandable 2. When Expanded a tabbed list appears. 3. Upon mouse entry into the tab list the div content is revealed. 4. Upon mouse leave from the tab list the div content disappears. 5. Div content is a list of forms that open in a l

[jQuery] lightbox with form

2008-06-19 Thread Angel Marquez
Anyone know of a j.box? http://particletree.com/features/lightbox-gone-wild/ I need to place a link that triggers a lightbox that holds a form. Any ideas, people? Thank you in advance. -A

[jQuery] Re: corners plugin works in IE but fails in Firefox

2008-05-28 Thread Angel Marquez
yes, I saw this example... I'm new to JQ and wasn't sure on how to remove the parameter from the tag and feed it from the class. wait..maybe I just answered my own question... THE CHAIN!

[jQuery] Re: corners plugin works in IE but fails in Firefox

2008-05-28 Thread Angel Marquez
ALSO when I use the corners plugin and try to re-use the div the effect only applies to the first div in the chain. Any Idea on how to apply the rounded corners to multiple div's of the same id or class? best, a On Wed, May 28, 2008 at 10:15 AM, JP <[EMAIL PROTECTED]> wrote: > > Can somebody h

[jQuery] Re: navigation driven collapsible/accordion system

2008-05-14 Thread Angel Marquez
te/demo/multipart/ > > That uses the accordion plugin for the navigation (not exactly what > its supposed to do) and validates each page using the validation > plugin. > > Jörn > > On Wed, May 14, 2008 at 9:34 PM, Angel Marquez <[EMAIL PROTECTED]> > wrote: > >

[jQuery] Re: navigation driven collapsible/accordion system

2008-05-14 Thread Angel Marquez
send me a zip of the source files for the accordion nav combo and I'll do a remote music project with ya... what do you say? http://www.angelrobertmarquez.com

[jQuery] navigation driven collapsible/accordion system

2008-05-14 Thread Angel Marquez
I am trying to create a progressive form interface. So, say I have a 1, 2, 3 process and withing the panel I need to a have a next and previous button/link that will navigate the user from panel to panel...final panel is a submit button.. any reference(s) would be fantastic! thank you!