HTML-TAGS
html, head, body, title, script, style, link, center, heading, bold, italics, underline, table, lists, form, input textarea, buton, reset, submit, iframe
JAVASCRIPT-VARIABLES
array, operators, conditional, loops, selectors, functions, string functions, array function, message boxes, form validations, math, window, navigator
CSS- SYNTAX
internal, inline, external,selectors, font, body, link, text, background, box model, margin, padding
JQUERY – SYNTAX
production ver,development ver, cdn, events(hide, show, toggle,animate, hide, slideup, slidedown, slidetoggle, fadein, fadeout, fadeto, fadetoggle), get set methods( text(), html(), val()), css class manipulation(addclass, removeclass, toggleclass),list(append, prepend)
PHP
variable(local, global, constant, static), vardump(),delimiters, operators, conditional statements, loops, functions, string functions, arrays, array functions, superglobals,form handling($_GET, $_POST, $_REQUEST) header, mail, require, include, require_once, include_once, isset, session, cookie, fileupload, file download, file operation
MYSQL()
database creation, constrains, sql(ddl, dml, dql), normalization, mysql_connect, _select_db, _query, _affected_rows(), _num_rows(), _fetch_array, ajax(function, access database)
OOPS
class, object, abstraction, polymorphism, inheritance, polymorphism, constructor, access specifier
HTML5
doctype,character encoding, removed elements(applet, big, frame,center,strike,font),input types(color, email, date, number, range, tel, url,search), input attributes(min, max, placeholder, required, pattern, autofocus),elements(header, nav, section, article, aside, footer), svg, canvas,audio, video,source, embed, track, api(geolocation, drag and drop, local storage, sessionstorage, application cache, web workers, server side events)
MYSQLI()
mysqli_connect, _connect_errno, _select_db, _query, _num_rows, _affected_rows, _fetch_row, _fetch_array, _fetch_all, _close, ->query, ->inser_id, ->affected_rows, ->num_rows, ->fetch_assoc
CSS3
Introduction, Animation, Transform, Transition, Gradient, CSS Box Model, CSS3 Tables, CSS3 Images, CSS3 Buttons.
BOOTSTRAP
Introduction, Installation, Grid Basic Structure, Typography, BS Tables, BS Images, Jumbotran, BS Buttons, Pagination, Drop Downs, BS Forms, Glyphicon, Pop Over, Components.
Codeigniter
CodeIgniter Basics
Introduction
Downloading and installing CodeIgniter
Basic configuration options
Managing CodeIgniter on different environments
Managing database settings on different environments
Removing index.php from the address bar using .htaccess
Codeigniter Routing Basis
Managing Routing
Calling Controller
Path management
Codeigniter Frame work form