I am Using Jquery from google apis,but i have no ideas about how to write jquery code properly.From where i can learn Jquery and CSS fast.Actually i am saying that it is easy to code own Jquery or used others libreries.What is the best solutions for Me.
As stormraven says google the Jquery guides and CSS tutorials etc. But most of the things that you want to do within a website will be covered by some of the Jquery plugins already available.
I'd suggest checking out the tutorials over at net.tutsplus.com - There are high-quality tutorials for any web-development part there
W3School is best way where you learn html tutorials,JavaScript, CSS, PHP, SQL Tutorial, jQuery Tutorial
For css read: CSS the missing manual. In regards to jquery, I would learn javascript first. You could try some o'reilly books as well, they are great.
I prefer Beginning JavaScript and CSS Development with jQuery book. This book provide easy to learn and easy to understand CSS or jQuery examples. This is an excellent way for a beginners book to be constructed as it really easy practice home what has been discussed during each chapter.
Save a lot of work with CSS! In our CSS tutorial you will learn how to use CSS to control the style and layout of multiple Web pages all at once. For Example - body { background-color:#d0e4fe; } h1 { colorrange; text-align:center; } p { font-family:"Times New Roman"; font-size:20px; } HTML was never intended to contain tags for formatting a document. HTML was intended to define the content of a document, like: <h1>This is a heading</h1> <p>This is a paragraph.</p> When tags like <font>, and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process. To solve this problem, the World Wide Web Consortium (W3C) created CSS. In HTML 4.0, all formatting could be removed from the HTML document, and stored in a separate CSS file.
Css and jquery make your coding in a short form.with the help of css you can change a one or more pages in just one change.
I think for you to learn jquery, it would be appropriate if you find some resource, where you can copy the code and execute and see to learn the working of it. I would be also be appropriate if the concepts are explained with simple examples. Check out JQuery Tutorial for more details.