Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for WYSIWYG

WordPress: WYSIWYG Editor Anpassen

Das finde ich ja mal hilfreich. WPEngineer zeigt wie man den WYSIWYG Editor von WordPres über einen entsprechenden hook anpassen kann.

So lässt sich z.B. der Spellchecker auf Deutsch umstellen:

function fb_mce_external_languages($initArray){
	$initArray['spellchecker_languages'] = '+German=de, English=en';

	return $initArray;
}
add_filter('tiny_mce_before_init', 'fb_mce_external_languages');

Cool, denn die meisten Funktionen des WYSIWYG Editors will man für Kunden Projekte abstellen, sonst gibt es roten Text auf grünem Hintergrund und ähnliches ;-/

daily links

  • Drupal Tutorials - Essential Drupal Social Networking Modules | DrupalSN.com
    I’ve been playing around with Drupal setups for 3 years now and in that time I’ve worked on alot of community and social networking sites, so in this tutorials I’m going to highlight my favourite and most useful social networking module
  • Views Excel Export | drupal.org
    Simple module that allows to export Views data to Excel (xls).
  • Amazon S3 | drupal.org
    This module provides an administrative interface to browse, create, and delete files/buckets (buckets can be thought of as folders) from Amazon’s servers.
  • Burn - Home
    There are a lot of ways to approach burning discs. Burn keeps it simple, but still offers a lot of advanced options.
  • Phoca Maps Component
    Phoca Maps is a Joomla! component. It is a small component which displays Google Maps on your site. This component doesn’t include too much of parameters, the idea of using this component is a fast creation of map on your site. Just set Google Maps API key in Parameters, go to Extensions » Maps » New, click on Coordinates button, then click on the place in the map you want to display and save it. Finally create menu link to this map.
  • WordPress › Page Columnist « WordPress Plugins
    This plugin allows you easily to get WordPress single posts/pages content to be shown automatically in a column based layout. Various modes can be choosen, if you want to support additional header/footer appearances too. This also includes possible different handling of paged posts/pages as the default WordPress implementation does.
  • Stealther :: Add-ons for Firefox
    If there are times you want to surf the web without leaving a trace in your local computer, then this is the right extension for you. What it does is temporarily disable the following: - Browsing History (also in Address bar) - Cookies - Downloaded Files History - Disk Cache - Saved Form Information - Sending of ReferrerHeader - Recently Closed Tabs list
  • Wysiwyg API template plugin | drupal.org
    The ‘template’ plugin for TinyMCE allows a user to select a HTML template from a drop-down and insert it into the WYSIWYG text-area. This module supports that TinyMCE plugin for use with the WYSIWYG API, but of course, if anyone wanted to provide additions for FCK or other editors I’ll be happy to include those too.

daily links

  • Wysiwyg API | drupal.org
    Wysiwyg API allows to use client-side editors (a.k.a. WYSIWYG editors) for editing content. It simplifies installation of editors and allows you to define which editor to use depending on the input format. This module replaces all existing editor integration modules and no other Drupal module is required.
  • Google Trends Gadget
    Search trends are a great way to see what’s popular. Use this gadget to see what people are searching for on your own website.
  • activeCollab - Project Management and Collaboration Tool
    activeCollab is a project management & collaboration tool that you can set up on your own server or local network. Work with your team, clients and contractors in easy to use environment, while keeping full control over your data.
  • Mod OnAnyPage - Joomla! Extensions Directory
    Mod OnAnyPage has many options to display or hide modules on specific pages or types of pages, and more options are to come. Modules can be displayed on all pages except those specified, or can be hidden on all pages except those specified. Some examples of available options are all articles, articles by id, all categories, category blogs, categories by id, all core components, components by name, pages by part of the url and custom conditions. No understanding of PHP is needed to use Mod OnAnyPage.

Drupal: WYSIWYG API

Und mal wieder was zum ausprobieren in Drupal: Wysiwyg API.

Wysiwyg API allows to use client-side editors (a.k.a. WYSIWYG editors) for editing content. It simplifies installation of editors and allows you to define which editor to use depending on the input format. This module replaces all existing editor integration modules and no other Drupal module is required.

Gefunden habe ich das Modul bei awebfactory, wo es begeistert aufgenommen wurde.

Drupal: Image Resize

Diesen Drupal 6 Filter werde ich wohl häufiger für Kunden einsetzen: Image Resize Filter

The easiest end-user solution for resizing inline images.
This filter makes it easy to resize images, especially when combined with a WYSIWYG editor such as tinyMCE or FCKeditor. Users never have to worry about scaling image sizes again, just insert an image and set it’s height and width properties in HTML (this is done automatically be WYSIWYG editors) and the image is resized on output to match the HTML.

Und wer keine Lust hat zu lesen kann sich den Screencast zum Image Resize Filter bei Lullabot ansehen.



Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.