Search results
"tag:"javascript""
| Title and summary | Date/time | |
|---|---|---|
|
1
|
Sharing, using Social Media Links
Below is some Javascript which lets users share the current page on several social media sites. It relies on simple anchor tags wrapping images, like those on the top right of this blog. You could equally use serverside code to fill the link, just my Blog ... |
Mar 12, 2011 7:30:00 PM |
|
2
|
Node JS and Server side Java Script
Let's start right at the beginning. Bear with me, it might get long... The following snippet of Java code could be used to create a server which receives TCP/IP requests: class Server implements Runnable { public void run() { try { ... |
Mar 5, 2011 10:36:00 PM |