Issue Starting Rails Project Locally
A Server is already running
October 23, 2016
Recently ran into an issue where I was getting an error starting a rails project locally after my terminal crashed.
Read MoreRecently ran into an issue where I was getting an error starting a rails project locally after my terminal crashed.
Read MoreOne quick thing to check is that your NuGet Visual Studio Extension (Tools > Extenstions and Update) is up to date.
Read MoreIf you want need to delete your remote branch using Git, you can write it out fully or shorthand.
Read MoreIf you want need to delete your remote branch using Git, you can write it out fully or shorthand.
Read MoreThe most elegant and simple solution I have come across to check if a string is null or empty in SQL
Read MoreUsing SQL's XML PATH method to Concatenate column values into a single string text row.
Read MoreWhen I was trying to create my requirements.txt file for my application in PowerShell, I first ran "pip freeze > requirements.txt". However, when I tried to commit to Heroku, I received an error.
Read MoreWorking with PDF content search using Sitecore 7 and IFilters.
Read MoreBuildAbortedException while rebuilting your solution in Visual Studio.
Read MoreAn easy configuration fix for the error, Request format is unrecognized for URL unexpectedly ending in [method]
Read MoreIssues performing Lucene searching in Sitecore 7.
Read MoreA walk through for rebuilding your Sitecore 7 search indexes.
Read MoreHow to create symbolic links and map your IP address.
Read MoreIf you are building out a Sitecore MVC project or are just integrating Web API into your web forms project, you are going to want to expose the Sitecore Context to your controllers.
Read MoreA simple query to get all the Sitecore items by modified date.
Read MoreThis post walks you through programatically creating a sublayout's datasource.
Read MoreThis post walks you through the steps you need to take to adding a custom editor tab in Sitecore.
Read MoreAn issue with Sitecore's Page Editor where the entire header section was throwing a null reference exception.
Read MoreFixing issues with Sitecore 6 using .NET Framework 4.5 with the potential usage of Sitecore 7.
Read MoreSetting up the Sitecore default text editor as the full rich text editor.
Read MoreAdding "delete children" functionality to the Sitecore Context Menu using Sitecore commands.
Read MoreThere are a couple ways to move items between Sitecore databases, but one of the easier ways to do it is to use the "Transfer Item to Another Database" feature.
Read MoreTo upload a file to the Sitecore media library is a fairly simple task. There are three things you need to have.
Read MoreI recently performed an upgrade to Sitecore 6.5 rev 120706 and ran into an issue where I could not add or edit any renderings in the presentation details of an item.
Read MoreIf you are preparing your Sitecore environment for production and need to remove references to your Master database, there are two ways you can do it.
Read MoreFixing 'Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.'
Read MoreRecently I have been dealing with situations where I need to implement functionality involving ASP .NET checkboxes. I'm sure if you are reading this, then you have had your fair share of annoyances with these fun controls. Here are a few tricks that I've learned from dealing with .NET checkboxes.
Read MoreAdding a full featured .NET Framwork to fix 'Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list'
Read MoreAdding a full featured .NET Framwork to fix 'Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list'
Read MoreI have been working on a project using Sitecore 6.5 rev 111230. I had to create new profile templates for my Sitecore managed users and ran into an issue where I received this error when I tried to access the Inheritance Tab on any template in the Core database.
Read MoreForgot your Sitecore Admin password? Well there is a quick and easy way to reset your password to the default 'b' password
Read MoreHere are a couple fixes for when you run into issues running apache and IIS concurrently.
Read MoreJust starting out developing using Sitecore? Here are some super basic queries and facts to get you started.
Read MoreI ran into an issue tonight when I was setting up a new site. I had set up my hosts file entry and was adding my site to IIS 7 when I ran into an error.
Read MoreI attempted to view the presentation details of an item or preview the item, a Sitecore error would throw stating, Null ids are not allowed.
Read More