iRev - Ajax - jQuery

2009-12-31 Thread Thomas McGrath III
I have just finished a marathon session integrating Ajax irev css html to build an image gallery with jQuery. WOW... what a pain in the ass to grok... And NO ONE should ever have to look at something like this again, let alone have to type it: put a href= quote photos/test/ L quote

Re: iRev - Ajax - jQuery

2009-12-31 Thread Richard Gaskin
Thomas McGrath III wrote: Anyway, a few things I am wishing for: 1. Never ever ever again to have to write quote again.. This will save at least a little typing: ... put a href=q(tMyUrl) into tLink ... function q s return quotesquote end q I use this all the

Re: iRev - Ajax - jQuery

2009-12-31 Thread Troy Rollins
On Dec 31, 2009, at 10:41 AM, Thomas McGrath III wrote: I actually built around six versions of the image gallery and did not like any of them. The final one at 4:30 this AM is almost what I want. Anyway, a few things I am wishing for: I think you'll be happier if you ditch RapidWeaver

Re: iRev - Ajax - jQuery

2009-12-31 Thread Thomas McGrath III
Richard, Pure genius... Tnks Tom McGrath III Lazy River Software 3mcgr...@comcast.net iTunes Library Suite - libITS Information and download can be found on this page: http://www.lazyriversoftware.com/RevOne.html On Dec 31, 2009, at 11:03 AM, Richard Gaskin wrote: Thomas McGrath III

Re: iRev - Ajax - jQuery

2009-12-31 Thread Thomas McGrath III
For those interested in my progress here is the link to my site - it is a work in preparation for my iPhone app release in a couple weeks. All the images are mostly just test images. My first app creates these posters and my second app views ones that people using the first app have

Re: iRev - Ajax - jQuery

2009-12-31 Thread Thomas McGrath III
Troy, Thanks. I will check them out. Tom McGrath III Lazy River Software 3mcgr...@comcast.net iTunes Library Suite - libITS Information and download can be found on this page: http://www.lazyriversoftware.com/RevOne.html On Dec 31, 2009, at 1:00 PM, Troy Rollins wrote: On Dec 31,

Re: iRev - Ajax - jQuery

2009-12-31 Thread Michael Kann
?gallery_id=test2#thumbs --- On Thu, 12/31/09, Thomas McGrath III mcgra...@mac.com wrote: From: Thomas McGrath III mcgra...@mac.com Subject: Re: iRev - Ajax - jQuery To: How to use Revolution use-revolution@lists.runrev.com Date: Thursday, December 31, 2009, 12:54 PM For those interested in my

Re: iRev - Ajax - jQuery

2009-12-31 Thread Michael Kann
of their customers. --- On Thu, 12/31/09, Thomas McGrath III mcgra...@mac.com wrote: From: Thomas McGrath III mcgra...@mac.com Subject: Re: iRev - Ajax - jQuery To: How to use Revolution use-revolution@lists.runrev.com Date: Thursday, December 31, 2009, 12:54 PM For those interested in my progress

Re: iRev - Ajax - jQuery

2009-12-31 Thread Thomas McGrath III
Michael, Yeah that page looks normal and works normal on the actual iPhone in my app and in Mobile Safari. It was not meant to look good in a desktop browser. Also the 10 of 70 is timed to go away on the iphone and allow for swipes. Tom McGrath III Lazy River Software

Re: iRev - Ajax - jQuery

2009-12-31 Thread Thomas McGrath III
Yeah I have about 200 insults included. The restaurant idea is great... I'll look into it Thanks Tom McGrath III Lazy River Software 3mcgr...@comcast.net iTunes Library Suite - libITS Information and download can be found on this page: http://www.lazyriversoftware.com/RevOne.html

Re: iRev - Ajax - jQuery

2009-12-31 Thread Michael Kann
...@mac.com Subject: Re: iRev - Ajax - jQuery To: How to use Revolution use-revolution@lists.runrev.com Date: Thursday, December 31, 2009, 2:35 PM Michael, Yeah that page looks normal and works normal on the actual iPhone in my app and in Mobile Safari. It was not meant to look good

Re: iRev - Ajax - jQuery

2009-12-31 Thread Jim Ault
I use a much cleaner system for 'mashing up' code for HTML and javascript Try a couple of these tips and see if the pain goes away. --// a couple notes about browsers --// html honors both quote types, ignores extra spaces --// javascript honors both quote types --build the Rev

Re: iRev - Ajax - jQuery

2009-12-31 Thread Thomas McGrath III
wrote: From: Thomas McGrath III mcgra...@mac.com Subject: Re: iRev - Ajax - jQuery To: How to use Revolution use-revolution@lists.runrev.com Date: Thursday, December 31, 2009, 2:35 PM Michael, Yeah that page looks normal and works normal on the actual iPhone in my app and in Mobile Safari

Re: iRev - Ajax - jQuery

2009-12-31 Thread Thomas McGrath III
That is much less painful for sure, by an order of magnitude. I didn't know that the iRev environment can save it self as a stack? Is that right? And then of course if it is true then the custom props is possible too then? This is much easier. Thanks Jim Tom McGrath III Lazy River Software

Re: iRev - Ajax - jQuery

2009-12-31 Thread J. Landman Gay
Thomas McGrath III wrote: That is much less painful for sure, by an order of magnitude. I didn't know that the iRev environment can save it self as a stack? Is that right? No, I think Jim was talking about when you use a regular stack. But for the record, I use the template approach in

Re: iRev - Ajax - jQuery

2009-12-31 Thread Jim Ault
On-Rev allows both irev and cgi to work on the same web page or web query. Mix and match depending on your combined environment. For pure irev scripts, you could use either text files or sql. In that case, you might want to factor another level or two to make coding simpler. the

Re: iRev - Ajax - jQuery

2009-12-31 Thread Neal Campbell
Not meaning to stretch this way out of topic but I found a great tool for debugging (in addition to firebug) which is the Charles debugging proxy http://www.charlesproxy.com/ Shows the post actions, AMF messages for those of us that use Flex, etc. Really a value-packed utility for 40 bucks. Best

Re: iRev - Ajax - jQuery

2009-12-31 Thread Sivakatirswami
I'll second Jim motion that because we have iRev now, doesn't meant that stacks on the web server accessed by CGI aren't still very powerful tools. Like he says: instead of a mess of text files you might call as includes, or HTML templates as separate files, just push these all into a single