|
How to make your own dropdowns
[ Dropdown Depot ]
There are basically four kinds of dropdowns on Keenspace comic sites: The Keenspace Dropdown, Storyline Dropdowns, Standard Genre Dropdowns and Randomly-Ordered Genre Dropdowns. We will discuss how to participate in them in order:
The Keenspace Dropdown
--removed--
|
This dropdown has been removed due to the fact that adds 100K to the page; and with over 1,600 comics to scroll through, it's not feasible to use anyway.
If you've already got it, do yourself, your readers, and the admin a favour and ditch it for a smaller dropdown or two.
Your pages will load faster (leading to happier readers and admin), and you'll be easier to find by people reading similar comics (happier you).
|
|
Storyline Dropdowns
|
A storyline dropdown is used by one comic to give the readers an easy way to jump from one storyline to another within the comic. Instructions for creating the storyline dropdown are included in the Keenspace Tagtorial, specifically on This Page. In short, you must create a text file in your /workspace/data directory which specifies the URLs, names and/or dates of the storylines, in a specific format. As an example,
SUPEROSITY HOMEPAGE,/
ARCHIVES BY DATE,/calendar.html
SUPEROSITY SUPERSTORE,/store/
PARKEMON ANIMATED SHORT,/parkemon/parkemon.htm
ALFDOT: NEWS FOR MORONS,/alfdot/
---------------------,/
Superosity Storylines,/
Best Friend,/d/19980301.html
Marlene's Story,/d/19980308.html
[etc...]
Then on your page put the Keentag ***storyline***
|
|
Standard Genre Dropdown
|
The Genre dropdowns are usually maintained by one person, and signup is often on the Dropdowns and Crossovers forum, and/or on a page reached by clicking on the dropdown graphic. The signup process should include instructions for adding the dropdown to your own page, but basically it consists of adding code like the following to your page: <SCRIPT LANGUAGE="javascript" SRC="http://gear.keenspace.com/scripts/unikeen.js"></SCRIPT>
of course the actual URL of the script is what goes in the SRC= section.
|
To make your own Standard Genre Dropdown:
Copy the following into a text file with a filename that ends in .js . Edit the text to fit your needs (according to the included notes) and place the file in any useful directory whose URL you know, adding the appropriate SCRIPT tag, in this case <SCRIPT LANGUAGE="javascript" SRC="http://gear.keenspace.com/scripts/sample.js"></SCRIPT>.
| |