Category Archives: dasBlog

Send Email Programmatically On GoDaddy

I have had a difficult time getting dasBlog to send emails on my GoDaddy account. I have not been able to figure out the configuration required to get it to work. I also wanted to have a “contact” page that … Continue reading

Posted in .net, GoDaddy, c#, dasBlog | Leave a comment

Simple CSS Style Anchors For Your Blog

I have been working on my blog style lately. One feature that I wanted to have was a way to easily convert anchor tags into a styled button to highlight a link. For instance, I often post links to live … Continue reading

Posted in css, dasBlog, html, web | Leave a comment

Updated Blog Theme

I spent some time this weekend updating the theme for the Random Sparks blog. The blogging engine that I am using is dasBlog. The benefit of the dasBlog blogging engine is it is written entirely using the .NET framework and … Continue reading

Posted in dasBlog | Leave a comment

GhostDoc Breaks SyntaxHighlighter

Leveraging tools is a great way to be more productive. Two tools that I regularly use are GhostDoc and SyntaxHighlighter. Sometimes one tool will cause another tools to break. Before getting into why GhostDoc causes SyntaxHighlighter to break, let’s give … Continue reading

Posted in dasBlog, tools | 1 Comment

Add Simple Tracking To dasBlog Entries

I was looking for a built in method to display the number of times a particular blog entry had been viewed in dasBlog. After spending some time looking at the API on-line and combing through the source code I did … Continue reading

Posted in c#, dasBlog | 1 Comment

Creating a Side Bar Widget for dasBlog

I have been messing around with the dasBlog code. Going through code that others have written is a great learning experience. I wanted to extend my dasBlog site by creating a custom side bar widget and at the same time … Continue reading

Posted in dasBlog | Leave a comment

Posting Blog Content

You can always use the web interface for you blogging engine. However, there are easier ways. I am currently using the following tools. These tools work with the dasBlog blogging engine that I am using. Windows Live Writer (WLW) – … Continue reading

Posted in dasBlog | Leave a comment

Creating Your Blog Layout and Style

Most blogging engines (I am using dasBlog) provide a number of standard themes for you to use. Generally, the theme can be changed in the admin panel of your blogging engine. Using a standard theme is easy and for those … Continue reading

Posted in dasBlog | Leave a comment

Setup dasBlog on GoDaddy Account

This should not have been that difficult. The hard thing is that you don’t have access or control over the IIS7 and ASP.NET machine.config. There were many postings on the internet that were somewhat helpful, but none of them outlined … Continue reading

Posted in GoDaddy, dasBlog | 3 Comments