SOLVED: SP 2010 Web App Error
SharePointSP Web App
When I delete a SP Web Application from Central Administration, I cannot create a Web Application at the same address. I also see that the IIS folder does not disappear:
C:\inetpub\wwwroot\wss\VirtualDirectories\mySite443
I…
SOLVED: Bootstrap Typeahead Error
.NET Development, Bootstrap, C#, Entity Framework, jQuery, MVC5Recently, while trying to implement Bootstrap's typeahead.js to an ASP.NET MVC project, we ran into a couple problems. To start, we were using the following articles as a guide:
http://deanhume.com/home/blogpost/twitter-bootstrap-typeahead-and-asp-net-mvc---key-value-pairs/88
http://yassershaikh.com/using-twitter-typeahead-js-with-asp-net-mvc-web-api/
The…
Dynamics GP Quantity in Base Explained
Dynamics GPI do not have any experience in accounting background, and some of the concepts so obvious to others are a mystery to me. One of those concepts was “Quantity in Base”. Although there may be a great description of this concept directed at…
Magento Template; Add New Page
Magento, PHP DevelopmentMagento Template
There are a lot of ways to add a new template to Magento. Adding a CMS Page Template in Magento, however, is a pretty simple process. Using the following configuration on your /app/etc/local.xml file in the "global" section…
Magento Service Unavailable Error: Solved
eCommerce, MagentoMagento Service
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Many people will say that this is because the file…
XML: Element-Centric or Attribute-Centric?
XMLXML
XML Element or Attribute-Centric?
There are numerous articles on the web discussing the advantages and disadvantages of attribute-centric versus element-centric XML. Most correctly come to the conclusion that “it depends” and provide…
Visual Studio Debug
Visual StudioOur software development team recently encountered a problem debugging in Visual Studio. When they start the debug session, the browser session shows a blank page.
We researched registry settings, Visual Studio settings, web.config, IIS…
NoSQL vs. SQL
MongoDB, MySQL, NoSQL, SQL, SQL ServerNoSQL’s popularity has been on the rise over the last five years, with favorites like MongoDB, CouchDB, Cassandra, and Redis on the forefront. With NoSQL’s strengths in its fantastic performance and the ability to store and query denormalized…
WordPress: Resolving MediaFileManager Notice Issue
CMS Development, PHP Development, WordPress, WordPress PluginsWordPress
Our WP development team ran into a problem with the Media File Manager plugin by Atsushi Ueda in which the code was attempting to read from an array index that did not exist. This resulted in a Notice level error from PHP, and…
Fix: php mysql is VERY slow
MySQL, PHP DevelopmentOur PHP development team encountered many situations where remote connections to mysql take 5 seconds to return responses. In some cases, we've rebuilt servers after tearing our hair out. This has happened on Windows, Linux, PHP, apache,…