Welcome Cyborg All who enter are considered non sentient until proven otherwise...

Just the Rants & Raves of a Geek, I will be focusing on dasBlog the blog engine that could for my ramblings. For more about dasBlog see www.dasblog.info
=====================================================

DasBlog 1.9.6264.0 now supports CoComment   

Track: coComment keeps track of all the online conversations you're following in one convenient place, and informs you whenever something is added to a conversation.

Share: Publish your conversations to your blog in a click, or send them to your friends via email.

Explore: Check out the top commenters, what articles and posts are generating the most comments, who's  commenting on the same conversations as you.

Cross Post from http://dasblog.info

#  Sunday, September 24, 2006 1:15:33 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [1]

With the current release we provide dasBlog buttons and badges for the first time. The whole set with many other formats including png is .

Simple jpg:

Reflection jpg:

  

Simple gif:

Reflection gif:

 Cross Post from http://dasblog.info

#  Sunday, September 24, 2006 1:09:36 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]

OK today, I have started updating http://dasblog.info for the new 1.9 info and I thougt there would be no better time to try out Windows Live Writer.

(Windows LiveWriter is a free, downloadable beta program from Microsoft that will help you include rich content in your blog posts and know exactly what your blog will look like.)

Well I love Windows Live Writer but today's postings were not as easy as I thougt they would be!

Everybody is raving about Windows Live Writer, and it is great but it does have some pros and cons.

Pros:

  • You can include images without an FTP upload setup. (yawza that beats Blogjet here!)
  • Super easy to setup with dasBlog 1.9 (but not hard with earier versions)
  • There is no easier blog post engine, and I have tried about 20...

Cons: If these are fixed I will be a super WLW fan!!!

  • You can't refresh the category list - (the only thing I was able to do to get a refresh was delete the blog site and reinstall, apparently this only happens if you have a big cat list!)
  • The category list just scrolls on and on down the page, - (I can live with that?)
  • You can't add a new category with a post -(this is very important to me, as I use categories as menu items at http://dasblog.info and almost every item has a new category)
  • You can't delete a post, -

Deleting would not be important, but the system throws an error if you manually delete a post at the blog site and then try to repost the same data again from WLW. You can work around this by cycling to another blog account and back and the WLW post id will clear.

  • You can not include png images??? - (I could not include the new dasblog png badges in a post today!)

Cheers

 

#  Saturday, September 23, 2006 10:00:44 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [2]

OK it's official the dasBlog team has released dasBlog 1.9!

See Scott's post for all the details.

 

P.S. I appreciate the nice words there about your's truly!

Cheers

Tom

Download here:  Documentation here:  Forum here:

daily builds here: (including ASP.NET 2.0 VS2005 versions), stay with ASP.NET 1.1 unless you have a developer need.

(daily builds with EST local server time here:)

#  Friday, September 22, 2006 10:46:09 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]

I have updated http://dasblog.info the dasBlog Documentation site to dogfood the lastest beta release of 1.9.6251.0 and have created a new custom theme to commerate the event.

I have also made the old theme and all the generic themes available to use at the site!

Updated postings for 1.9 features coming soon!

Cheers

Tom

CSS | dasBlog
#  Monday, September 11, 2006 10:42:10 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]

Please note these new features are a DasBlog contribution by Justice Gray.

Note that the macros below (with the exception of PrevNextSeparator) are currently implemented on Justice Gray's ( http://graysmatter.codivation.com), so you're welcome to take a look there and see how they work.

Previous Entry and Next Entry

These display a link to the previous entry and the next entry.  They *only* display if the user has loaded a page with a single entry on it, i.e. a permalink.  After all, it's pretty useless to have previous and next links if you're on the main page of the site, or looking through a full category worth of entries.  Obviously, if you are on the most recent post the Next Entry Link will not display, and if you are on the very first post you ever made the Previous Entry Link will not display. 

Both of these macros take a string for an argument (which can be empty) that is prefixed to the Previous Link's text or appended to the Next Entry's text. 
e.g. <%previousentrylink("&lt;&lt; ")%> = "<< [Previous Post Title]"
<%nextentrylink(" &gt;&gt;")> = "[Next Post Title] >>"

PreviousNextSeparator

Depending on your formatting desires, there is also a PreviousNextSeparator macro that will display a separator string of your choice if:
a) the user is on a page with only one blog post (e.g. a permalink)
b) that page is not displaying either the most recent blog entry or the earliest (because, obviously, you're not going to have both a previous and a next at the end of the spectrum).

e.g. <%previousNextSeparator(" | ")%> = " | " when in the situations described above.

RecentEntries (FrontPageTitleList)

There were two reasons I didn't like using FrontPageTitleList:
a) The table cells it created are all automatically aligned to the center using align=left, making it impossible to override this even in CSS given the precedence levels.
b) It's a bit disorienting for a user who hits your blog via an old entry to click on a recent post link and all of a sudden be jumped into the middle of nowhere (at least this is apparent in my blog's design).

Hence I made RecentEntries, which is pretty much FrontPageTitleList with two changes:
a) the alignment setting has been removed so that CSS can be used to align it
b) the links it produces are now permalinks to individual entries (which happens to work well with the previous and next links)

This docuementation was generated by Justice Gray on the DasBlog Developer E-Mail list.

Cheers

Tom

#  Saturday, September 09, 2006 12:36:00 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]

If you don't know what dogfooding is, its to Eat one's own dog food. To say that a company "eats its own dog food" means that it uses the products that it makes.

Well I can't say I made DasBlog, but I sure helped a little with this version!

I really like all the new features, and I am not even sure of some of them, we had so many contributors and new features it will take me forever to get up to speed to help users with this new version and to start writing up the features at http://dasblog.info.

If you have an article on a new feature, or are some kind of expert on a feature, or are said contributor, please send me your articles, or give me permission to pinch what you have elsewhere! 

Version 1.9xxxx coming to a host near you soon!!!!!

Cheers

Tom

#  Wednesday, September 06, 2006 10:13:49 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]

Just want to let any DasBlog developer types who may not have heard that the lastest test code is availble here: http://dasblog.info/dbftp/

Remember the real approved final vesion/s will be released at SourceForge here: http://sourceforge.net/project/showfiles.php?group_id=127624 

Enjoy!

#  Monday, September 04, 2006 8:40:33 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]

© Copyright 2010, RoboSapient.Com | XHTML | CSS | WCAG |Contact Us Here  Send mail to the author(s)

Page rendered at Friday, September 03, 2010 8:07:11 PM (Eastern Daylight Time, UTC-04:00)