• meta

    The <meta> HTML element is a metadata content element that contain information about presentation and behavior the page. This element is used inside <head> HTML element. The <meta> HTML element represents information that can not be represented by other metadata content elements like: <base>, <link>, <script>, <style>, <title>. One of the following attributes must be […]

    Read more

    Posted in HTML Reference, Notes

  • HTML Content Models

    HTML document is represented with a Document object (DOM) and it has his own address called URL. HTML document consists of a series of HTML elements. The HTML elements have theirs own content model: a description of the element’s expected contents. The contents of an element are its children in DOM. That means that every […]

    Read more

    Posted in HTML, Notes

  • Installing a WordPress website using SVN.

    Requirements: 1. Web server. 2. Shell access to that web server. For example ssh. 3. Server on which you want to install a WordPress website must provide a Subversion repository. I use Aptana Studio 3 with Subersion Plugin (subclipse) as an SVN client. How to install Subclipse Plugin in Aptana Studio 3

    Read more

    Posted in Notes, Wordpress

  • Installing Subversion Plugin in Aptana Studio 3

    In order to install the Subversion Plugin (subclipse) in Aptana you need to have the Aptana Studio 3 already installed. In the Aptana Studio 3 go to Help -> Install New Software…

    Read more

    Posted in Aptana Studio, Notes

  • Autocomplete WordPress for Aptana Studio 3

    Download WordPress package from wordpress.org. Unzip it in C:\Users\…\Aptana Rubles. In Aptana Studio 3 go to Preferences -> Aptana Studio -> Editors -> PHP -> Libraries.

    Read more

    Posted in Aptana Studio, Notes

  • Using Sass with Aptana Studio 3

    Setting Compass with Aptana Studio 3.

    Read more

    Posted in Aptana Studio, Notes

  • Remote Debugging on Android with Chrome

    All you need to know is described on this page: Remote Debugging on Android with Chrome. I tried to set up remote debugging on my Samsung Galaxy SIII. My operating system is Windows 7. My desktop Chrome browser didn’t discover my device.

    Read more

    Posted in Notes