I'm sick of using Blogrolling. I paid for the service a year ago because I wanted more control over the styling of my links. After paying the fee, I couldn't get any decent answers out of them as to how their code is set up. I got "we don't do css support questions" from them. I wasn't asking css questions, jerkwad. Then there was the whole blogrolling outage last September where the news page says "the server migration went well" and then everybody goes on vacation or something. No news for 4 days as to the problem. I could've sworn I wrote about all of this on my blog, but it must've been in other's comments as I can't find mention of it anywhere on my site. Oh, well. I found some sites last night that describe how to set up a blogroll as another EE site. I just need to know how one could show the sites as recently updated or not. That's one of my favorite features. Worst case scenario, I'll just hand code them, y'know?
Here's links for future reference:
—
Lisa-Jill EE Blogroll Tutorial
—
Dave's Chalkboard EE Blogroll
OK, I'm really going to go nap now. Thinking I'm blowing off work this afternoon at this point.
Posted by LaDonna at 05:44 AM on 03/08/05 • Permalink •
• Filed under:
Blogging •
Sorry if things go a little wonky around in the next couple of days. I'm trying new things on the old blog. I'm absolutely determined to get part of my web business going (blog design) and I need to learn as much about Expression Engine and Wordpress as possible. If you see the site offline message, it means I screwed something up and I'm trying to fix it. That happened today when I was trying to make a second weblog in a new directory and suddenly both URLs went to the same page. I'm noticing Expession Engine documentation is not the best when explaining how to do things. I don't know if it is because most of the people using it are more programming savvy than I or what. If it wasn't for Marcus, I'd have dumped this long ago.
Things at work are getting absolutely stupid. I don't even want to talk about it anymore. It'll just make me more angry. I'm on the verge of snapping, so I need to get away before I get my butt fired.
So, I need a name for my web design business. Any ideas? (serious ones, Marcus!)
Posted by LaDonna at 07:00 PM on 03/06/05 • Permalink •
• Filed under:
Work • Blogging •
I've been obsessing about how to get my mood icons thing to work with Expression Engine. Like I've said in the past, I know just enough programming to get myself into trouble. I know what I wanted, I just didn't know how to do it. I already had a decent javascript array that I wrote to use with MT, but I didn't know how to call it into the EE configuration. I had put a all my html code into a custom weblog field dropdown, but the html characters were breaking it so that the choice wasn't saved if you went back to edit the post. I wanted to put the mood names into that dropdown and then pull the html code out of the array. Marcus just figured out how to do it for me, so Yay!!!!!! All I had to do was a flash intro for one of his sites. Now I can finally move onto something else!
Posted by LaDonna at 10:34 AM on 02/19/05 • Permalink •
• Filed under:
Blogging • Expression Engine •
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 04:05 PM on 02/15/05 • Permalink •
• Filed under:
Blogging • Expression Engine •
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 08:54 AM on 02/11/05 • Permalink •
• Filed under:
Blogging • Expression Engine •
Page 16 of 16 pages ‹ First < 14 15 16
Page rendered in 1.7579 seconds