Hello

This site is a reference blog for Blue Muse Web Design, a web services business specializing in Word Press Installations and Maintenance. This site serves as a repository for development and maintenance tools that can be referenced quickly for future use.

Recent Additions

Re-branding the admin area

Re-branding the admin area

Read Article ›

New York Word Press Site

Buddy Press site for New York Meetup Group

Read Article ›

1 More entry on Custom Post Types with Write Panels

Guide to Wordpress’ Custom Write Panels

Read Article ›

How to change sorry no posts matched your criteria

How to change sorry no posts matched your criteria error message

Read Article ›

WordPress Multi Site .htaccess file for sub-directory

WordPress Multi Site .htaccess file for sub-directory

Read Article ›

JSON

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition – December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. from JSON.org

Read Article ›

AJAX

Ajax (pronounced /ˈeɪˌdʒæks/) (shorthand for Asynchronous JavaScript and XML[1]) is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of Ajax techniques has led to an increase in interactive or dynamic interfaces on web pages. Data is usually retrieved using the XMLHttpRequest object. Despite the name, the use of XML is not actually required, nor do the requests need to be asynchronous.[2]

Read Article ›

Frequently Asked Questions