<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Foxdesign.org</title>
	<atom:link href="http://foxdesign.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://foxdesign.org</link>
	<description>Website Design and Wordpress Themes</description>
	<lastBuildDate>Sat, 12 May 2012 10:37:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What is JavaScript?</title>
		<link>http://foxdesign.org/2011/01/30/what-is-javascript/</link>
		<comments>http://foxdesign.org/2011/01/30/what-is-javascript/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 15:35:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[what is]]></category>

		<guid isPermaLink="false">http://foxdesign.org/?p=46</guid>
		<description><![CDATA[The Simple Definition: JavaScript is a form of scripting that enables dynamic features to be embedded into web pages to include items that are constantly updated. Examples of usage could be the embedding of an RSS Feed on a website to provide the latest news updates from another website, a dynamic gallery that rotates photos at [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://foxdesign.org/wp-content/uploads/2011/01/Java.png"><img class="alignleft size-thumbnail wp-image-47" title="Java" src="http://foxdesign.org/wp-content/uploads/2011/01/Java-150x150.png" alt="Java Logo" hspace="5" width="150" height="150" /></a>The Simple Definition: </strong></p>
<p>JavaScript is a form of scripting that enables dynamic features to be embedded into web pages to include items that are constantly updated. Examples of usage could be the embedding of an RSS Feed on a website to provide the latest news updates from another website, a dynamic gallery that rotates photos at predetermined periods of time, java script website menus,  or can be used for the display of live feeds such as cams or video feeds from a remote website.</p>
<p>It&#8217;s called &#8220;client side&#8221; scripting as no calls are made on the server that the website is hosted on and where the script is installed. . In web design circles JavaScript is generally found as useful for adding dynamic content to a website but suffers from a unique problem and that is although it is visible to the human eye  the same as the coding , for some reason search engines can&#8217;t see it.<span id="more-46"></span></p>
<p>If you fill up a whole page with just JavaScript to a search engine bot it is essentially an empty page. Couple this to the fact some people do switch off java in their web browser  Add to that the user has to download Java to add it to their browser and requires updates independently and Java then becomes a bit of an issue!</p>
<p>Finally too much JavaScript does slow down the loading of a web page which can lead to lower rankings with Google and other search engines as they do use page load speed as part of the complex algorithmfor ranking websites. JavaScript does have it&#8217;s uses and used in small amounts is a fast way to add dynamic client side content  and interest to a website but used heavily it can be detrimental to a website and its performance.</p>
<p><strong>The Official Definition: </strong></p>
<p>JavaScript is an implementation of the ECMAScript language standard and is typically used to enable programmatic access to computational objects within a host environment. It can be characterized as a prototype-based object-oriented scripting language that is dynamic, weakly typed and has first-class functions. It is also considered a functional programming language like Scheme and OCaml because it has closures and supports higher-order functions.</p>
<p>JavaScript is primarily used in the form of client-side JavaScript, implemented as part of a web browser in order to provide enhanced user interfaces and dynamic websites. However, its use in applications outside web pages—for example in PDF-documents, site-specific browsers and desktop widgets—is also significant.</p>
<p>JavaScript uses syntax influenced by that of C. JavaScript copies many names and naming conventions from Java, but the two languages are otherwise unrelated and have very different semantics. The key design principles within JavaScript are taken from the Self and Scheme programming languages.</p>
]]></content:encoded>
			<wfw:commentRss>http://foxdesign.org/2011/01/30/what-is-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is CSS?</title>
		<link>http://foxdesign.org/2011/01/30/what-is-css/</link>
		<comments>http://foxdesign.org/2011/01/30/what-is-css/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 14:05:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[style sheet]]></category>

		<guid isPermaLink="false">http://foxdesign.org/?p=41</guid>
		<description><![CDATA[CSS stands for Cascading Style Sheet and is an important element of modern website design and features strongly in the WordPress CMS platform. CSS on its own is not really capable of doing much but when combined within the framework of using html and php coding which is found in wordpress it&#8217;s a powerful element [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://foxdesign.org/wp-content/uploads/2011/01/w3corg-758750.gif"><img class="alignleft size-full wp-image-42" title="w3corg-758750" src="http://foxdesign.org/wp-content/uploads/2011/01/w3corg-758750.gif" alt="W£C CSS Logo" hspace="5" width="138" height="140" /></a>CSS stands for Cascading Style Sheet and is an important element of modern website design and features strongly in the WordPress CMS platform. CSS on its own is not really capable of doing much but when combined within the framework of using html and php coding which is found in wordpress it&#8217;s a powerful element in the  wordpress equation. CSS basically styles and formats a website with commands that define where things are placed, how big they are, what colours are to be used and how often a particular item appears on a page and much more. In coding terms it&#8217;s easier to learn just like HTML and not as complex as PHP. Normally style sheets are incorporated into the HTML coding of a website or in the case of wordpress it is a separate file that loads independently. With the correct styling using CSS a web page loads much faster than say using the old school design practice of using tables in html and scores higher withe search engines as a result with regard to coding compliance.<span id="more-41"></span></p>
<p>Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can also be applied to any kind of XML document, including SVG and XUL.</p>
<p>CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts.[1] This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design). CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices. While the author of a document typically links that document to a CSS style sheet, readers can use a different style sheet, perhaps one on their own computer, to override the one the author has specified.</p>
<p>CSS specifies a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called cascade, priorities or weights are calculated and assigned to rules, so that the results are predictable.</p>
<p>The CSS specifications are maintained by the World Wide Web Consortium (W3C). Internet media type (MIME type) text/css is registered for use with CSS by RFC 2318 (March 1998).</p>
<p>The popularity of CSS as a design tool has increased steadily and is now regarded as the premier system for website design</p>
]]></content:encoded>
			<wfw:commentRss>http://foxdesign.org/2011/01/30/what-is-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is My SQL?</title>
		<link>http://foxdesign.org/2011/01/30/what-is-my-sql/</link>
		<comments>http://foxdesign.org/2011/01/30/what-is-my-sql/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 13:52:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[my sql]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[what is]]></category>

		<guid isPermaLink="false">http://foxdesign.org/?p=37</guid>
		<description><![CDATA[The Simple Definition: In simple terms MY SQL is the storage of website information which is catalogued into categories and indexed to be later called upon by the php script  within a CMS such as wordpress to create a dynamic web page on the fly. In a word it&#8217;s a database software for use on [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://foxdesign.org/wp-content/uploads/2011/01/MySQL.jpg"><img class="alignleft size-thumbnail wp-image-38" title="MySQL" src="http://foxdesign.org/wp-content/uploads/2011/01/MySQL-150x150.jpg" alt="My SQL Logo" hspace="5" width="150" height="150" /></a>The Simple Definition:</strong></p>
<p>In simple terms MY SQL is the storage of website information which is catalogued into categories and indexed to be later called upon by the php script  within a CMS such as wordpress to create a dynamic web page on the fly. In a word it&#8217;s a database software for use on servers. In physical terms it equates to a library. MY SQL merely stores and processes that information via the MY SQL software on the server for the pages to be rendered by the appropriate coding. MY SQL on its own is virtually useless  as it needs to be told what to do and when and how to do it which is the job of the php code within a wordpress software program. PHP you could say is the librarian retrieving the book and presenting it to the person requesting that particular item.</p>
<p><strong>The Technical Definition:<span id="more-37"></span></strong></p>
<p>MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases. MySQL is officially pronounced /maɪˌɛskjuːˈɛl/ (&#8220;My S-Q-L&#8221;),[2] but is often also pronounced /maɪˈsiːkwəl/ (&#8220;My Sequel&#8221;). It is named after developer Michael Widenius&#8217; daughter, My. The SQL phrase stands for Structured Query Language.</p>
<p>The MySQL development project has made its source code available under the terms of the GNU General Public License, as well as under a variety of proprietary agreements. MySQL was owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, now owned by Oracle Corporation.</p>
<p>Free-software projects that require a full-featured database management system often use MySQL. Where the project may lead to something in commercial use, the license terms need careful study. Some free software project examples: Joomla, WordPress, phpBB, Drupal and other software built on the LAMP software stack. MySQL is also used in many high-profile, large-scale World Wide Web products, including Wikipedia, Google[5] (though not for searches) and Facebook.</p>
<p> <br />
UsesMySQL is a popular choice of database for use in web applications, and is a central component of the widely used LAMP web application software stack—LAMP is an acronym for &#8220;Linux, Apache, MySQL, PHP&#8221;. Its popularity is closely tied to the popularity of PHP.</p>
<p>MySQL is used in some of the most frequently visited web sites on the Internet, including Flickr,Nokia.com, YouTubeand as previously mentioned; Wikipedia, Google and Facebook.</p>
<p>[edit] Platforms and interfacesMySQL is written in C and C++. Its SQL parser is written in yacc, and a home-brewed lexical analyzer named sql_lex.cc.</p>
<p>MySQL works on many different system platforms, including AIX, BSDi, FreeBSD, HP-UX, eComStation, i5/OS, IRIX, Linux, Mac OS X, Microsoft Windows, NetBSD, Novell NetWare, OpenBSD, OpenSolaris, OS/2 Warp, QNX, Solaris, Symbian, SunOS, SCO OpenServer, SCO UnixWare, Sanos and Tru64. A port of MySQL to OpenVMS also exists.</p>
<p>Many programming languages with language-specific APIs include libraries for accessing MySQL databases. These include MySQL Connector/Net for integration with Microsoft&#8217;s Visual Studio (languages such as C# and VB are most commonly used) and the ODBC driver for Java. In addition, an ODBC interface called MyODBC allows additional programming languages that support the ODBC interface to communicate with a MySQL database, such as ASP or ColdFusion. The HTSQL &#8211; URL based query method also ships with a MySQL adapter, allowing direct interaction between a MySQL database and any web client via structured URLs. The MySQL server and official libraries are mostly implemented in ANSI C/ANSI C++.</p>
]]></content:encoded>
			<wfw:commentRss>http://foxdesign.org/2011/01/30/what-is-my-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is PHP?</title>
		<link>http://foxdesign.org/2011/01/30/what-is-php/</link>
		<comments>http://foxdesign.org/2011/01/30/what-is-php/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 13:36:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[what is]]></category>

		<guid isPermaLink="false">http://foxdesign.org/?p=32</guid>
		<description><![CDATA[PHP is pretty much the backbone code in the WordPress CMS platform and it&#8217;s primary aim is to produce dynamic web pages on the fly in conjunction with databases that are driven by a server software called MY SQL. PHP is a harder coding language to learn than html but is arguably more powerful due to its [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://foxdesign.org/wp-content/uploads/2011/01/php.gif"><img class="alignleft size-thumbnail wp-image-33" title="php" src="http://foxdesign.org/wp-content/uploads/2011/01/php-150x150.gif" alt="The PHP Logo" hspace="5" width="150" height="150" /></a>PHP is pretty much the backbone code in the WordPress CMS platform and it&#8217;s primary aim is to produce dynamic web pages on the fly in conjunction with databases that are driven by a server software called MY SQL. PHP is a harder coding language to learn than html but is arguably more powerful due to its dynamic web page creation capabilities.</p>
<p>PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. <span id="more-32"></span></p>
<p>As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers and as a standalone interpreter on most operating systems and computing platforms.</p>
<p>PHP was originally created by Rasmus Lerdorf in 1995 and has been in continuous development ever since. The main implementation of PHP is now produced by the PHP Group and serves as the de facto standard for PHP as there is no formal specification. PHP is free software released under the PHP License.<br />
 <strong>History:</strong>    <br />
Rasmus Lerdorf, who wrote the original Common Gateway Interface component, and Andi Gutmans and Zeev Suraski, who rewrote the parser that formed PHP 3 . PHP originally stood for personal home page.Its development began in 1994 when the Danish/Greenlandic programmer Rasmus Lerdorf initially created a set of Perl scripts he called &#8216;Personal Home Page Tools&#8217; to maintain his personal homepage, including tasks such as displaying his résumé and recording how much traffic his page was receiving.</p>
<p>He rewrote these scripts as C programming language Common Gateway Interface (CGI) binaries, extending them to add the ability to work with web forms and to communicate with databases and called this implementation &#8216;Personal Home Page/Forms Interpreter&#8217; or PHP/FI. PHP/FI could be used to build simple, dynamic web applications. Lerdorf released PHP/FI as &#8216;Personal Home Page Tools (PHP Tools) version 1.0&#8242; publicly on June 8, 1995, to accelerate bug location and improve the code. This release already had the basic functionality that PHP has today. This included Perl-like variables, form handling, and the ability to embed HTML. The syntax was similar to Perl but was more limited and simpler, although less consistent. A development team began to form and, after months of work and beta testing, officially released PHP/FI 2 in November 1997.</p>
<p>Zeev Suraski and Andi Gutmans, two Israeli developers at the Technion IIT, rewrote the parser in 1997 and formed the base of PHP 3, changing the language&#8217;s name to the recursive initialism PHP: Hypertext Preprocessor.Afterwards, public testing of PHP 3 began, and the official launch came in June 1998. Suraski and Gutmans then started a new rewrite of PHP&#8217;s core, producing the Zend Engine in 1999. They also founded Zend Technologies in Ramat Gan, Israel.</p>
<p>On May 22, 2000, PHP 4, powered by the Zend Engine 1.0, was released. As of August 2008 this branch is up to version 4.4.9. PHP 4 is no longer under development nor will any security updates be released.</p>
<p>On July 13, 2004, PHP 5 was released, powered by the new Zend Engine II.PHP 5 included new features such as improved support for object-oriented programming, the PHP Data Objects (PDO) extension (which defines a lightweight and consistent interface for accessing databases), and numerous performance enhancements.In 2008 PHP 5 became the only stable version under development. Late static binding had been missing from PHP and was added in version 5.3.</p>
<p>A new major version has been under development alongside PHP 5 for several years. This version was originally planned to be released as PHP 6 as a result of its significant changes, which included plans for full Unicode support. However, Unicode support took developers much longer to implement than originally thought, and the decision was made in March 2010 to move the project to a branch, with features still under development moved to trunk.</p>
<p>Changes in the new code include the removal of register_globals, magic quotes, and safe mode. The reason for the removals was that register_globals had given way to security holes, and the use of magic quotes had an unpredictable nature, and was best avoided. Instead, to escape characters, magic quotes may be replaced with the addslashes() function, or more appropriately an escape mechanism specific to the database vendor itself like mysql_real_escape_string() for MySQL. Functions that will be removed in future versions and have been deprecated in PHP 5.3 will produce a warning if used.</p>
<p>Many high-profile open-source projects ceased to support PHP 4 in new code as of February 5, 2008, because of the GoPHP5 initiative, provided by a consortium of PHP developers promoting the transition from PHP 4 to PHP 5.</p>
<p>PHP currently does not have native support for Unicode or multibyte strings; Unicode support is under development for a future version of PHP and will allow strings as well as class, method, and function names to contain non-ASCII characters.</p>
<p>PHP interpreters are available on both 32-bit and 64-bit operating systems, but on Microsoft Windows the only official distribution is a 32-bit implementation, requiring Windows 32-bit compatibility mode while using Internet Information Services (IIS) on a 64-bit Windows platform. As of PHP 5.3.0, experimental 64-bit versions are available for MS Windows.</p>
<p>LicensingPHP is free software released under the PHP License</p>
]]></content:encoded>
			<wfw:commentRss>http://foxdesign.org/2011/01/30/what-is-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is HTML?</title>
		<link>http://foxdesign.org/2011/01/30/what-is-html/</link>
		<comments>http://foxdesign.org/2011/01/30/what-is-html/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 13:29:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[html. definition]]></category>

		<guid isPermaLink="false">http://foxdesign.org/?p=28</guid>
		<description><![CDATA[HTML as a code in wordpress has a limited appearance on this CMS platform with most of the coding being in PHP. HTML  is one of the original older codes that was used in the early pioneering days of the web when websites were predominantly text based with a few photos and text links and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://foxdesign.org/wp-content/uploads/2011/01/html-codes.jpg"><img class="alignleft size-thumbnail wp-image-29" title="html-codes" src="http://foxdesign.org/wp-content/uploads/2011/01/html-codes-150x150.jpg" alt="HTML Code" hspace="5" width="150" height="150" /></a>HTML as a code in wordpress has a limited appearance on this CMS platform with most of the coding being in PHP. HTML  is one of the original older codes that was used in the early pioneering days of the web when websites were predominantly text based with a few photos and text links and the pages were static in nature as in non dynamic. Updates were done manually by editing the page offline in an editor then uploading to the server  replacing the existing older version. Despite it&#8217;s age it is a code that is still widely used and forms the framework environment coding for which php the main wordpress code sits in. It&#8217;s an essentia coding language to understand and is simpler than php.</p>
<p><strong>HTML The Definition.<span id="more-28"></span></strong></p>
<p>HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. HTML is the basic building-blocks of webpages. A markup language is a set of markup tags, and HTML uses markup tags to describe web pages.</p>
<p>HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like &lt;html&gt;), within the web page content. HTML tags normally come in pairs like &lt;h1&gt; and &lt;/h1&gt;. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags).</p>
<p>The purpose of a web browser is to read HTML documents and compose them into visual or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.</p>
<p>HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML web pages.</p>
<p>Web browsers can also refer to Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both the HTML and the CSS standards, encourages the use of CSS over explicitly presentational HTML markup</p>
]]></content:encoded>
			<wfw:commentRss>http://foxdesign.org/2011/01/30/what-is-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress features, deployment and history.</title>
		<link>http://foxdesign.org/2011/01/29/hello-world-2/</link>
		<comments>http://foxdesign.org/2011/01/29/hello-world-2/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 17:23:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[usage]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http:/?p=1</guid>
		<description><![CDATA[WordPress is the free content management system suitable for use as a blogging platform and for the creation of database driven websites. Features:  WordPress has a web template system using a template processor. Users can re-arrange widgets without editing PHP or HTML code; they can also install and switch between themes. The PHP and HTML [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://foxdesign.org/wp-content/uploads/2011/01/wordpress-logo.jpg"><img class="alignleft size-full wp-image-15" title="wordpress logo" src="http://foxdesign.org/wp-content/uploads/2011/01/wordpress-logo.jpg" alt="wordpress-logo" width="200" height="200" /></a>WordPress is the free content management system suitable for use as a blogging platform and for the creation of database driven websites.</p>
<p><strong>Features:</strong>  WordPress has a web template system using a template processor. Users can re-arrange widgets without editing PHP or HTML code; they can also install and switch between themes. The PHP and HTML code in themes can also be edited for more advanced customizations. WordPress also features integrated link management; a search engine-friendly, clean permalink structure; the ability to assign nested, multiple categories to articles; and support for tagging of posts and articles. Automatic filters are also included, providing standardized formatting and styling of text in articles (for example, converting regular quotes to smart quotes). WordPress also supports the Trackback and Pingback standards for displaying links to other sites that have themselves linked to a post or article. Finally, WordPress has a rich plugin architecture which allows users and developers to extend its functionality beyond the features that come as part of the base install.<span id="more-5"></span></p>
<p>Native applications exist for Android, iPhone/iPod Touch,and BlackBerry which provide access to some of the features in the WordPress Admin panel and work with WordPress.com and many WordPress.org blogs.</p>
<p><strong>Deployment:</strong> WordPress can be deployed using various methods on a hosting environment. Users have the option to download the current version of WordPress from <a href="http://wordpress.org" target="_blank">WordPress.org</a>. From there, they can upload the source code and its dependencies to their hosting environment.</p>
<p>WordPress can also be installed via package management system or deploying a ready-to-use TurnKey WordPress appliance, which does not require any manual setup or configuration.</p>
<p>WordPress can also be installed via the Microsoft Web Platform Installer which installs WordPress on Windows and IIS. The Web PI will automatically detect any missing dependencies such as PHP or MySQL then install and configure them[10] before installing WordPress.</p>
<p>A lot of web hosting firms offer one-click script auto installer program such as Fantastico via C Panel in their packages. Users can simply install WordPress through such program.</p>
<p>Advanced users have the option to have WordPress downloaded to their server and consistently updated using SVN. This will allow users to remain updated easily.</p>
<p>Free hosting services such as <a href="http://wordpress.com" target="_blank">WordPress.com</a> offer users an easy way to deploy a WordPress blog on-line without having to install WordPress on their own web server. A subdomain account (e.g. yourname.wordpress.com) will be created upon the sign up of free hosting service. Many shared web hosting services also offer automated WordPress installation through their control panel.</p>
<p> <strong>History:</strong> b2/cafelog, more commonly known as simply b2 or cafelog, was the precursor to WordPress.b2/cafelog was estimated to have been employed on approximately 2,000 blogs as of May 2003. It was written in PHP for use with MySQL by Michel Valdrighi, who is now a contributing developer to WordPress. Although WordPress is the official successor, another project, b2evolution, is also in active development.</p>
<p>WordPress first appeared in 2003 as a joint effort between Matt Mullenweg and Mike Little to create a fork of b2. The name WordPress was suggested by Christine Selleck, a friend of Mullenweg.</p>
<p>In 2004 the licensing terms for the competing Movable Type package were changed by Six Apart and many of its most influential users migrated to WordPress.By October, 2009, the 2009 Open Source CMS Market Share Report reached the conclusion that WordPress enjoyed the greatest brand strength of any open source content management systems.</p>
<p>Information courtesy <a href="http://en.wikipedia.org/wiki/Wordpress" target="_blank">Wikipedia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://foxdesign.org/2011/01/29/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

