I like it a lot
Mission accomplished I guess… between the new additions to Blogs Dominicanos I also played with my own website this past weekend… up to this very minute I was still working on it since I never check the results in Windows IE. I almost always use Fire Fox now… The difference is incredible…
None of the work is XHTML verified yet… I think that would be the next step just to verify that it is correct… but then again that would mean that I would have to spend another 2 hours inserting and rearranging the code to spec… ummm… maybe one of these days…
Here is a snippet of the Magpie code used on the index page of the site. It displays the last entry of the blog that pinged the site… For the most part it uses the same coding as the other Magpie snippet I published a few days ago but this breaks it down to 1 entry, cleans the code of the feed, and rearanges it to what it displays on the index page…
$item = $rss->items[0];
$content = $item['atom_content'];
if ($content == “”)
{
$content = $item['description'];
}
if(strlen($content) > 500)
{
$content = substr($content, 0, 500) . ‘…’;
}
$content = strip_tags($content);
$posttitle = $item['title'];
if(strlen($posttitle) > 35)
{
$posttitle = substr($posttitle, 0, 35) . ‘…’;
}
echo “RSS Feed”;
Nothing out of this world but I figured why not… Readers want to see more content on the site and the only way to get that right now is by doing something like that… or redesign the site from scratch… I tried that but I haven’t gotten very far because of time constraints.
This past weekend was also a perfect weekend to relax. I didn’t feel well enough to head into work… I felt burned out and just non-productive in that type of atmosphere. There is a lot going on and I honestly didn’t feel like being there. Tomorrow starts off another week so hopefully it’ll be better then these last couple of weeks…
There are times i andanentren you…. Others… Me pierdo como una turista que termine en Queens o Brooklyn, buscando Manhattan.
Hope all is well on your neck of the woods. KIT… We gotta hang out soon enough… yeah yeah, me he PEIDIO… Pero ya regreso al jangeo…
**CHITOS and Hugs**