CSS Transition

Transition use in CSS

SVG Graphic Desging

I SVG -Graphic

II SVG -Graphic

III SVG -Graphic

IV SVG -Graphic

V SVG -Graphic

VI SVG -Graphic

VII SVG -Graphic

VIII SVG -Graphic

Sorry, your browser does not support inline SVG.

IX SVG -Graphic

X SVG -Graphic

XI SVG -Graphic

Sorry, your browser does not support inline SVG.

XII SVG -Graphic

XIII SVG -Graphic

Laptop Record

Short key of Computer

Computer Keyboard Shortcut key

Ctrl+ Key -

Ctrl + A = Select all Item 

Ctrl +B   = Bold

Ctrl +C  = Copy the Item

Ctrl +F   = Find or Search the Item

Ctrl +G   = Go to Line

Ctrl +T   = Italic text

Ctrl +N   = Open new window

Ctrl +T   = New Tab in internet Tab

Ctrl +U   = Underline the Item

Ctrl +V   = Paste the Item

Ctrl +X   = Cut the Item

Ctrl +Z  = Undo Last Action

Window System Key 

Ctrl +Esc  = Open Start Menu
Ctrl +tab   = Switch tab to tab in internet browser

Short Key of Computer

Computer Keyboard Shortcut key

Function key -

     F1  = Help Key ,Open Task Plane










+ F1    = Window Help

F2   = Rename the folder after select folder
F3   =Open Search Option
F4   =Select Path in My Computer
F5   =Refresh Page
F6   =Move Cursor in address bar  in internet or web browser
F7   = Check Spell and Grammar Mistake in Ms Document
F8   =Access Safe Mode
F9   =Refresh document in Ms Word ,Send and receive message in Ms Outlook
F10 =
F11 =Enter and Exit Full Screen
F12 =Open firebug

Hook in Wordpess

Hooks are provided by WordPress to allow your plugin to 'hook into' the rest of WordPress; that is, to call functions in your plugin at specific times, and thereby set your plugin in motion. There are two kinds of hooks:


  1. Action (codex Action Reference)
  2. Filter (codex Filter Reference)

Ajax

Ajax =Asynchronous Java Script and XML(Java Script+Xml). Ajax is not a programming language. Ajax is a Web development Techniques for creating interactive web application.Ajax is web browser technologies independent of web server software.Ajax use for exchange the content on webpage without reloading the webpage.

Difference in Ajax and conventional CGI Program

             4+5=9 with ajax page no reload
             4+5=9 without ajax web page reload

Ajax Example
  • Google Map
  • Yahoo Map
  • Gmail

XMLHttpRequest

XMLHttpRequest is keystone of Ajax .