[jQuery] internship with a programmer - wanna work for free to learn

2008-07-10 Thread joomlafreak
Hi I am trying to find some one to be my mentor and teach me programming as I work. I am a novice and dont have a formal education in programming but I do have some skills. I am actively reading these days but that leaves a void in learning. I am in new orleans right now. I am not sure how much

[jQuery] Re: internship with a programmer - wanna work for free to learn

2008-07-10 Thread joomlafreak
fields tend to be heavily research based and technically intense by means of hardware / software experience. Cheers, -Jonathan On Thu, Jul 10, 2008 at 1:34 PM, joomlafreak [EMAIL PROTECTED] wrote: Hi I am trying to find some one to be my mentor and teach me programming as I work. I am

[jQuery] getAttribute is not a function error

2008-05-24 Thread joomlafreak
I am getting this error and and logically I do not understand why should it be (ofcourse my logic is wrong somewhere). I have a php file(php5) that has code to parse XML DOM and it has a line where I use element-item(0)-getAttribute(src); it works fine, the echoed content has the code

[jQuery] JSON generated by php not parsed in IE

2008-05-02 Thread joomlafreak
Hi I am going crazy on this. This is first time I tried to use JSON for the data I need and I have a php function that generates the data. While FF etc are showing the output the IE fails to go beyond the $.each to iterate over the JSON array. this is the data generated by PHP function

[jQuery] query string encrypt/decrypt plugin????

2008-04-21 Thread joomlafreak
Hi I have been looking for code that can let me encrypt the query string created for an ajax call to a php script. The way I have been using the $.ajax, my params in query string are readily available to everyone to modify and play with. I do understand that this method may not be an absolute

[jQuery] Does jquery1.2 support easing plugin 1.1.1

2007-09-15 Thread joomlafreak
I use easing plugin in many places but it seems the version 1.2 of jQuery does not support this plugin. Does anybody know how to get around this. thanks JoomlaProdigy

[jQuery] Re: Does jquery1.2 support easing plugin 1.1.1

2007-09-15 Thread joomlafreak
tests, for example:http://dev.jquery.com/~john/ticket/fx-rewrite2/ --John On 9/15/07, joomlafreak [EMAIL PROTECTED] wrote: I use easing plugin in many places but it seems the version 1.2 of jQuery does not support this plugin. Does anybody know how to get around this. thanks

[jQuery] Digg Moves to jQuery's JavaScript Library

2007-06-23 Thread joomlafreak
Saw it on Ajax Magazine Posted by Hatem on June 23, 2007 9:04 AM One more addition to big sites switching to my love jQuery. Congratulations jQuery community and to the dev team especially. We all owe you a lot for your hard work.

[jQuery] Re: Jquery based Ajax Rss Reader

2007-06-15 Thread joomlafreak
do that. On Jun 13, 11:13 am, Benjamin Sterling [EMAIL PROTECTED] wrote: No suggestions off hand, but it is looking tight. On 6/13/07, joomlafreak [EMAIL PROTECTED] wrote: I love jQuery and I love jQuery and... http://feed.joomlaprodigy.com/ I had surgery last week for appendicitis

[jQuery] Simple Question about ajax request timeout

2007-06-15 Thread joomlafreak
Many times the ajax request gets timeout and the show/hide or slideup/ down function gets stalled. Even the next succcessful ajax call does not update the element. I wonder how can I set up some global callback / local callback function so that those element which should have been updated are

[jQuery] Re: Simple Question about ajax request timeout

2007-06-15 Thread joomlafreak
({ error: function() { // ... } }); --rob On 6/15/07, joomlafreak [EMAIL PROTECTED] wrote: Many times the ajax request gets timeout and the show/hide or slideup/ down function gets stalled. Even the next succcessful ajax call does not update the element. I wonder how can I

[jQuery] Jquery based Ajax Rss Reader

2007-06-13 Thread joomlafreak
I love jQuery and I love jQuery and... http://feed.joomlaprodigy.com/ I had surgery last week for appendicitis and while recovering in bed I made this feed reader,viewer or whatever you call it. I use Joomla on my site and this is based over Joomla. The rss feeds are imported in database with

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-04 Thread joomlafreak
beforeSubmit? I hope you would reply to this rather mundane question for you. Thanks again On Jun 4, 3:32 am, Bil Corry [EMAIL PROTECTED] wrote: joomlafreak wrote on 6/3/2007 8:20 PM: I don't know if it should be utf-8 or something anywhere in this. I read on this thread or some other thread

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-04 Thread joomlafreak
ok I read bout it and found it. It has to included in the php file I am calling. Will test it now. thanks a lot On Jun 4, 11:03 am, joomlafreak [EMAIL PROTECTED] wrote: hi thanks for the this more elaborate explanation. I still have one question though. Where do I specify my charset so make

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-03 Thread joomlafreak
I am also frustrated with this issue and have been reading on internet every bit I can make sense of but still have no clue on how to solve this, I have problem with Norwegian language. I am using $.get to get content from database processed by a php file nsdb.php. This file takes out the html

[jQuery] How to manipulate background position

2007-05-29 Thread joomlafreak
I have tried many ways but it seems this is not possible. The css function does not allow me to use two values for background position with a space between the values and gives an error that ) is missing when I use this css(background-position,0 50%). Even if I use this

[jQuery] Re: Getting two animations together on an element

2007-05-26 Thread joomlafreak
it is happening opposite of what I want to do. On May 26, 2:43 am, Erik Beeson [EMAIL PROTECTED] wrote: How about: $(#transbox).animate({height:0,opacity:0.1},1000); --Erik On 5/25/07, joomlafreak [EMAIL PROTECTED] wrote: Most of the time I want to have two animations after one aother

[jQuery] Getting two animations together on an element

2007-05-25 Thread joomlafreak
Most of the time I want to have two animations after one aother and I can fet it by using call back. But for something I am writing I want two animation namely height and opacity occurring together on an element to create a curtain like effect but whatever I tried it seems one animation completes

[jQuery] RssFeed Reader with simpleie and jquery,innerfade and easing plugin

2007-05-22 Thread joomlafreak
http://www.joomlaprodigy.com/test/index.php?option=com_contenttask=sectionid=1Itemid=2 I made this rssfee reader with jquery and simplepie rss parser. Though still a little buggy in Opera. I would very much appreciate any suggestions to improve it.

[jQuery] Re: jquery.us

2007-05-19 Thread joomlafreak
Done dna done! On May 19, 11:22 am, jazzle [EMAIL PROTECTED] wrote: done++; // or done += 1; John Resig wrote: Well, that's just weird; definitely trying to make $ with adwords. This is the type of thing that you can ban a site for. Here's what everyone can do: 1) Go to the site

[jQuery] news scroller example with innerfade and easing plugin

2007-05-17 Thread joomlafreak
I thought I would share a news scroller like module I developed using innerfade and easing plugins here. this is how made some changes in innerfade plugin $.innerfade.next = function (elements, settings, current, last) { if ( settings.animationtype == 'slide' ) {

[jQuery] Re: simple div with scrollbar plugin

2007-05-17 Thread joomlafreak
Do you expect that plugin to only create scrollable divs??? On May 17, 4:34 pm, Tom Shafer [EMAIL PROTECTED] wrote: I am in need of a simple div with scrollbar plugisn. I am not quite sure how to write one. Is there one out there? Thanks

[jQuery] mouse flicker when animation is taking place in IE

2007-05-17 Thread joomlafreak
I have a very simple question. Whenever fading out, fading in, slidedown, slideup etc animations occur (for me on my notebook), the IE shows flickering of mouse over the screen as if it is downloading something. Thats does not happen in FF. I wonder why does this happen. Im sure it is not a bug

[jQuery] Re: what is the license of this beautiful plugin innerfade

2007-05-16 Thread joomlafreak
Thanks Sean! On May 16, 7:02 pm, Sean Catchpole [EMAIL PROTECTED] wrote: If there is no license, then it's probably safe to assume opensource, like MIT style. ~Sean

[jQuery] Re: NEWS: Wordpress 2.2 Switches to jQuery

2007-05-16 Thread joomlafreak
Jquery is making its presence felt everywhere On May 16, 10:05 pm, Rey Bango [EMAIL PROTECTED] wrote: You can read the details here: http://ajax.phpmagazine.net/2007/05/wordpress_22_released_and_swit.html Rey... -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c)

[jQuery] Re: How to use easing plugin equation in innerfade plugin

2007-05-16 Thread joomlafreak
got it! On May 16, 10:37 pm, joomlafreak [EMAIL PROTECTED] wrote: I have been trying hard for some time now to use the equations of a href=http://gsgd.co.uk/sandbox/jquery.easing.php;easing plugin/a in innerfade plugin. I included the easing plugin JS in page. This is the innerfade

[jQuery] Delay mouseover trigger - how?

2007-05-10 Thread joomlafreak
Mouseover is a very sensitive trigger and if a page/section has many triggers for mouseover they all inevitably register the event on mouseover and kill the show. I want to achieve a way of triggering the mouseover event only if the mouseover happens for a little longer and cancel the event

[jQuery] Re: Delay mouseover trigger - how?

2007-05-10 Thread joomlafreak
Thank you vey much. that exactly I intend to have :) On May 10, 8:29 am, spinnach [EMAIL PROTECTED] wrote: there is a plugin that does exactly what you need, hoverintent..http://cherne.net/brian/resources/jquery.hoverIntent.html dennis. joomlafreak wrote: Mouseover is a very sensitive

[jQuery] Re: create new element in DOM

2007-05-08 Thread joomlafreak
That's simple html. On May 8, 12:58 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: What data is being sent to the html function? On May 7, 5:13 pm, joomlafreak [EMAIL PROTECTED] wrote: I thought it is simple but why am I not able to achieve it, I don't understand, this is what I am

[jQuery] Re: New plugin: simple character counter for textareas

2007-05-08 Thread joomlafreak
sweet little gadget! Joomlafreak On May 8, 1:00 pm, Chris W. Parker [EMAIL PROTECTED] wrote: On Tuesday, May 08, 2007 8:48 AM [EMAIL PROTECTED] said: I've just released the first version of a simple plugin to add character counters/limiters to textarea elements. The demo and code can

[jQuery] Can I use css to set background image dynamically

2007-05-08 Thread joomlafreak
I am trying to use css(background-image,image) but it does not set the image as background. What am I doing wrong. here is the code. function changeit(imgnum){ $(.story).each(function(i){ var item = $(.story).eq(i); var image = $(.fullst).eq(i).html(); if ( item != ) {

[jQuery] Re: Can I use css to set background image dynamically

2007-05-08 Thread joomlafreak
On 5/9/07, joomlafreak [EMAIL PROTECTED] wrote: I am trying to use css(background-image,image) but it does not set the image as background. What am I doing wrong. here is the code. function changeit(imgnum){ $(.story).each(function(i){ var item = $(.story).eq(i); var

[jQuery] Re: Can I use css to set background image dynamically

2007-05-08 Thread joomlafreak
like 'url(path/to/image.jpg)' --Karl _ Karl Swedbergwww.englishrules.comwww.learningjquery.com On May 8, 2007, at 6:29 PM, joomlafreak wrote: It is url of image relative to this file. Pls see this url http://www.joomlaprodigy.com/test/jquery/mod_contentsliderjp.php

[jQuery] Re: Can I use css to set background image dynamically

2007-05-08 Thread joomlafreak
. Have a good night. On May 8, 8:07 pm, Karl Swedberg [EMAIL PROTECTED] wrote: heh. I only mentioned it because it happened to me recently, too. ;-) --Karl _ Karl Swedbergwww.englishrules.comwww.learningjquery.com On May 8, 2007, at 7:59 PM, joomlafreak wrote: Got

[jQuery] Re: image replacement

2007-05-07 Thread joomlafreak
I am sorry but I found your code little complicated. Anyways I can suggest something like this $('a').each( function() { ok = $(this); href = ok.attr('rel')||''; ok.bind('click', function(){ isImage =

[jQuery] Re: image replacement

2007-05-07 Thread joomlafreak
Sorry I think this line isImage = $(.preview).size(); should be like this isImage = $(.preview/img).size(); joomlafreak wrote: I am sorry but I found your code little complicated. Anyways I can suggest something like this $('a').each( function() { ok

[jQuery] create new element in DOM

2007-05-07 Thread joomlafreak
I thought it is simple but why am I not able to achieve it, I don't understand, this is what I am doing var isidThere = $(#tabcnt+fileid_id); if (isidThere.size() != 1){ $.get(files/+fileid+.php,function(data){

[jQuery] Re: image replacement

2007-05-06 Thread joomlafreak
On May 6, 12:38 am, Equand [EMAIL PROTECTED] wrote: hi all, i'm a newbie in javascript and jquery also. could you please help i'm trying to write a function to do onclick of a div called img to change img in div called 'preview' how do i make it replace with an image which is taken from a

[jQuery] load image by ajax..how?

2007-04-28 Thread joomlafreak
I need for one application relatively big size background images which change every few seconds. I was wondering if it is possible to load the images one by one using ajax and then set some clause to use it from the DOM after it is loaded for the cycle and not loading it from the server. The

[jQuery] Re: load image by ajax..how?

2007-04-28 Thread joomlafreak
Thanks for your reply. I figured it out from the post. thanks again On Apr 28, 11:37 am, Dave Cardwell [EMAIL PROTECTED] wrote: joomlafreak wrote: I need for one application relatively big size background images which change every few seconds. I was wondering if it is possible to load

[jQuery] Repeated quick clicks mess up my code..please help

2007-04-28 Thread joomlafreak
I used the code posted by Mr. Sean on this group and a working example is at this url http://www.levelfield.com/ticker.html. Thanks Sean and all who helped him develop further. I added few lines to this code to make something like Yahoo movie home page module. It works nicely but I have noticed

[jQuery] Re: Repeated quick clicks mess up my code..please help

2007-04-28 Thread joomlafreak
Here is link to the live page where I am using this code. See how it behaves on repeated clicks http://www.joomlaprodigy.com/test/index.php?option=com_weblinksItemid=23 On Apr 28, 8:58 pm, joomlafreak [EMAIL PROTECTED] wrote: jQuery.noConflict() var ppdelay = ?php echo $ppdelay; ?; var

[jQuery] Does addClass overwrite property

2007-04-27 Thread joomlafreak
I have a very basic question. If I use addClass, will it overwrite a css property. Say for example I use $(.div1).click(funtion(){ $(this).addClass(div_active) }); The div1 had css property background-color set to white and in the class div_active background property is black. Will the

[jQuery] Re: Does addClass overwrite property

2007-04-27 Thread joomlafreak
You were on dot Sir, Thanks I changed the order and t works as I dream. Thanks again Have a nice day. People like you inspire everyone to help others. On Apr 27, 3:11 am, Dave Cardwell [EMAIL PROTECTED] wrote: joomlafreak wrote: I have a very basic question. If I use addClass

[jQuery] Re: Pause Plugin- why it does not work for me

2007-04-26 Thread joomlafreak
interpretation though). Also, it appears that type is an optional parameter that you specify (it defaults to fx if you don't) that you can use for identification if you want to unpause stuff. James On Apr 26, 4:21 pm, joomlafreak [EMAIL PROTECTED] wrote: I am trying to use the pause plugin by Mr

[jQuery] question about DOM manipulation

2007-04-22 Thread joomlafreak
I have a problem or say a question that often bother me. Say I use a function to animate certain elements with default parameters. At some point I inject some parameter values other than default. Now what happens is that the animations gets added to the one started before on the same elements by

[jQuery] Re: question about DOM manipulation

2007-04-22 Thread joomlafreak
seemed fine... On Apr 22, 8:14 pm, joomlafreak [EMAIL PROTECTED] wrote: I have a problem or say a question that often bother me. Say I use a function to animate certain elements with default parameters. At some point I inject some parameter values other than default. Now what happens

[jQuery] Re: question about DOM manipulation

2007-04-22 Thread joomlafreak
could try a different plugin to achieve the same effect and see if that works... On Apr 22, 8:45 pm, joomlafreak [EMAIL PROTECTED] wrote: Hi the tabs numbered as tab1,tab2 have numbers at the bottom like 1,2,3,4 . If you click on these numbers it loads the content by different

[jQuery] What is wrong with this code

2007-04-20 Thread joomlafreak
Hi this is what I have jQuery.get(item_link,function(item_content){ var new_content = jQuery(item_content).filter(#contentpane .contentpane p).eq(0); jQuery(#myContent).html(new_content).slideDown(slow); }); What I imagine this code should be doing is extract the first

[jQuery] Re: What is wrong with this code

2007-04-20 Thread joomlafreak
Thanks for the reply Brian, I tried your way but didn work. I looked at the docs again and it says it should be like this jQuery(item_content).filter(#contentpane .contentpane p, :first); But unfortunately this also did not work. As for th cloning of node, Well I am novice to javascript and

[jQuery] Re: What is wrong with this code

2007-04-20 Thread joomlafreak
Thats what I am trying to do, filter our everything other then the first paragraph from the results I get through jQuery.get... I tried your code Sean but it too did not help. I am just wondering now what is the code if I want to select/extract first paragraph from the ajax get function and

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-19 Thread joomlafreak
HI I just added '/' as path and it worked for me. I hope that helps @Klaus Please convey my thanks to Jake for the prompt reply. :) Joomlafreak On Apr 18, 4:06 pm, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: I read the docs long ago, I've had to clean the cookies programmatically several times

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-17 Thread joomlafreak
Problem solved by setting the path. thanks a lot joomlafreak On Apr 18, 12:24 am, joomlafreak [EMAIL PROTECTED] wrote: Hi Klaus Thanks for your prompt reply as always. You are correct, I am just using name and value because I am not using joomlaprodigy.com but onlywww.joomlaprodigy.com