Stay up to date with the latest news and interesting stories from the media giant Digg.com. Expand your mobile experience together with DiggDroid application.
free website hosting
Looking for free website hosting and domain names, free clan website hosting, best free website hosting, free website hosting no ads and free website hosting google.
Monday, 16 May 2011
Friday, 22 April 2011
The required CSS code
Click for CSS Code
Open or Close Box
body{
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFFFFF;
}
h1{font-size:1.5em;}
h2{font-size:1.2em; color:#333333;}
h3{font-size:1em; color:#666666;}
h4{font-size:.9em; color:#999999;}
h5{font-size:.8em; color:#CCCCCC;}
h6{font-size:.7em; color:#666600;}
p{
font-size:.8em;
font-weight:bold;
}
blockquote{
font-size:.8em;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#999999;
border-right-color:#999999;
border-bottom-color:#999999;
border-left-color:#999999;
background-color:#DEDEDE;
}
ul{
font-size:.8em;
font-variant:small-caps;
}
To start we set the default settings, telling the "body" to set the font size to 100%. Setting font size to "100%" means that we set the font to 100% of the UA settings. If the UA has a setting of 13pixel as default then our body will set the text to 100% of 13pixel.
A Font Size Demonstration has been created to view the different types of font size structures "px, %, em, pt".
We now decide what font we want to use - in this case I have used one of the most supported web fonts "Verdana". In our CSS there are multiple fonts shown in one line - this is for a reason. If the person viewing your webpage doesnt have "Verdana" installed then "Arial" will be selected, this carrys on until a font is found to be installed. If all else fails then a standard "sans-serif" font will be selected.
Now we set the general font and background colours - please note that colour is written using the American style: "color".
It is always good practice to define a default background color, there are a couple of reasons: 1) If background images are being used and are not shown then the default UA background colour will be shown. 2) The background colour of the UA may be set to a colour that you dont want to show.
Now we set the individual elements that require formatting:
* Headline 1 to 6
* Paragraphs
* Blockquotes
* Unordered lists
Initially all of the elements use the standard size and colour set in the "body". Because we dont want everything to look exactly the same we create a tag in the CSS for the individual elements.
The headlines have been given their own bespoke colours and sizes, the "p, blockquote, ul" have all the same font size. The "p" tag has been told to render in "bold", the "ul"(list) renders using "small-caps" and for this tutorial I have given the "blockquote" a border, a background colour and padding to enhance the block.
Open or Close Box
body{
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFFFFF;
}
h1{font-size:1.5em;}
h2{font-size:1.2em; color:#333333;}
h3{font-size:1em; color:#666666;}
h4{font-size:.9em; color:#999999;}
h5{font-size:.8em; color:#CCCCCC;}
h6{font-size:.7em; color:#666600;}
p{
font-size:.8em;
font-weight:bold;
}
blockquote{
font-size:.8em;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#999999;
border-right-color:#999999;
border-bottom-color:#999999;
border-left-color:#999999;
background-color:#DEDEDE;
}
ul{
font-size:.8em;
font-variant:small-caps;
}
To start we set the default settings, telling the "body" to set the font size to 100%. Setting font size to "100%" means that we set the font to 100% of the UA settings. If the UA has a setting of 13pixel as default then our body will set the text to 100% of 13pixel.
A Font Size Demonstration has been created to view the different types of font size structures "px, %, em, pt".
We now decide what font we want to use - in this case I have used one of the most supported web fonts "Verdana". In our CSS there are multiple fonts shown in one line - this is for a reason. If the person viewing your webpage doesnt have "Verdana" installed then "Arial" will be selected, this carrys on until a font is found to be installed. If all else fails then a standard "sans-serif" font will be selected.
Now we set the general font and background colours - please note that colour is written using the American style: "color".
It is always good practice to define a default background color, there are a couple of reasons: 1) If background images are being used and are not shown then the default UA background colour will be shown. 2) The background colour of the UA may be set to a colour that you dont want to show.
Now we set the individual elements that require formatting:
* Headline 1 to 6
* Paragraphs
* Blockquotes
* Unordered lists
Initially all of the elements use the standard size and colour set in the "body". Because we dont want everything to look exactly the same we create a tag in the CSS for the individual elements.
The headlines have been given their own bespoke colours and sizes, the "p, blockquote, ul" have all the same font size. The "p" tag has been told to render in "bold", the "ul"(list) renders using "small-caps" and for this tutorial I have given the "blockquote" a border, a background colour and padding to enhance the block.
| Website Design | Website Design Company | Web Development Get a beautiful website design. Studio Web is a results oriented web design & online marketing firm serving companies worldwide. |
Sponsored Link |
Wednesday, 16 March 2011
Monday, 14 March 2011
Contact world leading website design company for following Graphic Design Services
Contact world leading website design company for following Graphic Design Services:
Logo Design , Banner Design, Graphic Design, Flyer Design, Newsletter Design, CD Cover Design, Magazine Design
Illustration Design, Cartoon Design, Corporate Identity Design, HTML Newsletter Design, Business Card Design,
Advertisement Design, Flex Design, Hoarding Design.
http://www.websitedesign1.com/
Logo Design , Banner Design, Graphic Design, Flyer Design, Newsletter Design, CD Cover Design, Magazine Design
Illustration Design, Cartoon Design, Corporate Identity Design, HTML Newsletter Design, Business Card Design,
Advertisement Design, Flex Design, Hoarding Design.
http://www.websitedesign1.com/
Tuesday, 22 February 2011
All about Android
Android is an open source operating system for mobile devices such as smartphones and tablet computers.
It is an initiative of the Open Handset Alliance - a group of about 80 firms (including Google - which bought the Android mobile software company in 2005 - as well as HTC, Dell, Motorola and Samsung) dedicated to an open software platform that can be altered and used by any of its members in their mobile gadgets. The idea is that a larger user base increases diversity and theoretically the quality of the Android operating system.
Android and the alliance present a challenge to those companies making mobiles that run on their own, proprietary software such as Apple with its iPhone/iPad, Microsoft and until recently Nokia.
The Android software has all the basics of an operating system, and developers can use a supplied "software development kit" to build applications that draw on any of the phone or tablet's core functions, such as the ability to take photos, make calls and send texts.
A good example is an application that lets you make video calls, drawing on both the camera and calling functions.
Apple also lets developers make apps (software) for its iPhones, iPad and iPod Touch devices, but requires all apps be approved by it before they can be distributed through its iTunes store. Android developers can distribute their apps through Google's Android market or independently.
Android's advance
Major Milestones
November 2007: Open Handset Alliance announces Android.
September 2008: Android software development kit released, world's first Android- powered phone, the G1, is announced.
October 2008: Android Market goes live, Android source code released.
November 2009: The Motorola Droid, an Android phone, makes a strong debut - selling 100,000 units in the first weekend.
January 2010: Google unveils the Nexus One - an Android phone built entirely by the search giant that did not live up to the hype.
May 2010: Google TV, which integrates Android and Google's web browser software Chrome, is unveiled.
September 2010: The Samsung Galaxy tablet computer arrives. The Android tab is the first credible challenger to Apple's iPad.
October 2010: Android Market ticks over 100,000 apps.
December 2010: Quarterly shipments of Android smartphones outnumber those of other smartphone platforms, including Nokia and Apple, for the first time. Research firm Canalys said Android shipments reached 32.9 million over October to December.
source. http://www.stuff.co.nz/technology/gadgets/4686944/All-about-Android
It is an initiative of the Open Handset Alliance - a group of about 80 firms (including Google - which bought the Android mobile software company in 2005 - as well as HTC, Dell, Motorola and Samsung) dedicated to an open software platform that can be altered and used by any of its members in their mobile gadgets. The idea is that a larger user base increases diversity and theoretically the quality of the Android operating system.
Android and the alliance present a challenge to those companies making mobiles that run on their own, proprietary software such as Apple with its iPhone/iPad, Microsoft and until recently Nokia.
The Android software has all the basics of an operating system, and developers can use a supplied "software development kit" to build applications that draw on any of the phone or tablet's core functions, such as the ability to take photos, make calls and send texts.
A good example is an application that lets you make video calls, drawing on both the camera and calling functions.
Apple also lets developers make apps (software) for its iPhones, iPad and iPod Touch devices, but requires all apps be approved by it before they can be distributed through its iTunes store. Android developers can distribute their apps through Google's Android market or independently.
Android's advance
Major Milestones
November 2007: Open Handset Alliance announces Android.
September 2008: Android software development kit released, world's first Android- powered phone, the G1, is announced.
October 2008: Android Market goes live, Android source code released.
November 2009: The Motorola Droid, an Android phone, makes a strong debut - selling 100,000 units in the first weekend.
January 2010: Google unveils the Nexus One - an Android phone built entirely by the search giant that did not live up to the hype.
May 2010: Google TV, which integrates Android and Google's web browser software Chrome, is unveiled.
September 2010: The Samsung Galaxy tablet computer arrives. The Android tab is the first credible challenger to Apple's iPad.
October 2010: Android Market ticks over 100,000 apps.
December 2010: Quarterly shipments of Android smartphones outnumber those of other smartphone platforms, including Nokia and Apple, for the first time. Research firm Canalys said Android shipments reached 32.9 million over October to December.
source. http://www.stuff.co.nz/technology/gadgets/4686944/All-about-Android
Lenovo's founder vows tablet challenge to Apple
Apple Inc.'s iPad has taken an early lead in the fast-growing tablet segment, but how will it fare in perhaps the most important tech market in the world, China?
The founder and chairman of Lenovo, which dominates the personal computer market in China and the entire Asia Pacific region, suggests it won't be a cake walk, as he also noted major changes in the overall PC market.
"The tablet will assume a fairly dominant position among computer users in the future," Liu Chuanzhi said in an interview through an interpreter.
Click here to find out more!Tablet shipments are expected to total nearly 45 million in 2011, and reach nearly 71 million next year, according to IDC.
On Apple, Liu added,"They have fans all over the world.[But] the Lenovo brand is a powerful brand in China. I'm confident that we will give Apple more than a run for its money in China."
That's because Lenovo is the No. 1 PC vendor in China with about 29% share of total shipments, up from 26.5% in the year-earlier period, according to the latest IDC data. Dell was second with 10%, and H-P was third with 9%.
Lenovo is also the No. 1 PC company in the Asia Pacific region with a 22% share of total shipments as of the fourth quarter of 2010, up from 20.6% year-over-year, according to preliminary IDC data. H-P was second with 11%, and Dell and Acer were tied for third with 9%.
Liu had brokered Lenovo's purchase IBM Corp.'s PC business six years ago, a historic sale that marked a major shift in a market dominated by Hewlett-Packard Co. and Dell Inc. It was IBM's decision to enter the PC business in 1981 that turned the device from a novelty product to a mainstream appliance.
IDC analyst Bob O'Donnell said Chuanzhi's statement on challenging Apple's iPad was not an empty boast, noting that Lenovo is "incredibly strong" in China where it enjoys "something akin to an Apple-like status."
The Apple brand "carries enormous cache" in parts of eastern China where it's a popular luxury brand. But he said Lenovo has a strong presence in most of China, highlighted by the company's Lenovo-branded
source. http://www.totaltele.com/view.aspx?ID=462709
The founder and chairman of Lenovo, which dominates the personal computer market in China and the entire Asia Pacific region, suggests it won't be a cake walk, as he also noted major changes in the overall PC market.
"The tablet will assume a fairly dominant position among computer users in the future," Liu Chuanzhi said in an interview through an interpreter.
Click here to find out more!Tablet shipments are expected to total nearly 45 million in 2011, and reach nearly 71 million next year, according to IDC.
On Apple, Liu added,"They have fans all over the world.[But] the Lenovo brand is a powerful brand in China. I'm confident that we will give Apple more than a run for its money in China."
That's because Lenovo is the No. 1 PC vendor in China with about 29% share of total shipments, up from 26.5% in the year-earlier period, according to the latest IDC data. Dell was second with 10%, and H-P was third with 9%.
Lenovo is also the No. 1 PC company in the Asia Pacific region with a 22% share of total shipments as of the fourth quarter of 2010, up from 20.6% year-over-year, according to preliminary IDC data. H-P was second with 11%, and Dell and Acer were tied for third with 9%.
Liu had brokered Lenovo's purchase IBM Corp.'s PC business six years ago, a historic sale that marked a major shift in a market dominated by Hewlett-Packard Co. and Dell Inc. It was IBM's decision to enter the PC business in 1981 that turned the device from a novelty product to a mainstream appliance.
IDC analyst Bob O'Donnell said Chuanzhi's statement on challenging Apple's iPad was not an empty boast, noting that Lenovo is "incredibly strong" in China where it enjoys "something akin to an Apple-like status."
The Apple brand "carries enormous cache" in parts of eastern China where it's a popular luxury brand. But he said Lenovo has a strong presence in most of China, highlighted by the company's Lenovo-branded
source. http://www.totaltele.com/view.aspx?ID=462709
Wednesday, 16 February 2011
The first type is a web page with dynamic code.
The first type is a web page with dynamic code. The code is constructed dynamically on the fly using active programming language instead of plain, static HTML.
A website with dynamic code refers to its construction or how it is built, and more specifically refers to the code used to create a single web page. A dynamic web page is generated on the fly by piecing together certain blocks of code, procedures or routines. A dynamically-generated web page would call various bits of information from a database and put them together in a pre-defined format to present the reader with a coherent page. It interacts with users in a variety of ways including by reading cookies recognizing users' previous history, session variables, server side variables etc., or by using direct interaction (form elements, mouse overs, etc.). A site can display the current state of a dialogue between users, monitor a changing situation, or provide information in some way personalized to the requirements of the individual user.
Web Hosting
A website with dynamic code refers to its construction or how it is built, and more specifically refers to the code used to create a single web page. A dynamic web page is generated on the fly by piecing together certain blocks of code, procedures or routines. A dynamically-generated web page would call various bits of information from a database and put them together in a pre-defined format to present the reader with a coherent page. It interacts with users in a variety of ways including by reading cookies recognizing users' previous history, session variables, server side variables etc., or by using direct interaction (form elements, mouse overs, etc.). A site can display the current state of a dialogue between users, monitor a changing situation, or provide information in some way personalized to the requirements of the individual user.
Web Hosting
Subscribe to:
Posts (Atom)

Logo design