Skip to main content

Home/ Drupal for Developers/ Group items tagged Experience

Rss Feed Group items tagged

Rajiv M

User Experience (UX) Design, Ux Design, UX/UI Design, UI UX Design - 0 views

  •  
    Orange Oats is one of few unique User Experience UX Design, User Experience Design, User Interface Design, UX Design, Mobile Application Design, UX UI Design, UI UX Design, Software User Interface Design & web user interface design Company who does quality design for the customer to love in.
webExplorations

Install Drupal 7 locally on your computer | Tutorial Videos | Tutr.tv - 0 views

shared by webExplorations on 04 Oct 11 - No Cached
  •  
    Using your localhost to experiment with Drupal
  •  
    Using our localhost to experiment with Drupal. From the DrupalCon London conference, 2011.
specbee

Everything you need to know about Website Accessibility | Specbee - 0 views

  •  
    Sure, user experience is the buzzword these days, but the emphasis on web inclusiveness is equally critical. Here's a guide to web accessibility, why you need to implement accessibility and how to check if your website is accessible.
Felipp Crawly

Amazing Customer Service - 1 views

I would like to thank Onward Process Solutions for greatly helping me with my need for assistance in a Customer service outsourcing project. They provided me with 24/7 phone/ email answering serv...

started by Felipp Crawly on 31 Oct 12 no follow-up yet
shalani mujer

One on One Professional Online Tech Support - 3 views

I love working with these guys. Their tech support technicians are very professional and polite. They offer one-on-one tech support. They listen to what your issues are, diagnose what your problem ...

tech support

started by shalani mujer on 06 Jun 11 no follow-up yet
helen troy

Get Rid of Computer Freezing - 1 views

I badly need computer help. I am a graphic artist and I always use my PC for my graphic design layouts and other major graphic work. But, that is so obvious, is it not? Anyway, my computer recently...

need computer help

started by helen troy on 12 Aug 11 no follow-up yet
webExplorations

Of Constraints and Capabilities: Applying Systems Thinking to Design the Ideal Experien... - 0 views

  •  
    Adding UX to the Drupal Framework from DrupalCon London 2011.
Daniel Gregoire

Theming the User Registration Form in Drupal 6 | Trellon - 0 views

  • <?phpfunction themename_theme($existing, $type, $theme, $path) {  return array(    ...    // tell Drupal what template to use for the user register form    'user_register' => array(      'arguments' => array('form' => NULL),      'template' => 'user-register', // this is the name of the template    ),    ...  );}?>
  • <div id="registration_form">  <div class="field">    <?php      print drupal_render($form['account']['name']); // prints the username field    ?>  </div>  <div class="field">    <?php      print drupal_render($form['account']['pass']); // print the password field    ?>  </div>  <div class="field">    <?php        print drupal_render($form['submit']); // print the submit button      ?>    </div>  </div></div>
  • <?php  print '<pre>';  print var_export($form);  print '</pre>';?>
  • ...3 more annotations...
  • Don't forget to render hidden fields or it won't work ;) echo drupal_render($form['timezone']); echo drupal_render($form['form_build_id']); echo drupal_render($form['form_id']);
  • you also have to print the "token" in order to make the form work print drupal_render($form['form_token']);
  • From my own experience using a form tpl.php, you need to print the whole $form at the very end of the template to ensure that the form will validate upon submission. <?php print drupal_render($form); ?> Just adding the hidden form_build_id and the form_id fields will not mean the form will work. Printing the entire form at the end, however, will mean that all the stuff you wanted to hide in making the template will show. For those fields, include "unset" statements for each one: <?php unset($form['field_to_hide']); ?> Please correct me if I'm wrong or if there is a better way to do this.
shalani mujer

Enjoying Worry-Free Computer Use - 1 views

As an executive of a medium-sized company in Oakland, life has always been hectic to me except on weekends. Nevertheless, when I have some work that needs to be rushed, I am forced to do it at home...

tech support

started by shalani mujer on 08 Jul 11 no follow-up yet
1 - 10 of 10
Showing 20 items per page