Old Code Snippets Database Online App Retired

After many year's service I've finally retired the old Code Snippets Database online viewer. It's been replaced by the new JavaScript driven version - "Take 2" - available at http://snippets.delphidabbler.com/.

The old app hadn't been able to display the newer snippets in the database for some time. However the killer blow was that some recent changes to the back-end database broke the app's ability to generate Pascal units.

Any bookmarks you have to the defunct application will now automatically redirect to "Take 2", so you won't be left staring at a 404 page.

Some links to the old application requested it to display a set of snippets that were named in the URL query string. So as not to break these links this type of URL will redirect to a special snippet listing script that will display the required snippets.

"Take 2" is an Ajax application the does much of its processing in the browser, so it should be quicker to use once all the data has loaded. It's also got a much cleaner and more modern user interface.

Although "Take 2" is still in beta it now has many features of the old app and adds some new ones. The only major feature still to implement is text searching, and that's on the to-do list.

Aplogies if the change is inconvenient. Please do give the new version a try - it may do what you want. Do ask if there are any features you would like to be added.

And, if you're a Windows user, don't forget that there's the CodeSnip code bank application that can load and display the snippets from the database.

Comments

Post a Comment

Comments are very welcome, but please don't comment here if:

1) You have a query about, or a bug report for, one of my programs or libraries. Most of my posts contain a link to the relevant repository where there will be an issue tracker you can use.

2) You have a query about any 3rd party programs I feature, please address them to the program's developer(s) - there will be a link in the post.

3) You're one of the tiny, tiny minority who are aggressive or abusive - in the bin you go!

Thanks

Popular posts from this blog

New String Property Editor Planned For RAD Studio 12 Yukon 🤞

Multi-line String Literals Planned For Delphi 12 Yukon🤞

Call JavaScript in a TWebBrowser and get a result back