Welcome To Snipplr
Everyone's Recent Snippets
- All /
 - JavaScript /
 - HTML /
 - PHP /
 - CSS /
 - Ruby /
 - Objective C
 
Adapted from http://journal.mychores.co.uk/articles/2007/01/21/updating-twitter-from-ruby-rails
        
        
        
            2 
        
        
            1372 
        
                    posted 18 years ago by gtcaz
            Simply replaces the div's innerHTML with the response text received from the file.
        
        
        
            3 
        
        
            2487 
        
                    posted 18 years ago by 1man
            Basic layout for the data contained in a JSON file.(JavaScript Obsect Notation).
        
        
        
            1 
        
        
            1178 
        
                    posted 18 years ago by 1man
            This template is for an XHTML 1.1 document with an external stylesheet.
        
        
        
            0 
        
        
            1530 
        
                    posted 18 years ago by cpjobling
            This function allows you to parse a simple XML document(passed to it using this.href on a onclick event). Virtually the same as JSON, the things that have been changed ate labeled !Important.
        
        
        
            3 
        
        
            1842 
        
                    posted 18 years ago by 1man
            This function is near enough the same as parsing XML. The only things that have changed are the sections marked !important.
        
        
        
            3 
        
        
            1893 
        
                    posted 18 years ago by 1man
            This while loop will remove all childNodes from a selected element.
        
        
        
            1 
        
        
            999 
        
                    posted 18 years ago by 1man
            Very basic grab a line of text from a file then display it in an alert box. Uses other functions for loading prepareLinks() and creating the request.
        
        
        
            2 
        
        
            1712 
        
                    posted 18 years ago by 1man
            Change / to the root directory you wish to search in. Change -7 to +7 for files changed more than a week ago.
        
        
        
            1 
        
        
            1805 
        
                    posted 18 years ago by micmath
            Use to get console input from the user for a file name (in the current directory) and read in from that file.
        
        
        
            2 
        
        
            1377 
        
                    posted 18 years ago by pckujawa
            This snippet is for use with image module, a small contributed module for image handling. (Yes: in Drupal you need a /contributed/ module for this o_O.
The template snippet  links the images to their own node.
        
        
        
            2 
        
        
            1280 
        
                    posted 18 years ago by berkes
            This functions allows you to create a new XMLHTTPRequest, it checks to see if the browser supports each method, if not it returns false.
        
        
        
            4 
        
        
            1838 
        
                    posted 18 years ago by 1man