Showing posts with label web. Show all posts
Showing posts with label web. Show all posts
Thursday, March 30, 2017
Web Designing Course HTML 5 and CSS 3 Lesson 2 Telugu
Web Designing Course HTML 5 and CSS 3 Lesson 2 Telugu

<!DOCTYPE html>
<html>
<head>
<title>Web Designing Course Lesson 2</title>
<style type="text/css" media="screen">
body {
font-family: Arial, Times, Sans-serif;
background-color: grey;
}
header {
background-color: black;
color: white;
width: 80%;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px;
}
section {
background-color: white;
width: 80%;
margin-left: auto;
margin-right: auto;
border-width: 5px;
border-style: solid;
border-color: black;
padding: 5px;
}
footer {
background-color: black;
color: white;
width: 80%;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
</style>
</head>
<body>
<header>
<hgroup>
<h1>Web Designing Course Lesson 2</h1>
<h2>Learn HTML 5 and CSS 3 in Telugu</h2>
</hgroup>
</header>
<section>
<article>
<h1>This is my first article - Lesson 2</h1>
<p>Once upon a time there was an old woman who loved baking gingerbread. She would bake gingerbread cookies, cakes, houses and gingerbread people, all decorated with chocolate and peppermint, caramel candies and colored frosting.</p>
<p>She lived with her husband on a farm at the edge of town. The sweet spicy smell of gingerbread brought children skipping and running to see what would be offered that day.</p>
<p>Unfortunately the children gobbled up the treats so fast that the old woman had a hard time keeping her supply of flour and spices to continue making the batches of gingerbread. Sometimes she suspected little hands of having reached through her kitchen window because gingerbread pieces and cookies would disappear. One time a whole gingerbread house vanished mysteriously. She told her husband, Those naughty children are at it again. They dont understand all they have to do is knock on the door and Ill give them my gingerbread treats.</p>
</article>
</section>
<footer>Copyright © www.telugucomputerworld.blogspot.com</footer>
</body>
</html>
<html>
<head>
<title>Web Designing Course Lesson 2</title>
<style type="text/css" media="screen">
body {
font-family: Arial, Times, Sans-serif;
background-color: grey;
}
header {
background-color: black;
color: white;
width: 80%;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px;
}
section {
background-color: white;
width: 80%;
margin-left: auto;
margin-right: auto;
border-width: 5px;
border-style: solid;
border-color: black;
padding: 5px;
}
footer {
background-color: black;
color: white;
width: 80%;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
</style>
</head>
<body>
<header>
<hgroup>
<h1>Web Designing Course Lesson 2</h1>
<h2>Learn HTML 5 and CSS 3 in Telugu</h2>
</hgroup>
</header>
<section>
<article>
<h1>This is my first article - Lesson 2</h1>
<p>Once upon a time there was an old woman who loved baking gingerbread. She would bake gingerbread cookies, cakes, houses and gingerbread people, all decorated with chocolate and peppermint, caramel candies and colored frosting.</p>
<p>She lived with her husband on a farm at the edge of town. The sweet spicy smell of gingerbread brought children skipping and running to see what would be offered that day.</p>
<p>Unfortunately the children gobbled up the treats so fast that the old woman had a hard time keeping her supply of flour and spices to continue making the batches of gingerbread. Sometimes she suspected little hands of having reached through her kitchen window because gingerbread pieces and cookies would disappear. One time a whole gingerbread house vanished mysteriously. She told her husband, Those naughty children are at it again. They dont understand all they have to do is knock on the door and Ill give them my gingerbread treats.</p>
</article>
</section>
<footer>Copyright © www.telugucomputerworld.blogspot.com</footer>
</body>
</html>
Click Here for Full Video Lessons
Available link for download
Monday, March 27, 2017
Saturday, March 25, 2017
Sunday, March 12, 2017
Xara Web Designer Premium 9 0 2 27772 Full Version
Xara Web Designer Premium 9 0 2 27772 Full Version

Xara Web Designer Premium 9.0.2.27772 Full Version
Xara Web Designer - easy to learn and use tool for prototyping and creating websites. Unlike most existing web designers, Xara Web Designer is a tool that works on the principle of WYSIWYG, and allows designers to create websites that conform to XHTML and displayed correctly in any standard browser on any platform. Developers do not have to spend time on the development of markup languages ??and scripting.
The new version offers a range of improvements and new features:
The updated element NavBars automatically expands as you type, and its modified version is displayed on all pages.
Advanced mode display images in a slide-show.
Ability to drag multiple images at once will be useful when filling in web galleries.
Upgraded tools for working with text easy to add to the page numbered lists and bulleted lists, and help to "wrap" text graphics and images.
Images and graphics can now be fixed in one place and will scroll with the text.
A simplified mechanism for uploading videos to MP4 format and built-in video player.
Support for pages with smoothed corners.
Improved mechanisms for inserting snippets of HTML.
Simplified procedure for adding links to external files such as PDF documents and Word.
Automatically backup and preservation of open documents when you exit the application.
Access to free web hosting directly from the application interface.
The new version offers a range of improvements and new features:
The updated element NavBars automatically expands as you type, and its modified version is displayed on all pages.
Advanced mode display images in a slide-show.
Ability to drag multiple images at once will be useful when filling in web galleries.
Upgraded tools for working with text easy to add to the page numbered lists and bulleted lists, and help to "wrap" text graphics and images.
Images and graphics can now be fixed in one place and will scroll with the text.
A simplified mechanism for uploading videos to MP4 format and built-in video player.
Support for pages with smoothed corners.
Improved mechanisms for inserting snippets of HTML.
Simplified procedure for adding links to external files such as PDF documents and Word.
Automatically backup and preservation of open documents when you exit the application.
Access to free web hosting directly from the application interface.
Download:
TusFiles
Download Xara Web Designer Premium 9.0.2 x86.rar (50.679 KB)
Download Xara Web Designer Premium 9.0.2 x64.rar (57.201 KB)
Available link for download
Monday, February 13, 2017
Saturday, January 28, 2017
Web Designing Course HTML 5 and CSS 3 Lesson 3 Telugu
Web Designing Course HTML 5 and CSS 3 Lesson 3 Telugu

HTML Code :
<!DOCTYPE html>
<html>
<head>
<title>Web Designing Course Lesson 3</title>
<link rel="stylesheet" type="text/css" href="styles.css" media="screen">
</head>
<body>
<header>
<hgroup>
<h1>Web Designing Course Lesson 3</h1>
<h2>Learn HTML 5 and CSS 3 in Telugu</h2>
</hgroup>
</header>
<section>
<article>
<h1>This is my first article - Lesson 3</h1>
<p>Once upon a time there was an old woman who loved baking gingerbread. She would bake gingerbread cookies, cakes, houses and gingerbread people, all decorated with chocolate and peppermint, caramel candies and colored frosting.</p>
<p>She lived with her husband on a farm at the edge of town. The sweet spicy smell of gingerbread brought children skipping and running to see what would be offered that day.</p>
<p>Unfortunately the children gobbled up the treats so fast that the old woman had a hard time keeping her supply of flour and spices to continue making the batches of gingerbread. Sometimes she suspected little hands of having reached through her kitchen window because gingerbread pieces and cookies would disappear. One time a whole gingerbread house vanished mysteriously. She told her husband, Those naughty children are at it again. They dont understand all they have to do is knock on the door and Ill give them my gingerbread treats.</p>
</article>
</section>
<footer>Copyright © www.telugucomputerworld.blogspot.com</footer>
</body>
</html>
CSS Code :
body {
font-family: arial, sans-serif;
background-color: #C3DDDD;
}
header {
width: 80%;
background-color: #094462;
color: white;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px;
}
section {
width: 80%;
background-color: white;
margin-left: auto;
margin-right: auto;
border-width: 5px;
border-style: solid;
border-color: #094462;
padding: 5px;
}
footer {
width: 80%;
background-color: #094462;
color: white;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
font-family: arial, sans-serif;
background-color: #C3DDDD;
}
header {
width: 80%;
background-color: #094462;
color: white;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px;
}
section {
width: 80%;
background-color: white;
margin-left: auto;
margin-right: auto;
border-width: 5px;
border-style: solid;
border-color: #094462;
padding: 5px;
}
footer {
width: 80%;
background-color: #094462;
color: white;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
Click Here for Full Video Lessons
Available link for download
Thursday, December 29, 2016
Web Designing Course Learn HTML 5 and CSS 3 in Telugu Lesson 1
Web Designing Course Learn HTML 5 and CSS 3 in Telugu Lesson 1
![]() |
| Web Designing Course | Learn HTML 5 and CSS 3 in Telugu - Lesson 1 |
Today, I am going to show you that how to start Web Designing in HTML 5. In this lesson we are explaining about the basic of HTML. It will help you and create an interest about the Topic Web designing and Developing.
Watch the video which is given below and follow it step by step carefully...
For previous Lesson : Click Here
<!DOCTYPE html>
<html>
<head>
<title>Web Designing Course Lesson 1</title>
</head>
<body>
<header>
<hgroup>
<h1>Web Designing Course Lesson 1</h1>
<h3>Learn HTML 5 and CSS 3 in Telugu</h3>
</hgroup>
</header>
<section>
<article>
<h2>This is my first article - Lesson 1</h2>
<p>Once upon a time there was an old woman who loved baking gingerbread. She would bake gingerbread cookies, cakes, houses and gingerbread people, all decorated with chocolate and peppermint, caramel candies and colored frosting.</p>
<p>She lived with her husband on a farm at the edge of town. The sweet spicy smell of gingerbread brought children skipping and running to see what would be offered that day.</p>
<p>Unfortunately the children gobbled up the treats so fast that the old woman had a hard time keeping her supply of flour and spices to continue making the batches of gingerbread. Sometimes she suspected little hands of having reached through her kitchen window because gingerbread pieces and cookies would disappear. One time a whole gingerbread house vanished mysteriously. She told her husband, Those naughty children are at it again. They dont understand all they have to do is knock on the door and Ill give them my gingerbread treats.</p>
</article>
</section>
<footer>www.telugucomputerworld.blogspot.com</footer>
</body>
</html>
<html>
<head>
<title>Web Designing Course Lesson 1</title>
</head>
<body>
<header>
<hgroup>
<h1>Web Designing Course Lesson 1</h1>
<h3>Learn HTML 5 and CSS 3 in Telugu</h3>
</hgroup>
</header>
<section>
<article>
<h2>This is my first article - Lesson 1</h2>
<p>Once upon a time there was an old woman who loved baking gingerbread. She would bake gingerbread cookies, cakes, houses and gingerbread people, all decorated with chocolate and peppermint, caramel candies and colored frosting.</p>
<p>She lived with her husband on a farm at the edge of town. The sweet spicy smell of gingerbread brought children skipping and running to see what would be offered that day.</p>
<p>Unfortunately the children gobbled up the treats so fast that the old woman had a hard time keeping her supply of flour and spices to continue making the batches of gingerbread. Sometimes she suspected little hands of having reached through her kitchen window because gingerbread pieces and cookies would disappear. One time a whole gingerbread house vanished mysteriously. She told her husband, Those naughty children are at it again. They dont understand all they have to do is knock on the door and Ill give them my gingerbread treats.</p>
</article>
</section>
<footer>www.telugucomputerworld.blogspot.com</footer>
</body>
</html>
Click Here for Full Video Lessons
Available link for download
Wednesday, December 28, 2016
Saturday, December 10, 2016
WYSIWYG Web Builder 11 2 0 » Best choice for developers!
WYSIWYG Web Builder 11 2 0 » Best choice for developers!
WYSIWYG Web Builder 11.2.0 » Best choice for developers!
WYSIWYG, Builder, finished, create, program, position, anywhere, publish, objects, learning, server, Publish, content, layout, control, gives, built, without, using, click, feature, Improved, Added, Builder, WYSIWYG, support, create, program, layout, possible, tools, built, master, objects, finished, makes, padding, Fixed, available, Login
Come here www.getmywarez.com for TOP 0-day Application
Available link for download
Monday, November 7, 2016
Web Designing in Telugu Complete Tutorial Learn in 7 Hours
Web Designing in Telugu Complete Tutorial Learn in 7 Hours

Web Designing in Telugu - Complete Tutorial in 7 Hours
If you feel this video is useful, Please share it with your friends on Facebook, twitter Google plus etc...
Please Subscribe...
Computer in Telugu, Computer Tips in Telugu, Telugu Computer Tutorials, Ms Office in Telugu, Photoshop in Telugu,
For more Computer videos in Telugu...
Please visit : www.telugucomputerworld.blogspot.com
tags:
web designing in telugu
web designing books in telugu,
web technology in telugu,
web designing tutorials in telugu pdf,
web designing video tutorials telugu,
web design in telugu,
web development in telugu,
Available link for download
Tuesday, November 1, 2016
Saturday, October 29, 2016
XAMPP Web Server and Open Source Cross Platform
XAMPP Web Server and Open Source Cross Platform
XAMPP is a free package of web servers and open source cross platform in which there is the Apache HTTP Server, MySQL database, you will not be confused with installation problems and interpreters for scripts written in the PHP and Perl programming language.
XAMPP also be run on the Linux Operating System, Mocrosoft Windows, Solaris and Mac OSX.
Xampp itself stands for:
X means cross platform
A mean Apache HTTP Sever
M stands for MySQL
P means PHP
P means Perl

Download
XAMPP the latest version can be downloaded free of XAMPP.
Available link for download
Sunday, October 2, 2016
Friday, September 30, 2016
WYSIWYG Web Builder v9 1 2 Incl Crack
WYSIWYG Web Builder v9 1 2 Incl Crack


Now available: WYSIWYG Web Builder 9.1!
-Visually design your website (What-You-See-Is-What-You-Get).
-No HTML knowledge required! Just drag & drop objects to the page!
-Outputs standard HTML4, HTML5, XHTML, CSS3, PHP.
-Template support (100+).
-HTML5 Audio/Video, YouTube, Flash Video and more!
-Slidehows, photo galleries, rollover images, rollover text.
-Navigation bars, Menu bar and many other navigation options.
Features for advanced users:
-Login Tools/Page Password Protection.
-Built-in Content Management System with many plug-ins (guestbook, faq, downloads, photo album etc).
-Add custom HTML code with the HTML tools.
-JavaScript Events: Show/hide objects (with animation), timers, move objects, change styles etc.
-Layers: Sticky layer, Docking layer, Floating layer, Modal layer, Anchored layer, Strechable layer and more!
-jQuery Theme Manager, create your own themes for the built-in jQuery UI widgets.
-Style Manager (global styling, H1, H2, H3 etc).
-Master Frames and Master Objects: reuse common element in your website.
Download Link :- http://adf.ly/XywDZ
Available link for download
Subscribe to:
Posts (Atom)




