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

    Sunday, February 16, 2014

    CSS + HTML


    CSS can combine to HTML in the following ways:
    • Inline - using the style attribute in HTML elements
    • Internal - using the <style> element in the <head> section
    • External - using an external CSS file
    Ref:
    http://www.w3schools.com/html/html_css.asp

    PHP Array 1


    count
    sizeof

    Keyboard Shortcut - CorelDraw



    CTRL+F11 = Insert Character
    Ctrl  T  = Change the properties of text characters.

    Fill CorelDraw Tutorial 2


    Toolbox
    Interactive Fill tool (G)
    Smart Fill tool

    Pick Tool at CorelDraw

    Pick Tool at CorelDraw
     
    Pick tool
    Freehand Pick tool

    Fill CorelDraw Tutorial 1



    Fountain Fill

    Color Palette

    Toolbox

    Smart Fill tool

    GUI with Java


    GUI ( Graphical User Interface ) with Java
    • Component
    • Layout
    • Event

    Friday, February 14, 2014

    Thursday, February 13, 2014

    Using Text in Corel Draw

    Ref:
    http://www.insidegraphics.com/corel_basics/corel_text_tool.asp

    Toolbox
    Text Tool (F8)
    The icon is A (Capital A).

    Outline/Inline

    Effects
    Contour

    Outline Pen dialog box (F12)
    Double Click in the Outline Color

    Fill

    Uniform Fill dialog box

    Smart Fill toolbox

    Content Management in Moodle

    Category
    Course

    Wednesday, February 12, 2014

    OOP

    Object
    Class
    Encapsulation
    Generalization/Inheritance
    Polymorphism

    Abstract

    Content Management in Mambo / Joomla

     Content Management in Mambo / Joomla:
    •  Sections
      • Categories
        • Articles

    PHP Array Operation

    Array Operators

    Array Functions
    • array
    • array_change_key_case
    • extract
    • in_array
    Variable Handling
    is_array
    print_runset
    var_dump
    var_export  

    String
    explode
    implode

    POSIX Regex 
    split
    PCRE Functions
    preg_split

    Three types of arrays:
    • Indexed arrays - Arrays with numeric index
    • Associative arrays - Arrays with named keys
    • Multidimensional arrays - Arrays containing one or more arrays

    Monday, February 10, 2014

    Web Programming Topic

    Course Content and Learning Objectives:

    This course is an introduction to programming for the World Wide Web. You will learn about topics such as:
    • HyperText Markup Language (HTML) for authoring web pages
    • Cascading Style Sheets (CSS) for supplying stylistic information to web pages
    • Server Side Programming Language:
      • PHP Hypertext Processor for generating dynamic pages on a web server.
      • ASP for generating dynamic pages on a web server.
      • JSP for generating dynamic pages on a web server.
    • JavaScript for creating interactive web pages
    • Asynchronous JavaScript and XML (Ajax) for enhanced web interaction and applications
    • Structured Query Language (SQL) for interacting with databases