Recent content by mward

  1. M

    HELP in coding

    u should be able to do something with iframe or failing that javascript as it comes from the client.
  2. M

    Permanently Closed Marketplace Sales Thread

    looks good to me I have dropped you a email.
  3. M

    Rss Submit Software help.

    thanks....
  4. M

    Rss Submit Software help.

    you have to one by one and it crashed....thanks anyway
  5. M

    Rss Submit Software help.

    found it.
  6. M

    Rss Submit Software help.

    cheers for that, i dont think the domain is working unless i am looking in the wrong section? Software?
  7. M

    Rss Submit Software help.

    cheers i wanted a app to run on pc that I can add too...
  8. M

    Rss Submit Software help.

    I am looking for a app not a website.
  9. M

    Rss Submit Software help.

    First of all sorry if this has been asked a million times, I did try to use the search. I have around 100 RSS feeds to submit, what is best to do it, I need to be able to copy and paste a list of urls into it? Preferably free :-) Thanks in advance everyone....
  10. M

    Wikipedia API help

    Hi I am looking for some help with the wikipedia api, I want to look up artist data like "madonna" and so on. can anyone help me get started
  11. M

    How to make RSS feed I can share for my HTML website?

    all you have to do is find the datasource of your page then render it in the RSS format, its a very simple xml format.
  12. M

    Code to make download link appear after 30 seconds?

    easy. javascript, start with the link hidden like <a id=link href="" style="display:none">link</a> then have a javascript function that runs onload thats has a timer Look up SetTimeOut() then the syntax would be: setTimeOut('showlink()',3000) <- the 3000 is miliseconds. function showlink(){...
  13. M

    What is this Google Optimizer Script?

    do u have a example?
  14. M

    What program you use to build your website?

    Get yourself over to w3cschools and do it yourself ..... Posted via Mobile Device
  15. M

    Scraping, how much is to much.

    public ones are fair to unreliable for that we need, it need to work everytime, no just on an off, we tested it with public ones and it failed, but thanks anyway
Back
Top