View allAll Photos Tagged drupal
Too many connections.. uh oh, that's not supposed to happen at Drupal.org, home of one of the leading and fastest growing opensource CMS's. I did notice that they're on some sort of v5.2, whatever that is..
Fotógrafos:
Ramón G Ortego: www.flickr.com/photos/64314149@N07/
Yanire Fernández: www.flickr.com/photos/yanyel_88/
Young Drupal developers (and aspiring developers) at NYC Camp 2013. Sheldon, Amir, Winston, Gaelan making their plea to Fred Wilson to be a keynote speaker at NYC Camp 2014.
สร้างเว็บไซต์ในพริบตาด้วย Drupal 6 ฉบับสมบูรณ์
The idea behind the context module is to allow different parts of the Drupal stack to expose key pieces of logic to other parts in a standardized fashion. Watch the screencast to see what it can do: tinyurl.com/6mlopu.
See the "Drupal vs. Wordpress" video
live.pirillo.com/ - Everyone has a blog, but Perseco askes which platform is better: Drupal or Wordpress?Some people think Wordpress is good enough, while other people swear by Drupal. If you want one blog with one user, Wordpress is good enough, but if you want to run multiple blogs with multiple users, Drupal is the way to go.Drupal offers a variety of options, but has a steep learning curve:Drupal is a free software package that allows an individual or a community of users to easily publish, manage and organize a wide variety of content on a website. Tens of thousands of people and organizations have used Drupal to power scores of different web sites, including:Community web portalsDiscussion sitesCorporate web sitesIntranet applicationsPersonal web sites or blogsAficionado sitesE-commerce applicationsResource directoriesSocial Networking sitesWordpress also offers a large list of features:WordPress is a state-of-the-art semantic personal publishing platform with a
focus on aesthetics, web standards, and usability. What a mouthful. WordPress is both free and priceless at the same time.More simply, WordPress is what you use when you want to work with your blogging software, not fight it.This video was originally shared on blip.tv by l0ckergn0me with a Creative Commons Attribution-NonCommercial-NoDerivs license.
We are actually using "FeedAPI":http://drupal.org/project/feedapi with the "CSV parser add on":http://drupal.org/project/parser_csv to parse the 6.5MB csv files that have all of FEBP's data, and then we are storing the data in "Flatstore":http://svn3.cvsdude.com/devseed/sandbox/drupal-6/flatstore/, a custom module that handles dynamic schemas, exportables, default views integration. "feedapi_flatstore":https://svn3.cvsdude.com/devseed/sandbox/drupal-6/feedapi_flatstore/ is the bridge between flatstore and FeedAPI.