The Forge Forums Read-only Archives
The live Forge Forums
|
Articles
|
Reviews
Welcome,
Guest
. Please
login
or
register
.
March 05, 2014, 08:35:06 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Forum changes:
Editing of posts has been turned off until further notice.
Search:
Advanced search
275647
Posts in
27717
Topics by
4283
Members Latest Member:
-
otto
Most online today:
55
- most online ever:
429
(November 03, 2007, 04:35:43 AM)
The Forge Archives
General Forge Forums
Endeavor
(Moderator:
Ron Edwards
)
[Game Chef 2009] Mark Your Calendars for Aug 31
Pages:
1
[
2
]
« previous
next »
Author
Topic: [Game Chef 2009] Mark Your Calendars for Aug 31 (Read 3742 times)
Tark
Member
Posts: 34
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #15 on:
September 08, 2009, 08:29:26 PM »
I might be able to fix it via the advanced settings under the design tab. Lemme copy/paste what I'm seeing so you can tell me what I need to be doing.
Quote
THIS IS THE HTML OF THE PAGE the first tab of th advanced setting.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
">
<html xmlns="
http://www.w3.org/1999/xhtml
" xml:lang="en" lang="en">
<head>
<title>%%TITLE%%</title>
<!--[if IE 7]>
<style>
p {
line-height:20px;
padding-bottom:0;
}
h1 {
font-size:20px;
font-weight:normal;
color:#fff;
padding-bottom:0;
}
h2 {
font-size:16px;
font-weight:normal;
color:#999999;
padding-bottom:0;
}
#navigation {
float:left;
background-color:#0a161b;
width:948px;
font-size:12px;
color:#060e11;
padding:16px 0px 0px 0px;
}
#navigation-links li {
float:left;
display:inline;
font-size:1em;
padding:0px 20px 10px 0px;
border:1px solid red;
}
</style>
<![endif]-->
</head>
<body>
<div id="wrapper">
<div id="sitename">%%TITLE%%</div>
<div class="weebly_header"></div>
<div id="navigation">%%MENU%%</div>
<div id="content-wrapper">
<div id="contents">
%%CONTENT%%
</div>
<div id="footer">
<div id="footer-contents">%%WEEBLYFOOTER%%<div>
</div>
</div>
</div>
</body>
</html>
The next bit is a tab labeled CSS.
Quote
CSS
*|* {
margin:0pt;
padding:0pt;
}
body {
background: transparent url(background.gif) repeat-x center top;
background-color:#0d1216;
font-family:Georgia,"times new roman",serif;
font-size:13px;
color:#4f7288;
margin:0;
padding:0;
}
p {
line-height:1.5;
padding-bottom:12px;
}
h1 {
font-family:Georgia,"times new roman",serif;
font-size:20px;
font-weight:normal;
color:#fff;
line-height:1.5;
}
h2 {
font-family:Georgia,"times new roman",serif;
font-size:18px;
font-weight:normal;
color:#ffffff;
line-height:1.5;
}
#wrapper {
width:960px;
margin:0pt auto;
}
#sitename {
height:63px;
width:960px;
font-size:30px;
color:#cccccc;
font-weight:normal;
padding-top:25px;
}
#content-wrapper {
background:transparent url(content_background.jpg) repeat-x center top;
float:left;
width:960px;
margin-top:9px;
margin-right:0px;
padding-bottom:25px;
}
#navigation {
float:left;
background-color:#0a161b;
width:948px;
font-size:12px;
color:#060e11;
padding:16px 0px 0 12px;
}
#navigation ul {
float:left;
padding:0 10px 0 0;
margin-left:0;
}
#navigation li {
float:left;
display:inline;
height:30px;
font-size:1em;
padding:0px 20px 6px 10px;
}
#navigation a:link {
color:#fff;
text-decoration:none;
}
#navigation a:hover {
color:#fff;
text-decoration:none;
}
#navigation a:visited {
color:#fff;
text-decoration:none;
}
#active a:link {
color:#63afde;
text-decoration:none;
}
#active a:hover {
color:#63afde;
text-decoration:none;
}
#active a:visited {
color:#63afde;
text-decoration:none;
}
a:link, a:hover, a:visited {
color:#63afde;
font-weight:normal;
text-decoration:none;
}
.weebly_header {
background:transparent url(%%HEADERIMG%%) no-repeat center top;
float:left;
width:960px;
height:314px;
}
#contents {
width:920px;
min-height:500px;
height:auto !important;
height:500px;
padding:20px;
}
#footer {
float:left;
width:960px;
height:36px;
margin:20px 0 30px 0;
background-color:#0c1c23;
}
#footer-contents {
float:left;
font-family:Georgia,"times new roman",serif;
padding:11px 0px 0 20px;
width:940px;
height:28px;
}
input {
background-color:#394c5b;
border:1px solid #999;
font-size:12px;
color:#97c4e0;
}
textarea {
background-color:#394c5b;
border:1px solid #999;
font-size:12px;
color:#97c4e0;
}
div#commentArea div.blogCommentOwner {
background: #323242;
border: 1px solid #505060;
}
/****************************** flyout menus ******************************/
#weebly-menus .weebly-menu-wrap {
z-index: 5000;
}
#weebly-menus .weebly-menu {
padding: 0;
margin: 0;
list-style: none;
}
#weebly-menus .weebly-menu li {
float: left;
clear: left;
width: 170px;
text-align: left;
}
#weebly-menus .weebly-menu li a {
position: relative;
display: block;
width: 100%;
background: #2a3e4e;
border-right: 1px solid #394c5b;
border-left: 1px solid #394c5b;
border-bottom: 1px solid #394c5b;
text-decoration: none;
font-size: 11px;
font-weight: normal;
line-height:1;
padding:5px;
color: #fff;
}
#weebly-menus .weebly-menu li a:hover {
background: #2a3e4e;
}
#weebly-menus span.weebly-menu-title {
display: block;
padding: 5px 10px;
}
#weebly-menus span.weebly-menu-more {
background: transparent url(
http://images.weebly.com/weebly/images/submenu_arrow.gif
) no-repeat center top;
display: block;
position: absolute;
right: 5px;
top: 0;
font-family: Courier;
height: 28px;
line-height: 28px;
padding:3px 0 3px 0;
}
Logged
My Evil Contribution to RPG.net
Winner of the 2009-08 Game Desgin contest.
Jonathan "Tark" Palm
Tark
Member
Posts: 34
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #16 on:
September 08, 2009, 08:32:41 PM »
This appears to let me manipulate the thtmeme though I still can't find a way to directly manipulate the HTML of a specific page.
Logged
My Evil Contribution to RPG.net
Winner of the 2009-08 Game Desgin contest.
Jonathan "Tark" Palm
Tark
Member
Posts: 34
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #17 on:
September 08, 2009, 08:43:37 PM »
Digging further I found a drag option to allow me to add custom HTML to a page. So what custom HTML should I add to get this thing rolling?
Logged
My Evil Contribution to RPG.net
Winner of the 2009-08 Game Desgin contest.
Jonathan "Tark" Palm
Paul Czege
Acts of Evil Playtesters
Member
Posts: 2341
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #18 on:
September 08, 2009, 09:04:32 PM »
You don't need to make changes to the html of the blog. I dunno man. The recommendation of the w3 feed validator is that your feed xml should have something like the following in the channel section:
Quote
<atom:link href="
http://jtarkpalmerwritings.weebly.com/1/feed
" rel="self" type="application/rss+xml" />
But yours is an RSS feed, not an atom feed. And it's programmatically generated. So my hope would be that the Weebly software would be getting it right.
You need someone who understands RSS better than I do.
Paul
Logged
My Life with Master
knows codependence.
And if you're doing anything with your
Acts of Evil
ashcan license
, of course I'm curious and would love to hear about your plans
Tark
Member
Posts: 34
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #19 on:
September 09, 2009, 03:44:30 AM »
That's ok gmails being a bitch today so let's open a hotmail and wordpress account and go to town.
Logged
My Evil Contribution to RPG.net
Winner of the 2009-08 Game Desgin contest.
Jonathan "Tark" Palm
Tark
Member
Posts: 34
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #20 on:
September 09, 2009, 01:31:33 PM »
*sigh* No way to get into my gmail account as of yet so, gonna have a new wordpress blog and stuff going by the weekend so I can get this show on the road already.
Logged
My Evil Contribution to RPG.net
Winner of the 2009-08 Game Desgin contest.
Jonathan "Tark" Palm
Jonathan Walton
Member
Posts: 1309
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #21 on:
September 09, 2009, 01:45:57 PM »
Tark,
Take a deep breath. This will all be okay. Starting a game later than everybody else isn't a big deal. I just added a couple new blogs to the feed yesterday. You've got all the time in the world (at least until the end of the month).
Logged
-
One Thousand One
-
Bleeding Play
Jonathan Walton
Member
Posts: 1309
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #22 on:
September 09, 2009, 08:15:46 PM »
The master list of Week One winners is
up here
, listing the 12 games that have been submitted so far and their medals in an easy-to-navigate chart.
Logged
-
One Thousand One
-
Bleeding Play
David Artman
Member
Posts: 570
Designer & Producer
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #23 on:
September 10, 2009, 08:29:39 AM »
Quote from: Jonathan Walton on September 09, 2009, 08:15:46 PM
The master list of Week One winners is
up here
, listing the 12 games that have been submitted so far and their medals in an easy-to-navigate chart.
Quick suggestion: Add ALT attributes to (at least) the top row of medals, so that when one hovers the mouse over, one can see what they mean. (I'll also note that ALT is technically a required tag, I suppose for accessibility or search engine spiders.)
Looks like it's already a success! Lots of traffic and talk, already a stack of games to read/plat/wish I could play.
Maybe I need to ponder the ingredients more.... (They sort of had me stumped, last week, and then Dragon*Con tore my brain out and I haven't thought much since.)
Logged
Designer -
GLASS
,
Icehouse Games
Editor -
Perfect
,
Passages
Jonathan Walton
Member
Posts: 1309
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #24 on:
September 10, 2009, 01:55:01 PM »
Good suggestion, David. I actually did it with the TITLE tag, which seems to work for more browsers than ALT.
Logged
-
One Thousand One
-
Bleeding Play
David Artman
Member
Posts: 570
Designer & Producer
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #25 on:
September 11, 2009, 06:17:01 AM »
Quote from: Jonathan Walton on September 10, 2009, 01:55:01 PM
Good suggestion, David. I actually did it with the TITLE tag, which seems to work for more browsers than ALT.
Yeah, I usually use both--I'm pretty sure WindowsEyes and other screen readers use the ALT tag; and having done a smidgen of search, I have no clue what "title" is supposed to do for IMG--it's a generic attribute, usable on all sorts of elements, so...?
Anyhow... all sorted, and much easier to review. (Heh... although now I sort of wish the ALT tag had a brief description in it for what some of the more esoteric medals like "networked". NOT a major problem... hmmm, but you could put an onmouseover event that changes the status bar text to the definition of a medal: it's simple JavaScript code that you can find all over the net. But, you know, it's all good--thanks for all you've already done!)
Logged
Designer -
GLASS
,
Icehouse Games
Editor -
Perfect
,
Passages
Tark
Member
Posts: 34
Re: [Game Chef 2009] Mark Your Calendars for Aug 31
«
Reply #26 on:
September 11, 2009, 01:59:02 PM »
http://jmpalmersgamechefblog.wordpress.com/
Let's see if that works.
Logged
My Evil Contribution to RPG.net
Winner of the 2009-08 Game Desgin contest.
Jonathan "Tark" Palm
Pages:
1
[
2
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Welcome to the Archives
-----------------------------
=> Welcome to the Archives
-----------------------------
General Forge Forums
-----------------------------
=> First Thoughts
=> Playtesting
=> Endeavor
=> Actual Play
=> Publishing
=> Connections
=> Conventions
=> Site Discussion
-----------------------------
Archive
-----------------------------
=> RPG Theory
=> GNS Model Discussion
=> Indie Game Design
-----------------------------
Independent Game Forums
-----------------------------
=> Adept Press
=> Arkenstone Publishing
=> Beyond the Wire Productions
=> Black and Green Games
=> Bully Pulpit Games
=> Dark Omen Games
=> Dog Eared Designs
=> Eric J. Boyd Designs
=> Errant Knight Games
=> Galileo Games
=> glyphpress
=> Green Fairy Games
=> Half Meme Press
=> Incarnadine Press
=> lumpley games
=> Muse of Fire Games
=> ndp design
=> Night Sky Games
=> one.seven design
=> Robert Bohl Games
=> Stone Baby Games
=> These Are Our Games
=> Twisted Confessions
=> Universalis
=> Wild Hunt Studios
-----------------------------
Inactive Forums
-----------------------------
=> My Life With Master Playtest
=> Adamant Entertainment
=> Bob Goat Press
=> Burning Wheel
=> Cartoon Action Hour
=> Chimera Creative
=> CRN Games
=> Destroy All Games
=> Evilhat Productions
=> HeroQuest
=> Key 20 Publishing
=> Memento-Mori Theatricks
=> Mystic Ages Online
=> Orbit
=> Scattershot
=> Seraphim Guard
=> Wicked Press
=> Review Discussion
=> XIG Games
=> SimplePhrase Press
=> The Riddle of Steel
=> Random Order Creations
=> Forge Birthday Forum