Monday, 16 May 2011

Type Navigator

This is a font visual search system which helps you to identify unknown fonts giving a proper information about font name and sometimes even about the designer who have created this font.

Friday, 22 April 2011

The CSS ID Selector

The "id" selector can only be used once per document when you are creating clean valid code.

It can be used multiple times but this is not recommended.

The "id" selector is defined in either your inline or extenal CSS files using "#" and then a name. The name can not start with a number for example: "#1" would not work, this is browser specific but a rule of thumb is to never create styles for a single browser and therfore dont start the "id" with a number!

There are also as in the "class" selector 2 methods of declaring the "id" selector, whereby the HTML code is the same.

Example:

#content{
text-align: right;
}

HTML CODE
<div id="content">Content Goes Here</div>

Using the following method you define a specific HTML tag to have the "id" attributes .

Example:

div#content{
text-align: right;
}

HTML CODE
<div id="content">Content Goes Here</div>

The "id" can be used on all HTML tags that accept CSS styling, for example:

Example:

HTML CODE
<h1 id="logo">CSS Tutorials</h1>
<p id="copyright">My Text Here</p>
<span id="bold">Specific Bold Tag</span>
etc....


Website Design | Website Design Company | Web Development
Get a beautiful website design. Studio Web is a results oriented web design & online marketing firm serving companies worldwide.
Sponsored Link

Sunday, 13 March 2011

Contact world leading website design company for following Website Design Services

Contact world leading website design company for following Website Design Services:
Website Redesign, Ecommerce Design, Flash Web Design, Facebook Adaption, Website Design Joomla, Website Maintainance,
Rich Media Websites, Social Media Networking, Website Design Drupal, Website Design Custom, Website Design Wordpress,
Online Store Development, Website Design OScommerce, Content Management Systems, Professional Corporate Websites,
http://www.websitedesign1.com/
 

Monday, 21 February 2011

Samsung Galaxy S II vs Apple iPhone 4

The Samsung Galaxy S, along with the HTC Desire, is one of the most popular Android smartphones on the market in Australia. Samsung has just lifted the lid on its hotly anticipated next-generation Galaxy S, aptly titled the Galaxy S II. Does it have what it takes to compete with the Apple iPhone 4?
Latest news from Consumer Electronics

    * IPhone workers still sick after chemical poisoning
      (22.02.2011 kl 04:53)
    * ViewSonic launches world's first dual-SIM Android phone
      (22.02.2011 kl 01:22)
    * Set Sail in Star Traders RPG for Android
      (22.02.2011 kl 01:17)
    * Frequently Asked Photo Questions for February
      (22.02.2011 kl 01:15)
    * Mega motion-gaming match-up
      (21.02.2011 kl 20:34)
    * Honeycomb Ported to Nexus One, Sadly Can't Make Calls
      (21.02.2011 kl 20:12)

The Samsung Galaxy S, along with the HTC Desire, is one of the most popular Android smartphones on the market in Australia. Samsung has just lifted the lid on its hotly anticipated next-generation Galaxy S, aptly titled the Galaxy S II. Does it have what it takes to compete with the Apple iPhone 4?

Read our original Samsung Galaxy S review, and our Apple iPhone 4 review.

Check out our detailed preview of the Samsung Galaxy S II preview and see our roundup of the best upcoming smartphones in 2011.

Boasting a 4.3in Super AMOLED Plus display with a resolution of 800x480, an 8-megapixel rear camera that doubles as a 1080p HD video recorder, a 2-megapixel front camera for video calls, and an integrated Near Field Communications (NFC) chip, the Samsung Galaxy S II definitely holds some advantages over the iPhone 4.

With this in mind, how does the Samsung Galaxy S II stack up against the iPhone 4 when it comes to specifications?

source. http://news.idg.no/cw/art.cfm?id=DE4E7311-1A64-6A71-CE2A94E63DEF9A8F

Apple to release new MacBook Pros on Steve Jobs' birthday

BEIJING, Feb. 22 (Xinhuanet) -- Apple will release updates to its MacBook Pro line on Steve Jobs' birthday this Thursday, according to reports citing the company insiders.

Jobs, Apple's co-founder and chief executive, turns 56 on February 24, and this birthday will be celebrated with new Apple Mac books being released in every iStore.

Packages of the new models are being reportedly delivered to resellers and Apple Stores, and they will be unwrapped on Steve Jobs' Birthday.

Reports also say that Apple partners are under strict warnings not to open or examine their contents until they are told to do so, or else their licenses to sell might be revoked.

The company wished to honor Steve Jobs while he is on his medical leave.

Jobs has been battling pancreatic cancer and underwent surgeries in the U.S. and Switzerland. He also got a liver transplant while continuing his revolution in music, smartphones, mobile software, tablets and highly mobile notebooks.

source. http://news.xinhuanet.com/english2010/sci/2011-02/22/c_13743718.htm

Wednesday, 16 February 2011

The Uniform Resource Locator was created

The Uniform Resource Locator was created in 1994[2] by Tim Berners-Lee and the URI working group of the Internet Engineering Task Force.[3] The format is based on Unix file path syntax, where forward slashes are used to separate directory or folder and file or resource names. Conventions already existed where server names could be prepended to complete file paths, preceded by a double-slash (//).[4]

File formats may also be specified using a final dot suffix, so that requests for file.html or file.txt may be served directly whereas file.php needs to be sent to a PHP pre-processor before the processed result is served to the end user. The exposure of such implementation-specific details in public URLs is becoming less common;[5] the necessary information can be better specified and exchanged using Internet media type identifiers, previously known as MIME types.

Berners-Lee later regretted the use of dots to separate the parts of the domain name within URIs, wishing he had used slashes throughout.[4] For example, http://www.example.com/path/to/name would have been written http:com/example/www/path/to/name. Berners-Lee has also said that, given the colon following the URI scheme, the two forward slashes before the domain name were also unnecessary.[6]

Search Engine Optimization