Search Content

Displaying 1 - 20 of 601

Content Management Systems Truly Managing Your Own Website What's a content management system? The term means different things to …

… EntityFieldQuery(); $query->entityCondition('entity_type','node') ->entityCondition('bundle','employee') … $result = $query->execute(); if ($result && $result['node']) { $item = array_pop($result['node']); $node = node_load($item->nid); if (!$newprofile) { …

… Review of Mambo content server Submitted by John Locke on Fri, 03/25/2005 - 00:56 Newsforge is running a review of the Mambo content management system. Mambo has gotten a lot of … JavaScript enabled to use this form. Your name Email The content of this field is kept private and will not be shown …

Content Management on the Web has changed. Today. Submitted … The information architecture is the same as always -- content types, vocabularies, comments, anything you've …

… Hydra Content Management System Hydra CMS for Consumer Media … worked closely with Consumer Media Network to create a content management system (Hydra) through which they can …

… Website Content Management System Websites today are not just a place … that view their web presence as more of a “Website Content Management System” than a webpage are companies that …

… entirely new, but they are new to us: Structure Sync and Default Content . Both of these modules allow you to export … +------------+---------------------+-----------+ The .yml files in your export directory (../config/sync) will be … to export or import. This is a great option for sites that need to deploy blocks or a new menu along with a …

… Layout Builders versus Content Management - are you making this mistake? Submitted … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… Marketing Tools Social Media block Social Media sharing XML Sitemap, for SEO RFP/Lead generation form Subscribe to … Marketing Tools Social Media block Social Media sharing XML Sitemap, for SEO RFP/Lead generation form Subscribe to …

… of a set of resource types (e.g. "video", "newsletter", "article", "case study", "organization") and how to properly … of a set of resource types (e.g. "video", "newsletter", "article", "case study", "organization") and how to properly …

… operations? Securing your data and reputation? Delivering content with speed and snappiness? Delighting users with how … concerns around security, or would like a more thorough content strategy/keyword analysis, be sure to see our other … operations? Securing your data and reputation? Delivering content with speed and snappiness? Delighting users with how …

… Drupal Multi-Domain Site Maintenance The Domain Access module is a very complex … Access, we charge a higher rate for the overall Drupal maintenance, but because there is only one shared database …

… files for security reasons. Switching between trunk and a tag So far so good. We have the basics of an application set … Simple. Just check it out: cd public_html/dojo git tag # shows you a list of available tags git checkout … with your changes. Also note that when you check out a tag, you don't necessarily get a tracking branch, so don't …

… Multi-site Instance A Drupal or WordPress Multi-site is essentially … code with a main site but has its own database. Multi-sites are generally easier to maintain because the code is … are database updates. Terms & Conditions a. Multi-sites must have a parent site. Freelock is developing several …

… pages are linked correctly, pictures and pages have been “tagged” with information about them, and the site can be … world of SEO, they cannot just put terms on their page and tag pictures and be done with it—they have to walk a mile in … Some of them are my favorite as 1. content is king 2. use analytics data to learn what can be improved. Reply Submitted …

… Once the dev site is updated, we create a new release tag and push it into our central git repository, where … regular backups of the files. We do a final snapshot/tag of the production code base, then pull down the new … Once the dev site is updated, we create a new release tag and push it into our central git repository, where …

… taxonomy system that can be used to categorize and tag content The "Forms API" to make it simple to create, … taxonomy system that can be used to categorize and tag content The "Forms API" to make it simple to create, …

… on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things … Next it's a matter of doing the production deployment: Tag current production code commit Back up current production …

… If you own a pet, by the way, head over and get a pet tag while they're still free! The pet tag has a QR code that will take people who scan it with a … If you own a pet, by the way, head over and get a pet tag while they're still free! The pet tag has a QR code that …

… to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update … and the development copy on develop. And it created a git tag for the particular release. On production, we have … back to development and re-roll the release. git log/git tag -- identify the current state of the code base -- should …