Contact Jan Thomas Consulting

January 14, 2010

Adding headers and menus to a JAlbum Gallery

Filed under: Articles and Reviews — AdminJan @ 3:31 pm

Now that you have a professional-looking Photo Gallery, you want to add the headers and menus to complete the look. Here is a simple solution to make this happen.

VIEW DEMO

  1. Generate a JAlbum photo gallery. Add the gallery to your web site.
    Check that the JAlbum displays properly. VIEW GALLERY WITHOUT HEADERS.
  2. Create a web page that contains all of your headers and menus. Make sure this page displays properly and has plenty of space for the photo gallery. Save it anywhere you like on your server. (It doesn’t need to reside in the same directory with your JAlbum gallery.)
  3. Edit your webpage from step 2. Add this line to the html:
    <iframe width="650" height="600" frameborder="1" 
    src="http://www.yourwebsite.com/youralbum"></iframe>

    Change the width and height attributes to match Your photo gallery.

  4. Save changes and run the web page. The photo gallery should appear in the iframe.

January 12, 2010

Use Cforms to create a short quiz or questionnaire

Filed under: WordPress Techniques — AdminJan @ 8:22 pm

Do you want to vary the CFormsII success message? Maybe you want to create a short quiz that can be scored and reported upon completion. CFormsII provides the ability to alter the success message before the form is processed. For something simpler, create a questionnaire with no scoring involved. Learn how to set these up.

[The quiz and survey solutions requires knowledge of php programming for scoring. After being submitted, the form is scored in a php function.]

View the Questionnaire Demo

View the Quiz Demo (Scoring: one correct answer)

View the Health Survey Demo (Scoring: answers weighted from 0 to 3) (more…)

Powered by WordPress