I've been searching forever and finally found instructions on how to do extended (expanded, more and less) entries for Expression Engine. I just wasn't using the correct search terms, I guess. Anyway, here's
the link for future reference.
Posted by LaDonna at 03:05 PM on 02/15/05 • Permalink •
Comments [0]
• Filed under:
Blogging • Expression Engine •
I forgot to mention with this week's chaos that we went to the zoo last weekend. Pics are posted in the
gallery. Excuse some of the blurry and/or dark ones. Kids kept bumping me as I was shooting. I'll lighten some of the dark ones later when I get a chance.
Posted by LaDonna at 11:34 AM on 02/13/05 • Permalink •
Comments [0]
• Filed under:
Entertainment •
So, I made the huge mistake of taking the meds this morning on an empty stomach. Mixed with the fact that there was no bottled water at work this morning and being a little pissed about not all the dough being done while I was out the two days, it was a big mistake. I ended up hurling. Fun. It really ate up my insides and don't feel like doing that anytime soon again. I need to take them again because my face hurts like hell, but I haven't eaten yet and we're supposedly going to McDonald's for dinner, but Mike isn't here yet and I'm starving...WAH!
Posted by LaDonna at 01:47 PM on 02/12/05 • Permalink •
Comments [0]
• Filed under:
Health •
So, ever since
Chris Pirillo used to write about
Peet’s and ever since I found out from my friend that works at Starbucks that there is a Peet’s in town, I’ve been meaning to look it up. Here’s the address for future reference:
PEET’S CHERRY CREEK
2500 E. Second Avenue
Denver CO 80206
From the map, it sits on 2nd between Columbine and Josephine. I’ll have to check it out one day. Apparently, Peet’s taught Starbucks everything it knows.
Posted by LaDonna at 12:31 PM on 02/12/05 • Permalink •
Comments [0]
• Filed under:
Food •
I've been wanting dropdown type categories and stuff, but I don't like the dropdown look, especially in Safari. I really wanted something like the boxes at
So Very Posh. Well, I found the code for jumpboxes (as they're called) over at
Scriptygoddess. I figured out how to adapt Expression Engine code to make them work on this site. I'm posting the codes here for future reference:
<form name="jump1">
<select name="jumpbox" class="jumpbox" OnChange="document.location=jump1.jumpbox.options[selectedIndex].value">
<option selected>Recent Entries...</option>
{exp:weblog:entries orderby="date" sort="desc" limit="15" weblog="{master_weblog_name}" dynamic="off"}
<option value="{title_permalink=weblog/index}">{title}</option>
{/exp:weblog:entries}
</select>
</form>
<form name="jump2">
<select name="jumpbox" class="jumpbox" OnChange="document.location=jump2.jumpbox.options[selectedIndex].value">
<option selected>Monthly Archives...</option>
{exp:weblog:month_links weblog="{master_weblog_name}"}
<option value="{path=weblog/index}">{month} {year}</option>
{/exp:weblog:month_links}
</select>
</form>
<form name="jump3">
<select name="jumpbox" class="jumpbox" OnChange="document.location=jump3.jumpbox.options[selectedIndex].value">
<option selected>Category Archives...</option>
{exp:weblog:categories weblog="{master_weblog_name}" style="nested"}
<option value="{path=weblog/index}">{category_name}</option>
{/exp:weblog:categories}
</select>
</form>
I used the following code to style them with CSS:
Update: Damn, they still look like dropdowns in Safari. Oh, well. At least I can style them to look decent in Firefox.
« All Done!
Posted by LaDonna at 07:54 AM on 02/11/05 • Permalink •
Comments [0]
• Filed under:
Blogging • Expression Engine •
Page 2 of 4 pages < 1 2 3 4 >
Page rendered in 0.0758 seconds