Not sure if there are any of you that actively develop in Joomla, but figured I'd start here. I'm working on a site that has a recent articles module. I've looked at mod_latestnews and several other modules, but haven't found one that outputs in the format I want it to yet. Here's a screen shot of what I want it to look like:
I'm not sure if there is a the_excerpt function like in Wordpress, but I figure I can use substr() or something to get that part and add a "..." on the end. Basically, I want to output the 4 most article titles and an excerpt in a <ul>. Any ideas about the best way to go about this?

I'm not sure if there is a the_excerpt function like in Wordpress, but I figure I can use substr() or something to get that part and add a "..." on the end. Basically, I want to output the 4 most article titles and an excerpt in a <ul>. Any ideas about the best way to go about this?