User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 09:40, 17 June 2010 (diff | hist) . . (-163) . . S2 Guide: Table of Contents
- 09:38, 17 June 2010 (diff | hist) . . (+112) . . m Help:Contents (→Source highlighting)
- 09:30, 17 June 2010 (diff | hist) . . (+27) . . m S2 Cookbook: A Testbed Layout
- 09:20, 17 June 2010 (diff | hist) . . (+8) . . m S2 Cookbook: A Testbed Layout (→S2 Testbed Layout)
- 09:20, 17 June 2010 (diff | hist) . . (-18) . . m S2 Cookbook: A Testbed Layout
- 09:17, 17 June 2010 (diff | hist) . . (+1,383) . . N S2 Cookbook: A Testbed Layout (Created page with 'This layout is meant to give you a clean testbed to explore examples with. It gives ONLY the barest basics to get a blank HTML page to load, ensuring your test code is at the fo…')
- 09:14, 17 June 2010 (diff | hist) . . (+32) . . m S2 Guide: Style System Overview
- 09:07, 17 June 2010 (diff | hist) . . (+36) . . S2 Cookbook: Table of Contents
- 09:05, 17 June 2010 (diff | hist) . . (+79) . . S2 Guide: Introduction
- 09:01, 17 June 2010 (diff | hist) . . (-81) . . m S2 Guide: Table of Contents
- 09:00, 17 June 2010 (diff | hist) . . (+65) . . m S2 Guide: Style System Overview
- 08:56, 17 June 2010 (diff | hist) . . (+43) . . S2 Guide: Table of Contents
- 08:55, 17 June 2010 (diff | hist) . . (+49) . . S2 Guide: Table of Contents
- 08:53, 17 June 2010 (diff | hist) . . (+479) . . S2 Cookbook: Pages
- 08:51, 17 June 2010 (diff | hist) . . (+49) . . S2 Cookbook: Table of Contents
- 08:50, 17 June 2010 (diff | hist) . . (+329) . . S2 Cookbook: Introduction
- 08:46, 17 June 2010 (diff | hist) . . (+25) . . Nm S2 Cookbook: Pages (Created page with 'Category: S2 Cookbook')
- 08:46, 17 June 2010 (diff | hist) . . (+25) . . Nm S2 Cookbook: Recent Pages (Created page with 'Category: S2 Cookbook') (current)
- 08:46, 17 June 2010 (diff | hist) . . (+25) . . Nm S2 Cookbook: Tag Page (Created page with 'Category: S2 Cookbook') (current)
- 08:46, 17 June 2010 (diff | hist) . . (+25) . . Nm S2 Cookbook: Archive Pages (Created page with 'Category: S2 Cookbook') (current)
- 08:46, 17 June 2010 (diff | hist) . . (+25) . . Nm S2 Cookbook: Reading Pages (Created page with 'Category: S2 Cookbook') (current)
- 08:46, 17 June 2010 (diff | hist) . . (+25) . . Nm S2 Cookbook: Entry Pages (Created page with 'Category: S2 Cookbook') (current)
- 08:46, 17 June 2010 (diff | hist) . . (+25) . . Nm S2 Cookbook: Entries and Comments (Created page with 'Category: S2 Cookbook') (current)
- 08:46, 17 June 2010 (diff | hist) . . (+25) . . Nm S2 Cookbook: Modules (Created page with 'Category: S2 Cookbook')
- 08:46, 17 June 2010 (diff | hist) . . (+25) . . Nm S2 Cookbook: Converting a CSS design to a layout (Created page with 'Category: S2 Cookbook')
- 08:42, 17 June 2010 (diff | hist) . . (+356) . . S2 Cookbook: Dates (→Getting the current date or time) (current)
- 08:33, 17 June 2010 (diff | hist) . . (+160) . . N S2 Cookbook: Images (Created page with 'The main code dealing with images is the [http://www.dreamwidth.org/customize/advanced/layerbrowse?id=core2#class.Image Image] class. Category: S2 Cookbook') (current)
- 08:22, 17 June 2010 (diff | hist) . . (+160) . . S2 Cookbook: Dates
- 08:18, 17 June 2010 (diff | hist) . . (+284) . . S2 Cookbook: Table of Contents
- 08:15, 17 June 2010 (diff | hist) . . (+104) . . N S2 Cookbook: CSS (Created page with ' == Creating the base stylesheet for a layout == == Adding CSS to a theme == Category: S2 Cookbook') (current)
- 08:14, 17 June 2010 (diff | hist) . . (+167) . . N S2 Cookbook: Properties (Created page with '== Accessing a property == == Setting a property == == Creating a new property == == Putting a property into the customization wizard == Category: S2 Cookbook')
- 08:12, 17 June 2010 (diff | hist) . . (+214) . . N S2 Cookbook: Logic and Flow Control (Created page with '== Perform actions based on conditions == == Cycle through every member of an array == == Cycle through every member of an associative array == == Group together multiple cond…')
- 08:09, 17 June 2010 (diff | hist) . . (+17) . . S2 Cookbook: Table of Contents
- 08:05, 17 June 2010 (diff | hist) . . (+728) . . N S2 Cookbook: Users (Created page with 'Classes that represent users are [http://www.dreamwidth.org/customize/advanced/layerbrowse?id=core2#class.UserLite UserLite] and [http://www.dreamwidth.org/customize/advanced/lay…')
- 08:04, 17 June 2010 (diff | hist) . . (+37) . . S2 Cookbook: Strings
- 07:55, 17 June 2010 (diff | hist) . . (+437) . . N S2 Cookbook: Colors (Created page with 'To work with colors we use the [http://www.dreamwidth.org/customize/advanced/layerbrowse?id=core2#class.Color Color] class. With it, you can work with RGB or HSL values. == Cre…')
- 07:47, 17 June 2010 (diff | hist) . . (+199) . . N S2 Cookbook: Numbers (Created page with ' == Comparing two numbers to see if they are equal or which is greater == == Seeing if a number is odd or even == == Pad a number with 0s to a certain number of digits == [[Ca…')
- 07:33, 17 June 2010 (diff | hist) . . (+27) . . m S2 Cookbook: Strings
- 07:33, 17 June 2010 (diff | hist) . . (+648) . . N S2 Cookbook: Strings (Created page with '== Get the length of a string == <syntaxhighlight lang="s2"> var string x = "stylish"; # Get the length of our example string var int length = $x->length(); # Print out what the…')
- 07:16, 17 June 2010 (diff | hist) . . (+39) . . S2 Guide: Table of Contents
- 07:14, 17 June 2010 (diff | hist) . . (+30) . . N Category:S2 Cookbook (Created page with '{{:S2 Cookbook: Introduction}}') (current)
- 07:13, 17 June 2010 (diff | hist) . . (+92) . . m S2 Cookbook: Dates
- 07:07, 17 June 2010 (diff | hist) . . (+2,175) . . N S2 Cookbook: Dates (first attempt)
- 06:07, 17 June 2010 (diff | hist) . . (+437) . . N S2 Cookbook: Introduction (Created page with 'This cookbook seeks to provide useful examples on how to accomplish tasks in S2. The examples in this cookbook are based off of functions and properties Dreamwidth's <tt>core2.s…')
- 06:06, 17 June 2010 (diff | hist) . . (+308) . . N S2 Cookbook: Table of Contents (Created page with '* S2 Cookbook: Strings * S2 Cookbook: Numbers * S2 Cookbook: Logic * S2 Cookbook: Properties * S2 Cookbook: CSS * S2 Cookbook: Users * [[S2 Cookbook: Date…')
- 22:43, 16 June 2010 (diff | hist) . . (+34) . . S2 Guide: Introduction
- 02:52, 16 June 2010 (diff | hist) . . (+307) . . m S2 Guide: Language Tutorial (→Accessing variables)
- 02:25, 16 June 2010 (diff | hist) . . (+2,575) . . S2 Guide: Language Tutorial (→Operators: this section still needs a lot of work)
- 23:58, 15 June 2010 (diff | hist) . . (+108) . . m S2 Guide: Background
- 23:56, 15 June 2010 (diff | hist) . . (+1,161) . . N S2 Guide: Background (Created page with 'S2 is a programming language designed to be a generic style system for web applications, which can give users a lot of control over their own style. It has properties in common w…')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)