Submitted by ygerasimov on Thu, 09/22/2011 - 12:15
There is more or less standard way of building Slideshows in drupal -- Views Slideshow module.
Module really works great and I would like to thank all people involved in it.
But what we should do when we want to change some of the behaviors of the javascripts of it? In my case the task was to change image style (imagecache preset) of the active page thumbnail. By default image style all thumbnails where grayscale, but we needed to make active thumbnail colorful. Like on screenshot image below.
Submitted by ygerasimov on Tue, 08/02/2011 - 11:43
In this article I would like to create some notes about architecture of the Feeds module. This is really great module and it is real “must know” when we are talking about regular import of the data from some sources.
There is great documentation available on http://drupal.org/documentation/modules/feeds. Here I try to create a cheatsheet for 7.x version of the module that let developers brief understanding about how things work.
Submitted by ygerasimov on Thu, 07/21/2011 - 23:08
One of the modules I am involved in is Selenium module. In brief it integrates Selenium2 to simpletest framework of Drupal. From the beginning it was possible to run test in Firefox that opens pages of the simpletest sandbox. As we are in full control of browser we are able to test javascripts in it. This is the main goal of the Selenium integration.
Submitted by ygerasimov on Thu, 06/30/2011 - 01:24
Today we are going to talk about really awesome module Search API
One of the most popular tasks I have regarding customizing apachesolr search results is adding new fields to index and to have custom facet for them. So lets discuss how it is done if we are using Search API module.
Submitted by ygerasimov on Sun, 06/26/2011 - 16:00
In this article I would like to share another interesting task connected with upload files in D7.
Task is to have custom form that allows to upload multiple files at once and create zip archive from these files on finish.
I really liked the way google mail handles attached files form and tried to implement similar behavior but without writing custom javascript. Thanks to Form API and #ajax property it is very managable. So lets dive into code!
Submitted by ygerasimov on Fri, 06/17/2011 - 21:36
One of the new features of the Drupal 7 core is new File API. I would like to show how easy it become to use private file system.
Our task is quite simple: user should be able to upload private files that only he has access to download. Also we will add permission for "administrator" role to download any private file that users have downloaded.
So lets start. First of all we create separate page with form and defining our custom permissions.
Submitted by ygerasimov on Fri, 06/17/2011 - 10:49
One of new drupal 7 projects I had the task to add new step in checkout process. In this article I would like to share how easy it is now with Drupal Commerce
Submitted by ygerasimov on Thu, 04/28/2011 - 21:04
Submitted by ygerasimov on Thu, 04/28/2011 - 01:15
In previous article (http://ygerasimov.com/integrating-selenium-to-drupal-simpletest-framework) I have written about introducing Selenium tests to Drupal simpletest framework.
The first question I got on IRC from Randy Fay was whether we can run selenium tests from console. Today I have managed to do that and I would like to share how to set environment.
So demo first!
Submitted by ygerasimov on Sat, 04/23/2011 - 17:59
After attending our local SeleniumCamp (www.seleniumcamp.com) in February this year I found very interesting possibilities for testing web applications. This topic I would like to share my thoughts about how to use Selenium framework to improve test coverage of our drupal sites.
Pages