Natchitoches.Org
Flickr – Natchitoches
Flickr – Northwestern
Natchitoches Historic Foundation
$rss = fetch_rss('http://www.historicfoundation.com/feed/');
$items = array_slice($rss->items, 0, 12);
echo ‘
- ‘;
- ‘ . $item['title'] . ‘
foreach ($items as $item)
{
$desc = htmlspecialchars(substr(strip_tags($item['description']),0,300));
echo ‘
‘;
}
echo ‘
‘;
?>
Northwestern News
$rss = fetch_rss('http://www.nsula.edu/News/nsunews.xml');
$items = array_slice($rss->items, 0, 12);
echo ‘
- ‘;
- ‘ . $item['title'] . ‘
foreach ($items as $item)
{
$desc = htmlspecialchars(substr(strip_tags($item['description']),0,300));
echo ‘
‘;
}
echo ‘
‘;
?>
Yahoo – Natchitoches
$rss = fetch_rss('http://news.search.yahoo.com/news/rss?ei=UTF-8&p=natchitoches&c=&datesort=1&eo=UTF-8');
$items = array_slice($rss->items, 0, 12);
echo ‘
- ‘;
- ‘ . $item['title'] . ‘
foreach ($items as $item)
{
$desc = htmlspecialchars(substr(strip_tags($item['description']),0,300));
echo ‘
‘;
}
echo ‘
‘;
?>
Google – Natchitoches
$rss = fetch_rss('http://news.google.com/news?hl=en&ned=us&q=natchitoches&ie=UTF-8&output=rss');
$items = array_slice($rss->items, 0, 12);
echo ‘
- ‘;
- ‘ . $item['title'] . ‘
foreach ($items as $item)
{
$desc = htmlspecialchars(substr(strip_tags($item['description']),0,300));
echo ‘
‘;
}
echo ‘
‘;
?>
YouTube
$rss = fetch_rss('http://www.youtube.com/rss/tag/natchitoches.rss');
$items = array_slice($rss->items, 0, 20);
foreach ($items as $item)
{
$desc = htmlspecialchars(substr(strip_tags($item['description']),0,300));
preg_match(‘/img src=”([^"]+)”/’,$item["description"],$imgUrlMatches);
$imgurl = $imgUrlMatches[0];
echo ‘<' . $imgurl . ' class="youtubeimage" width="100" height="97" />‘;
}
?>
Jobs in Natchitoches
$rss = fetch_rss('http://hotjobs.yahoo.com/job-rss-l-Natchitoches-LA');
$items = array_slice($rss->items, 0, 10);
echo ‘
- ‘;
- ‘ . $item['title'] . ‘
foreach ($items as $item)
{
$desc = htmlspecialchars(substr(strip_tags($item['description']),0,300));
echo ‘
‘;
}
echo ‘
‘;
?>
This site consists of syndication feeds to bring you the latest information on Natchitoches.
