Ever wanted to customize the colors in your Dreamweaver Code editor? Well you can!!
You can grab a pre-made xml file and replace Dreamweaver's default, or you can edit each individual preference.
[field_youtube_video_link] MoreEver wanted to customize the colors in your Dreamweaver Code editor? Well you can!!
You can grab a pre-made xml file and replace Dreamweaver's default, or you can edit each individual preference.
[field_youtube_video_link] MoreGo here to to debug, and to clear FB's cached version of the page you're trying to share:
https://developers.facebook.com/tools/debug
[field_youtube_video_link] More
This list covers the top 30 things you should consider when it comes to getting a new site live and into the search index.
http://www.clickminded.com/seo-checklist/
[field_youtube_video_link] MoreIn Drupal 7 you can configure performance and cache settings under /admin/config/development/performance
[field_youtube_video_link] MoreTo let Drupal handle all the wrappers and formatting, use this:
print render($content['field_fancy_title']);
To print the raw, untouched value, use this:
print $content['field_fancy_title']['#items']['0']['value'];
[field_youtube_video_link] More