Search the web
Sign In
New User? Sign Up
syndic8 · Newsfeeds from around the world!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2563 - 2592 of 6209   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2563
My philosophy on JavaScript is: 1 - Use as little as possible 2 - Test on IE and Mozilla 3 - Fix bugs that are reported on other browsers 4 - Try to make the...
Jeff Barr
jeffbarr_2000
Offline Send Email
Jan 1, 2003
8:02 pm
2564
Hi Jeff, ... Sounds great, I'll take a "tour" of Syndic8 with the purpose of finding places for improvement, and how to implement these. Regards, Morten...
mof-syndication@...
mfd9351213
Offline Send Email
Jan 2, 2003
5:16 am
2565
Jeff, How about adding a checkbox to the login screen that allowed returning to the previous (referring) page? Detect whether the referring page was one on...
Bill Kearney
wkearney99
Offline Send Email
Jan 3, 2003
4:17 pm
2566
... of some PHP ... have a way to ... Hi Bill, I've written code to do this for various client projects. I am sure I could whip up some sort of tutorial or...
scriptschool2002 <yah...
scriptschool...
Offline Send Email
Jan 4, 2003
1:50 pm
2567
In the process of fixing a bug/closing a security hole in the "Go to Feed ID" box, I added a handy little feature. If you enter a Feed ID, then the box behaves...
Jeff Barr
jeffbarr_2000
Offline Send Email
Jan 4, 2003
6:28 pm
2568
I've done some work to cache the various boxes on the Syndic8 front page. The page now loads at an incredible speed -- looks like less than one second in most...
Jeff Barr
jeffbarr_2000
Offline Send Email
Jan 5, 2003
2:14 am
2569
I think that will be very handy. I don't know how many times I entered the text in the "Feed ID" box....
Doug Ransom
dransomxxx
Offline Send Email
Jan 7, 2003
2:56 am
2570
... I agree. Great feature, Jeff. :) -Jeff (I feel like I just talked to myself.)...
Cheeser <syndic8@...>
jeffguillaume
Offline Send Email
Jan 7, 2003
3:35 am
2571
Jeff, When moving from one tab to another within a feed why would the pages expire? For example, visiting this feed's page: ...
Bill Kearney
wkearney99
Offline Send Email
Jan 10, 2003
3:23 pm
2572
Hi All, For the last few days the Syndic8 polls have been running very slowly (4+ hours instead of the usual 1 hour). I have tracked this down to the fact that...
Jeff Barr
jeffbarr_2000
Offline Send Email
Jan 12, 2003
6:46 pm
2573
i don't get it but i am certain it was a top notch idear... syndic8@yahoogroups.com wrote:To find more info about Syndicated XML newsfeeds visit...
Luka Sherron
blogginslut
Offline Send Email
Jan 12, 2003
9:43 pm
2574
Jeff, Can you just bulk flag the rssengine feeds as not to be polled? How about making some sort of way for editors to quickly get sortable lists of feeds...
Bill Kearney
wkearney99
Offline Send Email
Jan 13, 2003
1:08 pm
2575
Jeff, How about ripping most of that stuff off the front page and relegating it to some secondary pages? The load times on it are just way too slow. And it's...
Bill Kearney
wkearney99
Offline Send Email
Jan 13, 2003
5:59 pm
2576
Problem: RSS validation breaks randomly. Ok so I'm using PHP generate my feeds and to strip tags and encode entities. I have all that in a CDATA section but...
PJ Kix <pjkix@...>
PJKix
Offline Send Email
Jan 14, 2003
5:07 am
2577
You're indicating a 'utf-8' encoding. This is not necessary as XML defaults to UTF-8. Leave off that encoding attribute. ... Stop using CDATA wrapping. Just...
Bill Kearney
wkearney99
Offline Send Email
Jan 15, 2003
12:59 pm
2578
You're indicating a 'utf-8' encoding. This is not necessary as XML defaults to UTF-8. Leave off that encoding attribute. ... Stop using CDATA wrapping. Just...
Bill Kearney
wkearney99
Offline Send Email
Jan 15, 2003
1:04 pm
2579
Jeff, How about adding a developer help section? I'd like to see a "one stop page" of links on how to use the various interfaces. Specifically I'd like to see...
Bill Kearney
wkearney99
Offline Send Email
Jan 17, 2003
11:25 pm
2580
Ok so now you're saying that i shouldn't use CDATA at all? I'm not sure where an "&shy;" character came from but it's probably due to the fact that I copy and...
PJ Kix <pjkix@...>
PJKix
Offline Send Email
Jan 18, 2003
12:59 am
2581
Ok apparently that "o&amp;shy;n" stuff is being genereated by php when I type the word "on" ... I don't get why it's adding chars that aren't there in the...
PJ Kix <pjkix@...>
PJKix
Offline Send Email
Jan 18, 2003
1:21 am
2582
What's probably happening here is that the character entity is part of HTML but not of XML. If you really wanted to use that character you would need to put...
Jeff Barr
jeffbarr_2000
Offline Send Email
Jan 18, 2003
5:02 am
2583
What's probably happening here is that the character entity is part of HTML but not of XML. If you really wanted to use that character you would need to put...
Jeff Barr
jeffbarr_2000
Offline Send Email
Jan 18, 2003
5:30 am
2584
... Frankly? Yes, you should avoid using CDATA. It doesn't absolve you from as much as you'd think. And it merely shifts responsibility from your output...
Bill Kearney
wkearney99
Offline Send Email
Jan 18, 2003
12:49 pm
2585
... Rip it out. At the very least do a last-pass loop over the text and be *sure* you don't have any HTML entities in it. XML is not HTML and doesn't support...
Bill Kearney
wkearney99
Offline Send Email
Jan 18, 2003
12:51 pm
2586
Ok, So in the interest of making a clean and compatible news feed are there any pointers you can give me on cleaning up my text or transcoding using PHP? are...
PJ Kix <pjkix@...>
PJKix
Offline Send Email
Jan 19, 2003
4:41 am
2587
Take a look at PHP's htmlentities function (http://www.php.net/manual/en/function.htmlentities.php). Jeff; ... From: <pjkix@...> To:...
Jeff Barr
jeffbarr_2000
Offline Send Email
Jan 19, 2003
4:44 pm
2588
Hi Everyone, I have been working to make script-driven links more compatible with a wide range of browsers. As a first step, the list-related links on the...
Jeff Barr
jeffbarr_2000
Offline Send Email
Jan 19, 2003
6:24 pm
2589
if you look at my code sample that exactly what i'm using. that's where the &shy; char was coming from. -=PJK=- ... ...
PJ Kix <pjkix@...>
PJKix
Offline Send Email
Jan 20, 2003
1:24 am
2590
I don't know how long it's been there, but I found the little orange XML button[1] linked with "What is this?" near the bottom right of News.com (above the...
Cheeser <syndic8@...>
jeffguillaume
Offline Send Email
Jan 20, 2003
10:07 pm
2591
Their feeds don't appear to be using any of the pseudo-2.0 elements. So they're really just 0.9x feeds with a different version number. As for standards, yes,...
Bill Kearney
wkearney99
Offline Send Email
Jan 20, 2003
10:11 pm
2592
... Checked these in Opera 7 beta 2 and Opera 6.01. Everything worked fine except that in Opera 6.01 the action links (enclosed in square brackets) do not show...
Ian Davis
ianalchemy
Offline Send Email
Jan 21, 2003
9:07 am
Messages 2563 - 2592 of 6209   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help