The in deep thought code base has just reached v0.3. You can view the changelog to see the changes.

posted by dharh 1:51 PM Jun 19th, 2007

I have been developing the back-end for in deep thought for a long time now and I think the time has come for it to evolve into an actual web site package. To that end I have named the package "neThing". That doesn't change anything about the site itself. It is still called in deep thought and nothing has really changed except at the bottom it now reads "Powered by neThing". Eventually I'll package neThing for others to use.

Last Updated 2023-04-24

Planned: v0.9 (xx Feb 11)

Features

  • Core | NOT YET IMPLEMENTED Code for IDT.neThing is now C#.NET, Cold Fusion branch ends at v0.8

v0.8 (03 Jan 11)

Features

  • Wiki | Can now add strikethrough using [s][/s] EXAMPLE: strikethrough

Changes

  • UI | g-a and g-b commands have been remove

Fixes

  • Admin | Fixed search by label
  • Posts | Fixed an issue where some posts were not viewable because of the date when they were posted
  • Posts | Fixed a reversion of a prior bug where the captcha was not showing up thus making comments impossible, but not spam....
  • UI | Nav should better understand when and where to work or not work

v0.7 (04 Dec 09)

Features

  • Admin | Posts page loads the post list via Async Ajax call
  • Admin | Removed Article and Blog area and replaced with Post area
  • Admin | Resources are no longer split between Article and Blog posts
  • Posts | Articles and Blog posts are now Posts
  • Posts | Twitter entries now tag with twitter tag
  • Core | Added a new field for posts to enter trackback urls
  • Core | Added pings for trackbacks in the queue
  • Core | Added Twitter RSS import using neFeedeater
  • Core | Added via location for posts
  • Core | Added twitParser to parse twitter entries
  • Core | twitParser can now parse http|https|ftp for autolink
  • Core | twitParser can now parse #searchstring for autolink
  • Core | Initial work on adding a simple Async Ajax call
  • Core | Initial objectifying of Twitter feed (will add settings to admin page next version)
  • Core | Twitter Feed now loads via Async Ajax call
  • Core | Added archive by Year/Month function to front page (will objectify and add to settings admin page next version)
  • Core | Added tag cloud function to front page (will objectify and add to settings admin page next version)
  • Core | Removal of archive slider box from front page (may later add to the object drawer and settings admin page)
  • Wiki | Can now comment things out using <!-- -->
  • Wiki | Can now add sigs in discussions using ~~~~ EXAMPLE: dharh 11 Feb 08

Fixes

  • Admin | Fixed overview of Talk pages to no longer display empty pages
  • Posts | Posts and Talk pages work again
  • Core | Tables should work more like standard wiki markup now
  • Core | Fixed problem with tables not accepting style for individual cells properly
  • UI | Fixed navigation being invoked by typing recaptcha forms sometimes
  • Wiki | Fixed error when saving wiki articles with quotes
  • Wiki | Fixed talk page error regression due to change to dirhandler

v0.6 (08 Jan 08)

Features

  • Wiki | Added talk pages for articles
  • Wiki | Added comments for talk pages
  • Core | Nospam image has been replaced with recaptcha
  • Admin | Summary has been removed from posts

Fixes

  • UI | Fixed navigation being invoked when typing in forms sometimes

v0.5 (03 Aug 07)

Features

  • Core | Replaced several portions of wikiParse with regex for speed and cleaner code
  • Admin | Added the "Don't show this on top menu" checkbox which does what it says

Fixes

  • Core | Fixed being used over multiple lines

v0.4 (26 Jul 07)

Features

  • Wiki | Added history for articles
  • Wiki | Added ability to compare versions of articles
  • Wiki | Added ability to edit individual sections by themselves

Fixes

  • Core | Fixed nospam image under php 5.x (imagecolorallocate problem)
  • Core | Nospam image was too easy so moved distortion on top of text

v0.3 (19 Jun 07)

Features

  • Admin | Can now upload files to specific posts
  • Admin | Added a resource viewer to view all files uploaded to posts
  • Admin | Can now search posts in admin view
  • UI | Added search feature
  • UI | / to search

v0.2

Features

  • UI | New UI navigation
  • UI | j next
  • UI | k previous
  • UI | r refresh
  • UI | v goto current posts home
  • UI | g-h goto main page home
  • UI | g-a goto articles home
  • UI | g-b goto blog home
  • Wiki | Added wiki links. Blog and article posts can be linked to other articles by name using [[article_name]]
  • Wiki | Added the <nowiki> tag
  • Wiki | Added the <nohtml> tag

v0.1

Features

  • Admin | Clean and consistent administrator console
  • Admin | Separate areas for blogs, articles, and drafts
  • Admin | Quick view of all comments on the site and the ability to delete
  • Core | A nospam image for comments
  • Core | Added wikiParser to parse wiki markup for articles and blog entries
  • UI | Framework for easy navigation between main areas and individual posts using keyboard shortcuts
  • UI | Multiple ways to find articles and posts (labels, search, name)


posted by dharh 11:23 PM Jan 25th, 2007

Some people have asked me whats the real difference between blog posts and articles.

Blog posts are date centric, meaning there is no criteria other than the date (down to the second) which makes a blog post unique. Any blog post can have the same name as any other. The reasons behind that are blog posts tend to be much more prolific than articles. If a blog post today has the same name as a blog post from two years ago, who cares. Blog posts are also very static, once a post is made it should remain as is.

Articles on the other hand are dynamic. They are changed from time to time based on new or changing information. This means they are name centric. There can be no articles of duplicate names, the name of the article should remain unchanged, and explain what the article is about.

Even though articles and blog posts use the same wiki text markup language to format the posts they do not interfere with each other. Blog posts of the same name as articles have no problems.


posted by dharh 9:52 PM Dec 28th, 2006

Whew! Been working on this for a while and it's finally done.

New Features

New UI features

Now people can navigate in deep thought using these keyboard shortcuts.

  • j next
  • k previous
  • r refresh
  • v goto current posts home
  • g-h goto main page home
  • g-a goto articles home
  • g-b goto blog home

New wiki features

  • Finally added wiki links. Yes that means articles can be linked inside other articles and posts.
  • Added the <nowiki> tag
  • Added the <nohtml> tag

Future Features

Future UI features

  • / search
You will be able to search the site for that topic you want. Start your search with tag:[tag] or type:[blog|article] to narrow down your search.

Know the name of the article you want? Type it in the search and it will take you there directly. Type it slightly wrong? The results will probably get you there anyway.

Future wiki features

A wiki help page.


posted by dharh 12:45 PM Dec 18th, 2006

Last Updated 2009-08-14

v3.0

  • Del.icio.us backend
  • Counts clicks on links, orders links by click
  • New UI. Looks more like idt

v2.3

  • newLink() now takes category, name, and URL instead of just category and link

v2.2

  • Fixed position error with [more...] menu

v2.1

  • Now every link is added through the newLink() function

v2.0

  • Created newLink() function which can take category and link
  • Create displayLinks() function which will display all links added via newLink()
  • You can set a max initial display for number of links per category
  • It can dynamicaly handle additional links

v1.1

  • The additional links displayed from [more] are now handled through an array list

v1.0

  • Added javascript to handle too many links to be displayed, popup from [more...] displays additional the links

v0.3

  • UI now looks like XP window

v0.2

  • Links in categories, in a line

v0.1

  • Created very simple massive link display page by category


posted by dharh 11:50 PM Oct 2nd, 2006

Sparce links has been updated to the lasted version. It now uses del.icio.us to populate its links, which pretty much now makes it a UI for del.icio.us. All that's left to do is keeping persistant information about link to count clicks so the links can be ordered by most used.

posted by dharh 12:53 AM Oct 2nd, 2006

So you wouldn't think this site would have a problem with comment spam since it gets so few visiters, but over a given week I get about 100 spam posts in the comments. I've added images for authentication to comments so in order to make a comment you have to type the text you see in the image.

posted by dharh 1:19 PM Sep 18th, 2006


« Previous 1 2 3 4 5 Next »

2024: 1
2023: 4 2 1
2022: 5 3
2011: 5 3 1
2010: 12 9 7 1
2009: 12 11 8 5
2008: 12 5 4 3 2 1
2007: 12 11 10 9 8 7 6 5 4 3 2 1
2006: 12 11 10 9 8 7 6 5 4 3 2 1
2005: 12 10 7 6
2004: 10 9 6 5 4 3 2 1