Skip to main content

Home/ Drupal for Developers/ Group items tagged framework

Rss Feed Group items tagged

specbee

Front-End Frameworks for Drupal - Helping you to Make a Better Choice | Specbee - 0 views

  •  
    Front-end frameworks offer exceptional flexibility to developers to build highly interactive, dynamic and complicated client-side interfaces. Drupal works great with frameworks like React, Angular and Vue. Learn more about them in this article.
Hendy Irawan

40+ Essential Drupal Modules | Nick Lewis: The Blog - 0 views

  •  
    "If you are new to drupal, then this list is for you. These are some of the best of the best drupal modules. Everything from standard framework modules, to location and mapping is covered. Note that if you've been emersed in drupal for some time, than this will be "old news"."
amelia_joe

Top iOS8 Challenges for developers - 0 views

  •  
    When it turns up in the approaching weeks, Apple's ios 8 is readied to bring a few novel peculiarities, including its Healthkit and Homekit platform, to the iphone and ipad. A ton of the advances are client situated and focused on building an immaculate encounter crosswise over ios gadgets and Macs running the approaching OS X Yosemite. Presently that Apple has arranged a Sept 9 occasion where quite a few people envision recognizing another iphone, its plausible that ios 8 will be in the hands of clients really soon. While the working framework does not have the comparable sort of sensational outline redo that accompanied ios 7, it has various enormous changes that give opportunity for good and awful.
Hendy Irawan

Drupal Development - 0 views

  •  
    Drupal Development - Presentation Transcript Drupal Code: Day 1 where am i, and how did i get all these arrays Hi. I'm eaton. Drupal is... http://www.flickr.com/photos/druclimb/282597447/ Drupal is... Drupal Core http://www.flickr.com/photos/druclimb/282597447/ Drupal is... Node Drupal Core User http://www.flickr.com/photos/druclimb/282597447/ Drupal is... Views Five Star CCK Node Drupal Core User http://www.flickr.com/photos/druclimb/282597447/ Drupal is... Theme Views Five Star CCK Node Drupal Core User http://www.flickr.com/photos/druclimb/282597447/ Drupal is... Theme Views Five Star CCK Node Drupal Core User http://www.flickr.com/photos/druclimb/282597447/ name = Demo description = Just a simple demo module. core = 6.x function demo_nodeapi(&$node, $op) { global $user; if ($op == 'view') { if ($node->uid == $user->uid) { $node->title . ' [YOUR ARTICLE]'; } } } demo.info demo.module name = Tricky description = A slightly trickier module. core = 6.x function tricky_form_alter(&form, $form_state, $id) { if ($id == 'node_form') { $title['#required'] = FALSE; } } function tricky_install() { drupal_set_message('You just installed Tricky!'); } tricky.info tricky.module tricky.install views.info views.module views.inc user.inc node.inc blog.inc comment.inc ui.info ui.module arguments.inc handlers.inc filters.inc query.inc sprout.info sprout.module forum.inc views.pages.inc table.inc views.install sprout.install sprout.admin.inc sprout.inc CHANGELOG README views.info views.module views.inc user.inc node.inc blog.inc comment.inc ui.info ui.module arguments.inc handlers.inc filters.inc query.inc sprout.info sprout.module forum.inc views.pages.inc table.inc views.install sprout.install sprout.admin.inc sprout.inc CHANGELOG README views.info views.module views.inc user.inc node.inc blog.inc comment.inc ui.info ui.module arguments.inc handlers.inc filters.inc query.inc sprout.info sprout.module forum.inc views.pages.inc table.inc views.install
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.
1 - 8 of 8
Showing 20 items per page