Blog

rss

24.04.2012

CCK-formatters  - is a part of code that allow to display the filds as we want. Often arises a situation where the existing formatters enough to perform a given task. In this article I will review creation of the formatter for the noderefence field, which will simply add anchor to the link. 

10.04.2012

 

SASS - is a meta-language based on CSS, intended to increase the level of CSS code abstraction and Cascading Style Sheets files simplification. 

SASS provides you more options and freedom while writing CSS. It’s like programming language inside the CSS. You can use something similar to the functions of the variables, it is logical to structure your code (structured styles and classes).

30.03.2012

Career Fair - is an opportunity for the students to make a career. Organizers offer employers equipped working place to work at the Fair  where you can place your own stands. Hallmark of the Fair is a career guide with information about the company, which is distributed among the students participating fairs. There is a direct contact of employers and students, who are looking at the existing vacancies at the Fair.

09.01.2012

New fassion trands are such that popups gained great popularity among customers, and it create a feeling that ideal site, from their point of view, should be in popup. For Drupal 6 was a Popups API module. For Drupal 7 it is absent, but through the efforts of Earl Miles we have a wonderfull tool - Ctools. This module provides a powerfull API for Drupal developer. In post I will examine a small part of tools opportunities, namely modal API.

29.11.2011

We present you a collection of online store CommerceBox based on Drupal 7 and Drupal Commerce.  Today, among the modules Drupal 7, practically exist only one proper decision that allows you to create a functional online - shop - a Drupal Commerce module.

The problems lies in the fact that this module is very flexible solution for the programmer. However this is not boxed module, which used to be Ubercart.

In Drupal Commerce everething is differ. This module is more framework, it is designed for the programmer. Programmers can make mirracle in it. But the average user or a programmer - beginner needs an easy start. For this purpose founded a collection of Commerce Box.

29.10.2011

XML - RPC - simple remote procedure call protocol.  XML- RPC - is the father of one of  the most popular protocol SOAP. Despite its age (implement in 1998) XML - RPC is not leaves in the past, but on the contrary is often used today.  No exeption is the using of  XML - RPC in the engine of Drupal. 

18.07.2011

In our article you will be given the information about opportunities of Titanium Appcelerator platform. We will also get introduced to frequently used objects of Titanium.UI group, we'll look at their features and methods.

08.07.2011

In this post the bases of creating environment for Drupal projects development on the basis of Debian 6 "Squeeze" will be described. Having this, everyone will be able to practice setting OS services, develop sites not depending on online servers.

02.06.2011
7.x

In the previous article we shared about creating install profiles for Drupal 6. In this article it'll be described how to create install profile for Drupal 7, its updates and examples.

11.05.2011

In development process a need sometimes arises to realize actions/commands for which there are not enough rights or access to some directories is absent for a user whose server launched and executes Drupal. Way out of the situation is library libssh2 that provides access to resources (shell) of remote server using encrypted connection.