Friday, February 21, 2014

Messenger List 1

Mobile Messenger List:

ChatOn (discontinued)

Facebook Messenger

Kik Messenger

Line Messenger

Skype

Tango Messenger

Pinger
TextFree

Viber

WeChat

WhatsApp

Monday, February 17, 2014

Photoshop concept 1

channel
layer
mask

select

image/illustration/photo

Web Editor Online




http://dabblet.com/
http://codepen.io/

RealTime Preview ( Auto Preview ) HTML
http://htmledit.squarefree.com/
http://www.htmlinstant.com/
http://www.timsfreestuff.com/HTMLEditor/
http://gaf210.imvustylez.net/codes/gadgets/html-editor-lang-eng
Hyro
http://jawerty.github.io/Hyro/
A real-time desktop HTML5 editor — view your html while you code it.

SnapEditor – An Online HTML5 WYSIWYG Editor.
http://www.snapeditor.com/live_demos

CSSDesk – Online CSS Sandbox
http://cssdesk.com/

plugnedithttp://plugnedit.com/
Drag And Drop HTML Editor Online WYSIWYG Visual Editor, Free HTML Editor Online Web Page Builder, Web Based WYSIWYG Editor. WYSIWYG (What You See Is What You Get.) Advanced HTML Visual Editor, Just Drag & Drop Your Images And Text Boxes, Click And Move. Plug & Edit is based on a 3D page building design with height, width and depth.

Javalaunchhttp://javalaunch.com/HTML_Editor.jsp
You can edit the text and run the code.

Ref:
http://www.cssauthor.com/best-free-code-editors/
http://www.w3tutz.com/html/20-useful-online-html-editors-for-web-developers.html

CSS - Form


display
width

shorthand
margin
padding

clear
float

text-align
vertical-align


HTML with JavaScript Form 2

More accessibility to your form:
  • Auto-tabbing
  • Highlighting the elements
  • Progression
  • Validating form
  • Masked Input Plugin
    allows a user to easily enter fixed width input fields where you would like them to enter the data in a certain format (dates,phone numbers, etc).
  • Auto Complete / AutoSuggest
  • Character Remaining
    Gives you a dynamic display of the number of characters remaining in a textarea.
  • ToggleVal / Sliding Labels
    gives you the option to populate the default text of form fields (in a few different ways), and will then toggle the default value when the field receives and loses keyboard focus.
  • Tooltip
  • Dialog Box
  • Form Wizard

HTML with JavaScript Form 1

More accessibility to your form:
  • Auto-tabbing
  • Highlighting the elements
  • Progression
  • Validating form
  • Masked Input Plugin
    allows a user to easily enter fixed width input fields where you would like them to enter the data in a certain format (dates,phone numbers, etc).
  • Auto Complete / AutoSuggest
    More fancy to your form:
    • Pick a date
    • Textareas grow and shrink to fit it’s content
    • Character Remaining
      Gives you a dynamic display of the number of characters remaining in a textarea.
    • ToggleVal / Sliding Labels
      gives you the option to populate the default text of form fields (in a few different ways), and will then toggle the default value when the field receives and loses keyboard focus.

    HTML Form

    • HTML Form Element
    • Organize HTML Form Element
    • Validate HTML Form Element