Articles


11/17/2020 - 16:30

We recommend you to try free (GNU GPL) MySQL manager for Windows. Open Source, free for using manager that is developing actively. Very useful.





11/17/2020 - 16:27

1. At the very beginning of work don’t forget about original prefix for tables in DB.
2. Check all site pages in IE 7
3. Make sure, that admin with limited rights is developed for client, ant that this admin has enough rights for content editing.





11/17/2020 - 14:49

Some time ago client asked us to output ICQ status in contact block, to make users see if manager is online for chat. This module was implemented with the use of hook_filter.





11/17/2020 - 14:38

1. Cross browser testing
Site should work fine in IE6-8, FF3+, Opera9+, Safari4+, Chrome4+
2. Always define background colour for body even if it’s white.
3. If you use css hacks comment them, or better use css_browser_selector.js. Remember about layout designers, that will work with this layout afterwards.





11/17/2020 - 14:37

It’s a common fact that standard drupal edit node form is not user friendly at all. There are too many of confusing elements and field-sets.





11/17/2020 - 14:33

.someclass     {
      opacity: 0.3;
      filter: alpha(opacity=30); /* for IE */
}
   





11/17/2020 - 14:29

Insert it in hook_form_alter implementation in your custom module





11/17/2020 - 14:24

Peculiarities of e-payment system functioning in Demo mode. Use value 1 as order number In Demo mode even if in post request correct order number is set. In this case MD5 hash is generated right. By the way, it’s not implemented in current module 2checkout of Ubercart.





11/17/2020 - 14:07

There is peculiarity in Drupal - after login user is redirected to profile page, you can change it with this very module.
http://drupal.org/project/login_destination





07/14/2020 - 15:08

The information contained in this website is for general information purposes only. The information is provided by Development4web.Com and while we endeavour to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk.