Wednesday, June 26, 2013

start with JQuary.....

Today we are going to take a look about JQuary. Well.. before we are going to start JQuary you must have  some kind of a brief  knowledge about HTML (HyperText Markup Language) that is the basic of web designing.Then you must know about CSS witch use to add designs that means  make  the web site more smarter. At last you must have little bit knowledge about javascript.That did not mean you must be a expert in those 3 .but  you must have some kind of a idea about how to use these languages.
Ok.. what is JQuary ...It is the next question. 

jQuery is a fast, small, and feature-rich JavaScript library.The purpose of jQuery is to make it much easier to use JavaScript on your website. It makes things like HTML document traversal and manipulation, event handling, animation.
jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.
jQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation.
The jQuery library contains the following features:
  • HTML/DOM manipulation
  • CSS manipulation
  • HTML event methods
  • Effects and animations
  • AJAX
  • Utilities
 In simply we can say, JQuary make an easy for
  • Find elements in HTML documents
  • Change  HTML content
  • Listen to what a user does and react Accordingly.
  • Animate content on the page
  • talk over the network to fetch new content



Tuesday, June 18, 2013

Introduction to web Designing



In this post I'm going to discuss about basic of web development. If you are highly new to this subject or if you never create a web site you must start with the HTML.

We all know there are many languages or many terms with web development like HTML, XHTML,CSS,JavaScript …etc .ok .first I’m going to give you an basic introduction on those words.

XHTML  is the core basic element of a web site. It’s like the foundation of  a web site. By using CSS we can make the web site  more attractively. You can add colors arrange images  by using CSS.By using java script we can make the web site more smarter.  

Today web sites are not like reading book or any Article in internet .it had change lot.web sites are become more interactive and media base. There are two kind of web sites.Dianamic and static web sites.
static web page displays the same information for all users. Static web pages are often HTML documents stored as files in the file system and made available by the web server over HTTP.  web pages stored in a database, and could even include pages formatted using a template and served through an application server, as long as the page served is unchanging and presented essentially as stored.
A dynamic web page is a web page with web content that varies based on parameters provided by a user or a computer program.

There are some tools to develop web sits like dreamviwer  but As a beginner  it’s good to use Note pad or note pad ++ till u’r familiar with HTML tags.
This is the basic introduction of web designing we will meet in next post with HTML tags.