|
Posted by Chris F.A. Johnson on 07/16/07 04:50
On 2007-07-16, windandwaves wrote:
> On Jul 16, 3:44 pm, "Chris F.A. Johnson" <cfajohn...@gmail.com> wrote:
>> On 2007-07-16, windandwaves wrote:
>>
>> > Can you please give me some feedback onhttp://www.sunnysideup.co.nz/clients/corstorphine/
>>
>> <http://woodbine-gerrard.com/testing/corstophine.jpg>
>>
>> > Bear in mind that I still need to do:
>>
>> > a. create a solution for people with small screens (800 x 600)
>> > b. deal with large font / small font sizes
>>
>> That shouldn't be an afterthought. Avoid fixed [px] widths and
>> font sizes from the start and you will have fewer problems.
>
> i will work on that soon!
That's too late. It's the cause of your problems. (I forgot to
mention fixed heights).
>> > The investment page is not completed yet.
>>
>> > If you want to read the source code then I recommend you use firebug.
>>
>> I recommend you use something better to write your code. A single
>> 5K line is absurd.
>
> Totally agree, it is generated by a database I use to construct all
> the pages as HTML - I then upload them. Works a treat. I dont worry
> too much about having them as single lines.
If you want people to help you, you should worry about them. Fix
the program that generates the HTML; it can't be more than a line
or two that needs changing. Or pipe it through a filter before
uploading it, e.g.:
sed 's/<[^/]/\
&/g' > temp.html
--
Chris F.A. Johnson <http://cfaj.freeshell.org>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Navigation:
[Reply to this message]
|