Nov 22, 2009

Creating Rss Feeds For Wapsites - How to display rss feeds in a php enabled site

free web hosting
Open Discussion > MODERATED AREA > Computers > Programming Languages > HTML, XML etc..

Creating Rss Feeds For Wapsites - How to display rss feeds in a php enabled site

anonymal
Anyone who wants to help me? I want my site to have this feature but I don't know how. sad.gif Hope you could me with embedding these xml files in my wml pages..

Notice from truefusion:
Moved to the HTML, XML ect.. forum

Comment/Reply (w/o sign-up)

mayank
I am not sure about having RSS for wapsites at all.
However, I know a service which gives you the facility to convert an RSS into a wap site.

the site which gives the facility of RSS->WAP is http://www.xfruits.com

I hope that it helps you...although it is not even near to your problem..but may help in future smile.gif

Comment/Reply (w/o sign-up)

farsiscript
dear anonymal
if you want make RSS for your website you must
have one mysql database
RSS in php read subject in database and show for users
you can find many tutoiral about xml format in rss
manage Xml format change Rss version
if you want more help , plz read this tutorial
http://www.spoono.com/php/tutorials/tutorial.php?id=46

Comment/Reply (w/o sign-up)

owbussey
What is a wapsite? Is a derivation of an RSS feed?

Comment/Reply (w/o sign-up)

kuberan_swe
hey yeah even i would like to know how to make RSS feed for wap Sites. Any one please come with with an answer.

Comment/Reply (w/o sign-up)

Saint_Michael
QUOTE(owbussey @ Oct 5 2006, 05:59 PM) *
What is a wapsite? Is a derivation of an RSS feed?


a wapsite is a mobile phone version of a website with its own set of coding rules and standards, and only the Opera browser can display wapsites. So in a way you can do most of your coding in opera and not worry about looking in a tiny screen, and they also have their own domains as well (.mob1).

QUOTE(kuberan_swe @ Aug 11 2007, 01:13 PM) *
hey yeah even i would like to know how to make RSS feed for wap Sites. Any one please come with with an answer.


there should be several scripts for RSS feeds for wap sites, and here are a few examples; Zfeeder, well ok its the only script I could find that mentioned WAP, only if wappy was still around he could help out sad.gif.

 

 

 


Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : Creating Rss Feeds Wapsites Display Rss Feeds Php Enabled Site

  1. Tips on creating a good website! - (21)
    1) Navigation: Keep it simple (KISS), and make sure it's consistent from page to page. No matter
    where you place your menu bar -- either at the top or down the side -- always include a small text
    menu at the bottom of every page. If you're one of those people easily impressed with Flash,
    don't design your navigation with it. There are still some people who don't have or want the
    plug-in, so they won't be able to navigate your site. Besides, search engine spiders can't
    read it, so won't be able to spider the individual pages of your site if the...
  2. Live Video (using Webcam) On Site? - just like jennycam (4)
    I have a webcam and I want my site to have a live video of me (or my room, whatever) whenever
    I'm online (e.g. JennyCam, etc.). I want it to occupy a small portion of my webpage and it
    should be unobtrusive. It doesn't even matter if the video is choppy or grainy. Is there a
    script or a free program for this? I'm sure there is but does anyone here know it? Thanks....
  3. Word.doc Or Pdf Formatted File To Display In A Web - How to maintain the formatting??? (14)
    I have a document which was originally created using ms office word processing with very strict
    formatting requirements. It is a high level academic paper which I would like to make viewable
    within a web page complete with the original formatting. I also have it available as a pdf file with
    the same formatting. Regardless of the format, is there a way to convert this highly formatted
    document into an html page and retain the formatting without major work? The only way I have been
    able to do this so far is with the use of a table layout , an iframe, and the client havi...
  4. Set site as homepage - (9)
    CODE Click here to set this as your home page Under "PUT YOUR URL HERE" you insert
    something like trap17.com or something...
  5. Basic Ways To Speed Up Your Web Site - (26)
    Speed is certainly one of the most important factors when it comes to making a successful web site.
    These days’ people have high expectations, they expect a web site to load as fast as an application
    on their operating system, and therefore even a few seconds of waiting can frustrate them or leave
    altogether. A good website should take about 8-12 seconds (for a 56K) to load. The website owner is
    going to have to decide how fast its pages are going to be, for example for a multimedia or a flash
    site they can afford to be a bit slower than others provided that the users k...
  6. How Can Rss Feed From Other Web Site? - (3)
  7. Creating Link In Html - Help Me With This! - (5)
    edit: Neeeaavverrrminddd..... I was a total noob at php when i posted this and I needed help doing
    something with bbcode in php and didn't really know what I was saying.. /blush.gif"
    style="vertical-align:middle" emoid=":blush:" border="0" alt="blush.gif" /> Anyway topic
    resolved......
  8. How To Display Php Code [resolved] - Html Help With Php Codebox (8)
    I'm trying to make codebox for my guestbook so that users can post PHP code inside.. I tried
    many versions but none of them works If i use , or i can display HTML code, but when i try to
    write PHP code it executes it does not display.. There is a way to make swap for You have codebox
    in forum to display php how can i make that?! thanks...
  9. Music On Site - Site Music (44)
    Ne one know the tag for background music......
  10. Creating a pop up - (33)
    Here is the script to create a pop up. CODE ...
  11. Width Of Display Area Of Browser Window - is there a formula? (6)
    I am making a table in a website that's as big as the display area of the browser for instance:
    CODE .... ..... How do I know the width of the browser display area? Better yet, is
    there a general formula for that for other screen resolutions? I know a little bit of javascript,
    are there functions for that?...
  12. Help Aligning My Site Into The Centre In Firefox - site aligns to the centre in ie but not in firefox (5)
    I'm developing a new layout and so far, in my opinion, everything's going fine except for
    one thing. That's the way in which the whole layout is aligned. In IE6, the entire thing aligns
    beautifully in the centre whereas in firefox, it aligns leftwards. To get around this so far I'm
    using this java script: CODE         if (screen.width > 880 && navigator.appName !==
    "Microsoft Internet Explorer")  {        window.resizeTo(880,window.screen.availHeight);     }
       As you can imagine, people won't be too happy about having their browser r...
  13. Integerate Your Site With Talking Characters - Ms Agents - (7)
    Hello All Have You ever seen the above MS Agents in any of the websites ? They Demonstrate
    things,Explain,Greet your visitor, Give Information about the user and above all they give a pretty
    cool cool to your website! Want them on your site? This tutorial will explain on how to Integerate
    MS Agents in your website! For those who cannot understand what I am talking about or want to see
    a sample check them on sample page! ->->-> http://www.technik.co.in/docs/agent_sample.htm This
    tutorial may feel every long but beleieve me I have made it easy as much as possible Ad...
  14. Centering Page Of Html At Various Display Widths - Viewing Screen Shots No Matter Resolution (14)
    I am running into a HUGE problem creating a website. When viewing the site on 800x600 it views in
    the center of the page. When viewing the site on 1024x768 it views on the left side of the page. How
    do I make the page always appear in the middle? I have seen many sites set up that will adjust
    accordingly, but I cannot figure it out. If you want to view my source you can do so by going to the
    website: www.faithcity.org/test.html. Moving to the html Topic ...
  15. Creating A Table - Please Help! (4)
    Well basically, I'm trying to create a table for my website using Macromedia Dreamweaver 8, with
    1 column and ten rows, in which I will place the top ten recent news items, however, the table
    produced by Macromedia Dreamwevaer 8 is a very simple one, I'm looking for a more professional
    designed table. Does anyone know the code for one, or know where I can get one for free. Thanks a
    lot in advance....
  16. Ie5 Mac Does Not See My Site - It shows the body bg image only... (11)
    Remember that site layout I was hacking down for IE? Which by the way I didnt really like, but it
    was the customer's design... and yes, he is not a graphic designer hehe... Anyway I was really
    surprised that I got to the solution and fixed it... but as I'm testing between browsers, I come
    to see that Internet Explorer in Mac does not show nothing of my page, yet the source code is there,
    if you click command + e in order to see the html source code, its all there! But all I can see from
    the page itself is the body background-image... I tried removing the docty...
  17. Redesigning A Web Site For Php? - Or Modifying an existing one? (4)
    I have recently built (by hand coding) a web site that includes about 27 pages and a two-level
    folder structure, and since I've been learning a few things about php includes and that
    sidebar-ul link generator (and hopefully some more stuff soon), I am thinking that I will re-create
    the same site using these new-found tools. What I would like to get out of this topic is your
    opinion about whether I should go about this by one of the following two methods: First, I could
    start from scratch and use Includes and the side bar generator and build an entirely new site, o...
  18. What Is It..... - what is the site (3)
    Hello i was wondering what is the site for XML forums i want to put a xml forum on my server when i
    get it running please tell me...
  19. Trouble With Links On A List - i want to display it inline (7)
    I have a menu that i want to display inline, in the same row, something like this: CODE
    ul{float:left;width:100%;padding:0;margin:0;}
    a{float:left;text-decoration:none;color:white;background-color:red; padding:5px 10px;} a:hover
    {background-color:blue} li {display:inline} The only problem is that i want a custom img for
    showing as CODE list-style: url(img/bullet.gif) But seems that display:inline makes my
    bullet go away... could some one point me in the right direction? Thanks in advance......
  20. Display Tooltip - (2)
    Hi, I have a flash menu on the left site of the screen which basically are icons only. The movie is
    very narrow (only 50 pixels wide), so there is not enough room to display text also in there. My
    problem is that I want a tooltip to appear when doing a mouseover over one of these icons. I tried
    using layers, but they seem to dissapear under the flashmovie itself, as well as other flash
    elements on the webpage. Since within the flash movie this can't be done, I am looking for a
    solution whereby a tooltip appears over the flashmovie. Help very appreciated. Kind reg...
  21. A Good Space For Learn Html - web site link (5)
    Hi i find this web site you can learn html lan very fast and very easy woow i found it many
    tutorials go http://www.w3schools.com/ its really good website /rolleyes.gif' border='0'
    style='vertical-align:middle' alt='rolleyes.gif' /> ...
  22. Add Individuation To Your Site - very good try... (4)
    lots of html fans make varied and beautiful webpage,which look larruping...i will introduce a way to
    add individuation as if not very good.lol:exactly speaking,it is a easy script. type the code below
    in : CODE 100) { seed--; var cmd="scroll(" + seed + ")";
    timerTwo=window.setTimeout(cmd,100); } else if (seed 0) { for (c=0; c in the code you
    can change the words in the fifth line which you want to say and you can also control the speed of
    rolling words by the code above CODE timerTwo=window.setTimeout("scroll(100)",7); } } }
    timerONE=window...



Looking for creating, rss, feeds, wapsites, display, rss, feeds, php, enabled, site

Searching Video's for creating, rss, feeds, wapsites, display, rss, feeds, php, enabled, site
See Also,
advertisement


Creating Rss Feeds For Wapsites - How to display rss feeds in a php enabled site

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com