Here is small bookmarklet, which allows to edit the web page for any site (ok, You could save the results on Your local machine only).
javascript:document.body.contentEditable=’true’; document.designMode=’on’; [...]
|
||||||||
|
Here is small bookmarklet, which allows to edit the web page for any site (ok, You could save the results on Your local machine only). javascript:document.body.contentEditable=’true’; document.designMode=’on’; [...] There is a special algorithm for comparision strings, which sound similar (Soundex). Here is JavaScript Soundex implementation: function soundex ( s_src ) <script type="text/javascript"> var the_body = document.getElementsByTagName("body")[0]; <code>var new_table = document.createElement("table"); var new_row, new_col, new_text ; for(row=1;row<=n_rows;row++) { new_col.appendChild(new_text); new_table.appendChild(new_tbody); the_body.appendChild(new_table); return new_table ; } There is also interesting article on oreillynet.com, discussing performance improvement for [...] |
||||||||
|
Copyright © 2010 MemoSoup - All Rights Reserved
|
||||||||