Walter Davis (29 April 2014) PHP Form Action

This Action wires an individual form element or all form elements on the page to display its value when the form is posted back to itself.

139 downloads, 0 comments.

cms php form error server content management

Walter Davis (22 November 2013) TemplateHelper

This Action cuts an element out of the Freeway page. There are two practical applications for this:

38 downloads, 0 comments.

cms template server content management

Walter Davis (14 July 2008) CrowBar

By default, Freeway wraps any text within a DIV with a container tag, such as a P. Even Markup Items get this treatment, so it is difficult to add a block of code inline that will generate a DIV or UL or another block-level tag without the result becoming an invalid mess.

176 downloads, 1 comment.

template server

Walter Davis (9 May 2008) Comment

Add a set of comments around any layer on the page. This helps you locate a particular element when viewing or editing the source code.

49 downloads, 2 comments.

template html server code

Walter Davis (9 May 2008) Select Fix

Freeway creates select lists with a couple of minor flaws. If an option does not have a value provided (say if you wanted to have an option that didn’t have any value, like “Please choose…”) then it simply omits the value=“” property. It also does not include the label=“the label” property for options.

10 downloads, 1 comment.

template html standards form server

Walter Davis (6 May 2011) FormFix

This Action patches up a number of things that Freeway gets “wrong” with forms. Applied to a page, it loops through the entire page, finds any form elements, and does the following:

74 downloads, 0 comments.

developer html standards form server

Walter Davis (20 July 2008) ContentNegotiation

Content Negotiation is an optional feature of the Apache Web server. It allows you to provide the same content in different languages, relying on the browser’s preferences to determine which language to send – all automatically. This Action automates the production of the index.var file that tells Apache which languages your site supports.

20 downloads, 0 comments.

apache languages server

Walter Davis (12 August 2008) TagWrap

Add a line of code before and after the selected HTML item. Optionally remove the ID from the selected HTML item; useful if your outer code wrapper uses the selected item as a template inside of a loop.

27 downloads, 0 comments.

cms template html form server

Mike Brackenridge (29 August 2008) PHP easiForm Elements

This action is part of the easiForm suite of actions and is added to each of the form elements including the Submit button, each of your form elements that this action has been applied to needs a unique name value to be set in the Freeway inspector for that element.

19 downloads, 1 comment.

cms template html standards css php form commercial server forms easiform web forms content management confirm

Walter Davis (24 January 2013) RemoveDimensions

This Action may be applied to any element in a Freeway layout to remove the height and/or width dimensions from it. This allows you to duplicate the “Height Can Shrink” behavior in a layer-based layout.

48 downloads, 11 comments.

cms template html css server content management

max fancourt (5 August 2009) Email Ready HTML.fwaction

This Action is in its very early beta form.. but basically it moves the Styles into the body, removes the outer div automatically created by freeway. Allows you to center the email via the outer table and finally removes the offending characters that stops the published HTML being run through TextMate’s “Move all styles to inline” if you have this application and bundle.

29 downloads, 20 comments.

developer cms template javascript email commercial server prototype content management open-source

Mike Brackenridge (14 March 2009) PHP easiForm Echo Email

Ever wanted to show a message on your form thanks page like:

0 downloads, 1 comment.

cms template html standards css php form commercial server forms easiform web forms content management confirm

Frédéric IMBERT (10 July 2009) Joomla! 1.0.x Suite

Action Pack for inclusion of header joomla, including blocks of position, creating the file templateDetail.xml.

4 downloads, 0 comments.

cms template javascript html standards css form softpress server forms fun free style elements content management open-source link page joomla code

Frédéric IMBERT (29 June 2010) Joomla! 1.5.x Suite

Pack d'action permettant l'inclusion d'une entête pour joomla 1.5.x, la création du fichier templateDetails.xml, de générer les 3 feuilles de style CSS (general.css, position.css, et template.css) définies dans l'entête.

6 downloads, 4 comments.

cms template javascript html standards css form softpress server forms fun free style elements content management open-source link page joomla code

Walter Davis (15 June 2010) SimpleRSS

Apply this Action to an HTML box to convert its contents into an RSS feed. A link to the feed will be added to the head of the page, where browsers will notice it and generate a link in the Location bar.

34 downloads, 0 comments.

server rss feed

max fancourt (21 July 2010) Zoomify

This is a realy quick rough action that allows you to integrate a Zoomify exported file from photoshop into freeway.

60 downloads, 1 comment.

developer cms template html standards css form server content management variable string open-source picker zoomify

max fancourt (18 March 2013) CSS3 Gradients

This Action allows you to use the new CSS3 gradient properties, without having to hand code it on any layered table or normal layer.

234 downloads, 7 comments.

developer cms template javascript commercial server prototype content management

max fancourt (8 August 2011) Advance Inline Style Mover

The general description of what this actions does is…

59 downloads, 3 comments.

developer cms template javascript css commercial softpress server prototype content management open-source background image inline

Walter Davis (24 February 2011) Code Buddy

Code Buddy is a page action that simplifies working with external markup items in your Freeway pages. It allows you to easily add external markup to your pages while retaining the power and vestility of your code or text editor.

82 downloads, 1 comment.

template html server

max fancourt (18 March 2013) CSS3 RGBa Backgrounds

This actions allows you to specify an RGB colour and an Opacity declaration to any table, table cell or div item.

56 downloads, 1 comment.

developer cms template javascript commercial server prototype content management

Walter Davis (8 May 2012) ZipTastic

Add this Action to your form page to get automatic Zip code-based City, State, and Country field autocompletion.

20 downloads, 0 comments.

developer javascript form server prototype

Walter Davis (8 May 2012) Zippopotamus Country

This Action creates a country code picker, and applies the Zippopotamus Action to the page in one step. Get instant Zip code to city and state conversion for any country supported by http://zippopotam.us.

13 downloads, 0 comments.

developer javascript server prototype

Walter Davis (1 May 2014) EmptyBoxHelper

Add this Action to an empty HTML box on your page to get rid of the annoying 1px font size (and missing Overflow setting) that Freeway foists on empty boxes.

56 downloads, 1 comment.

cms template server content management

Walter Davis (28 June 2013) ScriptyLazyLoad

Reduce the page loading time for your graphics-heavy pages. This Action causes all images on your page that are not currently visible on screen (below the fold) to be replaced with the _clear.gif placeholder, so they load instantaneously. Whenever you scroll or resize the browser window, these images are checked again to see if any part of them is visible now, and loaded if necessary.

106 downloads, 0 comments.

javascript css effects server prototype

Walter Davis (4 January 2013) Feed2js

Feed2js makes it easy to re-publish RSS and Atom feeds to your pages. It requires PHP 5 on your server (preferably 5.3 or newer so you get the best possible XML support), but it does work with older versions of PHP 5.

74 downloads, 1 comment.

cms php server prototype tooltips rss feed