Месяц: Чэрвень 2008

Sample Alpha

Апублікавана – Чэрвень 20, 2008

Lorem ipsum dolor sit amet, placerat mauris elit nulla. Urna non in elit, donec dictum laoreet adipiscing odio, orci in congue, fames dis vivamus magnis, porta consequat aliquet. Lorem ipsum dolor sit amet, placerat mauris elit nulla. Urna non in elit, donec dictum laoreet adipiscing odio, orci in congue, fames dis vivamus magnis, porta consequat aliquet.

Lorem ipsum dolor sit amet, placerat mauris elit nulla. Urna non in elit, donec dictum laoreet adipiscing odio, orci in congue, fames dis vivamus magnis, porta consequat aliquet. Lorem ipsum dolor sit amet, placerat mauris elit nulla. Urna non in elit, donec dictum laoreet adipiscing odio, orci in congue, fames dis vivamus magnis, porta consequat aliquet.

Lorem ipsum dolor sit amet, placerat mauris elit nulla. Urna non in elit, donec dictum laoreet adipiscing odio, orci in congue, fames dis vivamus magnis, porta consequat aliquet. Lorem ipsum dolor sit amet, placerat mauris elit nulla. Urna non in elit, donec dictum laoreet adipiscing odio, orci in congue, fames dis vivamus magnis, porta consequat aliquet.

Больш…

Gallery Aleph

Апублікавана – Чэрвень 20, 2008

WordPress version 2.5 brought built-in image galleries.

Photos © 2007 Brianna Privett

Preformatted & Code

Апублікавана – Чэрвень 20, 2008

These don’t follow the ‘greenscreen’ style in Hardy’s Scribbish. Instead, they look like this:

Code tags usually style references to things like files names inline: comments.php, or things you should type exactly:

for file in *.html ; do mv $file `echo $file | sed 's/\(.*\.\)html/\1php/'` ; done

While pre tags make preformatted text in a block, like:

/*
 * Switch to stack of the new process and set up
 * his segmentation registers.
 */
retu(rp->p_addr);
sureg();
/*
 * If the new process paused because it was
 * swapped out, set the stack level to the last call
 * to savu(u_ssav).  This means that the return
 * which is executed immediately after the call to aretu
 * actually returns from the last routine which did
 * the savu.
 *
 * You are not expected to understand this.
 */
if(rp->p_flag&SSWAP) {
	rp->p_flag =& ~SSWAP;
	aretu(u.u_ssav);
}
/*
 * The value returned here has many subtle implications.
 * See the newproc comments.
 */
return(1);

that.

Lists

Апублікавана – Чэрвень 20, 2008

Simplish attempts to have good basic element style coverage, including your varieties of HTML lists:

Ordered lists

  1. contain lists
  2. of numbered things
  3. Can contain sub-lists
    • of other stuff,
    • even in a sub-unordered list
  4. Sublist, ordered
    1. First sub-thing
    2. Second sub-thing
  5. The End

Unordered lists

  • don’t
  • have
  • numbers
  • Sublists might be ordered
    1. which might themselves be lists, in order
    2. whether or not it’s groceries
  • Or not
    • Positive
    • Negative
  • The End, Part the Second

Definition Lists

Definition List
An [X]HTML element that’s handy for word and acronym expansions, descriptions, and, yes, definitions.
UNIX
Isn’t an acronym.
GNU
Is. It stands for GNU’s Not UNIX.