Aggiunti di recente

23 ispirazioni di Seth Godin per le Startup

seth godin consigli startup

Laureato in informatica e filosofia, nonchè webpreneur di successo, Seth Godin è una di quelle personalità del web che fanno spesso parlare di se per la saggezza e accessibilità con cui riesce ad articolare concetti complicati e complessi. 

Quella che segue è una interessante lista di brevi consigli e ispirazioni lasciate da Seth negli ultimi mesi, messa assieme da Dharmesh di OnStartups.

 

23 ispirazioni di Seth Godin per le startup

Tutte le Emoticons segrete di Skype

tags: skype  
Emoticons Segrete Skype

Ok, le emoticons o icone nascoste di skype non sono un segreto per nessuno già da qualche tempo e chiunque abbia superato la maggiore età non dovrebbe preoccuparsene più di tanto ;)

Ma dato che come disse qualcuno "un'immagine vale più di 100 parole" e che nella quotidiana comunicazione su skype di parole se ne digitano spesso anche troppe, a volte queste faccine possono esserci d'aiuto.

PureDivs converts your layout to Drupal theme in 2-5 days

tags: Drupal services  
PureDivs Drupal Theme Conversions

Finally we're there. Since a few days designers, developers, web agencies and final users can take advantage of a new service dedicated to Drupal CMS. A service which allows them to convert their design into a Drupal theme in few days.

Realizing templates 100% compatible with Drupal and it's best practices, optimized for search engines, compatible with all major browsers and platforms and coded according to Web standards is a task that requires different skills (CSS, XHTML, PHP, Adobe CS) and a good knowledge of the framework.

Notes  

Come nascondere i Tabs inutilizzati

tags: Drupal  
drupal tags: search   tabs  

Capita di dover nascondere o eliminare alcuni Tabs di navigazione che Drupal o qualche suo modulo offrono di default.

Per farlo in modo pulito senza mettere mano al codice possiamo sfruttare phptemplate e inserire in seguente codice nel file template.php del nostro tema (o crearne uno appositamente in caso non sia già disponibile):


<?php

/**
* Override or insert PHPTemplate variables into the templates.
*/
function _phptemplate_variables($hook, $vars) {
if ($hook == 'page') {

Notes  

Drupal: how to translate single CCK fields values

tags: Drupal  
drupal tags: translations   CCK   Locale  

Out of the box the localization and translation functionalities of Drupal can translate only the titles of each field created with the Content Construction Kit (CCK). Unfortunately at the moment no translation module (Locale, Localizer, i18n) offers direct support for the translation of cck fields, so we have to fix this ourselves.

In order for a string to get translated it must be enveloped by the t() function in the PHP code. We have to do this manually. Currently, your 'Allowed values' list probably looks like:

Apples
Oranges

First you'd better chage it to::

Add to calendar
Twitter
Add to Technorati Favorites

Featured:

Archives

September 2010
SunMonTueWedThuFriSat
1234
567891011
12131415161718
19202122232425
2627282930
PureDivs Drupal Themes Conversions
PureDivs Conversione Temi Drupal