Re: [jQuery] IE7 May be Pushed out Tomorrow
Hi, Webunity|Gilles van den Hoven wrote: > Rey Bango wrote: >> If you don't want to upgrade, be very vigilant about what automatic >> updates you install during MS' normal patch cycle: >> > Does anybody know if it is possible to run both IE 6.x and IE7 both on > thesame system? An absolute must if you are a web developer... I don't think you can do this on windows, but you can on linux once they get IE 7 running. See IEs4linux - http://www.tatanka.com.br/ies4linux/page/Main_Page for more information. Gordon. > Thanx > > Gilles > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > > !DSPAM:1000,452aac6387166732721593! > ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Shopping Cart Demo?
Hi, Woohoo. I think that sums it up. Gordon. Stefan Petre wrote: > John Resig wrote: >>> I do not know, but is the interface author going to follow the same path >>> as jQuery and dual license. I would make it easy for the Drupal module >>> developers to include this into Drupal. (This would also be the same for >>> other plugins) >>> >> I talked with Stefan, he will be switching Interface to a dual GPL/MIT >> license, like jQuery is. Not sure what the timeline is on that, but >> he'll probably do it soon. >> >> --John >> >> ___ >> jQuery mailing list >> discuss@jquery.com >> http://jquery.com/discuss/ >> >> > Take a look at the intro note > http://interface.eyecon.ro/compressed/idrag.js . Quote from the change log : > > "31 august 2006 > > Interfaced followed jQuery's licencing, so starting today Interface > is realesed under dual licence: MIT and GPL licences." > > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > > !DSPAM:1000,450cf9a4225661468016628! > ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Shopping Cart Demo?
Hi, Sam Collett wrote: > On 17/09/06, Gordon Heydon <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Drupal's E-Commerce is going to be implementing a AJAX shopping cart >> using jquery for the next release. >> >> However it is a pity that the interface plugin isn't released under GPL >> as it means that I can't add it to the E-Commerce CVS, so it will be a >> little bit fiddly to install. >> >> I do not know, but is the interface author going to follow the same path >> as jQuery and dual license. I would make it easy for the Drupal module >> developers to include this into Drupal. (This would also be the same for >> othe plugins) >> >> Gordon. >> > > The MIT (expat variant) license is compatible with the GPL, so > anything licensed under it can be used with GPL projects. > http://www.gnu.org/philosophy/license-list.html#Expat > > I always thought that was the point of it - MIT is both compatible > with open source, and proprietary licenses. > > A dual license works, but seems a bit redundant. This is a Drupal thing. Only 3rd Party applications that are licensed under GPL can be included into the drupal CVS. So because the interface plugin is MIT, and not GPL, I cannot include it with my E-Commerce software on Drupal.org. So the person installing it needs to download interface from elsewhere. Gordon. > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > > !DSPAM:1000,450cf95d225556491211187! > ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Shopping Cart Demo?
Hi, John Resig wrote: >> I do not know, but is the interface author going to follow the same path >> as jQuery and dual license. I would make it easy for the Drupal module >> developers to include this into Drupal. (This would also be the same for >> other plugins) > > I talked with Stefan, he will be switching Interface to a dual GPL/MIT > license, like jQuery is. Not sure what the timeline is on that, but > he'll probably do it soon. Thanks, this will be great, and make things easier. Gordon. > --John > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > > !DSPAM:1000,450cc0c1209495757113115! > ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Shopping Cart Demo?
Hi, Drupal's E-Commerce is going to be implementing a AJAX shopping cart using jquery for the next release. However it is a pity that the interface plugin isn't released under GPL as it means that I can't add it to the E-Commerce CVS, so it will be a little bit fiddly to install. I do not know, but is the interface author going to follow the same path as jQuery and dual license. I would make it easy for the Drupal module developers to include this into Drupal. (This would also be the same for othe plugins) Gordon. Rey Bango wrote: > Anyone? > > Rey Bango wrote: >> Does anyone have any shopping cart code that use JQuery that I could use >> for one of my projects? This is for a back-end phone order page and for >> internal customer service reps. >> >> The reps would be able to search for a product and either DnD the item >> into the cart or click on an icon that will add that item to the cart. >> What I'm not clear on is how to dynamically add the item to the cart, >> especially since two of the pieces of data (qty & price) need to also be >> form fields. I would also need to be able to delete the row from the >> cart (as well as the form vars). >> >> If someone has some sample code, that would be great. If not, thats cool >> and if someone could just point me in the right direction, that would >> also be great. I was looking at the EasyDOM plugin to do this but its >> not working with JQuery v1.0.1. So I need some guidance. >> >> I know that scriptaculous has a demo here: >> >> http://demo.script.aculo.us/shop >> >> but I want to really leverage JQuery for this. >> >> Look forward to some cool replies. >> >> Rey... >> >> ___ >> jQuery mailing list >> discuss@jquery.com >> http://jquery.com/discuss/ >> >> > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > > !DSPAM:1000,450cae1f203735757113115! > ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Issue with adding to tables.
Hi again. Thanks again, this worked perfectly. The strange thing is that the docs over at visual docs says that $('div').height() will return 'nnpx', where as I was only getting nn. Getting it as just nn, is great as I can just add the new height, but I don't know what other browsers are going to give me. Gordon. Shawn Tumey wrote: > On 9/2/06, *Gordon Heydon* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi, > > I have implemented a page where I have jQuery cloning the last row and > extending the table, > > I have the table that I am extending in a div which I use the jq-corners > to make it look pretty. > > The problem that I am getting is that when the table is extending that > page isn't. So what happens is that stuff starts disappearing of the > bottom of the page. > > I don't think I have all the information for someone to help me, so > please bear with me and I will provide any information required. > > If someone can help get the page to extend at the same rate as the > table, I would appreciated it alot. > > Thanks in advance. > Gordon. > > > Gordon, > > Basically what you need to do is extend the height of the div to match > the growing height of the table. > > Without seeing a test case, I don't know if (a) the div has room to grow > before it needs to be expanded, or if (b) the first time you clone a > row, the div needs expanded. > > If (a) is true then loop through the height of all the elements with the > div as their parent adding up their heights (totalChildrenHeight). if > totalChildrenHeight > div height, then get the difference and expand the > div accordingly. Note - you may have to make concessions for padding and > margins. > > if (b) add the height of the row to the height of the div. > > Hope this helps. :) > > Regards, > > > -- > Shawn Tumey > Cofounder > MT Web Productions LLC !DSPAM:1000,44f99a7c109411804284693! > > > > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > > > !DSPAM:1000,44f99a7c109411804284693! ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Issue with adding to tables.
Hi, Thanks for this, This helps a lot and is quite logical. thanks. Gordon. Shawn Tumey wrote: > On 9/2/06, *Gordon Heydon* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi, > > I have implemented a page where I have jQuery cloning the last row and > extending the table, > > I have the table that I am extending in a div which I use the jq-corners > to make it look pretty. > > The problem that I am getting is that when the table is extending that > page isn't. So what happens is that stuff starts disappearing of the > bottom of the page. > > I don't think I have all the information for someone to help me, so > please bear with me and I will provide any information required. > > If someone can help get the page to extend at the same rate as the > table, I would appreciated it alot. > > Thanks in advance. > Gordon. > > > Gordon, > > Basically what you need to do is extend the height of the div to match > the growing height of the table. > > Without seeing a test case, I don't know if (a) the div has room to grow > before it needs to be expanded, or if (b) the first time you clone a > row, the div needs expanded. > > If (a) is true then loop through the height of all the elements with the > div as their parent adding up their heights (totalChildrenHeight). if > totalChildrenHeight > div height, then get the difference and expand the > div accordingly. Note - you may have to make concessions for padding and > margins. > > if (b) add the height of the row to the height of the div. > > Hope this helps. :) > > Regards, > > > -- > Shawn Tumey > Cofounder > MT Web Productions LLC !DSPAM:1000,44f99a7c109411804284693! > > > > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > > > !DSPAM:1000,44f99a7c109411804284693! ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Issue with adding to tables.
Hi, I have implemented a page where I have jQuery cloning the last row and extending the table, I have the table that I am extending in a div which I use the jq-corners to make it look pretty. The problem that I am getting is that when the table is extending that page isn't. So what happens is that stuff starts disappearing of the bottom of the page. I don't think I have all the information for someone to help me, so please bear with me and I will provide any information required. If someone can help get the page to extend at the same rate as the table, I would appreciated it alot. Thanks in advance. Gordon. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/