Internet Explorer 8 beta released!

by Jowie 9. March 2008 07:45
I'm about to install it and play around with it. You can too, get it here.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Interesting links | Technology | Website

Website updates

by Jowie 29. November 2006 06:43

So, for the past few days I have been messing around with my website. Trying various blogging engines, etc. But for now, I'm back to MT 3.33, so I can continue working on my BlogML Index Template for MT. BlogML 2.0 has been released and I'll need to rework my template over from scratch pretty much. I have looked over the BlogML 2.0 specification this time though, instead of just looking at a sample BlogML.xml file.

I think I know why I was having a problem in SubText with the comments being imported with their date created attribute set as the date the import took place. It appears that the date created attribute isn't handled in BlogML for comments at all. Oh well. I'll look into it further.

On another note, I have redid my simple quick'n'dirty ASP.Net photo gallery scripts to use Lightbox JS v2.0, check it out and let me know what you think!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Website

To blog or not to blog...

by Jowie 17. October 2006 03:06

I haven't been posting much recently, which is quite obvious. Mostly I have seen this blog as more of a chore then anything, mainly because of all the comment and trackback spam I get here. First of all, I have moderation turned on for both, meaning I have to manually come in here and clear out the stuff. Manually because I'm too anal to have the software delete it for me for fear of loosing legit stuff. It's quite annoying, to the point for a while there I completely turned off all commenting and trackbacks. Hell, even on my own custom tagboard I'm getting spam! This is really getting outta control...

Also, for quite some time I have been looking for a new software system to manage my blog, one that includes image galleries so I can replace my hacked together solution. My requirements? First of all, must be .Net based, preferably 2.0. Secondly, must be relatively easy to configure. And last but not least, have some way to import all my old entries created here in Movabletype. Not exactly an easy task believe you me. However, I recently have been playing with Subtext. It's a branch of the .Text blogging engine, with a comparatively easy setup program, geared more toward running a single blog instead of multiples(although hosting multiples are possible with a bit more configuration). The lastest version runs on asp.net 2.0, has image galleries built in, with the ability to upload bulk images in a .zip file. And for the last requirement, has the ability to import using the BlogML format. Seems to meet all my requirements!

The only problem, trying to get all my content from Movabletype into a valid blogml XML file. I've been working on it and so far, have gotten posts and comments exported into a blogml.xml file and then into Subtext. I still need to work on a few things, including ensuring posts I have using the extended entry feature get exported. As currently only the main entry body are exported. I also have categories in the blogml file, but for some reason they aren't importing, so my entries that were imported into subtext are not categorized. Even so, I can live with all my old posts not being in categories. So I may just run with what I've got. If anyone wants to help out, I'll post a .txt file of the template I’m using in MT to get the blogml.xml file. Still very much a work in progress, and right now it only exports the last 10 posts, for testing purposes. Some of the dates and other information are hard coded, as I couldn't find a MT template tag that would return the appropriate information. Oh, and I should note, I am running MT 3.2...

BlogML Template for MT 3.2 Right click and save target as please!
Sample output

UPDATE 10/28/2006: DOH! I had a spelling error in my template file, the <categories> and </categories> tags were both spelt catagories. My bad, fixed the text file linked above. Now I just have to finish up the template to include extended entries!

UPDATE 10/30/2006: Had a problem where not all comments would get imported. Found that users who left feedback but did not include a URL were not getting imported. The BlogML import engine didn't like the user-url attribute in the comment tag being blank or missing, so I edited the template with <MTIfNonEmpty> tags to inject the <MTBlogURL> tag if no URL was provided. There is still a problem where the date isn't imported, instead the date imported is the date the import was executed. At least the comments get pulled in. I have posted on the sourceforge forums, waiting to see if I should bug it.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Website

PEBKAC, i.e. ID10T error

by Jowie 26. April 2006 13:20

Note to self, MT breaks if you change the password for the MySQL DB user for MT, and edit the WRONG config file with the new password. Comments and such have been probably broken for a couple weeks cause I changed the password in my backup MT directory instead of the one that's actually running the site. Ooops!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Website

Site theme updated...

by Jowie 9. November 2005 06:37

Just finished updating the site theme. I donno, red on black is just a theme going on with me right now. I recently redid the backlighting of the gauges and stuff in my car from amber to red. I think it looks great. I have tested the new theme in firefox and IE and it seems to look the same and work in both. Let me know if you see otherwise.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Website

Upgrading from .NET Framework 2.0 Beta 2 to .NET Framework 2.0 RTM

by Jowie 8. November 2005 10:33

Welp, that was pretty painless. All I had to do was uninstall the VWD 2005 Expres Edition, then the .Net Framework 2 Beta 2, then install the RTM version of VWD 2005 Express Edition, which installs the RTM version of the .Net Framework version 2. Only problem I had, was that after the installation, when I tried to pull up my website, I got the error "Unrecognized attribute 'xmlns'.". This was because the ASP.NET version on the ASP.NET tab for my default website in the IIS manager had switched itself back to 1.1.4322. All I had to do was change it to 2.0.50727, and hit the apply button. Didn't even have to restart IIS. Simple!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Website

VWD 2005 Express Edition Released!

by Jowie 8. November 2005 09:40
Visual Studio 2005 and Visual Web Developer 2005 Express Edition Released!

So what does this mean to me? I have been running the beta 2 version of both VWD 2005 Express and the .net framework, so now to install the release versions, I have to uninstall the betas, and currently my site relys on those betas as I'm using master pages for layout control. So as I'm going through and installing/uninstalling, things will probably break!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Website

Site theme...

by Jowie 30. October 2005 10:34

Hrmm, ok, my experiment with a new theme has failed miserably. I will change is soon. Blah!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Website

MT 3.2

by Jowie 13. September 2005 06:39

Upgrading to MovableType 3.2 was an ordeal. Whenever trying to open up mt.cgi to upgrade the databases, etc, I kept getting the following error:

CGI Error - The specified CGI application misbehaved by not returning a complete set of HTTP headers.

Researching the issue, I came across the following post:

http://www.sixapart.com/movabletype/beta/2005/07/user-to-user_be.html#c5783

Following the instructions listed in that post by JoelD, everything is working fine and dandy on my Windows 2003 server.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Website

CSS/Browser peculiarities...

by Jowie 7. January 2005 03:55

So I have the sidebar on my site that shows the calendar and other misc stuff in it, and in IE, it looks just fine, with float:right defined. But in my non-IE stylesheet, float:right caused it to flow beyond the bottom of my main container on the site. So users with browsers other then IE got this weird issue where if I didn't have enough posts to make the main container longer then the sidebar, the sidebar would flow down past the bottom of the main container. All I did to fix this was change the float attribute to left, and now all is well in non-IE browsers, well, I only tested it in Firefox 1.0. Lemme know if you use another browser and it doesn't look right.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Website

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen

Calendar

<<  August 2008  >>
MoTuWeThFrSaSu
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567

View posts in large calendar