[prev in list] [next in list] [prev in thread] [next in thread] 

List:       quanta
Subject:    [Quanta] Java Script
From:       "Susan Penter" <susan.penter () gmail ! com>
Date:       2008-10-23 14:39:39
Message-ID: 74a486090810230739x23c799f4y98bdc125c1601f71 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Today I have moved over to Quanta after finding Kompozer and other sites I
have tried as an amateur not up to scratch as I am now moving in to full
time web designing.

For some reason My Java date applet has stopped working though, I uploaded
my page up to the site with File Zilla just as before so unless for some
reason Quanta has disabled the code I don't know how it could be working
yesterday and not today.  Thanks

Here is my code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html lang="en">
<head>
  <meta content="text/html; charset=us-ascii" http-equiv=
  "Content-Type">

  <title>Penterprises Creative Solutions</title>
  <meta content="text/html; charset=us-ascii" http-equiv=
  "content-type">
  <meta content="Home Page" name="description">
  <script type="text/javascript" src="brand">
</script>
  <link rel="stylesheet" type="text/css" href="mainstyles.css">
  <meta content="Susan Penter" name="author">
  <meta content="web design, creativity" name="description">
</head>

<body>
    <div id="navigation">
      <script type="JavaScript">
<!--
      var now = new Date();
      var days = new Array(
      'Sunday','Monday','Tuesday',
      'Wednesday','Thursday','Friday','Saturday');
      var months = new Array(
      'January','February','March','April','May',
      'June','July','August','September','October',
      'November','December');
      var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();
      function fourdigits(number) {
      return (number < 1000) ? number + 1900 : number;}
      today = days[now.getDay()] + ", " +
      months[now.getMonth()] + " " +
      date + ", " +
      (fourdigits(now.getYear()));
      document.write(today);
      //-->
      </script><br>
      <br>
      <img style="width: 200px; height: 105px;" alt="Site Logo"
      src="images/logo.jpg"> <?php include('mainmenu.php'); ?><br>
      <a href=
      "mailto:penterprises.creative.solutions@googlemail.com">Request
      Quote</a><br>
      Tel. 0113 2392034<br>
      Mob. 0798 411 9231
    </div>

    <div id="content">
      <h2>Penterprises Creative Solutions for ...</h2>

      <div id="business">
        <h2>Business</h2>

        <p>Are you looking for a way to advertise your business
        online but don't want to pay hundreds of pounds or don't
        have the skills to do it yourself? Penterprises Creative
        Solutions provides websites to suit every budget ranging
        from one off single pages hosted for free to a
        comprehensive site with ongoing maintenance.</p>
      </div>

      <div id="schools">
        <h2>Schools</h2>

        <p>Are you struggling to meet the drama elements of the
        literacy strategy? Would you like assistance embedding
        drama across the curriculum or help with organizing a whole
        school arts day?</p>
      </div>

      <div id="occasions">
        <h2>Weddings</h2>

        <p>Are you planning a wedding on a budget and would like
        your own individual theme? Penterprises Creative Solutions
        for weddings include hand crafted or printed stationary and
        wedding websites complete with interactive gift list - no
        longer tying you to one department store.</p>
      </div>
    </div>
  </div>
</body>
</html>


-- 
OPC for Lanteglos-by-Fowey
http://www.cornwall-opc.org/Par_new/l_m/lanteglos_fowey.php

OPC coordinator for Wiltshire
http://www.rootsweb.ancestry.com/~engwopcp/

Secretary to the PCC St. Michael's Headingley
http://www.st-michaels-headingley.org.uk/

[Attachment #5 (text/html)]

Today I have moved over to Quanta after finding Kompozer and other sites I have tried \
as an amateur not up to scratch as I am now moving in to full time web \
designing.<br><br>For some reason My Java date applet has stopped working though, I \
uploaded my page up to the site with File Zilla just as before so unless for some \
reason Quanta has disabled the code I don&#39;t know how it could be working \
yesterday and not today.&nbsp; Thanks<br> <br>Here is my code:<br><br>&lt;!DOCTYPE \
HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot;<br>&quot;<a \
href="http://www.w3.org/TR/html4/strict.dtd">http://www.w3.org/TR/html4/strict.dtd</a>&quot;&gt;<br><br>&lt;html \
lang=&quot;en&quot;&gt;<br> &lt;head&gt;<br>&nbsp; &lt;meta content=&quot;text/html; \
charset=us-ascii&quot; http-equiv=<br>&nbsp; \
&quot;Content-Type&quot;&gt;<br><br>&nbsp; &lt;title&gt;Penterprises Creative \
Solutions&lt;/title&gt;<br>&nbsp; &lt;meta content=&quot;text/html; \
charset=us-ascii&quot; http-equiv=<br> &nbsp; &quot;content-type&quot;&gt;<br>&nbsp; \
&lt;meta content=&quot;Home Page&quot; name=&quot;description&quot;&gt;<br>&nbsp; \
&lt;script type=&quot;text/javascript&quot; \
src=&quot;brand&quot;&gt;<br>&lt;/script&gt;<br>&nbsp; &lt;link \
rel=&quot;stylesheet&quot; type=&quot;text/css&quot; \
href=&quot;mainstyles.css&quot;&gt;<br> &nbsp; &lt;meta content=&quot;Susan \
Penter&quot; name=&quot;author&quot;&gt;<br>&nbsp; &lt;meta content=&quot;web design, \
creativity&quot; name=&quot;description&quot;&gt;<br>&lt;/head&gt;<br><br>&lt;body&gt;<br>&nbsp;&nbsp;&nbsp; \
&lt;div id=&quot;navigation&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;script \
type=&quot;JavaScript&quot;&gt;<br>&lt;!--<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var now \
= new Date();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var days = new \
Array(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&#39;Sunday&#39;,&#39;Monday&#39;,&#39;Tuesday&#39;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&#39;Wednesday&#39;,&#39;Thursday&#39;,&#39;Friday&#39;,&#39;Saturday&#39;);<br> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var months = new \
Array(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&#39;January&#39;,&#39;February&#39;,&#39;March&#39;,&#39;April&#39;,&#39;May&#39;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&#39;June&#39;,&#39;July&#39;,&#39;August&#39;,&#39;September&#39;,&#39;October&#39;,<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&#39;November&#39;,&#39;December&#39;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var date = \
((now.getDate()&lt;10) ? &quot;0&quot; : &quot;&quot;)+ \
now.getDate();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function fourdigits(number) \
{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return (number &lt; 1000) ? number + 1900 : \
number;}<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; today = days[now.getDay()] + &quot;, \
&quot; +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; months[now.getMonth()] + &quot; &quot; \
+<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; date + &quot;, &quot; \
+<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
(fourdigits(now.getYear()));<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
document.write(today);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //--&gt;<br> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;/script&gt;&lt;br&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;br&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;img style=&quot;width: 200px; \
height: 105px;&quot; alt=&quot;Site Logo&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
src=&quot;images/logo.jpg&quot;&gt; &lt;?php include(&#39;mainmenu.php&#39;); \
?&gt;&lt;br&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a \
href=<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;mailto:<a \
href="mailto:penterprises.creative.solutions@googlemail.com">penterprises.creative.solutions@googlemail.com</a>&quot;&gt;Request<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
Quote&lt;/a&gt;&lt;br&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tel. 0113 \
2392034&lt;br&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mob. 0798 411 \
9231<br>&nbsp;&nbsp;&nbsp; &lt;/div&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;div \
id=&quot;content&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;h2&gt;Penterprises \
Creative Solutions for ...&lt;/h2&gt;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div \
id=&quot;business&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;h2&gt;Business&lt;/h2&gt;<br> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;p&gt;Are you looking for a way to advertise your \
business<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; online but don&#39;t want to \
pay hundreds of pounds or don&#39;t<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
have the skills to do it yourself? Penterprises Creative<br> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Solutions provides websites to suit every \
budget ranging<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from one off single \
pages hosted for free to a<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
comprehensive site with ongoing \
maintenance.&lt;/p&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;/div&gt;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div \
id=&quot;schools&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;h2&gt;Schools&lt;/h2&gt;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;p&gt;Are you struggling to meet the drama elements of \
the<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; literacy strategy? Would you like \
assistance embedding<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; drama across the \
curriculum or help with organizing a whole<br> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; school arts \
day?&lt;/p&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;/div&gt;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div \
id=&quot;occasions&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;h2&gt;Weddings&lt;/h2&gt;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;p&gt;Are you planning a wedding on a budget and would like<br> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; your own individual theme? Penterprises \
Creative Solutions<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for weddings include \
hand crafted or printed stationary and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
wedding websites complete with interactive gift list - \
no<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; longer tying you to one department \
store.&lt;/p&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;/div&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/div&gt;<br>&nbsp; \
&lt;/div&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br clear="all"><br>-- <br>OPC for \
Lanteglos-by-Fowey<br><a \
href="http://www.cornwall-opc.org/Par_new/l_m/lanteglos_fowey.php">http://www.cornwall-opc.org/Par_new/l_m/lanteglos_fowey.php</a><br>
 <br>OPC coordinator for Wiltshire<br><a \
href="http://www.rootsweb.ancestry.com/~engwopcp/">http://www.rootsweb.ancestry.com/~engwopcp/</a><br><br>Secretary \
to the PCC St. Michael&#39;s Headingley<br><a \
href="http://www.st-michaels-headingley.org.uk/">http://www.st-michaels-headingley.org.uk/</a><br>
 <br><br>



_______________________________________________
Quanta mailing list
Quanta@mail.kde.org
https://mail.kde.org/mailman/listinfo/quanta


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic