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

Just the Rants & Raves of a Geek, who wants to join the Blogging crowd, I hope the site morphs into something you like! This blog is based on the dasBlog ASP.NET engine. I hope to add value to those who would use this software. This blog is part of my web presence, most people have a web site with many features, I have many websites that are somewhat related and or linked. Some are sort of hobby like this blog; others are business or pure vanity. I will be focusing on dasBlog the blog engine that could for my ramblings. For more about dasBlog see www.dasblog.info
=====================================================

Ok, I have stumbled on a new (new for me remote blog client) that I feel is as good or better than Windows Live Writer.

The latest version supports dasBlog (including images without FTP) it does not use RSD (Really Simple Discovery) but since complete support of dasBlog is built in, that does not matter!

(Note: BlogDesk expects you to have the older 1.8 series dasBlog installed which BlogDesk only supports images with FTP, so re-edit your blog profile and tell it to support direct images and it will, older verions of dasBlog may not work as well, but the current dasBlog build 1.9+ is 100% supported)

This post was made with BlogDesk!

Your need to check it out! BlogDesk

Except from site:

"No need to use those annoying HTML Tags in the WYSIWYG editor. Images can be directly inserted and are automatically uploaded. Even publishing simultaneously to multiple blogs is a matter of a click.

With the ImageWizard you can not only insert images to your posts - it's possible to edit them as well (crop, resize, rotate, shadow etc., see Examples). Even Thumbnails can be created - the preview will be shown in the blog and a click on the image will open it in its original size (just like here in the right column). Linking and uploading those images is automatically done by BlogDesk."

blogdesk-post-thumb

  Saturday, January 06, 2007 9:51:55 PM (US Eastern Standard Time, UTC-05:00)  #    Comments [1]

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 12:15:33 AM (US Eastern Standard Time, UTC-05: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 12:09:36 AM (US Eastern Standard Time, UTC-05: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 9:00:44 PM (US Eastern Standard Time, UTC-05: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 9:46:09 PM (US Eastern Standard Time, UTC-05: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 9:42:10 AM (US Eastern Standard Time, UTC-05: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 11:36:00 AM (US Eastern Standard Time, UTC-05: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 9:13:49 PM (US Eastern Standard Time, UTC-05: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 7:40:33 PM (US Eastern Standard Time, UTC-05:00)  #    Comments [0]
  1. Turned on comment moderation support

 

  1. Much better multi-user/blogger support including a Top Posters macro and total comments

 

  1. TagCloud  support

 

  1. Speedup in Macro execution

 

  1. Support for If-Not-Modified to speed up execution, improve RSS bandwidth and CPU cycles

 

  1. Direct Feedburner Support with 301 redirection for RSS and Atom feeds.

 

  1. Direct support for Feedburner and Feedflare

 

  1. Delete comments directly from your mail reader

 

  1. New themes out of the box, 23 at last count (including mobile)

 

  1. New XML-RPC support for newMediaObject

 

  1. Added support for RSD (http://archipelago.phrasewise.com/rsd) so that blog software can automatically configure itself w/o users entering all the metaweblog nonsense

 

  1. Pluggable Rich Text Editor, choose from FreeTextBox or FCKEditor or write your own adapter

 

  1. Support for CoComment

 

  1. Organized source, build, and packing for clarity

 

  1. New Feed Icons

 

  1. Automatic disabling of Comments after a certain number of days. Also manual “close comments” support

 

  1. ContentLookAhead show future dated posts
  1. Added entry CPU usage optimizatons

 

  1. Better strings and support for Portuegue, Turkish and Vietnamese

 

  1. Statistics update, search engine is are not considered a user for click through.

 

  1. Statistics update, User domain is now logged if configured for DNS reverse lookups.

 

  1. Fix for faithfully displaying comment formats, included blank lines in RSS feeds.

 

  1. Statistics update, no longer tracks the admin account as user activity.

 

  1. Better Post retrieval using the calendar

 

  1. No e-mail address in RSS feeds, displays the e-mail user name instead

 

  1. Update for additional capability for storing encrypted passwords on the server

 

  1. Statistics date handover from one type of view to another, i.e. for example from crossposts to events logs
  1. Cosmetic fixes for the delete confirmation and ActivityBox dialogs.

 

  1. Updated confirmation messages for post, comment and trackback deletion.

 

  1. Update of configuration edit page to allow user control of the attribute “DaysCommentsAllowed” in the blog without direct edit of the Site.Config file.
  1. Support for mobile phones and mobile devices if you read the web.config and update it with new browsercaps data, i.e support for displaying your blog on mobile machines like a “BlackBerry”.

 

  1. Added support for select HTML code in Comments, configurable on the edit page.

 

  1. Support for GoogleSitemaps https://www.google.com/webmasters/sitemaps/docs/en/about.html Your autogenerated sitemap is at http://<yoursite>/googleSitemap.ashx

 

  1. Autosave for editing posting posts, (AJAX code)
  1. Improved ReferralBlackList
  1. Bug fix for when caching, take language into consideration.
  1. Added support for alternate SMTP Ports

 

  1. Resolved validation error in category tag and the issue with the xml:lang attributes

 

  1. Updated version information for version 1.0.0 of XML-RPC.NET

 

  1. Macro (Previous Entry, Next Entry, Recent Entries) links for displaying blog posts

 

  1. Macro to return the text only of the permalink <%PermalinkRaw%>

 

  1. Adding caching to Blogroll.aspx

 

  1. Update for XML-RPC.NET to support blogging from Word 2007

 

  1. Better Titles for Comments in RSS

 

  1. Adding titles to category feeds in RSS

 

  1. Added ContentLookaheadDays configuration feature, allows you to display future dated posts on the front page and in your feed - useful for sharing scheduled events.
  Wednesday, August 30, 2006 8:45:31 PM (US Eastern Standard Time, UTC-05:00)  #    Comments [2]

Well I've got to just rip off a quick post, I have been so busy supporting the DasBlog community that I just about don't blog anymore <sad>.

Anyway I have fairly recently released a new DasBlog theme which I submitted to be included in the next DasBlog release and it failed the FireFox test. Boy was I embarrassed. I had called myself checking it out but I will admit not very closely at least in FireFox.

At any rate I spent untold hours trying to track down the problem, and along come  Justice Gray one of the better DasBlog developer contributors and volunteered to help me out.

He found 99% of the problems in 10 minutes. Apprantley he has and uses all those fancy FireFox development tools. YEAH!!!!!

I got Scott Hanselman to check the theme in this afternoon and by all appearances, the level of activity at Sourceforge we should see DasBlog 1.9 any day now!

Soon I will be hip deep in trying to support the role out and the user community.

Take Care

  Monday, August 14, 2006 7:56:28 PM (US Eastern Standard Time, UTC-05:00)  #    Comments [1]

(I don't usually repost from www.Dasblog.info or www.Dasblog.us, but this is one cool and important post!
Thanks to Eric Appel.

How-To Setup DasBlog for Development Using Visual Studio 2005

1. Get the latest dasblog source.  See information here

http://www.hanselman.com/blog/DasblogMovedFromCVSToSVN.aspx


2. Setup your virtual directory for newtelligence.Dasblog.Web and set it to use ASP.NET 2.0

3. Open “Dasblog All.sln” in notepad and modify the url for the newtelligence.Dasblog.Web project to point to your virtual directory.

4. Download and install the Visual Studio 2005 Update to Support Web Application Projects.

5. Download and install the latest version of Visual Studio 2005 Web Application Projects.  You can read about it here http://weblogs.asp.net/scottgu/archive/2006/05/08/445742.aspx and here http://webproject.scottgu.com/.

6. Open Visual Studio 2005 and go to File->Open Project/Solution

7. In the dialog, browse to your “Dasblog All” solution file and open it.

8. The Visual Studio Conversion Wizard will pop up.

9. After hitting next you will have the option to have the wizard create a backup of your project.


10. Finish the wizard.  The wizard should complete successfully without any errors.

11. Go to your web.config file and add cookieless=”UseCookies” to the <forms> element.  Read here for more information
http://www.hanselman.com/blog/NewFormsAuthenticationSignOutBehaviorInASPNET20.aspx


12. In the Solution Explorer in Visual Studio 2005 click the Show All Files icon.  In the newtelligence.Dasblog.Web project right-click on the StringTables folder and select Include in Project.  Do the same for the site.config file in the SiteConfig directory.  You also may want to include other folders such as bin, content, and logs.

13. Modify the site.config and site.config.deploy to point to your virtual directory

14. Modify siteSecurity.config to setup your admin account.

15. Set directory permissions as you would for any other dasblog setup.

16. Rebuild Solution.

17. Enjoy

  Tuesday, June 06, 2006 8:04:52 PM (US Eastern Standard Time, UTC-05:00)  #    Comments [2]

New Dasblog Theme "Nautica022 Liquid" is available for download here: nautica022

Here is a sample site using the theme with no mods:

www.auburnhighschool.us 
(Pretty much what you see is what you get!)

My family blog site using the theme with mods:

www.tomwatts.com

Originial Web Site Design by: www.studio7designs.com
CSS Coding by: mejobloggs 
The Original CSS Template is at: OpenWebDesign

Yes the DasBlog Conversion is by:Tom Watts, (Also documented at www.dasblog.us)

CSS | dasBlog
  Saturday, May 20, 2006 1:03:11 AM (US Eastern Standard Time, UTC-05:00)  #    Comments [2]

OK folks I have decided to refocus this site as a tech only and 99% Dasblog site.

 

There will be no more family postings here, I have created a new family blog site at TomWatts.com to support family blogging.

 

The TomWatts.Com blog  site is also based on the Dasblog engine and the theme is a conversion of the CSS web template “Nautica02.2 Liquid”  from Open Web Design (OWD). I think it came out very well!!!

 

I did duplicate some of the old family posts from Robosapient.com for a foundation for the family blog.

 

I promise you will find more of the lessons learned from my efforts at dasblog.us posted here with maybe some what better background, and easier to find references. I love the forum for the support it offers, but it is not the platform to pontificate about a particular issue raised there, or resolved there!.

 

I will also try to read the dasblog tea leaves from my hanging around the dasblog developement team and report what I think is going on from the "user" perspective.

 

See ya later.

Tom

  Thursday, May 18, 2006 9:52:56 AM (US Eastern Standard Time, UTC-05:00)  #    Comments [0]

Ok just a few rambles here,

#1. I continue to test Newz Crawler, so far it is one of my favorite RSS writer / remote blogger engines! ( I wish it had a built in spell checker, at least a browser based one, but so far I have not found one! This post will be another test of Newz Crawler...

#2. I review a lot of dasblog sites in my admin support duties (self appointed) over at dasblog.us , there are some very interesting blogs out there! I am partial to technical blogs, but I have found one that is artist centric ran by a techie that has caught my fancy. That blog would be @ http://idleminutes.com

#3. Scott has an interesting post over at his blog, "Is OPen Source a Crap Idea?" http://www.hanselman.com/blog/IsOpenSourceACrapIdea.aspx I hope that last leading question doesn't mean he is considering moving away from dasblog and on too newer greener pastures. If that's where he's headed, (I would understand if he did), I just hope he's looking to pass the baton.

/End Musing v0.12345

 

 

  Friday, March 24, 2006 10:38:07 PM (US Eastern Standard Time, UTC-05:00)  #    Comments [0]

I received the following comment at http://dasblog.info the other day, so I thought I would try this product for myself.

The mystery I'm trying to solve is "what are the valid endpoint definitions?" Been Googling all over the place, but no sign anywhere of what you actually enter for a dasBlog endpoint in your upload tool.

I did find on reference that suggested it was "\blogger.aspx", but NewzCrawler won't accept this. Odd that I could be using a combination of 2 popular tools, both of which are lacking dopcumentation on this simple point.

Comments page: http://dasblog.info/CommentView,guid,B5B8DD8C-9A11-4237-8438-514D819FB274.aspx

+++++++++++++++++++++++++++++++++++++++++++++++++

So far so good, it does appear that the default endpoint for custom /RPC is just fine and that the html reference is http://domain/blogger.aspx.

Going to hit the post button now.........

Added some help images:

  Sunday, March 19, 2006 10:27:43 AM (US Eastern Standard Time, UTC-05:00)  #    Comments [0]

Dasblog.us forum statistics

Some interesting statistics from http://dasblog.us

 (The dasblog support forum)

The Top 50 Visitors (by IP) report per the server web logs to-date!

User                Visits

1

65.54.188.26

400

Msnbot

2

xxx.xxx.xxx.xxx

321

Tom Watts

3

65.54.188.27

302

Msnbot

4

61.135.145.207

269

User from Beijing 

5

66.249.65.225

221

Googlebot

6

207.68.146.40

220

Msnbot

7

66.249.72.106

139

Googlebot

8

65.54.188.28

137

Msnbot

9

65.54.188.24

119

Msnbot

10

207.68.146.103

92

Msnbot

11

xxx.xxx.xxx.xxx

88

Tom Watts

12

66.196.90.15

66

Inktomisearch

13

66.196.91.11

60

Inktomisearch

14

207.68.146.53

58

Msnbot

15

66.154.102.58

51

gigablast (search)

16

65.54.164.31

50

user/s at Microsoft (Redmond)

17

66.196.91.170