Skip to main content

Home/ Scripters/ Group items tagged com

Rss Feed Group items tagged

Jac Londe

Parsing HTML using Javascript - 0 views

  • Ive written a small js application that gets html content as a string (this only has to work in mozilla)
  • req = new XMLHttpRequest(); req.open('GET', URI, true); req.onreadystatechange = function (aEvt) { if (req.readyState == 4) { if(req.status == 200){ var myTxt = req.responseText;
  • This works fine - myTxt contains the html code as a string. However I want to be able to parse the code using the DOM... Is there a way to create an HTML DOM in Javascript easily?
  • ...1 more annotation...
  • var myTxt = req.responseXML.documentElement; alert(myTxt.getElementsByTagName("XMLElementName")[0].firstChild.data);
Jac Londe

What is the url for Twitter's rss feed? | Twitter Developers - 0 views

  • .twitter -rss [enter search term(s)]
  • .twitter -rss-u [enter Twitter user]
  • .twitter -rss-f [enter Twitter user]
Jac Londe

Google - 0 views

  •  
    remote desktop
Jac Londe

GitHub · Build software better, together. - 0 views

  •  
    the scripters place
Jac Londe

PxLoader | A Simple JavasScript Preloader - 0 views

  •  
    Pixel pre loader
Jac Londe

Write text - How to Create Simple HTML5 Application Output with JavaScript - For Dummies - 1 views

  • <!DOCTYPE html> <html> <head> <title>Outputting Data to HTML</title> <script language="JavaScript"> function WriteText() { document.getElementById("myText").innerHTML = "Clicked!"; } </script> </head> <body> <h1>Creating HTML Element Output</h1> <div><p id="myText">Change Me</p></div> <div><input id="btnClickMe" type="button" value="Click Me" onclick="WriteText()" /> </div> </body> </html>
Jac Londe

Xmarks - 0 views

  •  
    XMarks synchronise les BM de Chrome dans tous les appareils en plus de créer nos propres xmarks. Ils se retrouvent dans l'interface web. Chaque dossier créés peu être transformé en RSS. Dans Zlic tous les urls extérieurs seront transformés en xmarks. Selon un protocole de six lettres divisé en deux mnémoniques de 3 lettres, séparée par un point. ex : zlc.url alonde aka4
Jac Londe

Find your Facebook ID - a 5-second easy tool for locating your Facebook numeric persona... - 0 views

  •  
    "1600629952" martin
Jac Londe

Flickr RSS Feed Generator - 0 views

  •  
    Generate RSS Feeds of Flickr Photos for Screen Savers
Jac Londe

untitled - 0 views

shared by Jac Londe on 07 Apr 15 - No Cached
  •  
    Digital sound synthesizer
‹ Previous 21 - 40 of 50 Next ›
Showing 20 items per page