View Single Post
Old 02-06-2010, 10:25 PM   #1383
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
The wife asks me to request a recipe (code) for recipes (food) from Epicurious:
http://www.epicurious.com/services/rss

She particularly wants the Healthy Recipes, New Recipes, Latest Features and Blogs (the first four feeds).
Thanks!

Edit: I am slowly making progress at doing this myself. I wouldn't have posted the request, except that it was beyond my skills. Of course, with sufficient effort, skills tend to improve.

I hope no one has spent too much time on it, although I can't yet determine if I will succeed.

Question: one page has this code:
Code:
            <div class='padTop14' id="recipeIntroText">
                <span id="truncatedText">Cooking a large piece of salmon fillet couldn’t be easier and helps ensure that the fish stays flaky and moist. The crushed caraway seeds in the...</span>
                <span class="greenLnk"><a class="greenLnk" onclick="swapIntroText(event);">more</a> ›</span>
                <script>
                        var recipeIntroText = "Cooking a large piece of salmon fillet couldn\u0092t be easier and helps ensure that the fish stays flaky and moist. The crushed caraway seeds in the glaze add a subtle twist to the classic honey and mustard combination, which really complements the full flavor of the salmon.";
                </script>
            </div>
Can anyone suggest how to replace the truncatedText with the contents of the var recipeIntroText?

Thanks.

Last edited by Starson17; 02-07-2010 at 01:06 PM.
Starson17 is offline