[Nfb-web] Looking for a way to include a block of code on manypages
Gary Wunder
gwunder at earthlink.net
Mon Apr 26 12:33:02 UTC 2010
This is very heartening news.
----- Original Message -----
From: "E.J. Zufelt" <lists at zufelt.ca>
To: "NFB Webmaster's List" <nfb-web at nfbnet.org>
Sent: Sunday, April 25, 2010 9:29 PM
Subject: Re: [Nfb-web] Looking for a way to include a block of code on
manypages
> Good evening,
>
> Depending on how complicated of a site you are building, and if you are
> looking to learn or just get a site up quickly, you might want to look at
> a CMS like Drupal, Wordpress or Joomla.
>
> I am currently the Drupal accessibility maintainer and although the tool
> is not perfect right now, I can tell you that after being at Drupalcon San
> Francisco I am overwhelmed by the support that the entire core development
> community has shown to Drupal accessibility. The Drupal community sees
> accessibility bugs as release blockers. That is, Drupal 7 will not be
> released until all significant accessibility bugs are resolved.
>
> Thanks,
> Everett Zufelt
> http://zufelt.ca
>
> Follow me on Twitter
> http://twitter.com/ezufelt
>
> View my LinkedIn Profile
> http://www.linkedin.com/in/ezufelt
>
>
>
> On 2010-04-25, at 10:18 PM, Peter Donahue wrote:
>
>> Hello Robert and everyone,
>>
>> A number of Web languages have include tags/functions that allow you
>> to
>> do exactly that. Here are several of them.
>>
>> ColdFusion:
>> <cfinclude template="logo.cfm">
>>
>> PHP:
>> <?php include "logo.php"; ?>
>>
>> Server-Side Include, (SSI):
>> <!--#include virtual="/logo.shtml" -->
>>
>> There is also an include tag for ASP but I don't remember the syntax.
>> In
>> each case the host must support the Web language in which you wish to
>> create
>> your includes. If you wish to use ColdFusion be sure the server supports
>> ColdFusion. The same holds true for ASP, SSI, and PHP. This should work.
>>
>> Peter Donahue
>>
>>
>> ----- Original Message -----
>> From: "Robert Jaquiss" <rjaquiss at earthlink.net>
>> To: "NFB Webmaster's List" <nfb-web at nfbnet.org>
>> Sent: Sunday, April 25, 2010 7:32 PM
>> Subject: [Nfb-web] Looking for a way to include a block of code on many
>> pages
>>
>>
>> Hello:
>>
>> I am putting a site together that will have many pages. On each page,
>> I
>> would like to include a logo and subtitle. My question is, is there a way
>> to
>> do this or do I just simply copy the code. I was hoping that there was
>> something like an include function like in C. Thank you.
>>
>> Regards,
>>
>> Robert
>> _______________________________________________
>> Nfb-web mailing list
>> Nfb-web at nfbnet.org
>> http://www.nfbnet.org/mailman/listinfo/nfb-web_nfbnet.org
>> To unsubscribe, change your list options or get your account info for
>> Nfb-web:
>> http://www.nfbnet.org/mailman/options/nfb-web_nfbnet.org/pdonahue1%40sbcglobal.net
>>
>>
>> _______________________________________________
>> Nfb-web mailing list
>> Nfb-web at nfbnet.org
>> http://www.nfbnet.org/mailman/listinfo/nfb-web_nfbnet.org
>> To unsubscribe, change your list options or get your account info for
>> Nfb-web:
>> http://www.nfbnet.org/mailman/options/nfb-web_nfbnet.org/lists%40zufelt.ca
>
> _______________________________________________
> Nfb-web mailing list
> Nfb-web at nfbnet.org
> http://www.nfbnet.org/mailman/listinfo/nfb-web_nfbnet.org
> To unsubscribe, change your list options or get your account info for
> Nfb-web:
> http://www.nfbnet.org/mailman/options/nfb-web_nfbnet.org/gwunder%40earthlink.net
>
More information about the NFB-Web
mailing list