-
Recent Posts
Recent Comments
Twitter Updates
- If you like tinkering with the Arduino, Netduino then you got to check out the Electric Imp! http://t.co/lxiQJk2p 1 day ago
- I'm attending That Conference 2012 -- http://t.co/KPdNFA2k 2 days ago
- I'll be learning to code this weekend for free thanks to @codeschool and @cloudspokes. http://t.co/4yigfZxc 3 days ago
Archives
- October 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
Categories
- .net
- .netmf
- agile
- ajax
- arduino
- asp.net
- best practice
- build
- business logic
- c#
- ci
- css
- dasBlog
- data access
- design
- di
- engineering
- geolocation
- GoDaddy
- hardware
- heartland
- html
- javascript
- jQuery
- linq
- linux
- mac
- mapping
- mono
- mr marky
- mvc
- mysql
- netduino
- nhibernate
- ninject
- paint.net
- photogallery
- php
- preso
- product review
- python
- release
- Remote Desktop
- repository
- security
- silverlight
- subversion
- technology
- testing
- tools
- Uncategorized
- VISTA
- visual studio
- WCF
- web
- web service
- WIN32
- WIN7
- winform
- wordpress
- wp7
Meta
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
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
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