In order to force mydns start after mysql execute following:
cd /etc/rc.d/rc3.d
mv S52mydns S99mydns
cd /etc/rc.d/rc4.d
mv S52mydns S99mydns
cd /etc/rc.d/rc5.d
mv S52mydns S99mydns
See: http://www.howtoforge.com/installing-mydns-mydnsconfig-centos-5.1-p2
Also: http://www.centos.org/docs/5/html/Installation_Guide-en-US/s1-boot-init-shutdown-sysv.html
How to restrict editing of verified content?
node_access is not called. It’s required to define node types from modules in order to have node_access hook be called.
Currently we are experiencing problem with drupal views.
We need to right join two entities.
The problem is that ExtJs is not presume field description at all.
There are Label component which can be used as field description.
Label component can be linked to particular so that formfield will be focused when label (description) clicked.
Posted on March 4, 2010, 2:04 am, by Aram, under
Development.
1. Settings svn:ignore property
svn propset svn:ignore “*” folder1/
svn propset svn:ignore “*” folder2
2. Commit to apply changes.
svn ci -m “Data in these folders will be ignored by svn”
Source: http://www.devcha.com/2008/02/how-to-make-svn-ignore-some-folders.html
We are going to use in our huge auction project Magento Commerce Community edition.
http://www.magentocommerce.com/
Also decided to use ExtJs as user interface rendering engine.
http://www.extjs.com/
To work on server side objects without touching javascript code we decided to use PHP-Ext adapter.
http://php-ext.quimera-solutions.com/
Soon will drop about details. May be will publish Magento module as well.
Posted on January 14, 2010, 2:37 am, by Aram, under
Development.
Currently we are working on social project. The platform that we are using is PHP/MySQL/Drupal.
I’ll list all modules that used to build this website.
Posted on January 14, 2010, 2:34 am, by Aram, under
Hosting.
Finally!
Now we are on Dedicated Server hosted at EZZI.net.
Box is cheapest one, but it’s much better than VDS at VPSLink.
Within next months we are planning to upgrade box to increase RAM and setup RAID.
Posted on December 10, 2009, 9:32 am, by Aram, under
Development.
My company just got new project making enhanced auction platform.
Requirements are very complex - lot of use cases.
Architecture discussed and clean, the problem is technology. .NET/MSSQL vs PHP/MySQL.
Client likes cheaper solution, but it depends. Here we have two criteria - expenses on development and expenses on support and hosting.
.NET development will not take so much [...]
Posted on November 28, 2009, 1:04 pm, by Aram, under
Development.
In order to enclose Drupal node forms with Panels you will need to:
1. Create panel
2. Setup context for corresponding form type (this will add forms section in content selection window)
3. Add form from content selection form and specify node type for which you are going to use this panel.
This is first time that we are [...]