<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="0.91">
    <channel>
        <title>Dynamo</title>
        <description>The 10 most recently updated threads in the Dynamo list</description>
        <link>http://www.freewaytalk.net/</link>
        <lastBuildDate>Sat, 04 Feb 2012 11:15:31 -500</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Multiple Forms</title>
            <link>http://www.freewaytalk.net/thread/view/103158</link>
            <description>&lt;p&gt;I&amp;#8217;m using a CMS (php) plugin form app/processor. I have 3 forms on a page, &amp;#8220;form1&amp;#8221;, &amp;#8220;form2&amp;#8221;, &amp;#8220;form3&amp;#8221;, each with the same input fields. They work but I noticed that after submitting, say, &amp;#8220;form1&amp;#8221;, and getting the success message (page reloads), that forms 2 and 3 contain the info that was sent in form1. The dev suggested I try naming each input field&amp;#8217;s &amp;#8220;label&amp;#8221; attribute uniquely, eg, label=&amp;#8221;Email1&amp;#8221;, label=&amp;#8221;Email2&amp;#8221; etc. but that didn&amp;#8217;t work. I also tried renaming the id of each field and that breaks the form.&lt;/p&gt;

&lt;p&gt;Is there a way to prevent this?&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Todd</author>
            <pubDate>Thu, 26 Jan 2012 21:12:23 -500</pubDate>
        </item>
        <item>
            <title>Content Flash (3 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/102856</link>
            <description>&lt;p&gt;If you want us to look see with assorted browsers/systems for the flash we would be only too happy to test.&lt;/p&gt;

&lt;p&gt;D&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>DeltaDave</author>
            <pubDate>Sun, 22 Jan 2012 02:29:45 -500</pubDate>
        </item>
        <item>
            <title>[Pro] Is there a way to show site visitors a preview of their (1 Reply)</title>
            <link>http://www.freewaytalk.net/thread/view/102683</link>
            <description>&lt;p&gt;Not in Freeway itself. This would need to be a server-side image processing operation, and you would have to upload the file to the server before you could do anything to it. This means that the user wouldn&amp;#8217;t be getting a preview of their image before it uploads, but rather after.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;p&gt;On Jan 17, 2012, at 7:53 PM, espadafineart wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;I want to set up a way to show visitors a preview of what their uploaded photo will look like as a virtual canvas print to size. I know I can set up the upload part but is there a way in Freeway Pro to do this?&lt;/p&gt;
  
  &lt;hr /&gt;
  
  &lt;p&gt;dynamo mailing list
  email@hidden
  Update your subscriptions at:
  &lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Wed, 18 Jan 2012 13:28:18 -500</pubDate>
        </item>
        <item>
            <title>[Express] Interfacing with MySQL (4 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/102013</link>
            <description>&lt;p&gt;On Jan 13, 2012, at 12:46 PM, Ashok Iyer wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Thank you walter for such a detailed explanation.  I think I can do this now.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That&amp;#8217;s great!&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Having said that, would it be lot easier if we upgrade to Freeway PRO?  Is there a way for me read the user guide for Freeway PRO realted to this feature before upgrading it?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;What you get with Pro (as it relates to this) is access to the whole world of custom Actions (Express ships with a set of &amp;#8220;bundled&amp;#8221; Actions, but you cannot install any others). The demo code I posted here would work in both Pro and Express, because it doesn&amp;#8217;t rely on Actions to work at all.&lt;/p&gt;

&lt;p&gt;There are a set of PHP/MySQL Actions available at ActionsForge. They allow you to connect to a MySQL database, issue requests for records, and display the results in your page without needing to write much or any code. Note that these were written quite a long while ago, and I haven&amp;#8217;t used them for many years, so I may be misremembering their reach and scope.&lt;/p&gt;

&lt;p&gt;There are also some more basic Actions that would allow you to link a library of PHP code to the top of your page, rather than needing to manage that upload separately or hand-code the &amp;lt;?php require&amp;#8230; statement in the Page / HTML Markup dialog. If you were following these instructions here, that would chop out a lot of steps.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;ve never used Express for any length of time, so there&amp;#8217;s probably quite a lot more that you would find useful and revolutionary should you choose to upgrade. My guess is that it would be a good investment for you.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Thank you so much for your help Walter.&lt;/p&gt;
  
  &lt;p&gt;Ashok&lt;/p&gt;
  
  &lt;hr /&gt;
  
  &lt;p&gt;dynamo mailing list
  email@hidden
  Update your subscriptions at:
  &lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Fri, 13 Jan 2012 17:55:55 -500</pubDate>
        </item>
        <item>
            <title>[Pro] spawned window changes to standard window on browser (6 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/102235</link>
            <description>&lt;p&gt;Hi Paul,David&lt;/p&gt;

&lt;p&gt;Sorry for the delay getting back - working all over the place.&lt;/p&gt;

&lt;p&gt;Can now confirm that file was loaded using auto, but the files were uploaded from a zipped files I mailed to my regular web guy. All functioned at his end before upload.&lt;/p&gt;

&lt;p&gt;The original files were generated straight from Freeway although headers may have been edited for SEO etc.&lt;/p&gt;

&lt;p&gt;Mike&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Mike Colley</author>
            <pubDate>Thu, 12 Jan 2012 15:07:11 -500</pubDate>
        </item>
        <item>
            <title>[Pro] info section before menu button (1 Reply)</title>
            <link>http://www.freewaytalk.net/thread/view/101605</link>
            <description>&lt;p&gt;Why??&lt;/p&gt;

&lt;p&gt;Why does the solution come just when I post it, after been trying that for days&amp;#8230;.?&lt;/p&gt;

&lt;p&gt;Sorry for consuming bits.&lt;/p&gt;

&lt;p&gt;And Happy New Year again!!&lt;/p&gt;
</description>
            <author>rakeljuice</author>
            <pubDate>Thu, 29 Dec 2011 11:37:59 -500</pubDate>
        </item>
        <item>
            <title>medical quiz (6 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/101430</link>
            <description>&lt;p&gt;Which is the book I bought years ago from Walt&amp;#8217;s recommendation. Well worth the time reading and investment.&lt;/p&gt;

&lt;p&gt;David&lt;/p&gt;

&lt;p&gt;On 23 Dec 2011, at 14:18, Walter Lee Davis &amp;lt;email@hidden&amp;gt; wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;A gentle &amp;#8220;fat book&amp;#8221; intro to this would be PHP and MySQL Web Development by Luke Welling and Laura Thomson. They start from first principles and work up from there in easy steps. It&amp;#8217;s the book I wish I had read first.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>David Owen</author>
            <pubDate>Fri, 23 Dec 2011 14:25:11 -500</pubDate>
        </item>
        <item>
            <title>[Pro] How to let someone else edit website (11 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/99558</link>
            <description>&lt;blockquote&gt;
  &lt;p&gt;I am using TextWrangler for an HTML editor.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;But you shouldn&amp;#8217;t need to edit any HTML&lt;/p&gt;

&lt;p&gt;Pulse code is added to the FW page using Insert MarkupItem and content for the Pulse Blocks is done in the Pulse web interface.&lt;/p&gt;

&lt;p&gt;What is your workflow?&lt;/p&gt;

&lt;p&gt;David&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>DeltaDave</author>
            <pubDate>Fri, 09 Dec 2011 16:41:46 -500</pubDate>
        </item>
        <item>
            <title>Massive SQL injection attack underway</title>
            <link>http://www.freewaytalk.net/thread/view/100674</link>
            <description>&lt;p&gt;Not that any of you would use IIS or SQL Server (except under duress, or for lots and lots of money) but those who do are being snared in a nasty attack that has scaled to hundreds of thousands of servers world-wide.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://isc.sans.org/diary/SQL+Injection+Attack+happening+ATM/12127&quot;&gt;http://isc.sans.org/diary/SQL+Injection+Attack+happening+ATM/12127&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Wed, 07 Dec 2011 17:09:30 -500</pubDate>
        </item>
        <item>
            <title>[Pro] webyep menu, section information (2 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/99978</link>
            <description>&lt;p&gt;I think I got it! Just creating submenus you can edit the main.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>rakeljuice</author>
            <pubDate>Mon, 28 Nov 2011 14:42:57 -500</pubDate>
        </item>
    </channel>
</rss>

