[Javascript] Code optimization

Terry Riegel riegel at clearimageonline.com
Mon Aug 14 23:10:59 CDT 2006


Thanks everyone for your suggestions and help with this. I think I  
need to do about 100 projects like this before the concepts really  
stick in my mind. I am very grateful to everyone on this list for  
their help.

If anyone is interested in the solution it is at ...

http://clearimageonline.com/projects/filebrowser/filebrowser2.html


Terry Riegel


On Aug 14, 2006, at 11:43 PM, Troy III Ajnej wrote:

> Good point! -But as you see he is trying to get rid of as much html  
> code as posible!
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>                                          Troy III
>                            progressive art enterprise
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> > From: mdougherty at pbp.com
> > Subject: Re: [Javascript] Code optimization
> > To: javascript at LaTech.edu
> > Date: Mon, 14 Aug 2006 23:44:30 -0400
> >
> > Is there a reason why the "filelist" is not marked up as a list?
> >
> >   <ul id="filelist">
> >    <li class="NOR PRI DIR" id="images"><a ...><img>1</a></li>
> >    <li class="NOR PUB TXT" id="bugs.txt"><a ...><img>2</a></li>
> >    <li class="SEL PRI PDF" id="bugs.pdf"><a ...><img>3</a></li>
> >    <li class="NOR PUB MOV" id="bugs.mov"><a ...><img>4</a></li>
> >   </ul>
> >
> > or maybe
> >    <li class="NOR PRI DIR" id="images">
> >      <a href='image_clicked'><img></a>
> >      <a href='text_clicked'>1</a>
> >    </li>
> >
> > Forgive me if this is unrelated to the issue; I was not paying  
> much attention earlier.
> > _______________________________________________
> > Javascript mailing list
> > Javascript at LaTech.edu
> > https://lists.LaTech.edu/mailman/listinfo/javascript
>
> With MSN Spaces email straight to your blog. Upload jokes, photos  
> and more. It's free! It's free!
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20060815/399967fa/attachment.htm>


More information about the Javascript mailing list