Skip to main content

Home/ Scripters/ Group items tagged http

Rss Feed Group items tagged

Jac Londe

How to Create the Perfect Image Crossfade with CSS3 Transitions - 0 views

  •  
    This is a quick and easy lesson in how to set up an image crossfade using only CSS to accomplish the task. It's a very nice aesthetic and it only takes a few minutes to set up.
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

RSS Feeds Reader Plugin for jQuery - Zazar Online Website Builder - 0 views

shared by Jac Londe on 27 Dec 14 - No Cached
  •  
    This plugin will read RSS feeds from any website URL using the Google Feeds API. It produces structured HTML with in-built CSS classes for styling. Simple and easy to use.
Jac Londe

Google - 0 views

  •  
    remote desktop
Jac Londe

RSS Search Engine - Find Feeds with Instant Search - 0 views

shared by Jac Londe on 04 Feb 15 - No Cached
  •  
    The RSS search engine will help you discover the most popular feeds on the web around your favorite topics. You may find blogs, news websites, podcasts, Twitter accounts and more.
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

AutoHotkey Beginner Tutorial - 0 views

  •  
    An AutoHotKey tutorial written by tidbit
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
‹ Previous 21 - 40 of 76 Next › Last »
Showing 20 items per page