donkeykong


Member since 2008

9 snippets

13401 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

donkeykong's Recent Snippets



« Prev 1 Next »
I found this script and tried it. It worked. I thought it was useful for a variety of situations and is easy to follow. Often times I need nearly duplicated data and don't want to manually cut and paste.
0 4034 posted 12 years ago by donkeykong
This is a good way to show the difference between files side by side to quickly see what parts are not the same, if any.
0 2142 posted 12 years ago by donkeykong
A flexible way to get the file name without the extension
0 2698 posted 15 years ago by donkeykong
I couldn't easily find an example of how to verify if someone added my link to their site while they added their link to a directory of mine. After some research, I found out how to search for a string remotely. I have simplified the steps so that yo...
0 1592 posted 16 years ago by donkeykong
A function to remove tags and to also remove excess spaces.
1 1811 posted 17 years ago by donkeykong
This is a simple example of how to read and write XML that includes reading attributes and nodes.
1 1915 posted 18 years ago by donkeykong
sample: var text = " string content "; text = text.trim();
2 1675 posted 18 years ago by donkeykong
« Prev 1 Next »