Thoughts on my site update
I finally decided to make the design of this blog (and the rest of uhri.com) my top priority. With that being said, I have some challenges to overcome.
Some challenges facing my site are:
- The home page is ASP.NET. (Ok, actually right now its just .html.)
- My blog is Wordpress (which means PHP).
- The rest of my site will, most likely, use ASP.NET since that’s my primary programming architecture. Any non-blog features I add will use ASP.NET.
I’d like to have seamless integration between the two sections of the site.
As far as I can tell I have a couple of options:
- Move the “blog” to the home page and ditch the ASP.NET home page all together.
- Ditch Wordpress and move on to DasBlog / SubText / VineType and hope they finally get all the features I want. I’d be running full ASP.NET at this point.
- Build duplicate structures between the ASP.NET and PHP sides of things.
- Ditch the whole blog thing and write my own (NIH 2000 Syndrome redux).
- Flatline uhri.com and never blog again. heh.
The last one sounds like a good option right now.
I think where I might end up is this:
- Build a master page for the ASP.NET pages.
- Completely customize the Wordpress themes to match the Master Page.
- Build a single style used by both the Master Page and the Wordpress theme.
- Create an ASP.NET home page that uses RSS to pull the articles from Wordpress. (The other option is to pull right out of mySQL, but that doesn’t seem nearly as fun. Or Nerdy).
- Make the home page of the blog (/blog/index.php) redirect the user to my home page.
One Comment
- Dan said: