MySQL is popular an open source database management software that helps users store, organize and retrieve data using Structured Query Language (SQL). SQL is the most popular language for adding, accessing and managing content in a database. MySQL can be used to retrieve information from databases underpinning CMS systems, forums, galleries, blogs, shopping carts and many others.
Číst celý článekXML-RPC is a remote procedure call which uses XML to encode its calls and HTTP as a transport mechanism. It is a system that allows you to make posts to your WordPress blog using weblog clients. This means if you want to access and publish new content to your website remotely, you need XML-RPC enabled. XML-RPC functionality was disabled by default in earlier WordPress versions, mainly due to security concerns.
Číst celý článekWhen you generate a new Rails 4 application, it creates an entire directory structure together with what seems at first sight to be a bewildering collection of files. Some of you who are new to Rails may be wondering what all those generated files and directories are doing. Rails generates an application by adhering to two great principles: It emphasizes convention-over-configuration, meaning it makes intelligent choices about what it thinks you want, and it organizes code by adopting the Model-View-Controller (MVC) architectural pattern.
Číst celý článekV součastné době mají webový vývojáři široký výběr technologií pro vytvoření ideálního vývojového prostředí bez ohledu na operační systém. Lokální nebo místní vývojové prostředí jako například XAMPP, MAMP, WAMP je skvělý způsob jak začít, ale co když chcete mít místní vývojové prostředí stejné jako produkční prostředí?
Číst celý článek