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
=====================================================

I released the theme to this site a few days ago to be included in the new dasBlog release 2.2. But if you just looking for a theme for your current dasblog then you might want to take a look at this theme now.

Download:

dasEmerald.zip (166.32 KB)

To use, just unzip into your theme directory and change your configuation via the configuration page to use this theme.

The theme gives a link for detail on how to edit your theme to your taste.

Cheers

Tom

 

#  Sunday, October 05, 2008 9:34:37 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]

We have quite a few new features along with a few new bug fixes.

Custom Macros: The number one issue resolved by this release is the 2.1 version inability to support legacy custom macros. This has been resolved!

Resolved Theme loading issue: (missing Mobile Theme crashed system for mobile browsers)

Added check to delete entry method: only admin or author is allowed to delete; (Window Live Writer (WLW) editing allowed contributor to delete admin posts.

Added OPENID identifier editbox to user edit page: And some cleanup of the sitesecurity classes; (extensive OPENID for comments support added)

web.config for use in IIS7 Integrated mode: (sample file for IIS7 hosting in default Integrated mode, document in release.

Fixed live comment preview bug: (The last allowed tag was not working correctly in the live preview)

Added support for themed 404 pages: (an optional feature if you control IIS)

Fixed IsDaylightSavingTime bug: which always returned false, resulting in comments always being off by one hour.

OPENID Improvements: Added configuration page options for OPENID comments and admin, and updated site.config file; (version upgrades should take updated site.config file change into consideration)

BLOG Stats Macro: Blog Stats macro bug resolved.

Enjoy!
Tom

#  Sunday, October 05, 2008 8:36:13 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]

OK We have new Dogfood dasBlog 2.2.8252.15603

#  Saturday, September 20, 2008 12:07:41 AM (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]

(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 9:04:52 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [2]

I spent the better part of the afternoon today trying to get the code for a customer page that would use the generic Google site search to validate to xhtml, not the new adsense, but just plain old search. The code that Google provides is no where near xhtml 1.1 compliant.

Well I finally did customize the code where it works, and validates. I wish somebody had posted this for me!! So here is is for anybody who needs it! The CSS searchbar stuff is not important for function, just layout.

<div id="searchbar">
<h2>Search This Site</h2>
<!-- SiteSearch Google -->
<a href="http://www.google.com/" title="Google"><img width="75" height="32" title ="Google" src="images/Logo_25wht.gif" alt="Google" /></a><br />
<form method="get" action="http://www.google.com/search">
 <div><input type="hidden" name="domains" value="http://banjara.us" />
<input type="text" name="q" size="19" maxlength="255" value="" />
 </div>
 <div>
<input type="radio" name="sitesearch" value="" />Web
<input type="radio" name="sitesearch" value="http://banjara.us" checked="checked" />Banjara.us
<input type="hidden" name="ie" value="UTF-8" />
<input type="hidden" name="oe" value="UTF-8" />
 </div>
</form>
</div>
<!-- SiteSearch Google -->

 

#  Wednesday, February 08, 2006 9:05:38 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]

Announcement: http://dasBlog.us User Forums now active.

In attempt to encourage more user community collaboration in support of the opensource "DasBlog" blogging software project the subject forums have been created. The forums at SourceForge are now depreciated.

Please support your DasBlog community, links back to your DasBlog support entries are encouraged!

The documentation is at the htp://dasblog.info and the Development team still resides at SourceForge.

 

#  Sunday, November 06, 2005 10:28:46 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]

This is a little flash mp3 player, I didn't code it, but I did mod it to add mp3 file tag reading!

It now displays track title and artist/album. Also, the original was designed for inclusion in a full flash page with draging. I modified it to be a stand alone mini player. 

Due to www delays sometimes you need to hit the song button a second time to get the tag data! (Iwill look into that problem some day???)

Place from 1 to 12 mp3 files named
track01.mp3 thru track12.mp3 in the same directory!
 
Download: mp3Juke.zip (37.07 KB)
 
Original source: http://www.swishboard.de/Test/mp3Player_Vorschau.html
 
#  Wednesday, November 02, 2005 12:36:15 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [2]

Hosting provider (Godaddy, not our new host BoundGrid.net) has just killed the database before even the first backup, the grand opening will be delayed!

 

It is official (the http://www.dasblog.us User Forum is on-line).

I understand the format is beta or draft and I am sure the community will make a lot of changes over the next few days to weeks, but it's "here now" to support the DasBlog user community!

Check it out! http://www.dasblog.us

 

#  Sunday, October 30, 2005 7:28:09 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [1]

Very interesting article:  "The reason is very simple: Capacity. There’s a limit to how much information an individual can process and I think that by now, Microsoft managed to push the feature depth to the point where I can’t fit Visual Studio and related technologies into my head all at once any longer....."

Visual Studio Overload And The Specialization Gamble

Of course Clemens calls himself a generalist, when in actuality it's all relative. For me as an IT operations manager type, Clemens looks like a real specialist.

While I am no programmer, I do dabble, but I try to keep up (a little), in all the camps, .NET and J2EE (MS vs Linux). It's bad when you have to support customers in either camp or some who have projects in both. I work with/for the Department of Defense who has .NET and J2EE systems not to mention a ton of other technology old and new.

I have to keep conversationally aware of issues around DB2 and SQL2005, not to mention some who use MySqL or Oracle. And issues like Oracle's recent raid (purchase) of MySql contract teaming partner. It's enough to make your head spin. I would love to focus just on MS products.

#  Saturday, October 22, 2005 3:57:57 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]

OK here is the most exhaustive list of geek tools I have ever seen, it's true that if your not a Windows centric developer some will be of little value. I had no idea some of these even existed! 

Love this list: RoboSapient approved!

Thanks Scott!

Scott Hanselman's 2005 Ultimate Developer and Power Users Tool List

 

#  Saturday, October 22, 2005 2:26:14 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]

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

Page rendered at Saturday, May 18, 2013 3:14:29 PM (Eastern Daylight Time, UTC-04:00)