Firefox 3.5 Released!

by Steve Bumbaugh 30. June 2009 15:57
Announcing Firefox 3.5 [More]

Be the first to rate this post

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

Tags: , , ,

Categories: General | Tools

Speed Up Filezilla

by Steve Bumbaugh 27. January 2009 18:41
Filezilla is a great, open source, FTP client, but the default settings only allow one concurrent file download. By adjusting the file transfer settings you can significantly speed up file transfers. [More]

Currently rated 4.0 by 3 people

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

Tags: , , , , ,

Categories: Configuration | General | Tools

Configuring Google Sites for Another Domain

by Steve Bumbaugh 22. January 2009 19:22
One nice feature of Google Sites is that the site can be configured to serve content from any subdomain. This guide will explain how to configure DNS and Google Sites to server your website from another URL. [More]

Currently rated 5.0 by 1 people

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

Tags: , , , , ,

Categories: Configuration | Hosting | Web Development

Introduction to Google Sites

by Steve Bumbaugh 20. January 2009 20:35
Google Sites offer a lot of functionality, a simple interface and the perfect price (free). I review some of the nicer features and shortcomings currently offered by Google Sites. Overall it's a great tool for creating non-commercial and personal websites. [More]

Currently rated 5.0 by 1 people

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

Tags: , , ,

Categories: General | Web Development | Hosting

BlogEngine.NET ArgumentOutOfRangeException for RSS

by Steve Bumbaugh 17. January 2009 10:08
BlogEngine.NET ArgumentOutOfRangeException exception can occur when clicking the RSS subscription link for a page or post. I don't fully understand the issue, but was able to temporarily resolve by setting the server time offset setting to zero. [More]

Currently rated 4.0 by 1 people

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

Tags: , , , , ,

Categories: Web Development | Hosting | Configuration

BlogEngine.NET Disappearing Page Slug

by Steve Bumbaugh 11. December 2008 20:11
Problems arise when using a custom page slug with BlogEngine.NET when it is configured to use MySQL. This post explains why this is happens and discusses how this could be fixed if it were a priority. [More]

Currently rated 5.0 by 2 people

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

Tags: , , , ,

Categories: General | Web Development | Configuration

CodeCarnage First Month Milestone - Visitors from 19 Countries

by Steve Bumbaugh 24. November 2008 22:07
This post marks the one month anniversary of the blog. Just a quick bragging post on having nearly 700 page views from 147 visitors from 19 countries. While that's not that significant, it is a lot more traffic than I originally expected. [More]

Currently rated 4.5 by 2 people

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

Tags: , , , , ,

Categories: General | Web Development | Hosting

Tracking Images with Thickbox and Google Analytics

by Steve Bumbaugh 24. November 2008 20:12
Thickbox is a great tool for creating and viewing image galleries, but it's not great for tracking those images. Luckily ThickBox can be modified to take advantage of the Google Analytics API to provide image tracking capabilities. This guide explains one method for accomplishing this task. [More]

Currently rated 3.7 by 3 people

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

Tags: , , , ,

Categories: Search Engines (SEO) | Web Development | Configuration | JavaScript

Configuring jQuery and Thickbox with BlogEngine.NET

by Steve Bumbaugh 16. November 2008 10:56
Setup guide for configuring jQuery and Thickbox to work with BlogEngine.NET. This guide outlines downloading, modifying and configuring these libraries to work within the BlogEngine.NET environment. Unfortunately there are conflicts that need to be resolved in order to get these to work in harmony with BlogEngine.NET, but this guide should make it a simple task to complete. [More]

Currently rated 5.0 by 2 people

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

Tags: , , , , , ,

Categories: Web Development | Configuration | Hosting | JavaScript

Missing Google AdSense Ads

by Steve Bumbaugh 11. November 2008 19:46
Hey, where did my Google Ads go!?!? Ever find yourself pondering this or saying out loud to friends, family or strangers you met on the street? Well don't fret, I had the same socially unacceptable issue with my site... once. It's okay, you're still a person, mostly. Luckily I found the solution to my problem and am sharing it here. Having too many ads per page will cause Google to stop showing ads. [More]

Currently rated 5.0 by 2 people

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

Tags: , , , ,

Categories: Web Development | Hosting

Evaluating String Lists in a Repeater

by Steve Bumbaugh 9. November 2008 21:05
Using Container.DataItem in place of Eval to evaluate primitive lists within a Repeater is a simple coding task to complete that is easy to forget and [previously] hard to find documentation on, so I'm providing it here. This write-up explains the task and provides and example of the solution. [More]

Currently rated 5.0 by 3 people

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

Tags: , , , , , ,

Categories: Web Development | C# | .NET

Managing ASP.NET Environments with the configSource Attribute

by Steve Bumbaugh 5. November 2008 18:47
A best practices guide for managing web.config files for ASP.NET websites that run within a multi-tiered development and production environments. This focuses mainly on the little know web.config element, configSource, and how it can help solve web.config management issues. It can help enable you to use a single web.config file across all of your hosting environments. [More]

Currently rated 5.0 by 3 people

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

Tags: , , , , ,

Categories: Web Development | .NET | Configuration

ASP.NET Web Page Resource Localization

by Steve Bumbaugh 4. November 2008 19:11
Overview of localization and internationalization within the ASP.NET environment. Article includes discussion and examples covering implementation of local resource files, specifying site languages, as well as avoiding what I call the "UICulture Master Page Trap" and how to get around the uiculture master page trap. These topics touch on the App_LocalResources folders, local resource files (.resx) as well as setting Page.UICulture. [More]

Currently rated 4.5 by 2 people

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

Tags: , , , , , ,

Categories: Web Development | C# | .NET | Configuration | i18n

BlogEngine.NET with MySQL on GoDaddy Deluxe Hosting

by Steve Bumbaugh 26. October 2008 19:54
A review of the challenges, problems encountered and solutions I devised while configuring BlogEngine.NET 1.4.5 to run with MySQL 5 within GoDaddy's Deluxe Hosting environment. These step-by-step instructions outline web server (IIS) configuration, downloadable MySQL script changes, as well as web.config file updates that are required to get this to run. [More]

Currently rated 5.0 by 4 people

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

Tags: , , , , ,

Categories: Web Development | .NET | Configuration | Database | Hosting

©2010 www.codecarnage.com


RecentComments

Comment RSS