タグ

2015年6月11日のブックマーク (4件)

  • How to Limit the Number of Characters in a Textarea or Text Field

    This script allows you to set a limit on the number of characters a user can enter into a textarea or text field, like so: (Maximum characters: 100) You have characters left. Step 1 - Create Function Insert the following code into the page head: <script language="javascript" type="text/javascript"> function limitText(limitField, limitCount, limitNum) { if (limitField.value.length > limitNum) { lim

  • Using Drupal, 2nd Edition

    Read it now on the O’Reilly learning platform with a 10-day free trial. O’Reilly members get unlimited access to books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers. Take advantage of Drupal’s vast collection of community-contributed modules and discover how they make this web framework unique and valuable. With this guide, you’ll learn how to comb

    Using Drupal, 2nd Edition
  • レンタルサーバーナレッジ

    Twitter CPIのTwitterアカウントでは、サイト、サーバー管理者のための重要なセキュリティ情報や、サイト運営者のためのヒント、お得なキャンペーン情報をお知らせしています。 Follow @cpiadjp Tweets by cpiadjp 掲載内容について、当社は情報の掲載には細心の注意を払っておりますが、完全性などについて保証を行うものではありませんので予めご了承ください。 掲載されている情報をご利用いただいた際に、損害が発生・誘発した場合や、情報自体の真偽性・合法性・道徳性・著作権の許諾等について問題が発生した場合などについて、当社は一切の責任を負いません。掲載されている情報を利用したサイト製作については、ご自身の責任において行ってください。

    レンタルサーバーナレッジ
  • Drupal 7 における、オリジナル「Entity」導入のメリット・デメリット|TransNetCreation

    当コラムについて コラム「Power of Drupal」では、単なる CMS を超えた、ウェブ・アプリケーション・フレームワークとしての Drupal の質・可能性に迫ります。Drupal が持っているパワーの一端をお伝えできればと考えています。 問題意識 Web のアプリケーション化が進む今日、ウェブ・アプリケーション・フレームワークとも言える Drupal は、高機能を実現する CMS として、また、システム開発の基盤として、非常に有望な選択肢であると考えています。 Drupal の日での普及を目指して このコラムが、ウェブ・アプリケーション・フレームワークとしての Drupal の特徴を伝えるものとして、Web の可能性を追求する中小企業・社会企業家・NPO の方々や個人で活動する方々の参考になりましたら幸いです。