Thank you so much for helping.
No, it doesn't have this.dismiss() or loops.
I'm not sure what you mean about applying this.finish, but moobile is built on top of MooTools, which I'm not very familiar with.
If you want to see the code it's all right here...
I went to http://moobilejs.com/#download, downloaded the Moobile 0.2.1 Boiler Plate (which is a mobile application framework built on MooTools), put the www files into Dreamweaver CS6, ran the Phonegap Build Service, scanned the QR code with my android phone, and installed the app.
I didn't...
I need to average the top 30% runs for ropers. I have a table full of ropers and a table full of their times. I can join them and get the average of their times easily: avg(a.time) or get the number of runs per person: count(a.time), but how can I average just the top 30% per person?
Also, I...
nevermind. i just figured it out. i didnt have a full doctitle. i just put in
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
and it worked.
I made a website and for some images that are png that border another image in a table I use valign="top" to make sure it's always at the top no mater what the height is depending on how much text is to the right. The page is at http://tipiwakan.110mb.com/
The code right around the area is...
I'm have a popdown menu with css and I have an area with flash right below it. I need the menu to be on top of the flash, but right now it's behind it. you can see it at http://www.fbcstephenville.org/new/
I tried z-index. I didn't know what I was doing, but that didn't seem to work.
The menu...
Thanks, that works, but what if I want a more complicated link like:
<a href="../Sermons/07/10-7-07.mp3" target="_blank" onClick="javascript:PlayerOpen('Sermons Online', this.href); return false">
I am trying to take information from an xml document and display it in an xsl document. Everything works fine with these commands:
<xsl:for-each select="sermons/sermon">
<xsl:value-of select="date"/>
But how do a display a link in xsl if the url is stored in the xml document? I don't want to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.