Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

How make Codelobster work with Wine

Hi!
I install and start Codelobster in Ubuntu 10.10. This IDE is work on my desktop under linux (with wine) not bad!!! Extra fast! But some times is crushed. Don't work correctly creating new project with installation drupal or wordpress. I need suggestion of experts in wine! There is any ways to configure wine or Codelobster for perfect working under linux? I understand that pathes during creating new project for this CMS is different. I googled for this problem but looks like nobody don't found any solutions for this problem.
Will be happy find any ideas!!!





WordPress 4.4 Release Candidate

The release candidate for WordPress 4.4 is now available.
RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on Tuesday, December 8, but we need your help to get there.
If you haven’t tested 4.4 yet, now is the time!





Perl IDE editors. Need suggestions

Hi there
I try to start write by using Perl.
I am looking for a nice powerful IDE for it.
I have been using Codelobster for PHP (that is good one) and some other IDEs.
But for Perl i use Eclipse and Aptana and had a lot of problems in performance and debugging. This Eclipse-based IDEs now is not sutified me.
What are my best options? Thanks





Don't working clear urls in Drupal

Hi there!
I have some question! I install drupal6 on my Ubuntu 10.10 desktop. Install LAMP server for drupal (like apache2+mysql5+php5 and other required packages). Installation of drupal was finished successfully (except don't working clear url). After this clear urls don't work properly! I check many things: .htaccess, mod_rewrite module and some settings for mod_rewrite in .htaccess. Any of this actions didn't help me!!!:mad:
I am stuck! Are you have any ideas?:confused:





Laracon EU Online 2021

A full week for Laravel developers with a series of cutting edge presentations, webinars and networking events. Discover January 18-22th on https://laracon.eu/online/





Connecting Zend , Php and AppServ

Hi guys I am now using Appserv with php to communicate well but I found the mainatance is quite hard for my code
I would like to learn Zend framework (MVC) and learrn how I can use that concept to implementing a website instead a traditional way!

Your help is appreciated! Thanks a lot





Create Themes using Zend.

Hi, guys, if anyone help me pls? how to create themes for my application using zend framework?
pls reply me if anyone know?
Thanks a lot





How to enable Print teaser of NodeReference in Drupal

If you have content types with cck fields as node reference and if you use the print module, you notice you get a link to the node reference, but a link in a print document is not useful.

So below there is a solution to overwrite the default nodereference theme function to render the nodereference fields as a teaser inside the print format.
function YOURTHEME_nodereference_formatter_default($element) {
$output = '';
if (!empty($element['#item']['nid']) && is_numeric($element['#item']['nid']) &&
($title = _nodereference_titles($element['#item']['nid']))) {