Profile_bird

Hey there! dwcodeupdates is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving dwcodeupdates's updates.

Already using Twitter
from your phone? Click here.

Default_profile_bigger dwcodeupdates

  1. radioCommunityServerSuite.init: Don't try to make macros legal in the OPML Editor.
  2. xml.rss.data.replaceTable: Another replacement.
  3. xml.rss.data.replaceTable: More replacements.
  4. xml.rss.data.replaceTable: Added another replacement.
  5. xml.rss.data.replaceTable: Added a couple of replacements.
  6. webserver.redirect: Created. This code was appearing in too many places not to factor it.
  7. xml.rss.data.replaceTable: A table used by xml.rss.getFeedItems to convert hard-to-handle characters to easy-to-handle ones. :-)
  8. xml.rss.getFeedItems: Run the text through xml.rss.data.replaceTable before compiling.
  9. xml.rss.getFeedItems: Decode the entities in the strings. Don't create the feedInfo table if it's already been created.
  10. twitter.updateUserImage: Created. Update the user's avatar image.
  11. tcp.httpPostMultipart: New optional param, adrCode, returns the HTTP result code, 200, 301, 404, etc. Added so we can check the code from tu
  12. tumblr: First version of the tumblr glue table.
  13. webserver.apache.s3backup: Lots of updates/fixes.
  14. workspace.userlandSamples.findBigThings: Getting errors on table.inguestdatabase call. Since it's only for displaying progress messages, I p
  15. webserver.apache.s3backup: Initial release of static website to S3 backup.
  16. s3.deleteObject: Make sure the path begins with a /.
  17. workspace.userlandSamples.findLargeFiles: Created. Find large files in the indicated folder. Default size is 100MB
  18. fileMenu.saveCopyOpenDatabases: Use the new low-level logging facility to log the database copy.
  19. log2.add: Give startticks a default value of clock.ticks.
  20. twitter.getUserFollows: Check that screenname isn't non-empty.