FREE TOOLS!

Microsoft Access Database Carriage Return and Line Feed Removal ToolBookmark and Share

Replace Carriage Returns and Line Feeds in Access Database Fields with a single space (" "). This is a single form that can be imported into your access database which will allow you to select from your tables and fields: no importing or manipulating of vba code, etc. Easy to use!

Access Programming Group can do custom Access/VBA/SQL Server programming, and would be happy to quote an hourly rate or a fixed fee amount for any development needs you may have. Feel free to email us at info@apginc.net or call us at 616.301.2003

 

jQuery RSS 2.0 Reader PluginBookmark and Share

Load any rss 2.0 feed using AJAX. Complete with loading animation. See it working on our News page! Tested to be working in IE 6, 7, 8, Firefox 2, 3, 3.5, Safari 4, Opera 9, and Chrome 2 on Windows and Safari 4, Firefox 3.5, and Opera 9 on MAC OS X.

Options for configuration:

  • "url"
    • URL of rss feed
    • Default: "http://images.apple.com/main/rss/hotnews/hotnews.rss"
  • "elementClass"
    • CSS Class that is assigned to main div wrapper of each feed item as well as item title link. Item descriptions are assigned this class plus "_description"
    • Default: "aRSSReader"
  • "titleClass"
    • CSS Class assigned to the feed's title
    • Default: "aRSSReaderTitle"
  • "displayCount"
    • How many items from the feed to display
    • Default: 5
  • "descriptionLength"
    • Character length of description to display. (appended with "..." if longer that this amount)
    • Default: 100
  • "params"
    • Parameters that will be sent as the data of the AJAX call. Must be in string form (ie. "foo=bar&foo2=bar2")
    • Default: ""
  • "loadingImage"
    • Image of loading animation to display as RSS feeds are fetched. (Default image is provided in package)
    • Default: "/images/aRSSReader_loading.gif"