Front Page All Articles Recent Changes Random Article

Contents

Concatenative language

  • ACL
  • Ait
  • Aocla
  • Breeze
  • Cat
  • Cognate
  • colorForth
  • CoSy
  • Deque
  • Elymas
  • Enchilada
  • ETAC
  • F
  • Factor
  • Forth
  • Freelang
  • Gershwin
  • Joy
  • Kitten
  • lang5
  • Lviv
  • min
  • mjoy
  • Mlatu
  • Ode
  • Om
  • Onyx
  • Plorth
  • Popr
  • Porth
  • PostScript
  • Quackery
  • r3
  • Raven
  • Retro
  • Staapl
  • Stabel
  • Trith
  • Worst
  • xs
  • XY
  • 5th
  • 8th

Other languages

  • APL
  • C++
  • Erlang
  • FP trivia
  • Haskell
  • Io
  • Java
  • JavaScript
  • Lisp
  • ML
  • Oberon
  • RPL
  • Self
  • Slate
  • Smalltalk

Computer Science

  • Type systems
  • Language paradigms
  • Compilers
  • Interpreters
  • Garbage collection

Meta

  • Search
  • Farkup wiki format
  • People
  • Etiquette
  • Sandbox

Factor/Cookbook/Website

Web tips

Add a picture to a page

  • add a static responder
home "pics" append-path <static> "pictures" add-responder
  • place images in directory
+misc
+temp
+work
    +foo
        +bar
        +pics
             -image1.png
             -image2.png
         + ...
  • link image in web page
 
<div>
<li>first picture <img src="./pictures/image1.png" /></li> 
<li>second picture <img src="./pictures/image2.png" /></li> 
</div>

This can also be useful for css files if you don't want to include style-sheet in html for bandwidth reasons.

This revision created on Fri, 31 Oct 2008 17:19:46 by jeff

Latest Revisions Edit

All content is © 2008-2023 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license.