<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1187910486309612838</id><updated>2012-02-16T02:10:31.661-08:00</updated><category term='Tips and Trik'/><category term='Free Ebook'/><category term='About Me'/><category term='History'/><category term='Internet'/><category term='Tutorial'/><category term='Technology'/><category term='About Blog'/><category term='Harware'/><category term='Computer'/><title type='text'>ICT Home's</title><subtitle type='html'>Information Communication Technology</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>23</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-1574936686184396922</id><published>2009-12-01T15:50:00.000-08:00</published><updated>2009-12-01T15:52:53.443-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tutorial'/><title type='text'>Capitalization: the 'text-transform' property</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: courier new;"&gt;&lt;/span&gt;&lt;span style="font-family: courier new;"&gt;'text-transform' &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Value:   capitalize | uppercase | lowercase | none | inherit  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Initial:   none  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Applies to:   all elements  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Inherited:   yes  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Percentages:   N/A  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Media:   visual  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;This property controls capitalization effects of an element's text. Values have the following meanings:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;capitalize &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Puts the first character of each word in uppercase. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;uppercase &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Puts all characters of each word in uppercase. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;lowercase &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Puts all characters of each word in lowercase. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;none &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;No capitalization effects. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;The actual transformation in each case is written language dependent. See RFC 2070 ([RFC2070]) for ways to find the language of an element. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Conforming user agents may consider the value of 'text-transform' to be 'none' for characters that are not from the Latin-1 repertoire and for elements in languages for which the transformation is different from that specified by the case-conversion tables of ISO 10646 ([ISO10646]). &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Example(s):&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;In this example, all text in an H1 element is transformed to uppercase text. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;H1 { text-transform: uppercase }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-1574936686184396922?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/1574936686184396922/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/12/capitalization-text-transform-property.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/1574936686184396922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/1574936686184396922'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/12/capitalization-text-transform-property.html' title='Capitalization: the &apos;text-transform&apos; property'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-6753867267870371760</id><published>2009-09-12T23:30:00.000-07:00</published><updated>2009-12-01T15:46:45.603-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Free Ebook'/><title type='text'>More About CSS</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_nxV9HSO33L0/SqyR4zozWOI/AAAAAAAAADs/ijmeboG0pew/s1600-h/images_013.jpeg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 126px; height: 129px;" src="http://1.bp.blogspot.com/_nxV9HSO33L0/SqyR4zozWOI/AAAAAAAAADs/ijmeboG0pew/s200/images_013.jpeg" alt="" id="BLOGGER_PHOTO_ID_5380836059920947426" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;title&gt;Cascading Style Sheets, Level 2&lt;/title&gt;&lt;!-- $Id: cover.src,v 2.20 1998/05/12 15:56:21 bbos Exp $ --&gt;&lt;link href="style/default.css" type="text/css" rel="stylesheet"&gt;&lt;link href="about.html" rel="next"&gt;&lt;link href="cover.html#minitoc" rel="contents"&gt;&lt;link title="properties" href="propidx.html" rel="CSS-properties"&gt;&lt;link title="index" href="indexlist.html" rel="index"&gt;&lt;style type="text/css"&gt;&lt;!-- @import "style/default.css"; BODY {background: #def url("images/recbg.jpg")} --&gt;&lt;/style&gt;&lt;/div&gt;&lt;h2 style="text-align: justify; font-family: courier new;"&gt;Abstract&lt;/h2&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p face="courier new" style="text-align: justify;"&gt;This specification defines Cascading Style Sheets, level 2 (CSS2). CSS2 is a  style sheet language that allows authors and users to attach style (e.g., fonts,  spacing, and aural cues) to structured documents (e.g., HTML documents and XML  applications). By separating the presentation style of documents from the  content of documents, CSS2 simplifies Web authoring and site maintenance.  &lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;CSS2 builds on CSS1 (see &lt;a class="noxref" href="http://www.blogger.com/refs.html#ref-CSS1" rel="biblioentry"&gt;&lt;span class="normref"&gt;[CSS1]&lt;/span&gt;&lt;/a&gt;) and, with very few  exceptions, all valid CSS1 style sheets are valid CSS2 style sheets. CSS2  supports media-specific style sheets so that authors may tailor the presentation  of their documents to visual browsers, aural devices, printers, braille devices,  handheld devices, etc. This specification also supports content positioning,  downloadable fonts, table layout, features for internationalization, automatic  counters and numbering, and some properties related to user interface.  &lt;/p&gt;&lt;h2 style="text-align: justify; font-family: courier new;"&gt;Status of this document&lt;/h2&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;This document has been reviewed by W3C Members and other interested parties  and has been endorsed by the Director as a W3C Recommendation. It is a stable  document and may be used as reference material or cited as a normative reference  from another document. W3C's role in making the Recommendation is to draw  attention to the specification and to promote its widespread deployment. This  enhances the functionality and interoperability of the Web. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-6753867267870371760?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/6753867267870371760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/09/more-about-css_12.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/6753867267870371760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/6753867267870371760'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/09/more-about-css_12.html' title='More About CSS'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_nxV9HSO33L0/SqyR4zozWOI/AAAAAAAAADs/ijmeboG0pew/s72-c/images_013.jpeg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-5438780279432605127</id><published>2009-09-12T23:29:00.000-07:00</published><updated>2009-10-03T05:53:57.566-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tutorial'/><title type='text'>Specified, computed, and actual values</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;title&gt;Assigning property values, Cascading, and Inheritance&lt;/title&gt;&lt;link style="font-family: courier new;" href="style/default.css" type="text/css" rel="stylesheet"&gt;&lt;link style="font-family: courier new;" href="selector.html" rel="prev"&gt;&lt;link style="font-family: courier new;" href="media.html" rel="next"&gt;&lt;link style="font-family: courier new;" href="cover.html#minitoc" rel="contents"&gt;&lt;link style="font-family: courier new;" title="properties" href="propidx.html" rel="CSS-properties"&gt;&lt;link style="font-family: courier new;" title="index" href="indexlist.html" rel="index"&gt;&lt;a style="font-family: courier new;" name="q1"&gt;&lt;/a&gt;&lt;span style="font-family: courier new;"&gt;Once a user agent has parsed a document and constructed a &lt;/span&gt;&lt;a style="font-family: courier new;" href="conform.html#doctree"&gt;document tree&lt;/a&gt;&lt;span style="font-family: courier new;"&gt;, it must assign, for every element  in the tree, a value to every property that applies to the target &lt;/span&gt;&lt;a style="font-family: courier new;" href="media.html"&gt;media type&lt;/a&gt;&lt;span style="font-family: courier new;"&gt;.  &lt;/span&gt; &lt;/div&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;The final value of a property is the result of a three-step calculation: the  value is determined through specification (the "specified value"), then resolved  into an absolute value if necessary (the "computed value"), and finally  transformed according to the limitations of the local environment (the "actual  value").  &lt;/p&gt;&lt;h3 style="font-family: courier new; text-align: justify;"&gt;6.1.1 &lt;span class="index-def" title="specified value"&gt;&lt;a name="specified-value"&gt;Specified values&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;User agents must first assign a specified value to a property based on the  following mechanisms (in order of precedence):&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;ol style="font-family: courier new; text-align: justify;"&gt;&lt;li&gt;If the &lt;a href="#cascade"&gt;cascade&lt;/a&gt; results in a value, use it.  &lt;/li&gt;&lt;li&gt;Otherwise, if the property is &lt;a href="#inheritance"&gt;inherited&lt;/a&gt;, use the  value of the parent element, generally the computed value.  &lt;/li&gt;&lt;li&gt;Otherwise use the property's &lt;a name="x1"&gt;&lt;span class="index-def" title="initial value"&gt;initial value&lt;/span&gt;&lt;/a&gt;. The &lt;a name="initial-value"&gt;initial value&lt;/a&gt; of each property is indicated in the  property's definition. &lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;Since it has no parent, the root of the &lt;a href="conform.html#doctree"&gt;document tree&lt;/a&gt; cannot use values from the parent  element; in this case, the initial value is used if necessary.  &lt;/p&gt;&lt;h3 style="font-family: courier new; text-align: justify;"&gt;6.1.2 &lt;span class="index-def" title="computed value"&gt;&lt;a name="computed-value"&gt;Computed values&lt;/a&gt; &lt;/span&gt;&lt;/h3&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;Specified values may be absolute (i.e., they are not specified relative to  another value, as in 'red' or '2mm') or relative (i.e., they are specified  relative to another value, as in 'auto', '2em', and '12%'). For absolute values,  no computation is needed to find the computed value.  &lt;/p&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;Relative values, on the other hand, must be transformed into computed values:  percentages must be multiplied by a reference value (each property defines which  value that is), values with relative units (em, ex, px) must be made absolute by  multiplying with the appropriate font or pixel size, 'auto' values must be  computed by the formulas given with each property, certain keywords ('smaller',  'bolder', 'inherit') must be replaced according to their definitions.  &lt;/p&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;In most cases, elements inherit computed values. However, there are some  properties whose specified value may be inherited (e.g., the number value for  the &lt;a class="noxref" href="visudet.html#propdef-line-height"&gt;&lt;span class="propinst-line-height"&gt;'line-height'&lt;/span&gt;&lt;/a&gt; property). In the cases  where child elements do not inherit the computed value, this is described in the  property definition.  &lt;/p&gt;&lt;h3 style="font-family: courier new; text-align: justify;"&gt;6.1.3 &lt;span class="index-def" title="actual value"&gt;&lt;a name="actual-value"&gt;Actual  values&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;A computed value is in principle ready to be used, but a user agent may not  be able to make use of the value in a given environment. For example, a user  agent may only be able to render borders with integer pixel widths and may  therefore have to approximate the computed width. The actual value is the  computed value after any approximations have been applied.  &lt;/p&gt;&lt;h2 style="font-family: courier new; text-align: justify;"&gt;6.2 &lt;a name="inheritance"&gt;Inheritance&lt;/a&gt;&lt;/h2&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;Some values are inherited by the children of an element in the &lt;a href="conform.html#doctree"&gt;document tree&lt;/a&gt;. Each property &lt;a href="about.html#property-defs"&gt;defines&lt;/a&gt; whether it is inherited or not.  &lt;/p&gt;&lt;div style="font-family: courier new; text-align: justify;" class="html-example"&gt; &lt;p&gt;Suppose there is an H1 element with an emphasizing element (EM) inside:&lt;/p&gt;&lt;pre&gt;&lt;H1&gt;The headline &lt;EM&gt;is&lt;/EM&gt; important!&lt;/H1&gt; &lt;/pre&gt; &lt;p&gt;If no color has been assigned to the EM element, the emphasized "is" will  inherit the color of the parent element, so if H1 has the color blue, the EM  element will likewise be in blue. &lt;/p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;To set a "default" style property for a document, authors may set the  property on the root of the document tree. In HTML, for example, the HTML or  BODY elements can serve this function. Note that this will work even if the  author omits the BODY tag in the HTML source since the HTML parser will infer  the missing tag.  &lt;/p&gt;&lt;div style="font-family: courier new; text-align: justify;" class="example"&gt; &lt;p style="display: none;"&gt;Example(s):&lt;/p&gt; &lt;p&gt;For example, since the &lt;a class="noxref" href="colors.html#propdef-color"&gt;&lt;span class="propinst-color"&gt;'color'&lt;/span&gt;&lt;/a&gt; property is inherited, all descendants  of the BODY element will inherit the color 'black': &lt;/p&gt;&lt;pre&gt;BODY { color: black; } &lt;/pre&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;Specified percentage values are not inherited; computed values are.  &lt;/p&gt;&lt;div style="font-family: courier new; text-align: justify;" class="example"&gt; &lt;p style="display: none;"&gt;Example(s):&lt;/p&gt; &lt;p&gt;For example, given the following style sheet:&lt;/p&gt;&lt;pre&gt;BODY { font-size: 10pt } H1 { font-size: 120% } &lt;/pre&gt; &lt;p&gt;and this document fragment: &lt;/p&gt;&lt;pre class="html-example"&gt;&lt;BODY&gt;   &lt;H1&gt;A &lt;EM&gt;large&lt;/EM&gt; heading&lt;/H1&gt; &lt;/BODY&gt; &lt;/pre&gt; &lt;p&gt;the &lt;span class="prop-inst-font-size"&gt;'font-size'&lt;/span&gt; property for the H1  element will have the computed value '12pt' (120% times 10pt, the parent's  value). Since the computed value of &lt;a class="noxref" href="fonts.html#propdef-font-size"&gt;&lt;span class="propinst-font-size"&gt;'font-size'&lt;/span&gt;&lt;/a&gt; is inherited, the EM element  will have the computed value '12pt' as well. If the user agent does not have the  12pt font available, the actual value of &lt;a class="noxref" href="fonts.html#propdef-font-size"&gt;&lt;span class="propinst-font-size"&gt;'font-size'&lt;/span&gt;&lt;/a&gt; for both H1 and EM might be, for  example, '11pt'. &lt;/p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;h3 style="font-family: courier new; text-align: justify;"&gt;6.2.1 The &lt;span class="index-def" title="inherit, definition of"&gt;&lt;a name="value-def-inherit"&gt;'inherit'&lt;/a&gt;&lt;/span&gt; value&lt;/h3&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;Each property may also have a specified value of 'inherit', which means that,  for a given element, the property takes the same &lt;a href="#computed-value"&gt;computed value&lt;/a&gt; as the property for the element's  parent. The inherited value, which is normally only used as a fallback value,  can be strengthened by setting 'inherit' explicitly.  &lt;/p&gt;&lt;div style="font-family: courier new; text-align: justify;" class="example"&gt; &lt;p style="display: none;"&gt;Example(s):&lt;/p&gt; &lt;p&gt;In the example below, the &lt;a class="noxref" href="colors.html#propdef-color"&gt;&lt;span class="propinst-color"&gt;'color'&lt;/span&gt;&lt;/a&gt;  and &lt;a class="noxref" href="colors.html#propdef-background"&gt;&lt;span class="propinst-background"&gt;'background'&lt;/span&gt;&lt;/a&gt; properties are set on the BODY  element. On all other elements, the 'color' value will be inherited and the  background will be transparent. If these rules are part of the user's style  sheet, black text on a white background will be enforced throughout the  document. &lt;/p&gt;&lt;pre&gt;BODY {    color: black !important;    background: white !important; }  * {    color: inherit !important;    background: transparent; &lt;/pre&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-5438780279432605127?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/5438780279432605127/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/09/specified-computed-and-actual-values.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/5438780279432605127'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/5438780279432605127'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/09/specified-computed-and-actual-values.html' title='Specified, computed, and actual values'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-1331851750964838395</id><published>2009-09-08T02:19:00.000-07:00</published><updated>2009-09-12T23:28:40.340-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tutorial'/><title type='text'>A brief CSS2 tutorial for XML</title><content type='html'>&lt;p style="text-align: justify; font-family: courier new;"&gt;CSS can be used with any structured document format, for example with  applications of the eXtensible Markup Language &lt;a class="noxref" href="refs.html#ref-XML10" rel="biblioentry"&gt;&lt;span class="informref"&gt;[XML10]&lt;/span&gt;&lt;/a&gt;. In fact, XML depends more on style sheets  than HTML, since authors can make up their own elements that user agents don't  know how to display.  &lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;Here is a simple XML fragment: &lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;pre class="xml-example"&gt;&lt;ARTICLE&gt;&lt;br /&gt; &lt;HEADLINE&gt;Fredrick the Great meets Bach&lt;/HEADLINE&gt;&lt;br /&gt; &lt;AUTHOR&gt;Johann Nikolaus Forkel&lt;/AUTHOR&gt;&lt;br /&gt; &lt;PARA&gt;&lt;br /&gt;   One evening, just as he was getting his&lt;br /&gt;   &lt;INSTRUMENT&gt;flute&lt;/INSTRUMENT&gt; ready and his&lt;br /&gt;   musicians were assembled, an officer brought him a list of&lt;br /&gt;   the strangers who had arrived.&lt;br /&gt; &lt;/PARA&gt;&lt;br /&gt;&lt;/ARTICLE&gt;&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;To display this fragment in a document-like fashion, we must first declare  which elements are inline-level (i.e., do not cause line breaks) and which are  block-level (i.e., cause line breaks). &lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;pre class="example"&gt;INSTRUMENT { display: inline }&lt;br /&gt;ARTICLE, HEADLINE, AUTHOR, PARA { display: block }&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;The first rule declares INSTRUMENT to be inline and the second rule, with its  comma-separated list of selectors, declares all the other elements to be  block-level.  &lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;One proposal for linking a style sheet to an XML document is to use a  processing instruction: &lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;pre class="xml-example"&gt;&lt;?XML:stylesheet type="text/css" href="bach.css"?&gt;&lt;br /&gt;&lt;ARTICLE&gt;&lt;br /&gt; &lt;HEADLINE&gt;Fredrick the Great meets Bach&lt;/HEADLINE&gt;&lt;br /&gt; &lt;AUTHOR&gt;Johann Nikolaus Forkel&lt;/AUTHOR&gt;&lt;br /&gt; &lt;PARA&gt;&lt;br /&gt;   One evening, just as he was getting his&lt;br /&gt;   &lt;INSTRUMENT&gt;flute&lt;/INSTRUMENT&gt; ready and his&lt;br /&gt;   musicians were assembled, an officer brought him a list of&lt;br /&gt;   the strangers who had arrived.&lt;br /&gt; &lt;/PARA&gt;&lt;br /&gt;&lt;/ARTICLE&gt;&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;A visual user agent could format the above example as:  &lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;" class="figure"&gt; &lt;p&gt;&lt;img alt="Example rendering" src="images/bach1.gif"&gt;&lt;span class="dlink"&gt;   &lt;a title="Long description for the first Bach/XML formatting example" href="images/longdesc/bach1-desc.html" name="img-bach1"&gt;[D]&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;&lt;/div&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;Notice that the word "flute" remains within the paragraph since it is the  content of the inline element INSTRUMENT.  &lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;Still, the text isn't formatted the way you would expect. For example, the  headline font size should be larger than then rest of the text, and you may want  to display the author's name in italic:&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;pre class="example"&gt;INSTRUMENT { display: inline }&lt;br /&gt;ARTICLE, HEADLINE, AUTHOR, PARA { display: block }&lt;br /&gt;HEADLINE { font-size: 1.3em }&lt;br /&gt;AUTHOR { font-style: italic }&lt;br /&gt;ARTICLE, HEADLINE, AUTHOR, PARA { margin: 0.5em }&lt;br /&gt;&lt;/pre&gt;Adding more rules to the style sheet will allow you to further improve the  presentation of the document. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-1331851750964838395?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/1331851750964838395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/09/brief-css2-tutorial-for-xml.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/1331851750964838395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/1331851750964838395'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/09/brief-css2-tutorial-for-xml.html' title='A brief CSS2 tutorial for XML'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-4022326741660459049</id><published>2009-09-08T02:16:00.001-07:00</published><updated>2009-09-08T02:22:30.583-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tutorial'/><title type='text'>Introduction to CSS2; A brief CSS2 tutorial for HTML</title><content type='html'>&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;strong&gt;&lt;/strong&gt;In this tutorial, we show how easy it can be to design simple style sheets.  For this tutorial, you will need to know a little HTML (see &lt;a class="noxref" href="refs.html#ref-HTML40" rel="biblioentry"&gt;&lt;span class="informref"&gt;[HTML40]&lt;/span&gt;&lt;/a&gt;) and some basic desktop publishing  terminology.  &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;We begin with a small HTML document:&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;pre class="html-example"&gt;&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;&lt;br /&gt;&lt;html&gt;&lt;br /&gt; &lt;head&gt;&lt;br /&gt; &lt;title&gt;Bach's home page&lt;/title&gt;&lt;br /&gt; &lt;/head&gt;&lt;br /&gt; &lt;body&gt;&lt;br /&gt;   &lt;h1&gt;Bach's home page&lt;/h1&gt;&lt;br /&gt;   &lt;p&gt;Johann Sebastian Bach was a prolific composer.&lt;br /&gt; &lt;/body&gt;&lt;br /&gt;&lt;/html&gt;&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;To set the text color of the H1 elements to blue, you can write the following  CSS rule:&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;pre class="example"&gt;  H1 { color: blue }&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;A CSS rule consists of two main parts: &lt;a href="selector.html"&gt;selector&lt;/a&gt;  ('H1') and declaration ('color: blue'). The declaration has two parts: property  ('color') and value ('blue'). While the example above tries to influence only  one of the properties needed for rendering an HTML document, it qualifies as a  style sheet on its own. Combined with other style sheets (one fundamental  feature of CSS is that style sheets are combined) it will determine the final  presentation of the document.  &lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;The HTML 4.0 specification defines how style sheet rules may be specified for  HTML documents: either within the HTML document, or via an external style sheet.  To put the style sheet into the document, use the STYLE element:&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;pre class="html-example"&gt;&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;&lt;br /&gt;&lt;html&gt;&lt;br /&gt; &lt;head&gt;&lt;br /&gt; &lt;title&gt;Bach's home page&lt;/title&gt;&lt;br /&gt; &lt;style type="text/css"&gt;&lt;br /&gt;   H1 { color: blue }&lt;br /&gt; &lt;/style&gt;&lt;br /&gt; &lt;/head&gt;&lt;br /&gt; &lt;body&gt;&lt;br /&gt;   &lt;h1&gt;Bach's home page&lt;/h1&gt;&lt;br /&gt;   &lt;p&gt;Johann Sebastian Bach was a prolific composer.&lt;br /&gt; &lt;/body&gt;&lt;br /&gt;&lt;/html&gt;&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;For maximum flexibility, we recommend that authors specify external style  sheets; they may be changed without modifying the source HTML document, and they  may be shared among several documents. To link to an external style sheet, you  can use the LINK element:&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;pre class="html-example"&gt;&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;&lt;br /&gt;&lt;html&gt;&lt;br /&gt; &lt;head&gt;&lt;br /&gt; &lt;title&gt;Bach's home page&lt;/title&gt;&lt;br /&gt; &lt;link rel="stylesheet" href="bach.css" type="text/css"&gt;&lt;br /&gt; &lt;/head&gt;&lt;br /&gt; &lt;body&gt;&lt;br /&gt;   &lt;h1&gt;Bach's home page&lt;/h1&gt;&lt;br /&gt;   &lt;p&gt;Johann Sebastian Bach was a prolific composer.&lt;br /&gt; &lt;/body&gt;&lt;br /&gt;&lt;/html&gt;&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;The LINK element specifies:&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;ul style="text-align: justify; font-family: courier new;"&gt;&lt;li&gt;the type of link: to a "stylesheet".  &lt;/li&gt;&lt;li&gt;the location of the style sheet via the "ref" attribute.  &lt;/li&gt;&lt;li&gt;the type of style sheet being linked: "text/css". &lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;To show the close relationship between a style sheet and the structured  markup, we continue to use the STYLE element in this tutorial. Let's add more  colors: &lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;pre class="html-example"&gt;&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;&lt;br /&gt;&lt;html&gt;&lt;br /&gt; &lt;head&gt;&lt;br /&gt; &lt;title&gt;Bach's home page&lt;/title&gt;&lt;br /&gt; &lt;style type="text/css"&gt;&lt;br /&gt;   BODY { color: red }&lt;br /&gt;   H1 { color: blue }&lt;br /&gt; &lt;/style&gt;&lt;br /&gt; &lt;/head&gt;&lt;br /&gt; &lt;body&gt;&lt;br /&gt;   &lt;h1&gt;Bach's home page&lt;/h1&gt;&lt;br /&gt;   &lt;p&gt;Johann Sebastian Bach was a prolific composer.&lt;br /&gt; &lt;/body&gt;&lt;br /&gt;&lt;/html&gt;&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;The style sheet now contains two rules: the first one sets the color of the  BODY element to 'red', while the second one sets the color of the H1 element to  'blue'. Since no color value has been specified for the P element, it will  inherit the color from its parent element, namely BODY. The H1 element is also a  child element of BODY but the second rule overrides the inherited value. In CSS  there are often such conflicts between different values, and this specification  describes how to resolve them.  &lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;CSS2 has more than 100 different properties, including &lt;a class="noxref" href="colors.html#propdef-color"&gt;&lt;span class="propinst-color"&gt;'color'&lt;/span&gt;&lt;/a&gt;.  Let's look at some of the others: &lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;pre class="example"&gt;&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;&lt;br /&gt;&lt;html&gt;&lt;br /&gt; &lt;head&gt;&lt;br /&gt; &lt;title&gt;Bach's home page&lt;/title&gt;&lt;br /&gt; &lt;style type="text/css"&gt;&lt;br /&gt;   BODY {&lt;br /&gt;     font-family: "Gill Sans", sans-serif;&lt;br /&gt;     font-size: 12pt;&lt;br /&gt;     margin: 3em;&lt;br /&gt;   }&lt;br /&gt; &lt;/style&gt;&lt;br /&gt; &lt;/head&gt;&lt;br /&gt; &lt;body&gt;&lt;br /&gt;   &lt;h1&gt;Bach's home page&lt;/h1&gt;&lt;br /&gt;   &lt;p&gt;Johann Sebastian Bach was a prolific composer.&lt;br /&gt; &lt;/body&gt;&lt;br /&gt;&lt;/html&gt;&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;The first thing to notice is that several declarations are grouped within a  block enclosed by curly braces ({...}), and separated by semicolons, though the  last declaration may also be followed by a semicolon.  &lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;The first declaration on the BODY element sets the font family to "Gill  Sans". If that font isn't available, the user agent (often referred to as a  "browser") will use the 'sans-serif' font family which is one of five generic  font families which all users agents know. Child elements of BODY will inherit  the value of the &lt;a class="noxref" href="fonts.html#propdef-font-family"&gt;&lt;span class="propinst-font-family"&gt;'font-family'&lt;/span&gt;&lt;/a&gt; property.  &lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;The second declaration sets the font size of the BODY element to 12 points.  The "point" unit is commonly used in print-based typography to indicate font  sizes and other length values. It's an example of an absolute unit which does  not scale relative to the environment.  &lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;The third declaration uses a relative unit which scales with regard to its  surroundings. The "em" unit refers to the font size of the element. In this case  the result is that the margins around the BODY element are three times wider  than the font size. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-4022326741660459049?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/4022326741660459049/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/09/introduction-to-css2-brief-css2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/4022326741660459049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/4022326741660459049'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/09/introduction-to-css2-brief-css2.html' title='Introduction to CSS2; A brief CSS2 tutorial for HTML'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-2933406363943637504</id><published>2009-07-05T07:30:00.000-07:00</published><updated>2009-07-05T07:47:15.720-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Free Ebook'/><title type='text'>101 Tip Trik Visual Basic 6.0; The Second Book</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.ziddu.com/download/3672418/101TipTrikVisualBasic6.0BukuKedua.zip.html"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 78px; height: 115px;" src="http://1.bp.blogspot.com/_nxV9HSO33L0/SlC7fwhj65I/AAAAAAAAADc/FXeqqKrlZmE/s200/images_002.jpg" alt="" id="BLOGGER_PHOTO_ID_5354986111219526546" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Do you want to learn tip trik &lt;a href="http://www.ziddu.com/download/3672418/101TipTrikVisualBasic6.0BukuKedua.zip.html"&gt;visual basic&lt;/a&gt;? this ebook complette how to work visual basic 06.&lt;br /&gt;And... more about visual basic&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/3672418/101TipTrikVisualBasic6.0BukuKedua.zip.html"&gt;Free Ebook&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/3672418/101TipTrikVisualBasic6.0BukuKedua.zip.html"&gt;&lt;span style="font-size:180%;"&gt;&lt;span style="font-weight: bold;"&gt;DOWNLOAD&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Contents in this free ebook...&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Bab 1 &lt;a href="http://www.ziddu.com/download/3672418/101TipTrikVisualBasic6.0BukuKedua.zip.html"&gt;Visual Basic Dasar&lt;/a&gt;&lt;br /&gt;1 Teknik Dasar Visual Basic&lt;br /&gt;2 Operasi String&lt;br /&gt;3 Konversi&lt;br /&gt;4 Validasi String dan Angka.&lt;br /&gt;5 Operasi Array&lt;br /&gt;6 Date dan Time&lt;br /&gt;7 Timer dan Alternatifnya.&lt;br /&gt;8 Mengirim Keystroke.&lt;br /&gt;9 Argumen Command Line&lt;br /&gt;10 Error Handling.&lt;br /&gt;11 API Win32&lt;br /&gt;12 Menangguhkan Eksekusi&lt;br /&gt;13 Mengatur Project Visual Basic&lt;br /&gt;Bab 2 Form dan Kontrol&lt;br /&gt;14 Tip Dasar Form.&lt;br /&gt;15 Kontrol ListBox&lt;br /&gt;16 ComboBox AutoComplete&lt;br /&gt;17 Menggunakan ListView&lt;br /&gt;18 Efek CommandButton&lt;br /&gt;19 Scrolling ToolTip&lt;br /&gt;20 Editor Menu&lt;br /&gt;21 Ikon di Menu.. &lt;a href="http://www.ziddu.com/download/3672418/101TipTrikVisualBasic6.0BukuKedua.zip.html"&gt;and....&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And etc....&lt;br /&gt;More Klik &lt;a href="http://www.ziddu.com/download/3672418/101TipTrikVisualBasic6.0BukuKedua.zip.html"&gt;&lt;span style="font-weight: bold;"&gt;This Link&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-2933406363943637504?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/2933406363943637504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/07/101-tip-trik-visual-basic-60-second.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/2933406363943637504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/2933406363943637504'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/07/101-tip-trik-visual-basic-60-second.html' title='101 Tip Trik Visual Basic 6.0; The Second Book'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_nxV9HSO33L0/SlC7fwhj65I/AAAAAAAAADc/FXeqqKrlZmE/s72-c/images_002.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-4693877793833581518</id><published>2009-06-27T00:34:00.000-07:00</published><updated>2009-06-27T00:53:08.009-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Free Ebook'/><title type='text'>Aplikasi Periklanan Menggunakan CorelDRAW X3 CD</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_nxV9HSO33L0/SkXPwBRwyQI/AAAAAAAAADU/UjIu-avkt_Q/s1600-h/images_011.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 107px; height: 130px;" src="http://4.bp.blogspot.com/_nxV9HSO33L0/SkXPwBRwyQI/AAAAAAAAADU/UjIu-avkt_Q/s200/images_011.jpg" alt="" id="BLOGGER_PHOTO_ID_5351912156083308802" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:courier new;"&gt;You Want to design with CorelDraw? download this ebook ... free ...&lt;/span&gt; &lt;/div&gt;&lt;div style="font-family: courier new; text-align: justify;" id="result_box" dir="ltr"&gt;"Advertising Applications Using CorelDraw X3 CD"&lt;/div&gt;&lt;div style="text-align: justify;"&gt; &lt;span style="font-family:courier new;"&gt;If you want free Ebook, Please Klik this Link bellow&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="font-family: courier new;" href="http://www.ziddu.com/download/3671667/AplikasiPeriklananMenggunakanCorelDRAWX3CD.zip.html"&gt;DONWLOAD Free Ebook&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-4693877793833581518?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/4693877793833581518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/06/aplikasi-periklanan-menggunakan.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/4693877793833581518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/4693877793833581518'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/06/aplikasi-periklanan-menggunakan.html' title='Aplikasi Periklanan Menggunakan CorelDRAW X3 CD'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_nxV9HSO33L0/SkXPwBRwyQI/AAAAAAAAADU/UjIu-avkt_Q/s72-c/images_011.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-3170039343540302417</id><published>2009-06-27T00:06:00.000-07:00</published><updated>2009-06-27T00:24:49.972-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Free Ebook'/><title type='text'>SES Web Programming with HTML CSS and JavaScript</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_nxV9HSO33L0/SkXJEd_y-JI/AAAAAAAAADM/0TcD04yri7w/s1600-h/images.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 104px; height: 125px;" src="http://3.bp.blogspot.com/_nxV9HSO33L0/SkXJEd_y-JI/AAAAAAAAADM/0TcD04yri7w/s200/images.jpg" alt="" id="BLOGGER_PHOTO_ID_5351904810808572050" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;If you want to learn SES Web Programming with HTML CSS and JavaScript, please klik this &lt;a href="http://www.ziddu.com/download/3546977/SESPemrogramanWebdenganHTMLCSSdanJavaScript.zip.html"&gt;link&lt;/a&gt; or link bellow...&lt;br /&gt;web programming about HTML and CSS is All in this Ebook.&lt;br /&gt;&lt;br /&gt;Free Ebook About HTML and CSS...&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://www.ziddu.com/download/3546977/SESPemrogramanWebdenganHTMLCSSdanJavaScript.zip.html"&gt;DOWNLOAD&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-3170039343540302417?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/3170039343540302417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/06/ses-web-programming-with-html-css-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/3170039343540302417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/3170039343540302417'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/06/ses-web-programming-with-html-css-and.html' title='SES Web Programming with HTML CSS and JavaScript'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_nxV9HSO33L0/SkXJEd_y-JI/AAAAAAAAADM/0TcD04yri7w/s72-c/images.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-1755004883817774506</id><published>2009-06-15T04:42:00.000-07:00</published><updated>2009-06-15T04:49:16.332-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tutorial'/><title type='text'>About the CSS2 Specification</title><content type='html'>&lt;h2 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q1"&gt;Reading the specification&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;This specification has been written with two types of readers in mind: CSS  authors and CSS implementors. We hope the specification will provide authors  with the tools they need to write efficient, attractive, and accessible  documents, without overexposing them to CSS's implementation details.  Implementors, however, should find all they need to build &lt;a href="conform.html#conformance"&gt;conforming user agents&lt;/a&gt;. The specification  begins with a general presentation of CSS and becomes more and more technical  and specific towards the end. For quick access to information, a general table  of contents, specific tables of contents at the beginning of each section, and  an index provide easy navigation, in both the electronic and printed versions.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;The specification has been written with two modes of presentation in mind:  electronic and printed. Although the two presentations will no doubt be similar,  readers will find some differences. For example, links will not work in the  printed version (obviously), and page numbers will not appear in the electronic  version. In case of a discrepancy, the electronic version is considered the  authoritative version of the document.  &lt;/span&gt;&lt;/p&gt;&lt;h2 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q2"&gt;How the specification is organized&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;The specification is organized into the following sections:  &lt;/span&gt;&lt;/p&gt;&lt;dl style="text-align: justify; font-family: courier new;"&gt;&lt;dt&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;Section 2: An introduction to CSS2&lt;/strong&gt;&lt;/span&gt;  &lt;/dt&gt;&lt;dd&gt;&lt;span style="font-size:100%;"&gt;The introduction includes a brief tutorial on CSS2 and a discussion of  design principles behind CSS2.  &lt;/span&gt;&lt;/dd&gt;&lt;dt&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;Sections 3 - 20: CSS2 reference manual.&lt;/strong&gt;&lt;/span&gt;  &lt;/dt&gt;&lt;dd&gt;&lt;span style="font-size:100%;"&gt;The bulk of the reference manual consists of the CSS2 language reference.  This reference defines what may go into a CSS2 style sheet (syntax, properties,  property values) and how user agents must interpret these style sheets in order  to claim &lt;a href="conform.html#conformance"&gt;conformance&lt;/a&gt;.  &lt;/span&gt;&lt;/dd&gt;&lt;dt&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;Appendixes:&lt;/strong&gt;&lt;/span&gt;  &lt;/dt&gt;&lt;dd&gt;&lt;span style="font-size:100%;"&gt;Appendixes contain information about &lt;a href="sample.html"&gt;a sample style  sheet for HTML 4.0&lt;/a&gt;, &lt;a href="changes.html"&gt;changes from CSS1 &lt;/a&gt;, &lt;a href="notes.html"&gt;implementation and performance notes&lt;/a&gt;, &lt;a href="grammar.html"&gt;the grammar of CSS2&lt;/a&gt;, a list of normative and informative  &lt;a href="refs.html"&gt;references&lt;/a&gt;, and three indexes: one for &lt;a href="propidx.html"&gt;properties&lt;/a&gt;, one for &lt;a href="descidx.html"&gt;descriptors&lt;/a&gt;, and one &lt;a href="indexlist.html"&gt;general  index&lt;/a&gt;. &lt;/span&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;h2 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q3"&gt;Conventions&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;h3 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q4"&gt;&lt;/a&gt;&lt;a href="conform.html#doclanguage"&gt;Document  language&lt;/a&gt; elements and attributes&lt;/span&gt;&lt;/h3&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;ul style="text-align: justify; font-family: courier new;"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;CSS property, descriptor, and pseudo-class names are delimited by single  quotes.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;CSS values are delimited by single quotes.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Document language element names are in uppercase letters.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Document language attribute names are in lowercase letters and delimited by  double quotes. &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;h3 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="property-defs"&gt;CSS property definitions&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Each CSS property definition begins with a summary of key information that  resembles the following:&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;div style="text-align: justify; font-family: courier new;" class="propdef"&gt; &lt;dl&gt;&lt;dt&gt;&lt;span style="font-size:100%;"&gt;&lt;a class="propdef-title" name="propdef-property-name"&gt;&lt;strong&gt;'property-name'&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;  &lt;/dt&gt;&lt;dd&gt; &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" class="propinfo" cellpadding="0" cellspacing="0"&gt; &lt;tbody&gt; &lt;tr valign="baseline"&gt; &lt;td&gt;&lt;span style="font-size:100%;"&gt;&lt;em&gt;Value:&lt;/em&gt;   &lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size:100%;"&gt;legal values &amp;amp; syntax  &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr valign="baseline"&gt; &lt;td&gt;&lt;span style="font-size:100%;"&gt;&lt;em&gt;Initial:&lt;/em&gt;   &lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size:100%;"&gt;initial value  &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr valign="baseline"&gt; &lt;td&gt;&lt;span style="font-size:100%;"&gt;&lt;em&gt;Applies to:&lt;/em&gt;   &lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size:100%;"&gt;elements this property applies to  &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr valign="baseline"&gt; &lt;td&gt;&lt;span style="font-size:100%;"&gt;&lt;em&gt;Inherited:&lt;/em&gt;   &lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size:100%;"&gt;whether the property is inherited  &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr valign="baseline"&gt; &lt;td&gt;&lt;span style="font-size:100%;"&gt;&lt;em&gt;Percentages:&lt;/em&gt;   &lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size:100%;"&gt;how percentage values are interpreted  &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr valign="baseline"&gt; &lt;td&gt;&lt;span style="font-size:100%;"&gt;&lt;em&gt;Media:&lt;/em&gt;   &lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size:100%;"&gt;which media groups the property applies to  &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;/div&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;h4 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q6"&gt;Value&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;This part specifies the set of valid values for the property. Value types may  be designated in several ways:  &lt;/span&gt;&lt;/p&gt;&lt;ol style="text-align: justify; font-family: courier new;"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="syndata.html#keywords"&gt;keyword&lt;/a&gt; values (e.g., auto, disc, etc.)  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;basic data types, which appear between "&lt;" and "&gt;" (e.g.,  &lt;length&gt;, &lt;percentage&gt;, etc.). In the electronic version of the  document, each instance of a basic data type links to its definition.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;types that have the same range of values as a property bearing the same name  (e.g., &lt;'border-width'&gt; &lt;'background-attachment'&gt;, etc.). In this  case, the type name is the property name (complete with quotes) between "&lt;"  and "&gt;" (e.g., &lt;'border-width'&gt;). In the electronic version of the  document, each instance of this type of non-terminal links to the corresponding  property definition.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;non-terminals that do not share the same name as a property. In this case,  the non-terminal name appears between "&lt;" and "&gt;", as in  &lt;border-width&gt;. Notice the distinction between &lt;border-width&gt; and  &lt;'border-width'&gt;; the latter is defined in terms of the former. The  definition of a non-terminal is located near its first appearance in the  specification. In the electronic version of the document, each instance of this  type of value links to the corresponding value definition. &lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Other words in these definitions are keywords that must appear literally,  without quotes (e.g., red). The slash (/) and the comma (,) must also appear  literally.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Values may be arranged as follows:&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;ul style="text-align: justify; font-family: courier new;"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Several juxtaposed words mean that all of them must occur, in the given  order.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;A bar (|) separates two or more alternatives: exactly one of them must  occur.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;A double bar (||) separates two or more options: one or more of them must  occur, in any order.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Brackets ([ ]) are for grouping. &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Juxtaposition is stronger than the double bar, and the double bar is stronger  than the bar. Thus, the following lines are equivalent: &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;pre&gt;&lt;span style="font-size:100%;"&gt;    a b   |   c || d e&lt;br /&gt; [ a b ] | [ c || [ d e ]]&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Every type, keyword, or bracketed group may be followed by one of the  following modifiers:&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;ul style="text-align: justify; font-family: courier new;"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;An asterisk (*) indicates that the preceding type, word, or group occurs  zero or more times.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;A plus (+) indicates that the preceding type, word, or group occurs one or  more times.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;A question mark (?) indicates that the preceding type, word, or group is  optional.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;A pair of numbers in curly braces ({A,B}) indicates that the preceding type,  word, or group occurs at least A and at most B times. &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;The following examples illustrate different value types:  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;blockquote&gt;&lt;span style="font-size:100%;"&gt;&lt;em&gt;Value:&lt;/em&gt; N | NW | NE&lt;br /&gt;&lt;em&gt;Value:&lt;/em&gt; [ &lt;length&gt; |  thick | thin ]{1,4}&lt;br /&gt;&lt;em&gt;Value:&lt;/em&gt; [&lt;family-name&gt; , ]*  &lt;family-name&gt;&lt;br /&gt;&lt;em&gt;Value:&lt;/em&gt; &lt;uri&gt;? &lt;color&gt; [ /  &lt;color&gt; ]?&lt;br /&gt;&lt;em&gt;Value:&lt;/em&gt; &lt;uri&gt; ||  &lt;color&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt; &lt;/div&gt;&lt;h4 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q7"&gt;Initial&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;This part specifies the property's initial value. If the property is  inherited, this is the value that is given to the root element of the &lt;a href="conform.html#doctree"&gt;document tree&lt;/a&gt;. Please consult the section on &lt;a href="cascade.html"&gt;the cascade&lt;/a&gt; for information about the interaction  between style sheet-specified, inherited, and initial values.  &lt;/span&gt;&lt;/p&gt;&lt;h4 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q8"&gt;Applies to&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;This part lists the elements to which the property applies. All elements are  considered to have all properties, but some properties have no rendering effect  on some types of elements. For example, &lt;a class="noxref" href="text.html#propdef-white-space"&gt;&lt;span class="propinst-white-space"&gt;'white-space'&lt;/span&gt;&lt;/a&gt; only affects block-level  elements.  &lt;/span&gt;&lt;/p&gt;&lt;h4 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q9"&gt;Inherited&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;This part indicates whether the value of the property is inherited from an  ancestor element. Please consult the section on &lt;a href="cascade.html"&gt;the  cascade&lt;/a&gt; for information about the interaction between style sheet-specified,  inherited, and initial values.  &lt;/span&gt;&lt;/p&gt;&lt;h4 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q10"&gt;Percentage values&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;This part indicates how percentages should be interpreted, if they occur in  the value of the property. If "N/A" appears here, it means that the property  does not accept percentages as values.  &lt;/span&gt;&lt;/p&gt;&lt;h4 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q11"&gt;Media groups&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;This part indicates the &lt;a href="media.html#media-groups"&gt;media groups&lt;/a&gt; to  which the property applies. The &lt;a href="conform.html"&gt;conformance&lt;/a&gt;  conditions state that user agents must support this property if they support  rendering to the &lt;a href="media.html#media-types"&gt;media types&lt;/a&gt; included in  these &lt;a href="media.html#media-groups"&gt;media groups&lt;/a&gt;.  &lt;/span&gt;&lt;/p&gt;&lt;h3 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;1.3.3 &lt;a name="shorthand"&gt;Shorthand properties&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Some properties are &lt;a name="x0"&gt;&lt;span class="index-def" title="shorthand property"&gt;&lt;dfn&gt;shorthand properties&lt;/dfn&gt;&lt;/span&gt;&lt;/a&gt;,  meaning they allow authors to specify the values of several properties with a  single property.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;For instance, the &lt;a class="noxref" href="fonts.html#propdef-font"&gt;&lt;span class="propinst-font"&gt;'font'&lt;/span&gt;&lt;/a&gt; property is a shorthand property for  setting &lt;a class="noxref" href="fonts.html#propdef-font-style"&gt;&lt;span class="propinst-font-style"&gt;'font-style'&lt;/span&gt;&lt;/a&gt;, &lt;a class="noxref" href="fonts.html#propdef-font-variant"&gt;&lt;span class="propinst-font-variant"&gt;'font-variant'&lt;/span&gt;&lt;/a&gt;, &lt;a class="noxref" href="fonts.html#propdef-font-weight"&gt;&lt;span class="propinst-font-weight"&gt;'font-weight'&lt;/span&gt;&lt;/a&gt;, &lt;a class="noxref" href="fonts.html#propdef-font-size"&gt;&lt;span class="propinst-font-size"&gt;'font-size'&lt;/span&gt;&lt;/a&gt;, &lt;a class="noxref" href="visudet.html#propdef-line-height"&gt;&lt;span class="propinst-line-height"&gt;'line-height'&lt;/span&gt;&lt;/a&gt;, and &lt;a class="noxref" href="fonts.html#propdef-font-family"&gt;&lt;span class="propinst-font-family"&gt;'font-family'&lt;/span&gt;&lt;/a&gt; all at once.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;When values are omitted from a shorthand form, each "missing" property is  assigned its initial value (see the section on &lt;a href="cascade.html"&gt;the  cascade&lt;/a&gt;).  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;" class="example"&gt; &lt;p style="display: none;"&gt;Example(s):&lt;/p&gt; &lt;p&gt;&lt;span style="font-size:100%;"&gt;The multiple style rules of this example:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style="font-size:100%;"&gt;H1 {&lt;br /&gt; font-weight: bold;&lt;br /&gt; font-size: 12pt;&lt;br /&gt; line-height: 14pt;&lt;br /&gt; font-family: Helvetica;&lt;br /&gt; font-variant: normal;&lt;br /&gt; font-style: normal;&lt;br /&gt; font-stretch: normal;&lt;br /&gt; font-size-adjust: none&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt; &lt;p&gt;&lt;span style="font-size:100%;"&gt;may be rewritten with a single shorthand property:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style="font-size:100%;"&gt;H1 { font: bold 12pt/14pt Helvetica }&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt; &lt;p&gt;&lt;span style="font-size:100%;"&gt;In this example, &lt;a class="noxref" href="fonts.html#propdef-font-variant"&gt;&lt;span class="propinst-font-variant"&gt;'font-variant'&lt;/span&gt;&lt;/a&gt;, &lt;a class="noxref" href="fonts.html#propdef-font-stretch"&gt;&lt;span class="propinst-font-stretch"&gt;'font-stretch'&lt;/span&gt;&lt;/a&gt;, &lt;a class="noxref" href="fonts.html#propdef-font-size-adjust"&gt;&lt;span class="propinst-font-size-adjust"&gt;'font-size-adjust'&lt;/span&gt;&lt;/a&gt;, and &lt;a class="noxref" href="fonts.html#propdef-font-style"&gt;&lt;span class="propinst-font-style"&gt;'font-style'&lt;/span&gt;&lt;/a&gt; take their initial  values.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;h3 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q13"&gt;Notes and examples&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;All examples that illustrate illegal usage are clearly marked as "ILLEGAL  EXAMPLE".  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;All HTML examples conform to the HTML 4.0 strict DTD (defined in &lt;a class="noxref" href="refs.html#ref-HTML40" rel="biblioentry"&gt;&lt;span class="normref"&gt;[HTML40]&lt;/span&gt;&lt;/a&gt;) unless otherwise indicated by a document type  declaration.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;All notes are informative only.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Examples and notes are marked within the source HTML for the specification  and CSS1 user agents will render them specially.  &lt;/span&gt;&lt;/p&gt;&lt;h3 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q14"&gt;mages and long descriptions&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Most images in the electronic version of this specification are accompanied  by "long descriptions" of what they represent. A link to the long description is  denoted by a "[D]" to the right of the image.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Images and long descriptions are informative only.  &lt;/span&gt;&lt;/p&gt;&lt;h2 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="q15"&gt;Acknowledgments&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;This specification is the product of the W3C Working Group on Cascading Style  Sheets and Formatting Properties. In addition to the editors of this  specification, the members of the Working Group are: Brad Chase (Bitstream),  Chris Wilson (Microsoft), Daniel Glazman (Electricité de France), Dave Raggett  (W3C/HP), Ed Tecot (Microsoft), Jared Sorensen (Novell), Lauren Wood (SoftQuad),  Laurie Anna Kaplan (Microsoft), Mike Wexler (Adobe), Murray Maloney (Grif),  Powell Smith (IBM), Robert Stevahn (HP), Steve Byrne (JavaSoft), Steven  Pemberton (CWI), Thom Phillabaum (Netscape), Douglas Rand (Silicon Graphics),  Robert Pernett (Lotus), Dwayne Dicks (SoftQuad), and Sho Kuwamoto (Macromedia).  We thank them for their continued efforts.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;A number of invited experts to the Working Group have contributed: George  Kersher, Glenn Rippel (Bitstream), Jeff Veen (HotWired), Markku T. Hakkinen (The  Productivity Works), Martin Dürst (W3C, formerly Universität Zürich), Roy Platon  (RAL), Todd Fahrner (Verso), Tim Boland (NIST), Eric Meyer (Case Western Reserve  University), and Vincent Quint (W3C).  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;The section on Web Fonts was strongly shaped by Brad Chase (Bitstream) David  Meltzer (Microsoft Typography) and Steve Zilles (Adobe). The following people  have also contributed in various ways to the section pertaining to fonts: Alex  Beamon (Apple), Ashok Saxena (Adobe), Ben Bauermeister (HP), Dave Raggett  (W3C/HP), David Opstad (Apple), David Goldsmith (Apple), Ed Tecot (Microsoft),  Erik van Blokland (LettError), François Yergeau (Alis), Gavin Nicol (Inso),  Herbert van Zijl (Elsevier), Liam Quin, Misha Wolf (Reuters), Paul Haeberli  (SGI), and the late Phil Karlton (Netscape).  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;The section on Paged Media was in large parts authored by Robert Stevahn (HP)  and Stephen Waters (Microsoft).  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Robert Stevahn (HP), Scott Furman (Netscape), and Scott Isaacs (Microsoft)  were key contributors to CSS Positioning.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Mike Wexler (Adobe) was the editor of the interim working draft, which  described many of the new features of CSS2.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://cs.cornell.edu/home/raman"&gt;T.V. Raman&lt;/a&gt; (Adobe) made  pivotal contributions towards Aural Cascading Style Sheets (ACSS) and the  concepts of aural presentation based on his work on AsTeR (Audio System For  Technical Readings). He contributed an initial draft of the ACSS specification  that shaped the current specification. Values for aural properties in the &lt;a href="sample.html"&gt;HTML 4.0 sample style sheet&lt;/a&gt; are of his devising; he  currently uses them on a daily basis on his audio desktop in conjunction with  Emacspeak and the Emacs W3 browser (authored by William Perry, who also  implemented the aural extensions on the W3 side of the fence).  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Todd Fahrner (Verso) researched contemporary and historical browsers to  develop the sample style sheet in the appendix.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Thanks to Jan Kärrman, author of &lt;a href="http://www.tdb.uu.se/%7Ejan/html2ps.html"&gt;html2ps&lt;/a&gt; for helping so much in  creating the PostScript version of the specification.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Through electronic and physical encounters, the following people have  contributed to the development of CSS2: Alan Borning, Robert Cailliau, Liz  Castro, James Clark, Dan Connolly, Donna Converse, Daniel Dardailler, Al Gilman,  Daniel Greene, Scott Isaacs, Geir Ivarsøy, Vincent Mallet, Kim Marriott, Brian  Michalowski, Lou Montulli, Henrik Frystyk Nielsen, Jacob Nielsen, Eva von Pepel,  William Perry, David Siegel, Peter Stuckey, and Jason White.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;The discussions on www-style@w3.org have been influential in many key issues  for CSS. Especially, we would like to thank Bjorn Backlund, Todd Fahrner, Lars  Marius Garshol, Sue Jordan, Ian Hickson, Susan Lesch, Andrew Marshall, MegaZone,  Eric Meyer, Russell O'Connor, David Perrell, Liam Quinn, Jon Seymour, Neil St.  Laurent, Taylor, Brian Wilson, and Chris Wilson for their participation.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Many thanks to the Web Accessibility Initiative Protocols and Formats  Technical Review Working Group (WAI PF) for helping to improve the accessibility  of CSS2.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Many thanks to Philippe Le Hégaret, whose CSS validator helped ensure correct  examples and a sensible grammar.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Special thanks to Arnaud Le Hors, whose engineering contributions made this  document work.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Adam Costello improved this specification by performing a detailed review.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Lastly, thanks to Tim Berners-Lee without whom none of this would have been  possible.  &lt;/span&gt;&lt;/p&gt;&lt;h2 style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="copyright"&gt;Copyright Notice&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;Copyright © 1997 &lt;a href="http://www.w3.org/"&gt;World Wide Web  Consortium&lt;/a&gt;, (&lt;a href="http://www.lcs.mit.edu/"&gt;Massachusetts Institute of  Technology&lt;/a&gt;, &lt;a href="http://www.inria.fr/"&gt;Institut National de Recherche en  Informatique et en Automatique&lt;/a&gt;, &lt;a href="http://www.keio.ac.jp/"&gt;Keio  University&lt;/a&gt;). All Rights Reserved.&lt;/strong&gt;&lt;/span&gt;  &lt;/p&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Documents on the &lt;a href="http://www.w3.org/"&gt;W3C&lt;/a&gt; site are provided by  the copyright holders under the following license. By obtaining, using and/or  copying this document, or the W3C document from which this statement is linked,  you agree that you have read, understood, and will comply with the following  terms and conditions:&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;Permission to use, copy, and distribute the contents of this document, or the  W3C document from which this statement is linked, in any medium for any purpose  and without fee or royalty is hereby granted, provided that you include the  following on &lt;i&gt;ALL&lt;/i&gt; copies of the document, or portions thereof, that you  use:  &lt;/span&gt;&lt;/p&gt;&lt;ol style="text-align: justify; font-family: courier new;"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;A link or URI to the original W3C document.  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;The pre-existing copyright notice of the original author, if it doesn't  exist, a notice of the form: "Copyright © &lt;a href="http://www.w3.org/"&gt;World  Wide Web Consortium&lt;/a&gt;, (&lt;a href="http://www.lcs.mit.edu/"&gt;Massachusetts  Institute of Technology&lt;/a&gt;, &lt;a href="http://www.inria.fr/"&gt;Institut National de  Recherche en Informatique et en Automatique&lt;/a&gt;, &lt;a href="http://www.keio.ac.jp/"&gt;Keio University&lt;/a&gt;). All Rights Reserved."  &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;&lt;em&gt;If it exists&lt;/em&gt;, the STATUS of the W3C document. &lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;When space permits, inclusion of the full text of this &lt;b&gt;NOTICE&lt;/b&gt; should  be provided. In addition, credit shall be attributed to the copyright holders  for any software, documents, or other items or products that you create pursuant  to the implementation of the contents of this document, or any portion thereof.  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;No right to create modifications or derivatives is granted pursuant to this  license.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;THIS DOCUMENT IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO  REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED  TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,  NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE DOCUMENT ARE SUITABLE FOR  ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY  THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR  CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE DOCUMENT OR THE PERFORMANCE  OR IMPLEMENTATION OF THE CONTENTS THEREOF.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt; &lt;/div&gt;&lt;p style="text-align: justify; font-family: courier new;"&gt;&lt;span style="font-size:100%;"&gt;The name and trademarks of copyright holders may NOT be used in advertising  or publicity pertaining to this document or its contents without specific,  written prior permission. Title to copyright in this document will at all times  remain with copyright holders. &lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-1755004883817774506?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/1755004883817774506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/06/about-css2-specification.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/1755004883817774506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/1755004883817774506'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/06/about-css2-specification.html' title='About the CSS2 Specification'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-4509205237114176116</id><published>2009-06-04T06:31:00.000-07:00</published><updated>2009-06-11T06:39:14.834-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Harware'/><title type='text'>The Right Computer Speakers For You</title><content type='html'>&lt;div style="text-align: justify; font-family: courier new;" id="body"&gt;&lt;p&gt;For those in the market for PC speakers, you would agree that there are a lot of choices out there for every possible application you would want. Competition is fierce, strong advertising and discounts are an abundance, how would you know which one would be the best option for your. I hope this article would be the first of many to help you find the perfect computer speakers for you.&lt;/p&gt;&lt;p&gt;There are a few questions to consider when buying any new consumer electronic, and more often than not they are interrelated with each other. Is price a huge concern? If so maybe you can have a little leeway on sound quality? Would you be playing computer games a lot? Or more of a movie and online videos type of person. All these are very valid questions and can all play a part in choosing the right computer speaker for you.&lt;/p&gt;&lt;p&gt;Sound Quality: Like I mentioned many of these factors are interrelated, if you are looking for top of the line sound quality, be prepared for top of the line pricing. But what I want you to take from here is that, be sure that those speakers in the cheap spectrum have trivial quality discrepancies between them. Whereas in the more expensive end of the spectrum the differences between them are very catered to their area of expertise i.e. A top of the line movie pc speakers vs a top of the line video game speakers. The bulk of where companies make most of their sales are in the middle spectrum. What you have to understand here is that there are a LOT of hidden gems and many speakers in this group that give you better bang for your buck, so be sure to do your research or of course, look for article like these and they will definitely be mentioned.&lt;/p&gt;&lt;p&gt;Application: Most of the speakers out in the market are suitable for everyday use for your computer needs, such as music, occasional movie, surfing the internet. But sometimes some of us may want it to excel in certain situations. When i'm playing a video game, I enjoy the 5.1 system to give me surround sound that gives the gaming a whole new dimension. Or when I'm watching a movie, I would like the bass to really excel in huge action movie scenes. You have to understand that if you want a speaker to excel in all applications you would have to pay a lot for it, so be sure to narrow down your ideal wants and needs, approach the purchase from that angle.&lt;/p&gt;&lt;p&gt;Price: This is likely one of the most important factors to consider, and likely a potential deal breaker for many of us computer speakers can range from as cheap as $10 to $400 with a whole lot in between the spectrum, so more so than not, you should set a budget for yourself and try not to stray too far from it without being able to justify it. E.g. Going from a 2.1 to a 5.1 setup is a bit of a price jump, but the extra satellite speakers and subwoofer make a huge difference, so that could be grounds for the budget increase.&lt;/p&gt;&lt;p&gt;&lt;span class="copyright"&gt;By &lt;a id="link_55" href="http://ezinearticles.com/?expert=Will_C"&gt;Will C&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="copyright"&gt;&lt;a id="link_55" href="http://ezinearticles.com/?expert=Will_C"&gt;http://ezinearticles.com/?expert=Will_C&lt;br /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-4509205237114176116?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/4509205237114176116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/06/right-computer-speakers-for-you.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/4509205237114176116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/4509205237114176116'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/06/right-computer-speakers-for-you.html' title='The Right Computer Speakers For You'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-5500033349909768504</id><published>2009-06-04T06:19:00.000-07:00</published><updated>2009-06-27T00:33:44.633-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips and Trik'/><title type='text'>All About Gaining an MCSE Certification</title><content type='html'>&lt;div  style="text-align: justify;font-family:courier new;"&gt;Most of us probably know by now that the Microsoft Company's Windows operating system is extremely common these days. If you have a computer, the odds are pretty high that you are working in a windows based environment. It seems like everyone has dealt with Windows at one point or another. So it should not come as much of a shock that most employers require a Microsoft certification as a prerequisite to employment or even career advancement in most fields. MCSE simply stands for Microsoft Certified Systems Engineer and is actually the most widely recognized and used professional certification in the field of Information Technology, or IT for short.&lt;br /&gt;&lt;br /&gt;Having this certification actually enables the IT professionals to be able to analyze business requirements, as well as design, build, and later implement the infrastructures for their business solutions based on that common Microsoft Windows platform, and the server software.&lt;br /&gt;&lt;br /&gt;In order to obtain a Microsoft Certified Systems Engineer certification, one must pass a series of tests that deal with network security, server operating systems, and also basic computer network infrastructure engineering. Microsoft Certified Systems Engineer is also available for two different Windows systems, being Windows Server 2003 and Windows 2000, and each has their own specific set of exams. In order to obtain certification for Windows 2000, there is one core exam that is followed by two elective exams. However, for the Windows 2003 certification, there is only one core exam and one elective exam. Each one of these tests will run around $125, and take two or three hours to finish. There are fifty to ninety questions on each test. However, the time and money you spend on getting trained and certified in MCSE will be well worth it in the long run.&lt;br /&gt;&lt;br /&gt;The MCSE training courses that you will have to take in order to take your certification tests will probably cost you around $250 for a package that includes all you need to train on the subject and be able to successfully pass a certification exam. Generally, you will be looking at about a thousand hours of training on the subject, and most package deals also come with at least a years worth of access to the online MCSE library, which will help you immensely. The very best thing about these MCSE training courses is that many of them can be found online, so you never have to leave the comfort of your own home. You can learn at your own pace, and in an environment that is the most comfortable to you.&lt;br /&gt;&lt;br /&gt;It is also very easy to find reputable Microsoft Certified Systems Engineer training programs online. The only thing you need to do is type MCSE into your search engine, and the odds are very high that you will instantly be presented with thousands of web sites that can help you with every aspect of your MCSE training, as well as the professional courses that you will need in order to pass your certification tests.&lt;br /&gt;&lt;br /&gt;&lt;span class="copyright"&gt;By &lt;a id="link_55" href="http://ezinearticles.com/?expert=James_Copper"&gt;James Copper&lt;/a&gt;&lt;/span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-5500033349909768504?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/5500033349909768504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/06/all-about-gaining-mcse-certification.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/5500033349909768504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/5500033349909768504'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/06/all-about-gaining-mcse-certification.html' title='All About Gaining an MCSE Certification'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-2424676409313228806</id><published>2009-06-03T05:28:00.000-07:00</published><updated>2009-06-11T07:03:21.958-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips and Trik'/><title type='text'>Why Hide My IP?</title><content type='html'>&lt;div style="font-family: courier new; text-align: justify;" id="body"&gt;&lt;p&gt;We all know what the Internet has done for us. What used take us ages to know and explore now come instantly with just a little typing and a few clicks of the mouse. When before, we had to travel miles just to create a story, now we can now just log on to different websites and innovate with the vast stock of information we conveniently obtain. We can even search people long buried in our past just by typing in their names or social security numbers. The world has changed so much since the advent of information technology and we have successfully incorporated this change into our lives so that we can become a better, healthier, wiser, more accessible and more responsive human race than we ever were.&lt;/p&gt;&lt;p&gt;Unfortunately, the Internet has not escaped malicious manipulation of people who have taken advantage of it for their selfish ends. This is also the exact reason why one needs to protect his identity when surfing. Even if you have a screen name with which the online community may come to know you, the technology itself is inherently capable of identifying you through your IP address. An IP address is a series of digits which serves as your identification code supplied by your Internet Service Provider (ISP). Every time you request information from any website, you are identified as that group of numbers. Every time anybody from the global network needs to reach you, the system will bring the message to your IP.&lt;/p&gt;&lt;p&gt;While this is perfectly innocent technology at work, people have been relentless in corrupting it. In many instances, you will have to protect your identity by hiding your IP. If you allow it to be exposed to the online community, they will be able to get information about you based on your online activities and even your files. Privacy, of course, is the main issue here. While you may be aware of the importance of installing an anti-virus software in your system, you need to be able to hide your IP. That's if you hold your privacy sacred.&lt;/p&gt;&lt;p&gt;This is where an IP hider proves indispensable. An IP hider is a program that allows you to hide your IP address so you can visit or frequent websites and collect the information you need without exposing yourself. With an IP masking system in place, you can search the Internet from end to end while leaving everybody clueless. And since you can never ensure that the website you connect to is "clean", your IP hider could be a lifesaver.&lt;/p&gt;&lt;p&gt;It is a common misconception that the only reason why anyone would hide their IP is because they're up to something illegal such as identity theft or movie piracy. In reality, it's not always true. While there are those with such criminal intentions, there are as many legitimate companies and social institutions out there that choose to hide their IPs simply because they want to protect the privacy of their databases.&lt;/p&gt;&lt;/div&gt;&lt;p face="courier new" style="text-align: justify;"&gt;While the Internet has afforded us a world of conveniences we could only dream of in the past, it has also become tricky and dangerous. Get an &lt;a id="link_89" target="_new" href="http://www.ipsharkk.com/"&gt;IP changer&lt;/a&gt; to hide your &lt;a id="link_90" target="_new" href="http://www.ipsharkk.com/why_ipsharkk.htm"&gt;IP address&lt;/a&gt; and protect your privacy.&lt;/p&gt;&lt;p style="font-family: courier new; text-align: justify;"&gt;&lt;span class="copyright"&gt;By &lt;a id="link_55" href="http://ezinearticles.com/?expert=Brad_P_Smith"&gt;Brad P Smith&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-2424676409313228806?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/2424676409313228806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/06/why-hide-my-ip.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/2424676409313228806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/2424676409313228806'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/06/why-hide-my-ip.html' title='Why Hide My IP?'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-8590167220700675104</id><published>2009-05-31T06:32:00.000-07:00</published><updated>2009-06-11T07:14:44.990-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Is Your Computer Running Slow? Speed Up Your Computer in Seconds!</title><content type='html'>&lt;div style="text-align: justify; font-family: courier new;" id="body"&gt;&lt;p&gt;If you have a slow computer, it can make your computer experience extremely depressing and mundane. Having a slow computer makes running programs extremely difficult such as running online games and watching movies or even television.&lt;/p&gt;&lt;p&gt;Many people spend hundred's on their computer when it is unnecessary. Just like going to a repair shop for your automobile, every time you walk into a computer repair shop, it will cost you money. The way to avoid this is to educate yourself on software that can diagnose and repair a system without a trip to the computer repair shop that could end up costing hundreds.&lt;/p&gt;&lt;p&gt;It is important to realize the parallels between the car industry and the computer industry; they are both sales driven. So it is natural that new parts and new hardware will come out each quarter and it is something you 'have to have', they say. But this is not true, your computer ran fine before and it can again.&lt;/p&gt;&lt;p&gt;This is where a registry scan can save a computer consumer money. Normal computer operation can cause a computer to run slow. If software had a brain, it would be the registry, because from here, major settings are controlled. Over time, the files in the registry do get corrupt and this causes them to produce a slower computer.&lt;/p&gt;&lt;p&gt;So what is the solution to this problem?&lt;/p&gt;&lt;p&gt;A registry cleaner or a website that allows you to scan your registry in seconds. Reputable sites have programmers and designers that keep improving these system programs. No need to visit a repair shop and a free online registry scan can tell you if you have any computer issues.&lt;/p&gt;&lt;p&gt;&lt;span class="copyright"&gt;By &lt;a id="link_55" href="http://ezinearticles.com/?expert=Clark_Grade"&gt;Clark Grade&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Article Source: &lt;a id="link_81" href="http://ezinearticles.com/?expert=Clark_Grade"&gt;http://EzineArticles.com/?expert=Clark_Grade&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-8590167220700675104?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/8590167220700675104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/05/is-your-computer-running-slow-speed-up.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/8590167220700675104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/8590167220700675104'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/05/is-your-computer-running-slow-speed-up.html' title='Is Your Computer Running Slow? Speed Up Your Computer in Seconds!'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-886241524385191067</id><published>2009-05-31T06:29:00.000-07:00</published><updated>2009-06-11T07:20:34.707-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Put Your Images on Your Website!</title><content type='html'>&lt;div style="text-align: justify; font-family: courier new;"&gt; Get the Free Image and Photo Resizer Software Download for Webmasters: New or Experienced!&lt;br /&gt;&lt;br /&gt;Original photos are almost always never the right size for web sites. They usually take too long to show up on a browser because it takes time for a large file to download. Also, they’re usually too big to fit on a page; and in most cases, when you resize these photos, whoever or whatever were in them becomes too small.&lt;br /&gt;&lt;br /&gt;It’s hard enough to learn to code a web page. It would be very frustrating for a budding webmaster to spend zillions of hours learning technical details of image processing. It’s just very fortunate that one of today’s programs bundle the most important image processing features into a single, very affordable program. We are featuring Bulk Photo Resizer in this article (it’s free to try out). We’ll explain the key things like file sizes, compression, photo resizing, and cropping. After reading this article, you’ll be able to put images into your web page effortlessly.&lt;br /&gt;&lt;br /&gt;Whatever the source of your photos is, you’ll need to make sure they are of right dimensions and file sizes for your web site. Dimensions mean the size of the image that you see on the display. File size refers to amount of storage space the picture takes up or how much data the picture contains. The larger the file size, the more amount of time it takes to download and appear on a visitor’s browser. Web surfers are very finicky, so you don’t want to have a site that takes too much time to bring up images. The more images there are, the longer it takes for them to load and the site to show completely.&lt;br /&gt;&lt;br /&gt;The good news is that you can reduce the file size without giving up much image quality. This can be done through a process called compression. Bulk Photo Resizer makes this procedure painless to do.&lt;br /&gt;&lt;br /&gt;But what should your photo’s dimensions be? You need to consider first, the screen size of the average monitor; some are larger or smaller, but most people have 800 pixels across. If a certain picture is really important to the site, then you would want to fill the main column of your page. If it is less important, than you may just fill half of the main column and have text flowing around it, or you can just place it in a narrower side column. Once you have decided on a page layout, you can now come up with the perfect dimensions of the images. For example, let’s say you have a single side column of 200 pixels and a main column of 600 pixels. For the largest, most important picture, you would limit the width to 600 pixels minus whatever margin you have (padding) around the picture, so it doesn’t sit flush against the sides of the column. Unless your site really requires a lot of large pictures, you don’t want to have more than one. For the side column, you would want to limit the picture to 200 pixels minus your padding around the picture.&lt;br /&gt;&lt;br /&gt;With Bulk Photo Resizer, you simply click on Resize and select custom size to get the exact width you desire. You only have to set the width and Bulk Photo Resizer will make sure the height is exactly the right proportion to prevent any unsightly stretching of your image. Maintaining everything in the right shape is called “preserving the aspect ratio.”&lt;br /&gt;&lt;br /&gt;If you are able to create high-resolution photos or have purchased stock photos, then you have no problem making a good impression. If an image’s resolution is not so good, then you can try making it a smaller size so that the low image quality would not be so noticeable. Be sure to get to know your camera if you are doing your own photography. You can adjust the resolution or image quality to a higher level if you want to. This will eat up more camera memory, but it is the recommended setting for the really important or detailed shots.&lt;br /&gt;&lt;br /&gt;After you have decided on the size of the image, something you’ll want to do before you resize it is to crop it. You’ll want to do this with most of your photos. When you crop an image, you’re trimming away its outer areas in order to feature the important objects or people in the photo. Bulk Photo Resizer, our featured program, makes this very easy. If the results don’t impress you, you can discard the changes you have done and try again. You can use Bulk Photo Resizer for one picture at a time, or on hundreds of photos all at once. Our testers reported that it was nearly impossible to make mistakes.&lt;br /&gt;&lt;br /&gt;There’s actually one mistake you don’t want to make – not saving a backup of the original image. Make sure to save the image you are resizing under a different file name when you’re making a major change. This way, if you decide you don’t like it, you can start over with the original image. What I do is add an underscore, then a number for a major version, then a letter for the smaller changes. The file name of the first change would end in “_1b.jpg,” for example. I also like to add something to remind me what I did if the project is likely to get complicated, for example, “_1b_crop.jpg.” The good thing about 1b, 1c and so forth, is that it keeps the image versions in chronological order when they are sorted by name in Windows Explorer, the Windows built-in program you use to look at the directories and files on your hard drive and peripherals.&lt;br /&gt;&lt;br /&gt;When saving a photo, you will need to know how much compression to use. You want to compress the image that will be going onto your website. If you’re just saving an image and plan to do more to it, then don’t use any compression. If an image has a file type of .jpg, then keep the compression setting at the lowest (meaning highest resolution). If the image is of .bmp file type, then it will not allow any compression unless you convert it to or save it as a .jpg.&lt;br /&gt;&lt;br /&gt;A compressed photo takes up less space and downloads to browsers much faster. The problem with compression, though, is loss of quality. Too much compression can cause your photo to become pretty blotchy. Almost all the images you see on the web are compressed. The file type that is best for images with shades of color or gradients of light and dark is .jpg. The popular file type for solid color art such as typical clip art, especially if they use transparent areas to get a non-square shape is .gif; .jpg images can’t do this although it can be simulated by using the exact same background color as the spot they will be in. If you do this correctly, the background will blend in with the website.&lt;br /&gt;&lt;br /&gt;If you are saving an image in its final form, then some compression is usually recommended. With Bulk Photo Resizer, compressing images is very easy. If you want compression to be not that obvious, use 80. Compression scale goes from zero to 100. 60 is a considerably high level of compression since the image starts to be noticeably blotchy at this setting. There should be no noticeable effect of compression at a setting of 90 or higher, although it will still reduce the file size a good bit.&lt;br /&gt;&lt;br /&gt;Remember that other web sites, such as picture posting sites, social networking sites, and dating sites all have rules as to how many kilobytes a photo can be. If they say it must be less than 100 KB, then check the size of your photo in a program such as Photo Resizer to see if your photo needs to be compressed or made smaller. Either action, resizing down or compressing, will give you a smaller file size.&lt;br /&gt;&lt;br /&gt;Before we proceed further, let me make sure you understand the difference between image size (dimensions) and file size (kilobytes) since this causes confusion to a lot of people. Image size, simply defined, is how big your photo looks while file size is how much space it takes up on your hard drive. Larger file sizes take more time to be displayed on a browser since the greater the file size, the more time it needs to be downloaded.&lt;br /&gt;&lt;br /&gt;After cropping your photo, you are now ready to resize. Enlarging a photo is not a good idea. One of Bulk Photo Resizer’s features is that it prevents this to be done. The reason for this is that when digital pictures are enlarged, the images start to get jagged edges (also called “jaggies”). Pixels are those little squares that make up the image. When these pixels get too big, the effect is similar to the one used on TV to obscure someone’s face or license plate. This effect is called pixelation. I’m sure you’ve seen pixelated images on the net; and it looks pretty inexpert.&lt;br /&gt;&lt;br /&gt;I’m sure you already have a hint that cropping an image gives you smaller dimensions. Bulk Image Resizer has tabs which will let you know the exact dimensions of the photo.&lt;br /&gt;&lt;br /&gt;The internet is full of excellent resources to help you give your web pages the right structure, as well as how to position things like photos on your page. Here are a couple tips to get you started. An example of an image tag is as follows:&lt;br /&gt;&lt;br /&gt;That command, in layman’s terms, stands for “The source of the image is ‘cousin_bill.jpg’ in the directory ‘images.’” You can also give a full address, such as “htttp://www.mywebsite.com/images/cousin_bill.jpg” if you want.&lt;br /&gt;&lt;br /&gt;It is also recommended to give the dimensions in the tag, so that the web page will not jump around as the image is forming in the visitor’s browser. Following is an example: . We also added the “alt” tag which makes the text show up when you put the cursor over the image. This tag also helps blind people know what images are on the page when their screen reader programs are talking to them.&lt;br /&gt;&lt;br /&gt;There’s plenty of other stuff you can learn about digital photos and putting them on your web site, however, we have covered what we believe are the most important things: cropping, resizing, compression, saving, and the image tag. We hope you have fun creating your web pages!&lt;br /&gt;&lt;br /&gt;by: &lt;b class="author"&gt;Vanya Markiewicz&lt;/b&gt;  &lt;!---- Begin Ad Box ---&gt;&lt;!---- End Ad Box ---&gt; &lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify; font-family: courier new;" id="permalink"&gt; &lt;strong&gt;Article Source:&lt;/strong&gt;&lt;br /&gt;&lt;a href="http://www.articlecity.com/articles/computers_and_internet/article_4656.shtml" title="Put Your Images on Your Website!" rel="bookmark"&gt;http://www.articlecity.com/articles/computers_and_internet/article_4656.shtml&lt;/a&gt; &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-886241524385191067?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/886241524385191067/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/05/put-your-images-on-your-website.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/886241524385191067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/886241524385191067'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/05/put-your-images-on-your-website.html' title='Put Your Images on Your Website!'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-5550325094697841231</id><published>2009-05-31T06:19:00.001-07:00</published><updated>2009-06-11T07:30:53.359-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>From Facebook to Phonebook - How Wingmen Stay Connected</title><content type='html'>&lt;div style="text-align: justify; font-family: courier new;"&gt;Like many of you, I recently joined the Facebook, Twitter and LinkedIn craze and it's been great. I've re-connected with old friends from high school, college, and my fighter pilot days, and I've also met some very interesting people. And yes – like you, I can easily spend a few hours a day on these sites checking out profiles and looking at cool videos and photos.&lt;br /&gt;&lt;br /&gt;Last week, I was driving home from a lunch meeting and was thinking of who I needed to re-connect with. David Greenberg (a personal friend and one of the best speaker coaches I know) came to mind. And I did something crazy. I didn't search for him on Facebook. Nor did I Tweet him a personal message. I didn't even send him an e-mail. I actually called him on the phone, and believe it or not, he answered! We connected, shared some cool business ideas, and I hung up feeling great.&lt;br /&gt;&lt;br /&gt;Yes, I know I'm being a bit facetious here. But I have to say that if there is one thing that drives this wingman ‘wingnuts' is when people abuse this whole social networking thing. In many ways, it's gone from "Here's what I'm doing" to "Here's what I'm selling." From "Let me connect you to" to "Let me sell you."&lt;br /&gt;&lt;br /&gt;Well, I've got news for you, ye social networking gurus. If I don't know you, I probably won't buy from you. The reason I said ‘probably' is because there are times when we will buy something from someone even if we don't know them. If it has value and can help our business/life, then hey, it's worth a look. And there's nothing wrong with occasionally sharing our great product, seminar, or book with our contacts. Social networking sites are a tremendous way to expose our market to our value. But please, let's not put our sales links and impersonal offers in EVERY POST we make on Twitter or Facebook!&lt;br /&gt;&lt;br /&gt;We need to be careful not to abuse the social networking sites and our connections. They are primarily for networking and making contacts, not direct sales.&lt;br /&gt;&lt;br /&gt;I believe our phone book should still remain our primary method for building and maintaining our relationships. One phone call equals 50 tweets and Facebook messages. Phone calls are great at building trust, and trust what a wingman is all about.&lt;br /&gt;&lt;br /&gt;So, here are some wingtips to augment your social networking efforts:&lt;br /&gt;&lt;br /&gt;1. Make it a priority to call a few of your special contacts every day. Do this first thing in the morning if able. These include your top clients, vendors, and yes, your friends.&lt;br /&gt;&lt;br /&gt;2. Use your phone judiciously. Before you head to the airport or Starbucks, make a list of a few wingmen to call while in your car or at the gate.&lt;br /&gt;&lt;br /&gt;3. Give something of value to your contact on the phone (i.e. a referral.). Before you hang up, ask them this special question: "Is there anything I can help you with?"&lt;br /&gt;&lt;br /&gt;4. ** If you really want to connect with a new e-contact, research their website and call them. I guarantee they will be impressed…and shocked.&lt;br /&gt;&lt;br /&gt;In this high speed age of Twitter and text messaging where words on a screen are the norm, we need to hear each other's voices. Voices incur emotion and emotion is what connects people. And when connections are made, trust is built and relationships develop. How people make you feel is what initially builds relationships, not the product they sell.&lt;br /&gt;&lt;br /&gt;So, if you want to be a Wingman - a trusted partner - to your network, don't forget to reference your Phonebook in addition to Facebook when flight planning your next mission.&lt;br /&gt;&lt;br /&gt;NEVER FLY SOLO!&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify; font-family: courier new;" id="permalink"&gt; by: &lt;b class="author"&gt;Waldo Waldman&lt;/b&gt;&lt;br /&gt;&lt;strong&gt;Article Source:&lt;/strong&gt;&lt;br /&gt;&lt;a href="http://www.articlecity.com/articles/computers_and_internet/article_4659.shtml" title="From Facebook to Phonebook - How Wingmen Stay Connected" rel="bookmark"&gt;http://www.articlecity.com/articles/computers_and_internet/article_4659.shtml&lt;/a&gt; &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-5550325094697841231?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/5550325094697841231/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/05/from-facebook-to-phonebook-how-wingmen.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/5550325094697841231'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/5550325094697841231'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/05/from-facebook-to-phonebook-how-wingmen.html' title='From Facebook to Phonebook - How Wingmen Stay Connected'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-109844166850467417</id><published>2009-05-31T06:14:00.000-07:00</published><updated>2009-05-31T06:18:11.580-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Back Up Your Data!</title><content type='html'>&lt;div style="text-align: justify; font-family: courier new;"&gt;oday's home computers have some wonderful features. The digital age has brought together some of our favorite past times and hobbies, such as photography, videos, and music.&lt;br /&gt;&lt;br /&gt;Not that long ago, all of these activities were very much separated.&lt;br /&gt;&lt;br /&gt;Photos taken with a film camera had to be developed into slides or prints in order to view and share them. If you wanted to send photos to relatives or friends, you had to pay for more print copies and send them in the mail. The photos themselves were most likely stored in a photo album or a box of some kind that ends up in the basement or attic.&lt;br /&gt;&lt;br /&gt;Video tape recordings had to be played back on a VCR so that you could view the tape on your television. The video tape cassettes were stored in some kind of container or cabinet.&lt;br /&gt;&lt;br /&gt;To listen to music you had to turn on a radio or a stereo system. Vinyl records were the only way to purchase music at one time and you needed a turntable or record player to play them. Next came music cassette tapes which made it possible to listen to your favorites in your car.&lt;br /&gt;&lt;br /&gt;Of course, all of this happened in the "pre-digital age". Nowadays, we take photos with our digital camera and can view them immediately. No more film to buy and process. We take videos with our digital video camera, no tape, just a memory card or a hard drive. We no longer have to go to a store to buy music. We download it from the internet. It seems like the compact disc came and went in the blink of an eye as far as music is concerned! I know that you can still purchase music CD's, but for how much longer?&lt;br /&gt;&lt;br /&gt;Now, all of this "digital media" from our various hobbies and activities can be brought together into one location where they can be manipulated and edited into one glorious presentation. A vacation video complete with music and dialogue is quite easily done by anyone at home with the right software. Yes! The personal computer has made all of this possible. Isn't it amazing how far we have progressed even in just the last twenty years!&lt;br /&gt;&lt;br /&gt;The digital age has also drastically changed the way we store our precious photos and files. I imagine most people rely on their home computer for storing their digital media, which makes sense. It has a much larger hard drive and memory than a camera or an MP3 (music file) player.&lt;br /&gt;&lt;br /&gt;This is all well and good as long as your computer and hard drive are in good working order. But as we all know, machines break, and if you are prepared for it, it can be a minor inconvenience. However, if you are not prepared, it can be a huge disaster.&lt;br /&gt;&lt;br /&gt;Being prepared in the computer world means having a backup of your photos, videos, music, and data. Without a proper backup, you are really taking a gamble on whether you will be able to enjoy your memorable moments in the future. A hard drive crash can result in a complete loss of your data in an instant. Sometimes the data can be recovered by various means and sometimes not. There is no guarantee. There are companies that will charge a hefty amount to attempt to recover your data, but again the results are not guaranteed.&lt;br /&gt;&lt;br /&gt;So how much are photos of your family worth? You can't put a price on such things. Why risk it? External USB hard drives are coming down in price every week. As of this writing you can get a 160 gigabyte external USB drive for around $60. That will probably sound ridiculously high a year from now. Even the USB jump drives that you can carry in your pocket like a package of gum are increasing in size. Recently, the upper limit is about 15GB, but it has probably increased even as I finish this sentence. Backing up your important data has never been easier than it is right now. There is no excuse and you can't say that you haven't been warned.&lt;br /&gt;&lt;br /&gt;Do yourself a big favor and back up your PC as soon as possible!&lt;br /&gt;by: &lt;b class="author"&gt;Larry Gustafson&lt;/b&gt;&lt;br /&gt;&lt;strong&gt;Article Source:&lt;/strong&gt;&lt;br /&gt;&lt;a href="http://www.articlecity.com/articles/computers_and_internet/article_4668.shtml" title="Back Up Your Data!" rel="bookmark"&gt;http://www.articlecity.com/articles/computers_and_internet/article_4668.shtml&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-109844166850467417?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://home-pc-help.com' title='Back Up Your Data!'/><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/109844166850467417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/05/back-up-your-data.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/109844166850467417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/109844166850467417'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/05/back-up-your-data.html' title='Back Up Your Data!'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-485890944508157997</id><published>2009-05-31T05:54:00.000-07:00</published><updated>2009-05-31T05:56:53.751-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Technology'/><title type='text'>IT Careers and Services</title><content type='html'>&lt;div style="text-align: justify; font-family: courier new;"&gt;Technology is everywhere. It’s the driving force of how we access information, how we conduct business, and how we live our lives. Technology gives us the edge to remain competitive in the twenty first century. While the demand for technology in the future is great, the job market is exceptional. There are a ton of jobs with the state local and federal government, local companies, contractors, and companies like Microsoft. Every job within the industry is like a separate entity. We know that Information is power, but for it to be useful, it must be accessible. That’s what the job of a computer and information systems manager is. Often referred to as IT (information technology) people, IT managers keep computer systems working properly and efficiently. They meet with employees to determine a company’s computer needs and work with the senior management to put in place the resources needed to meet to those needs.&lt;br /&gt;&lt;br /&gt;IT managers estimate budgets for projects such as installations or hardware and software upgrades. These managers develop computer networks and setup internet or intranet sites. They keep an eye on future needs too by developing backup and recovery systems and planning improvements. There are gigabytes even terabytes of information to keep track of. IT managers constantly oversee training programs and handle technical problems, often under high stress. In today’s world, we all know that even the slightest system failure can have a major impact on company’s productivity.&lt;br /&gt;&lt;br /&gt;A typical day is spent in an office environment and while the job tends to follow regular business hours, depending on the employer, evening and weekend work may sometimes be required. Due to the high pressure potential of the do job requirements, being flexible, both physically and mentally, can be extremely helpful for information technology managers. Though a college degree is expected, this position requires a proven track record in a related occupation such as systems analyst or computer programmer.&lt;br /&gt;&lt;br /&gt;Some IT managers hold advanced degrees and certificates or specialize in specific operating systems and administrative areas such as security or web hosting. Many work as consultants. Just remember that depending on the kind of position you take, you might need to have patience to provide information about something you know a lot about to people who don’t understand much beyond their keyboards. Because technology changes so rapidly, IT managers are constantly retraining. If you love the challenges of keeping pace with computer technology, power up to a careers in information technology.&lt;br /&gt;&lt;br /&gt;A great company worth mentioning is ACTS Solution. ACTS offers IT support solutions for small businesses in Florida. ACTS also provides expert consulting to enterprises nationwide. For enterprises with branch offices in Florida, ACTS Branch Office Support offers a seamless local extension of corporate IT management. ACTS certified engineers offer Windows Server 2003 support, Active Directory consulting, Microsoft Exchange Server 2003 help and expertise with the entire line of Microsoft's .NET servers.&lt;br /&gt;&lt;br /&gt;ACTS certified engineers offer Windows Server 2003 support, Active Directory consulting, Microsoft Exchange Server 2003 help and expertise with the entire line of Microsoft's .NET servers. With ACTS 24x7 remote network monitoring and emergency onsite troubleshooting, you'll maximize system uptime without breaking your IT budget. ACTS has extensive experience providing project management, special project assistance, application development, documentation, and procurement coordination. No company handles all your business IT needs better than ACTS.&lt;br /&gt;&lt;br /&gt;The world is increasingly dependent on information technology and companies like ACTS to keep up with all administrative and managing assets of this unique field. Nearly every field of endeavor now relies on computers. By having the mental agility and flexibility to move with a fast changing industry, your future will be bright in Information Technology services.&lt;br /&gt;&lt;br /&gt;by: &lt;b class="author"&gt;Salem Hassan&lt;/b&gt;  &lt;!---- Begin Ad Box ---&gt;&lt;!---- End Ad Box ---&gt;  &lt;br /&gt;&lt;div id="permalink"&gt; &lt;strong&gt;Article Source:&lt;/strong&gt;&lt;br /&gt;&lt;a href="http://www.articlecity.com/articles/computers_and_internet/article_4678.shtml" title="IT Careers and Services" rel="bookmark"&gt;http://www.articlecity.com/articles/computers_and_internet/article_4678.shtml&lt;/a&gt; &lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-485890944508157997?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.actsolution.net' title='IT Careers and Services'/><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/485890944508157997/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/05/it-careers-and-services.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/485890944508157997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/485890944508157997'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/05/it-careers-and-services.html' title='IT Careers and Services'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-5435357917871895615</id><published>2009-05-31T05:49:00.000-07:00</published><updated>2009-05-31T05:53:40.627-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Social Networking’s Foray into the Business World</title><content type='html'>&lt;div style="text-align: justify; font-family: courier new;"&gt;Social networking has undergone a revolutionary turnaround in the last five years. Such has been its power and reach that business, large and small, have leapt into the arena of “being social.” Web 2.0 too has ushered in with the latest trends in design and development which appears to swarm in millions of innovative websites.&lt;br /&gt;&lt;br /&gt;Designing of community web portals requires leveraging knowledge and usage of well-tested designs which are appealing enough to promote interaction and access to targeted users.&lt;br /&gt;&lt;br /&gt;The Web 2.0 has impacted the look and feel of websites with a pastel color-appearance, embossed 3D buttons, large captions, all rendering into a visually striking and appealing technique. Here are some important points how social networking websites have impacted the business world:&lt;br /&gt;&lt;br /&gt;• These types of websites offer low-cost connections to various businesses and to keep updated about upcoming entrepreneurs.&lt;br /&gt;&lt;br /&gt;• Social networking sites are pivotal in customer relationship management&lt;br /&gt;&lt;br /&gt;• Additionally, community portals which are custom-built serve as an effective platform for garnering publicity.&lt;br /&gt;&lt;br /&gt;• A comprehensive listing of virtual business communities for promoting business proactively.&lt;br /&gt;&lt;br /&gt;• Enabling clients to getting to know the company and form mutual associations through social networking tools and ideas.&lt;br /&gt;&lt;br /&gt;• Enabling the posting of publicity videos, and content aimed to capture the interest of the prospective clients.&lt;br /&gt;&lt;br /&gt;• Posting of company blogs which helps to update company achievements and research in the relevant industry on a daily or weekly basis.&lt;br /&gt;&lt;br /&gt;Nowadays, demand has been sky-high of various companies to organizations for the creation of social networks within their core team of members for different activities. There are also many websites like ning.com which help users create their own custom social network with the use of its online social network development software. Some of the common features of most of the social networks are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A personal user profile.&lt;/li&gt;&lt;li&gt;Admin console for control&lt;/li&gt;&lt;li&gt;Different types of search features&lt;/li&gt;&lt;li&gt;Innovative forums and relevant groups&lt;/li&gt;&lt;li&gt;Music download and upload features (online media player features)&lt;/li&gt;&lt;li&gt;Videos (uploading and downloading) along with embedding of other videos.&lt;/li&gt;&lt;li&gt;Pictures supporting most of the widely used file formats&lt;/li&gt;&lt;li&gt;Blogs for self expression&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Social networking website development has resulted in positive response from many companies, and even mini-blogs like Twitter are performing exceptionally well. Most of the social network application development tries to promote services of the companies and make its targeted audience about their own existence.&lt;br /&gt;&lt;br /&gt;There are many offshore social networking design and development companies which offer social community creation solutions to different companies, replete with innovative features and provide the demarcating edge which every company wants.&lt;br /&gt;&lt;div id="permalink"&gt; &lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;by: &lt;b class="author"&gt;Hemal Shrimanker&lt;/b&gt;  &lt;!---- Begin Ad Box ---&gt;&lt;!---- End Ad Box ---&gt;  &lt;br /&gt;&lt;strong&gt;Article Source:&lt;/strong&gt;&lt;br /&gt;&lt;a href="http://www.articlecity.com/articles/computers_and_internet/article_4686.shtml" title="Social Networking’s Foray into the Business World" rel="bookmark"&gt;http://www.articlecity.com/articles/computers_and_internet/article_4686.shtml&lt;/a&gt; &lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-5435357917871895615?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.indusa.com' title='Social Networking’s Foray into the Business World'/><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/5435357917871895615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/05/social-networkings-foray-into-business.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/5435357917871895615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/5435357917871895615'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/05/social-networkings-foray-into-business.html' title='Social Networking’s Foray into the Business World'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-3096806462858329426</id><published>2009-05-28T06:32:00.001-07:00</published><updated>2009-05-28T06:39:11.417-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='About Blog'/><title type='text'>Blog Defenitions</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;Blog is actually a web page or homepageyang developed further through the facilities tertrntu database. Thus, the user can set or pengelolahnya dish blog pages easily and quickly, without any configuration changes or overall web paga.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;The following definition be a blog from the mailing list and an interview with the user's blog:&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;weblog is dolumen text, images, and data are arranged according to chronology and hierarkis particular, which can be viewed via Internet browser. Such as internet explorer, mozila firefox, and the like.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;Publications periodically and keep thinking about someone and the personal web link.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;Blog contains journals that are provided on a web. Activity to update a blog called 'blogging'. Persons who use and manage the blog called 'bloggers'.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;A weblog is a journey that berkisinambungan, with the logic of sustainable and consistent. Pembasan topic in a blog are usually consistent on one main topic. Themes such as politics, literature, music, technology, news, etc..&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;A blog is basically a journal that is provided on the web. Blogs can be updated at any time with the application that has been provided by the provider. No special skills are required to update or manage your blog. Post in the blog regularly arranged according to certain criteria, usually with the date of order.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;Blog can be understood as a type or form Wesite is usually arranged in chronological teraturdan, with the order of entry or posting. Most recent on the top of the page .. And then the first sequence in accordance with the time postingannya.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link style="font-family: courier new;" rel="File-List" href="file:///E:%5CDOCUME%7E1%5CClieNT%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C02%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Verdana; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:536871559 0 0 0 415 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-no-proof:yes;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;/div&gt;&lt;p class="MsoNormal" style="font-family: courier new; text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Source: Tips Mudah Membuat Blog Bergaya dan Interaktif oleh Asdani Kindarto.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-3096806462858329426?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://asdani.blogspot.com' title='Blog Defenitions'/><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/3096806462858329426/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/05/blog-defenitions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/3096806462858329426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/3096806462858329426'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/05/blog-defenitions.html' title='Blog Defenitions'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-5973312131548358797</id><published>2009-05-28T05:49:00.000-07:00</published><updated>2009-05-28T06:29:55.729-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='History'/><title type='text'>History About Google</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_nxV9HSO33L0/Sh6MGb62NiI/AAAAAAAAABA/75wT6yyQ7Jk/s1600-h/logo.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 162px; height: 61px;" src="http://4.bp.blogspot.com/_nxV9HSO33L0/Sh6MGb62NiI/AAAAAAAAABA/75wT6yyQ7Jk/s200/logo.gif" alt="" id="BLOGGER_PHOTO_ID_5340860250309670434" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;Understanding How Search Engines Work&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;If you are an internet user, google certainly is nothing new for you. But perhaps that has not been known for more, there is little information on google.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;Google is known as many search engines. Search engine search tool is the data or information on the entire internet Jagat. Search engines index the database has been compiled from the results of a search conducted by a computer program (wanderer, crawler, robot, worm, spider) of sites that successfully tracked on the internet. Usually can be the title, te&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;xt, URL, etc.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;In its function as a search engine or search service service, search engines have three important components.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;a. Spiders are programs that crawl the web from one link to another link, identify, and read the pages there.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;b. Index is a database that contains the search results or a copy of a web page that was compiled by a spider.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;c. Search engine is a software mechanism that allows users to search or use the existing index.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;Thus, if you do a search through the search engines, then you only actually do the search for a database index of search engines, not the search for all sites on the Internet. Therefore, search results that you do with a different search engine, the results are different. Because each search engine has a different database.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;Therefore, if you enter keywords that you wish to search with google, then it will provide search results according to the data in the google database.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;Brief history of Google&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;Google was founded by two Ph.D. students from Stanford, Larry Page and Sergey Brin in 1998. google comes from the word 'googol', which is &lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_nxV9HSO33L0/Sh6NuZqyAKI/AAAAAAAAABI/xPSVgeHkKpk/s1600-h/default.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 121px; height: 90px;" src="http://4.bp.blogspot.com/_nxV9HSO33L0/Sh6NuZqyAKI/AAAAAAAAABI/xPSVgeHkKpk/s200/default.jpg" alt="" id="BLOGGER_PHOTO_ID_5340862036411809954" border="0" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;us&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;ed by M&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;ilton Sirotta, nephew of American ma&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;thematician Edword Kasner, to mention a number one and has 100 zeros behind him. Google uses this word to describe the company's mission to organize such a large number of information available in the virtual world and the real world.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;Initially, the search engine they called BackRub placed in the Stanford University website with the address google.stanford.edu. google.com own new domain registered on 15 Sepetember 1997.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;Joint venture have capital worth 1 million dollars, google officially became a company in a home garage in Menlo Park, California with the name google inc on 7 September 1998. kator after the move was in Palo Alto, google inc until now occupies the building at 1600 Ampithetre Parkway, Mountain View.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;What is interesting from google? There are many things of course. But one thing is quite interesting is the rule that all software enginer must use at least 20 persent their time - roughly the same as the one day a week - to do any project that interested them. Google may be aware that the employee has a smart and creative, may not open their own side project.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;20 percent rule is a way to encourage innovation for which Brin and Page memandangnya as something important. In order to build and maintain the right culture, creating a place that makes people want to work smart and motivated to deliver breakthrough ideas. The result is many breakthrough new google is born from the application of this rule. Poyek deemed eligible will be funded entirely by google.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:courier new;font-size:100%;"  &gt;The result is they can become part of the world's richest person with assets of each US$ 16.6 billion or Rp. 152 trillion. As Forbes magazine, ranking second property is the founder of google rank position 26 of the world's richest.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link style="font-family: courier new;" rel="File-List" href="file:///E:%5CDOCUME%7E1%5CClieNT%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C02%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Verdana; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:536871559 0 0 0 415 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-no-proof:yes;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;/div&gt;&lt;p class="MsoNormal"  style="text-align: justify;font-family:courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"  style="text-align: justify;font-family:courier new;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Source: Langkah Mudah Meraup Dolar Lewat Internet oleh Taufik Hidayat&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-5973312131548358797?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/5973312131548358797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/05/history-about-google.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/5973312131548358797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/5973312131548358797'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/05/history-about-google.html' title='History About Google'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_nxV9HSO33L0/Sh6MGb62NiI/AAAAAAAAABA/75wT6yyQ7Jk/s72-c/logo.gif' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-1498706594761447680</id><published>2009-05-28T05:35:00.000-07:00</published><updated>2009-05-28T05:43:22.686-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='About Me'/><title type='text'>About Me and My Blog</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_nxV9HSO33L0/Sh6GL290kKI/AAAAAAAAAAw/P4kiCTqG69M/s1600-h/Abd+Rauf.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 152px; height: 200px;" src="http://4.bp.blogspot.com/_nxV9HSO33L0/Sh6GL290kKI/AAAAAAAAAAw/P4kiCTqG69M/s200/Abd+Rauf.jpg" alt="" id="BLOGGER_PHOTO_ID_5340853746399482018" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:courier new;"&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;The research in my blog is not because I made my specialty. However, only the issue of engagement and interest only. Not the other. Meanwhile, I republish the article in this blog just to complement the content in this blog. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Im Abd Rauf. Call me Rauf. I Come from the village in Gowa, city of Makassar, South Sulawesi-Indoesian. In between the routine course, learn to manage my blog are self-taught. Only stock that makes me desperate a little familiar with the internet. WARNET once to insert the money to pay for internet. And finally I learned blogging. Capital is only because terlanjur like the virtual world. As if already love him. The reason for one, FREE. Freedom of expresion. Here we can share anything, but it is open without limits, I also still try to maintain ethics. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Internet start because I like kekagumanku and kejujurannya. Terkhusus blogging activity, I am interested because it has a blog, we can mold what we think and can be freely viewed by all over the world. Can be shared and self-actualisation have in it. In addition, the blog also was able to wash dollar that is not limited. With capital gartisan blog can bring a lot of money. Namnu unfortunately, I have not been successful, such as friends that have been successful. But it may only matter of time. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;I include a very behind in terms of the development of technology. I know the internet start at high school. However, later entering the University in 2006 at the State Islamic Universiti Alauddin Makassar new learning little by little fasiltas use the internet. Itupun only self-taught. In 2008 I started a new blogging study. But it's only actualization. Just pour the mind-thoughts hidden. I love to write since entering college majors Dakwah Faculty of Journalism &amp;amp; Communication. When I started that berpacu writing. Bulletin from the struggle until the campus newspaper and magazine kujalani. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;If you want to see the posts that just mere babble. You can visit my other blog. http://mystoryzone.blogspot.com and &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;http://homework-uin.blogspot.com&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-1498706594761447680?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://mystoryzone.blogspot.com' title='About Me and My Blog'/><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/1498706594761447680/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/05/about-me-and-my-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/1498706594761447680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/1498706594761447680'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/05/about-me-and-my-blog.html' title='About Me and My Blog'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_nxV9HSO33L0/Sh6GL290kKI/AAAAAAAAAAw/P4kiCTqG69M/s72-c/Abd+Rauf.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-6038370108621444797</id><published>2009-05-27T05:24:00.000-07:00</published><updated>2009-05-27T05:26:40.186-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips and Trik'/><title type='text'>Types of Computer Wallpapers</title><content type='html'>&lt;div style="font-family: courier new; text-align: justify;" id="body"&gt;&lt;p&gt;The desktop computer was, earlier, built with very little customizations for its user. Of course, the main concern was its necessity. But now that technology has progressed along with it, we can personalize every aspect of our computers, ranging from hardware accessories to systems and display tweaking. We can change the color of our computer's casing, or customize the sound alerts, menu format, and color displays. Even different desktop backgrounds are now made to suit every user's visual preference. And if you're the kind of person who likes to keep everything according to your taste, then you surely have lots of options today.&lt;/p&gt;&lt;p&gt;Desktop backgrounds can just be about anything. Almost all types of image files can be put up as wallpaper. Aside from the common .jpg or .bmp, you may also place other file extensions such as .png or .gif. You can put your pet's picture on it, your own picture, your favorite place's photo, your favorite movie's billing, your favorite celebrity's photo or some graphic design that you, yourself made. If you're not contented with your own pictures and want to check out on some other wallpapers, there are also a million pre-customized wallpapers that are available online, and most of them are for free. Some websites are dedicated to giving users the best visuals arranged in categories for easy browsing.&lt;/p&gt;&lt;p&gt;If you're the kind of person who doesn't like seeing the same wallpaper all the time, and yet you don't have time to change it as often as you like, there's a solution to that problem. There is software that schedules wallpapers to change at a specified time and regularity. All you have to do is load the pictures that you want to shuffle, in the library of the software, and then set up the time that wallpapers have to shift, and you won't have to change them yourself again.&lt;/p&gt;&lt;p&gt;Ever saw the aquarium-type desktops where fishes are swimming right before your eyes? There are also animated desktop backgrounds today, that make your desktop come to life.&lt;/p&gt;&lt;p&gt;The choices of desktop backgrounds that you can have nowadays are massive and varied. You can even change them every single day if you like, even every single minute if your wallpapers bores you too quickly! You can either put on your own image files or download photos from websites that offer them for free. With the technology that we have now, wallpaper choices are endless!&lt;/p&gt;&lt;p&gt;&lt;span class="copyright"&gt;By &lt;a id="link_54" href="http://ezinearticles.com/?expert=Rober_Ron"&gt;Rober Ron&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Article Source: &lt;a id="link_90" href="http://ezinearticles.com/?expert=Rober_Ron"&gt;http://EzineArticles.com/?expert=Rober_Ron&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-6038370108621444797?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://ezinearticles.com/?Types-of-Computer-Wallpapers&amp;id=2377533' title='Types of Computer Wallpapers'/><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/6038370108621444797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/05/types-of-computer-wallpapers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/6038370108621444797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/6038370108621444797'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/05/types-of-computer-wallpapers.html' title='Types of Computer Wallpapers'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1187910486309612838.post-8904423772686257919</id><published>2009-05-27T04:41:00.000-07:00</published><updated>2009-05-27T04:44:26.052-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips and Trik'/><title type='text'>How to Convert Word Documents Into PDF Format</title><content type='html'>&lt;div style="font-family: courier new; text-align: justify;" id="body"&gt;&lt;p&gt;So, you want to convert your Word documents into PDF, right? Well, it's not as tough as it might have appeared to you. It is fairly simple. In a few steps the work gets done without much wasting time and effort. But before we actually learn about the conversion process, let's begin understanding that what is a PDF and why do people want to opt for PDF though there are many ways to share documents. First we'll talk about what exactly are PDF.&lt;/p&gt;&lt;p&gt;Portable Document Format (PDF) is a file format that is commonly used for sharing Word documents amongst the readers who may not have Word installed on their systems. The format conserves the layout of the document and checks against editing the document when opened using Word. Word by itself does not allow you to save documents in this format. Third-party tools and plug-ins software allow the conversion of Word documents to PDF and convert PDF into a Word document.&lt;/p&gt;&lt;p&gt;Why PDF? Well, the answer is portability on various operating systems without the risk of document being edited and altered. By portability I mean that a document saved in this format can be read on every machine and portable device including Pads. All you need to do is to download Adobe's free reader, and your PDF file can be read on almost any computer. If you want that your file be read on all portable devices, all you need to do is to save your file into a PDF format.&lt;/p&gt;&lt;p&gt;Let us now look at how to create a PDF. There are numerous ways in which you can create your PDF. But the official way is to purchase Adobe Acrobat that is the only authentic tool that will allow you to create, read, edit, and search a PDF with little or no effort. After you install Acrobat, you will notice that it also installs a number of tools, along with a Word macro that makes PDF creation as easy as clinking a button. Alongside, a Windows printer driver is also installed that allows you to create PDF from any printing application. Sounds great, isn't it?&lt;/p&gt;&lt;p&gt;You may also create a PDF online by using the Adobe's on-line solution called Create Adobe PDF Online . You need to subscribe but with a free trial that is on offer you can create your first five PDF for free. Moreover, if you conduct a Goggle search, you may also get a list of a number of programs that offer the same facilities as Adobe and are available either as freeware, shareware or paid. These software vary in the number of features they offer and hence their costs and rating. To select the one that suits your needs the best, it is better to try some.&lt;/p&gt;&lt;p&gt;Another way is the Open Office which is a free suite of office applications, very much like MS-Office, that includes a Word processor like Word . Open Office allows you to read Word documents and also to create PDF. Here the feature set looks quite similar, a bit different from Word and Acrobat, hence there may be issues with compatibility. But it is a well supported open source application with an active and helping user community. Professionally, Adobe is by far the best choice whether you want to convert your Word document into a PDF or convert PDF back to Word format.&lt;/p&gt;&lt;p&gt;&lt;span class="copyright"&gt;By &lt;a id="link_55" href="http://ezinearticles.com/?expert=Sam_Miller"&gt;Sam Miller&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Article Source: &lt;a id="link_94" href="http://ezinearticles.com/?expert=Sam_Miller"&gt;http://EzineArticles.com/?expert=Sam_Miller&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1187910486309612838-8904423772686257919?l=icthomes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icthomes.blogspot.com/feeds/8904423772686257919/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://icthomes.blogspot.com/2009/05/how-to-convert-word-documents-into-pdf.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/8904423772686257919'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1187910486309612838/posts/default/8904423772686257919'/><link rel='alternate' type='text/html' href='http://icthomes.blogspot.com/2009/05/how-to-convert-word-documents-into-pdf.html' title='How to Convert Word Documents Into PDF Format'/><author><name>Abd Rauf</name><uri>http://www.blogger.com/profile/03627573008832897464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_nxV9HSO33L0/SxWo-AtG-fI/AAAAAAAAAD0/ASHyAGt7f10/S220/artwork.jpg'/></author><thr:total>0</thr:total></entry></feed>
