| |
| |
| |
|
Page: 1 2
Comments:
<0> [Torgo], is domapic broken? I have a lot of "Not in View" for a while now. <1> What is domapic? <2> domapi :-) <1> Oh. <2> http://www.domapi.com/ <0> domapic is the client to sync the src tree <0> of domapi <3> it's possible <0> seem I am the only one using that :P <3> not at all <3> just the only one that's complained <0> hehe <1> Which licenses do you guys have? <1> Just the free one? <1> Usage on a commercial site costs $249. <3> actually, $49
<3> providing you don't have more than 500 hits/day <1> I see. <3> hmmm, not finding any obvious problems <1> I could write something better than DOMapi myself anyway. <3> well, hop to it then <1> I started yesterday. <1> Or the day before. <3> fantastic, can't wait to see it <0> btw, I start adding support for ctCustom on listgrid too <3> i ***umed that's why you were trying to sync ;) <3> I should just give you a perforce account at some point ;) <1> domapi kind of looks like a ripoff. Why use that instead of F/OSS code that does the same thing (and probably better)? <1> I can't see from its feature list that it does much worth mentioning. <0> not yet, I try to commit the debbuger frist, then the fixes on listgrid after. ctCustom is a quick hack, but work for me so far. want to add onendedit2 after <3> ok, i think i found the trouble... working on fixing it.... <3> yeah, fixed now <3> I have to put in a more permanant fix later tonite <0> ah, I just send you a screenshot <3> got it <3> should be working now though <0> it is better, I have the doc, tests, theme, examples "Not in View" , but src work fine. <3> docs and tutor are being removed from the builds <3> docs will become a pdf -- tutor will only be available online at first <3> bbiab <0> InexorableWa: domapi was there for a long long time. I can also say some F/OSS code ripoff from it (may be). <4> i need to add to mumbers store in two seperate var so i'm guessing var tempTotal = temp1 + temp2 but its just append to eachother <2> Convert them to numbers. <2> If they're appended that means they're strings. <5> somone mind looking at: http://bbeam.engineering.utsa.edu/interface/graph2/graph.php ... in firefox <5> open up the javascript console and refresh a couple of time.. you'll initially see graphEntry is not defined <5> but then it works.. i figure because of the state of the ajax... but anyway you guys think of a workaround? <0> It is your setTimeout, clear the timeout when unload, use some try catch <5> thanks <5> ht311, went ahead and tried what you said... i believe i did it right, but still getting some graphEntry undefined <0> try{ graphEntry ..... } catch(E){} <5> nope <5> wonder if there's a if(defined(..)) <0> typeof <5> nope... <6> TestiCalls: typeof <6> TestiCalls: as in, if(typeof(...) == "undefined") { ... is undefined } <5> if(typeof(graphEntry == 'function')) <5> bleh <5> wrong way of putting the parantheses <5> lmao <5> nah fixing the parantheses didn't do it <5> any ideas guys? <0> just use try catch <5> weird how now it works <5> i'll keep an eye on it <5> but thanks <7> hi <7> i have done a drag script that can be used to drag elements on the webpage <7> but it has a problem <7> the script is at http://pastebin.com/748321 <7> when im dragging an element... for some reason the text on the page also gets selected randomly... <7> can someone help me with this? <8> can you inline other languages in JSON? <8> say in a string <3> like which?
<8> like python. <3> i *think* it supports inline objects <3> need a runtime for the browser though, if that's your aim <8> i am wondering if the limit is 64k of string text or not. <8> where can i find such beastie info? <3> limit is js is around 2gb i believe <8> for a string? <8> i am talking about JSON. <8> not js. <3> seen this? http://undefined.org/python/#simple_json <3> json IS js <0> crockford won't agree to that ;) <9> I love JavaScript, guys. <9> If JavaScript had a penis, I would stroke it affectionately. <3> let's try and keep it clean <9> I'm not gay, either. I just love JavaScript that much. <10> lol <10> javascript is female though, like all good things (cars and boats and storms) <9> Sweet. I'll just cut loose. <3> where the heck is 'Lesotho' ? <3> nm, found it <3> http://maps.google.com/maps?f=q&hl=en&q=lesotho&om=1 <3> in the five+ years i've been running my site, i've gotten *1* hit from there :P <10> heh <10> domapi site? <3> yeah <3> looking at my stats by country <3> the ones with only 1 or two hits have my curiosity <10> sure. [Torgo] how many people have major contributions to domapi? <10> my ip probably shows everyday as your site is my homepage <3> last i checked I had about 1200 customers <3> that is, 1200 registered users how purchased licenses <3> actually users is much higher <3> woohoo, 2 hits from greenland <10> what kind of license do most purchase? <10> btw, i was wondering about development contribution <3> well, the licenses have changed recently <3> before, the most popular was the Advanced license <3> hard to tell just yet what the 4.0 equiv is <3> gonna hit the hay now <3> l8r <10> l8r <11> yop everybody <12> morning <12> im after a little point in the right direction <12> am trying to code with ajax / javascript a peice of code that will fill in a form after someone has inputted a postcode <12> i can get the results as href back to the form page , but i have no idea how to make them fill in the form feilds once one has been selected / clicked on <12> can anyone boot me into the right path plzzzz <13> is it possible to make a function in javascript that checks to see or the domain name part of an e-mail address actualy exists? <13> so, bye looking up the mx record <13> -e :) <12> js is client side , u would need server side sockets to achieve it <13> so, js doesn't support sockets?... well, probebly not i guess <12> its client side code in a browser <13> the project i'm working on doesn't allow me to use server side scripting, so <13> ok, thx <14> is there a way to check if the movie in wmp, is playing ? <15> Visit http://itopics.eyethroughtheweb.com/ if you are interested in Information Technology solutions in Java / PHP / .NET / MySQL / JavaScript / CSS / HTML <11> yop <11> has anyone a tutorial which explains how to duplicate some elements <11> example: if you click on "add", it create a new text input <11> ? <2> Google for document.createElement <0> read document.createElement <2> Lo dave-e <16> yo yo <11> thanks Pilum <17> I need some simple JS help! <2> Well? <17> ok,,, <3> well what? <17> I need a script... <17> that when a form is sent, two things happen... <17> 1. the form is sent via email and 2. the browser is redirected to a new URL
Return to
#javascript or Go to some related
logs:
bigilla #skype amrjan
chmod: changing permissions of `aquota.user': Operation not permitted #linuxhelp #php Borland cannot start a parameter declaration ruby-anne txpair open cable #chatzone
|
|