[jQuery] IE6 png hack bug

2007-07-18 Thread Kush Murod
Hi guys, Some of us having difficulty figuring out as to why when applying ie6png hack onto a link, it doesn't appear as link anymore Can anyone help us out, here is an example www.uzhana.com - contact us link Cheers, --Kush

[jQuery] Re: Google subscription

2007-05-24 Thread Kush Murod
Thanks Benjamin, it worked For those of you who already use Gmail, you can forward all incoming mail to your desired email address too (see Settings)

[jQuery] Re: Google subscription

2007-05-24 Thread Kush Murod
The point is I *DON'T* want to use google account for this purpose Benjamin Sterling wrote, On 5/24/2007 10:43 PM: Go to https://www.google.com/accounts/NewAccount and register your email address, then you will be able to join. On 5/24/07, Bil Corry <[EMAIL PROTECTED]> wrote:

[jQuery] Interface update question

2007-05-24 Thread Kush Murod
Hi guys, Anyone knows what's happening with Interface library updates They haven't been updated for long time, imageBox to be specific Or do any of you know other similar plugin Cheers, --Kush

[jQuery] Google subscription

2007-05-23 Thread Kush Murod
Hi guys, I want to subscribe to this mailing using different account other then gmail. So when I go to Google it seems to force me use gmail account ONLY Is it true or am I getting it wrong --Kush

[jQuery] Re: jQuery PNG Fix

2007-05-21 Thread Kush Murod
Hi Devin, Good to hear, and thank you all for your help and support :) --Kush Devin Torres wrote, On 5/21/2007 10:15 PM: Kush, Go ahead and add Study Breaks Magazine (http://studybreaks.com/) to your site's using this plugin list. :-) It seems my original question spurred everyone into a fren

[jQuery] Re: jQuery PNG Fix

2007-05-20 Thread Kush Murod
Hi guys, I've updated the plugin: * renamed it to pngfix(); * added new function to reset applied hack pngunfix(); http://khurshid.com/jquery/iepnghack/ Your feedback is appreciated --Kush Jörn Zaefferer wrote, On 5/19/2007 9:24 PM: Devin wrote: This is a jQuery plugin I created to a

[jQuery] regular expression question

2007-05-20 Thread Kush Murod
Hi guys, I have a regular expression question Code below returns full image path if image is png: -- var image = $$.css('backgroundImage'); if (image.match(/^url\(["'](.*\.png)["']\)$/i)) { image = RegExp.$1; } -- If I have filter for example: var filter = "progid:DXImageTransform.Mic

[jQuery] Re: IE lt 6 png hack

2007-05-04 Thread Kush Murod
Hi Jörn, Thanks so much for the feedback and directions, your plugin made this plugin much better :) I took the idea from your plugin where you detect ping background images set in css and apply the hack, that is great I'll add more examples when I get some time http://www.khurshid.com/jque

[jQuery] Re: Suggestion on authentication form

2007-05-03 Thread Kush Murod
-- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay -- Kush Murod, Web applications developer Sensory Networks [E] [EMAIL PROTECTED] [W] www.sensorynetworks.com [T] +61 2 8302 2745 [F] +61 2 9475 03

[jQuery] Re: IE lt 6 png hack

2007-05-03 Thread Kush Murod
Thanks, I'll be maintaining it as I get feedbacks --Kush [EMAIL PROTECTED] wrote: > Nice. > > Having gone through the same process of looking this up several times > over the past few months, this is a welcome solution. > > * > > > >> http://khurshid.com/jquery/iepnghack/ >> > > > > >

[jQuery] Re: Bug in jQuery implementation of EXT, works with other libraries.

2007-05-03 Thread Kush Murod
Sam, Don't know where you are getting numbers from but Core JQuery is ONLY 60kb (uncompressed) Common plugin such as 'form' 31kb (uncompressed) Even combined size is nowhere 100kb, size drops once you compress js --Kush

[jQuery] IE lt 6 png hack

2007-05-03 Thread Kush Murod
Hi guys, Every time I had to use png image in IE lt 6 I had to look up old emails. So I decided to put together initial documentation, example and plugin for everybody to use, including for myself. So together we could make it even better, your feedback is appreciated. http://khurshid.com/jqu

[jQuery] Re: BlockUI - IE block() offset problem, calculated incorrectly maybe?

2007-04-30 Thread Kush Murod
Mike On 4/30/07, Kush Murod <[EMAIL PROTECTED]> wrote: I meant it is blocked in IE but not in FF -Kush Mike Alsup wrote: Kush, The opacity increases if you call block over and over without calling unblock. That is not new. That doesn't happen in my demo because I call unbloc

[jQuery] Re: BlockUI - IE block() offset problem, calculated incorrectly maybe?

2007-04-30 Thread Kush Murod
Sorry I meant to say border is also blocked in IE but not in FF Kush Murod wrote: I meant it is blocked in IE but not in FF -Kush Mike Alsup wrote: Kush, The opacity increases if you call block over and over without calling unblock. That is not new. That doesn't happen in my

[jQuery] Re: BlockUI - IE block() offset problem, calculated incorrectly maybe?

2007-04-30 Thread Kush Murod
I meant it is blocked in IE but not in FF -Kush Mike Alsup wrote: > Kush, > > The opacity increases if you call block over and over without calling > unblock. That is not new. That doesn't happen in my demo because I > call unblock before calling block. > > Yes, I noticed that the border is also

[jQuery] Re: BlockUI - IE block() offset problem, calculated incorrectly maybe?

2007-04-29 Thread Kush Murod
s.parentNode).css("borderLeftWidth"))'); Mike On 4/29/07, Kush Murod <[EMAIL PROTECTED]> wrote: > > Hi, > > I've found that if your target element has border set and you block() > it, in IE it looks weird > Possible bug, below demo page > ht

[jQuery] BlockUI - IE block() offset problem, calculated incorrectly maybe?

2007-04-29 Thread Kush Murod
Hi, I've found that if your target element has border set and you block() it, in IE it looks weird Possible bug, below demo page http://khurshid.com/jquery/sandbox/blockUI/ Cheers, --Kush P.S. @Mike Alsup - great plugin and code is clean, well documented, great to have you here

[jQuery] BlockUI stops anchors from appearing in the url

2007-04-22 Thread Kush Murod
Hi, I wanted to pass anchors to url so they would be bookmarkable just like tabs plugin. For some reason bookmark never gets passed to url. Then after some time I've uncommented ajaxStart and ajaxStop like so $().ajaxStart($.blockUI).ajaxStop($.unblockUI); Only after this my bookmark values

[jQuery] how to unbind hover function

2007-04-20 Thread Kush Murod
Hi, I know that you can unbind events of elements $('ele').unbind(); Questions is how do you unbind hover function attached to element $('ele').hover(... Cheers, --Kush

[jQuery] Re: Form + BlockUI plugin

2007-04-19 Thread Kush Murod
I'll upload a sample as quick as possible --Do you have a sample page?

[jQuery] Re: Form + BlockUI plugin

2007-04-19 Thread Kush Murod
Hi Mike, my form has got only type=file elements so I just did a test and discovered that as long as I have type=file elements in my form it doesn't work properly my guess is something goes wrong when when inserting form that has got type=file into blockUI maybe a bug? --Kush

[jQuery] Re: Form + BlockUI plugin

2007-04-19 Thread Kush Murod
form is implicitly removed from the DOM and then reinserted in a different position. Try binding the form after you block. Maybe something like: $.blockUI(form); $(form).ajaxForm(options); Mike On 4/19/07, Kush Murod <[EMAIL PROTECTED]> wrote: Hi guys, I am placing a form into blockUI l

[jQuery] Re: Form + BlockUI plugin

2007-04-19 Thread Kush Murod
Also note when use xxx.block(form) form submits ok Kush Murod wrote: I am placing a form into blockUI like so $.blockUI(form) and then attaching form plugin like so .ajaxForm(options); Form pluging works perfect as long as it is not used with BlockUI, but as soon as you insert it into

[jQuery] Form + BlockUI plugin

2007-04-19 Thread Kush Murod
Hi guys, I am placing a form into blockUI like so $.blockUI(form) and then attaching form plugin like so .ajaxForm(options); Form pluging works perfect as long as it is not used with BlockUI, but as soon as you insert it into BlockUI submit does not really work --Kush

[jQuery] Re: BlockUI plugin: message not centered once width or padding is given

2007-04-18 Thread Kush Murod
Hey Mike, you rock dude, :) You need to manage the margins yourself, the plugin doesn't do it for you. Try this: $.blockUI({ width:'450px;', marginLeft:'-250px'});

[jQuery] BlockUI plugin: message not centered once width or padding is given

2007-04-18 Thread Kush Murod
Hi guys, I have a problem where if I specify message box css like so |$.blockUI({ padding:'50px'}); OR $.blockUI({ width:'450px'}); | your message box is not centered anymore, but more to the right and bottom Has anyone encountered problem like this one --Cheers, Kush

[jQuery] Re: jQuery Powered Sites - More Sites Added.

2007-04-11 Thread Kush Murod
Found pretty big one :) http://www.bbcgoodfood.com/

[jQuery] can you do this with JQuery

2007-04-11 Thread Kush Murod
Hi, Is there a JQuery plugin that can accomplish this sort of behavior http://luddep.se/new/ --Kush

[jQuery] Interface updates

2007-04-11 Thread Kush Murod
Hi, Just wondering as to when Interface updates/fixes are going to be released. I do release guys could be very busy, but little heads up would be appreciated. --Kush

[jQuery] Web 2.0 is vulnerable to attack

2007-04-02 Thread Kush Murod
Hi guys, Article below says all big JS Libraries are vulnerable including JQuery I didn't quite understand the article, but was hoping for some feedback on it http://www.cbronline.com/article_news.asp?guid=484BC88B-630F-4E74-94E9-8D89DD0E6606 Cheers, -- Kush Murod, Web applica

[jQuery] Re: Trick to pass input file

2007-04-02 Thread Kush Murod
well looks like next plugin improvement for form plugin, hey Mike Alsup :) macm wrote: Hi I am trying upload without refresh so I tried http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/ Works like a charm but: Browser Peculiarities

[jQuery] Re: Form plugin: file upload question

2007-04-02 Thread Kush Murod
Thanks Mike, I still had old form script included down below, my bad :) Mike Alsup wrote: In other words I can't see any file being uploaded. I'll post an example if needed, let me know. It's up to you to mange the uploaded files in your php script. If you don't move them with move_uploade

[jQuery] Re: Interface imageBox IE case

2007-04-02 Thread Kush Murod
s (i think its something like that anyway). There's a bug ticket for it already but it's a tricky one. You just have to rename your divs for now until some of that nice variable scoping is introduced. Something like #wrapper might be better. Take it easy, Rob Kush Murod wr

[jQuery] Form plugin: file upload question

2007-04-02 Thread Kush Murod
Hi, Question: This new feature of form plugin file upload form Mike Alsup, is it supposed to actually perform file uploads? If yes isn't supposed to upload any file into server? When I look at my php script I can't see any file uploads. In other words I can't see any file being uploaded. I'

[jQuery] interface imagebox overlay is not complete in FF

2007-04-02 Thread Kush Murod
Hi, Interface imagebox does not form full overlay in FF, I mean once overlay appears it only covers area that is visible to you, the rest (once you scroll) is not covered in FF. Maybe you could find out how Mike Alsup goes around it with his blockUI. Here is the demo http://www.khurshid.com/

[jQuery] Re: Interface imageBox IE case

2007-04-02 Thread Kush Murod
Anyone? Kush Murod wrote: Hi, Seems like I found the problem but can't explain why: In my html I've got Apparently that tag was causing problem in IE, because as soon as I're renamed container to containerr all went smooth. Having said that I'd like to understand wh

[jQuery] Re: Interface imageBox IE case

2007-04-01 Thread Kush Murod
onflict. Response is appreciated --Kush Kush Murod wrote: Hi guys, Normally interface imageBox works fine, However in this case http://www.khurshid.com/v2/ in IE throws errors and I am finding hard to find out what is causing it. It is very simple page. Thanks heaps. --Kush -- Kush Murod, Web ap

[jQuery] Re: Trouble with selecting dynamicly made div's using blockui

2007-04-01 Thread Kush Murod
erent divs, each is given a unique id and im using this to apply a effect to it function BlockLog(id) { $(id).click(function() { $('#blockMe').unblock().block('Processing...', { border: '3px solid #a00' }); }); } with this to call it Yo

[jQuery] Interface imageBox IE case

2007-04-01 Thread Kush Murod
Hi guys, Normally interface imageBox works fine, However in this case http://www.khurshid.com/v2/ in IE throws errors and I am finding hard to find out what is causing it. It is very simple page. Thanks heaps. --Kush

[jQuery] Interface ScrollToAnchors is not available for selected download

2007-04-01 Thread Kush Murod
Hi guys, I can't find ScrollToAnchors download selection, only ScrollTo which is not same as ScrollToAnchors I think I don't want to download whole interface library but only the ones I need. --Kush