Related
RSS (Real Simple Syndication) is a way for other sites to carry our content. If you don't know what it means, it probably won't do much for you.
http://xda-developers.com/news.rss (latest 10 news items)
http://xda-developers.com/forum-30.rss (last 30 active forum topics)
Forum Specific RSS Feeds?
While I see two RSS Feed linls listed here, is there a way to access only specific forums (i.e. Blue Angel Upgrading or Blue Angel Accessories) with an RSS Feed Link?
Thanks in advance for your answer!
Why don't you add:
Code:
<link rel="alternate" type="application/rss+xml" title="XDA-Developers News" href="http://xda-developers.com/news.rss" />
<link rel="alternate" type="application/rss+xml" title="XDA-Developers Last 30 Topics" href="http://xda-developers.com/forum-30.rss" />
to the HTML Head field?
I appreciate your response, however if I'm reading your code correctly this would give me the last 30 posts, regardless of forum. I'm only interested in posts in the BA forums (either BA: http://forum.xda-developers.com/viewforum.php?f=23
or
BS Upgrading:
http://forum.xda-developers.com/viewforum.php?f=24).
Any ideas on this? I'm currently beta testing NewsBreak and would like to include feeds specific to my device.
TIA!
NYCspeedSurfer said:
I appreciate your response, however if I'm reading your code correctly this would give me the last 30 posts, regardless of forum. I'm only interested in posts in the BA forums (either BA: http://forum.xda-developers.com/viewforum.php?f=23
or
BS Upgrading:
http://forum.xda-developers.com/viewforum.php?f=24).
Any ideas on this? I'm currently beta testing NewsBreak and would like to include feeds specific to my device.
TIA!
Click to expand...
Click to collapse
I think the same. You must order the phpbb_topics table by the last message post (time/id) and pick the first 30 post_id 's... Smt like this will do afaik:
Code:
$sql = "SELECT *
FROM " . TOPICS_TABLE . "
ORDER BY `topic_last_post_id` DESC
LIMIT 0, 30";
Peter Poelman said:
RSS (Real Simple Syndication) is a way for other sites to carry our content. If you don't know what it means, it probably won't do much for you.
http://xda-developers.com/news.rss (latest 10 news items)
http://xda-developers.com/forum-30.rss (last 30 active forum topics)
Click to expand...
Click to collapse
Great! Just I am looking for.
Hi,
I agree: it should be very very usefull to have a different rss for each forum, in order to sync only that forums of your interest...
Any idea?
So, is there an rss feed for each forum yet? I don't need the feed for the whole xda phone world!
Yup, it's the same for me. I'm only interested in maybe three forums.
Any chance of getting individual feeds?
I am using SPB Insight as my news feed reader and have sucessfully subscribed to just the ones i need using varations on the following:
http://forum.xda-developers.com/external.php?type=RSS2&forumids=312
All i did was change the number on the end to reflect the sub forum i wanted. 312 being the Trinity Upgrade Thread.
Is it be possible to be notified of all new posts, not just new threads ?
It would be nice if we could subscribe to specific threads as well It would be handy for the bigger topics (Kitchen threads etc).
rss of new posts, not only thread.
Not seen any answer to the same point posted couple of posts above.
Is it possibile to subscribe and get updats also for new posts, not only new threads?
Thx
Vic
Yes is it posssible to subscribe to a particular thread?
Yes, please... me too... if I could subscribe to specific threads, it'd be absolutely great!
Alternatively, I guess I can just reroute all email notifications from subscribed threads into my rss reader.. although the result won't look nearly as clean as if an RSS feed could just be directly tied to a subscribed thread..
Thanks!
deedee said:
I am using SPB Insight as my news feed reader and have sucessfully subscribed to just the ones i need using varations on the following:
http://forum.xda-developers.com/external.php?type=RSS2&forumids=312
All i did was change the number on the end to reflect the sub forum i wanted. 312 being the Trinity Upgrade Thread.
Click to expand...
Click to collapse
Thanx!!! it works!!!
tips for finding RSS of your choice
CyZeeK said:
Thanx!!! it works!!!
Click to expand...
Click to collapse
some numbers for hermes Rss feeds : 305 -355 -306
some observation: the numbers are in order of creation of subtopics so there is a logic in it but no logic in it example: hermes WM6 thread opened much later than other hermes threads so its number is 355 the others are 305-306 are in order...
How do I see the newest post in each feed?
I seem to be able to get the first post in each feed, which is no good for me, considering some threads are 350+ posts long and I just want to read the last few posts in that thread.
Currently, I just keeping getting the first post over and over.
Hi folks,
I've added various forums (sub-forums?) to RSS Hub and it's working great apart from only showing me the 15 most recent new treads-can i increase this number?
I'm currently using URLs like this :
http://forum.xda-developers.com/external.php?type=RSS2&forumids=419
Thanks in advance!
'tunes
RSS Subforum feeds don't work in Yahoo reader
For whatever reason, I'm not getting the subform listing to work with the RSS feed of Yahoo. Other RSS feeds work, including the RSS feed from the top-level (i.e., all new posts across all of XDA Developers).
I'm using the form of:
Code:
http://forum.xda-developers.com/external.php?type=RSS2&forumids=419
Any ideas? Did this suddenly stop working?
after the upgrade it seems that the keys are not in correct place on the keyboard. pl., let me know if there is cab for cingular/ATT customers.
If you search, you will find... there are cab's for 8525 keybaord layout all over the place.. search for WMXL 8525 Keyboard Settings
If you've searched and haven't been successful, I say always look in the WIKI first. You can go HERE for what you need....
Hope this helps,
Here's how I find things:
http://forum.xda-developers.com/showthread.php?t=298893
You could type in something like; Cingular Keyboard fix
You could also type in; Cingular symbols mixed up
I know you already got your answer,
but, give it a try anyway, it works great!
For example; I wanted to find info on creating my own Custom ExtRom.
So I typed in extrom, and I found exactly what I was looking for.
And I didn't have to start another thread on a question that has been asked before.
Berdinkerdickle;
Thanks for giving this guy a more practical answer. I know that I made things maybe a bit too easy by giving him the place to go, but I just was getting tired of some of the flames, etc being dished out. I agree that many new members don't search enough but also have found that searching is difficult.
I was seeking a solution that would encourage searching but not blow off the need for an answer, however you did a much better job.
Kudos!
I too was having this problem and just now did a search for the answer.. I did find it here although I ran across this flame thread before I came straight to the answer.. thats bad.
Sorry, but I don't see any 'flames' here. The first response was not real helpful, just the usual 'search' although the suggestion for the specific search was given. The second response was to give him the place to go IF his search attempts were unsuccessful. The third response was a more elegant explanation for search(es) with a practical application, and the fourth was a thanks for the third response which was better than the second! I don't see where any flames were thrown nor intended. There are too many out there already to try to find some that don't really exist!!
Hope this helps
Its in the wiki
http://wiki.xda-developers.com/index...ermes_Registry
When applying a non-cingular ROM to an 8525 its default keyboard is different than the 8525.
The Fix:
[HKLM\SOFTWARE\OEM\Qwerty]
"Layout"=263177 (decimal)
I thought this site was a forum. If people dont know where to find info they should not have to get the third degree on searching. My wife does that to me. If she has the answer she does not give it to me. I have to find it on my own.It took me an hour to find this. I hope this helps other people with their phones.
Yes, this is a Forum; below is the definition of a forum from the American Heritage Dictionary.
fo·rum (fôrm, fr-)
n. pl. fo·rums also fo·ra (fôr, fr)
1.
a. The public square or marketplace of an ancient Roman city that was the assembly place for judicial activity and public business.
b. A public meeting place for open discussion.
c. A medium of open discussion or voicing of ideas, such as a newspaper or a radio or television program.
2. A public meeting or presentation involving a discussion usually among experts and often including audience participation.
3. A court of law; a tribunal.
Nowhere is it stated that a forum is where a few people work spend a great deal of time and effort to give many people the easy way to all the answers. In this forum, the answers can be found and new answers to NEW questions constantly being debated and decided. However, if you've been a reader of the threads you would have an understanding of how things get bogged down with new people not willing to spend a little time searching for the answers to their questions that have already been answered. There's the WIKI, The Wiktionery, Individual Threads, The FTP files, FAQ sections, etc. I prefer to avoid flaming new members but when I continue to see the amount of new members who just jump into a thread with a request for help without any 'audience participation', i.e. READING, SEARCHING, I can certainly understand why some members do such severe flaming and end up leaving the forum out of frustration.
BTW, in the WIKI is a Cingular Keyboard Fix cab that would address the issue mentioned without altering the registry. A quick search reveals it HERE
Best wishes
Hey, so we can read post on our cell.
please provide subforum RSS as well.
i believe you can already subscribe to sub-forums. Just not single threads.
You can see the forum id in the url of your chosen sub-forum.
http://forum.xda-developers.com/external.php?type=RSS2&forumids=312
All i did was change the number on the end to reflect the sub forum i wanted. 312 being the Trinity Upgrade Thread.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=1524729&postcount=10
skyred said:
Hey, so we can read post on our cell.
please provide subforum RSS as well.
Click to expand...
Click to collapse
I truly agree with skyred, it would b really great to have an RSS feed of our favourites.
Thank you so much triplejay, i m now gonna try that link. Cheers..
______________
Alcohol doesn't solve any problems, but then again, neither does milk.
______________
Don't drink and drive, smoke and fly.
Will someone give us RSS as new year presents?
are you after individual threads, or sub-forums? ...
Cos if it's threads, (like an individual ROM thread for instance),
then I concur, this would be nice, but your original post seemed to indicate you were asking for sub-forum RSS feeds.
If it's that, then I assure you, what I said before works....
just go to your sub-forum, note down the number at the top,
then copy and paste the link
http://forum.xda-developers.com/external.php?type=RSS2&forumids=312
into your rss reader and change the number at the end to the [sub-forum] you want.
Hey guys, I have several hundred photos on my phone and organizing them is quite painful. I was wondering if anyone knows of a method to tag photos on my phone. not necessarily face tags, but maybe like a description or a date. I've seen the feature of adding tags to pictures on the DroidX as show in the link below. I would like to do something along these lines. Maybe an app or any other method would be cool
http://www.dummies.com/how-to/content/how-to-work-with-pictures-on-your-droid-x.html
Thanks in advance
ryanryan007 said:
Hey guys, I have several hundred photos on my phone and organizing them is quite painful. I was wondering if anyone knows of a method to tag photos on my phone. not necessarily face tags, but maybe like a description or a date. I've seen the feature of adding tags to pictures on the DroidX as show in the link below. I would like to do something along these lines. Maybe an app or any other method would be cool
http://www.dummies.com/how-to/content/how-to-work-with-pictures-on-your-droid-x.html
Thanks in advance
Click to expand...
Click to collapse
I'd also like to know if anyone has any idea how to do this tagging or adding description to photos
Please read forum rules before posting
Questions and help issues go in Q&A and Help section
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
I do have small feature request: could you please add ability to change attachments order in the post (in the "attachment editor" form, in "advanced" view)
For example, I'd like to attach a new version of the app without removing previous but wanna see it above old one.
P.S. If you are going to implement that feature, please do not forget my favorite and usual theme, "XDA 2010"
@sensboston, don't forget that there is an entire thread dedicated to feedback and feature recommendations where your (very good, might I add) idea may be seen more quickly and by more moderators than in this thread.
@ИΘΘK¡€, thanks for suggestion, next time will post in that thread!
P.S. However (I just checked mentioned thread) it's really hard to find specific info/requests in that thread, it's huge and have a lot of posts with a mixed topics... Maybe, xda should try more professional way, kinda a dedicated bug tracker with ability to add feature request? (sorry for posting here )