Automatic updates from main website... Is it possible??

by Banned 8 replies
9
Hi guys
I don't really venture onto this forum, I'm a bit of a luddite when it comes to programming

Anyway, i sell mobile websites and today I got a client with a hotel who updates their 'desktop' site pretty much every day with daily menu specials etc, they asked me if there was a way that they could automatically update the mobile site with content from their main site as they quite rightly don't want to bother updating both.

I replied errrrr..... maybe?!?

So whats the story, is this at all possible?

Your thoughts would be most welcome

All the best
Sev
#programming #automatic #main #updates #website
  • Hi the short answer is yes, the short method is RSS.

    Depending on their site, is it wordpress or another cms or is it static and how you've created the mobile site will determine the details.

    Have a great day!

    ~Dave
    • [1] reply
    • Banned
      Hi Dave, their site is static and the mobile site will be also, any insights would be muchly appreciated!!

      All the best
      Sev
      • [1] reply
  • I would have gone for connecting both sites to the same database. update the database, it updates both.

    If the content on the mobile and 'desktop' are the same you can use a CSS framework that will remove the need for multiple sites too.

    12 Really Handy CSS Framework, Template And Snippet Sites For Smart Web Designer

    I think 960gs was the one that did "one style sheet for mobile and 'desktop' "
    • [1] reply
    • I would have advised as ussher did. A CMS with a theme that detects mobile, tablet or PC would be good. And a site that updates anything daily isn't static you want the ability to be dynamic.
  • Yes it is definitely possible with RSS feeds .. Probably the easiest way ..
  • Yes RSS feed might be the way to go, just format the data in RSS feed and get those from the server and format it the way you like on the site. If not, then you can also use XML format to communicate between the server and the site.

Next Topics on Trending Feed