Saturday, 16 July 2011
Wednesday, 13 July 2011
HTML and CSS
So in this series i will tell you very important stuffs related to HTML and CSS.
seen the HTML and CSS is used by website designers mostly but if your having some blog and in that
you want to change the code or the theme of your from scratch then you should know what is HTML
what is the CSS and after words the javascript and the Jquery this 2 thing are very usefull and we can do anything through this like javascript and jquery.
basically HTML is a hyper text make-up language .
in that we use tags to code anything on the webpage and the output of this HTML is seen only on the webpage means in web browsers
so first step is to step up the basic html tags
<html>
<head>
here you can type the scripts , css or any thing else and note that what ever you write in the head tags it will not be seen on the webpage
</head>
<body>
here you can write anything like the table tages the php script then anything if you any single word it can be seen on the webpage
</body>
</html>
seen the HTML and CSS is used by website designers mostly but if your having some blog and in that
you want to change the code or the theme of your from scratch then you should know what is HTML
what is the CSS and after words the javascript and the Jquery this 2 thing are very usefull and we can do anything through this like javascript and jquery.
HTML
basically HTML is a hyper text make-up language .
in that we use tags to code anything on the webpage and the output of this HTML is seen only on the webpage means in web browsers
so first step is to step up the basic html tags
<html>
<head>
here you can type the scripts , css or any thing else and note that what ever you write in the head tags it will not be seen on the webpage
</head>
<body>
here you can write anything like the table tages the php script then anything if you any single word it can be seen on the webpage
</body>
</html>
chat engine
so today i came up with a new topic of Chat engines
in that i want to make a chat like never before
in that i want to make a chat like never before
So how is that possible ?
It is possible just follow the simple steps
first of i have to make the a proper database in that i have to manage this thing when the user logged in the user_status should change to 1 then the when user logout it should change to 0 .
next when user want to chat with some one means someone so only the user and the second person's
window should popup
so the problem is how this will be done in PHP or javascript
new idea
hello there today the world is developing very fast so the people in that world should also be fast thinking
so now i came up with an idea
It is all about the changed face of social world on net so in that first i have to make a proper UI for the users can use it in cool way
Saturday, 9 July 2011
Subscribe to:
Comments (Atom)