Monday, 16 May 2011

Google Global

Google global would be useful for those companies and SEO-masters that are interested in monitoring how Google search results appear in different countries, regions and cities. Thanks to customized settings you can easily set your own locations and start work.


Friday, 22 April 2011

Setting up the HTML

Now that we have decided how we are going to integrate the styling into the HTML file we have to set-up the HTML file to pull in the style sheet.

We have 2 main methods to call the style sheet:

   1. Link href
   2. @import

Method 1: link href
Click for (X)HTML Code
Open or Close Box
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN" dir="ltr">
<head>
<title>External CSS Stylesheet</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="styles.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
</html>

Method 2: @import
Click for (X)HTML Code
Open or Close Box
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN" dir="ltr">
<head>
<title>External CSS Stylesheet</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
@import url("styles.css");
</style>
</head>
<body>
</html>

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 Graphic Design Services

Contact world leading website design company for following Graphic Design Services:
Logo Design , Banner Design, Graphic Design, Flyer Design, Newsletter Design, CD Cover Design, Magazine Design
Illustration Design, Cartoon Design, Corporate Identity Design, HTML Newsletter Design, Business Card Design,
Advertisement Design, Flex Design, Hoarding Design.
http://www.websitedesign1.com/

Tuesday, 22 February 2011

Samsung NaviBot Silencio promises quieter robotic hoovering ‎

Samsung has announced the NaviBot Silencio robotic cleaner, a faster, quieter iteration of the original Roomba-alike NaviBot.

The little alien-like device can be programmed to simply putter around your home, sucking up dust and dirt while you put your feet up or go out to aerobics or whatever it is you do when you're not hoovering.

The robot also has cognitive mapping technology which uses two CPU control chips and a navigation program that allow it to remember where it has already cleaned.

Robotic servant

It also has a little camera which takes 30 photos of a room per second to create a virtual map which the NaviBot uses to decide the quickest and safest route around the room.

We've always said that robot vacuums should be seen but not heard, and the NaviBot Silencio is on its way to a quiet life with its running volume of 62dB, about the same as a normal conversation.

Don't be fooled by the name of the pet haircare system; it is not a handy dog-grooming attachment, but a special comb for picking up pet hair.

The NaviBot Silencio UK release date is set for April 2011, while UK pricing will be around £500.

But the real question on everyone's lips is: will the NaviBot Silencio prove as popular with our feline friends as the Roomba?

Read more: http://www.techradar.com/news/world-of-tech/samsung-navibot-silencio-promises-quieter-robotic-hoovering-930123#ixzz1EgbzHLDW

source. http://www.techradar.com/news/world-of-tech/samsung-navibot-silencio-promises-quieter-robotic-hoovering-930123

Apple Stays Quiet on Potential Fourth Street Store

Renovation of the 1823 Fourth St. property is pending approval of a building permit from the city, which will enable Alameda-based architecture firm MBH Architects to expand retail space by 2,555 square feet with the addition of a partial second story, according to city documents.

Since the property has already been zoned for retail use, the opening of a different type of retail establishment in the same location does not need to be approved by the city, according to Dave Fogarty, the city's economic development coordinator. The building permit, which is necessary for architectural changes to the store's physical structure and expansion of retail space, was filed on Nov. 18 by MBH Architects.

The building permit is currently in the "plan check" stage, awaiting approval from a city plan checker who must comb through the store's construction plans and determine whether they meet California and local building codes.

"The city has a legal obligation to make sure the building is done safely according to modern building codes," Fogarty said. "So they're concerned with things like fire safety, building safety, seismic safety (and) disability accessibility."

Nick Leahy, public relations manager for corporate communications at Apple, would not confirm any affiliation between Apple and MBH Architects. He also declined to comment on any plans Apple may have to occupy the Fourth Street property.

"We haven't made any announcements about a store in that location," he said.

A representative from MBH Architects also declined to comment on any sort of partnership they may have with Apple.

Fogarty added that it is common for building permits to be submitted by a contractor or architect rather than the business that will occupy the property.

Though construction on the building has yet to be approved by the city, Apple was given permission to partition the building on Jan. 11, according to city documents. Lynne Tingle, executive director and founder of The Milo Foundation - which has been using the plaza space in front of the location to operate its weekly mobile pet adoption agency - said the partition walls were put up a month ago, enclosing the plaza area and sidewalk and forcing the adoption agency to move to another location down the street.

"It was a great space to be doing mobile adoptions," Tingle said. "It's sort of been a mainstay for animal adoptions on Fourth Street for 15 years."

Despite the buzz surrounding the potential opening, Wai Lee, owner of Modern Accessories for Computers located on Shattuck Avenue, said he expects to maintain his group of loyal customers.

"It's really hard to get an appointment with anyone at Apple," he said. "Our customers just walk in. We have enough resources to do that. We've been around for 26 years."

According to Fogarty, once the city's plan checker approves the building permit, construction at the site can begin, and could potentially be completed by July 2011.

source. http://www.dailycal.org/article/112042/apple_stays_quiet_on_potential_fourth_street_store

Wednesday, 16 February 2011

It is very important that several different components

 It is very important that several different components of web development and interaction can work together in order for the Web to be accessible to people with disabilities. These components include:

    * content - the information in a web page or web application, including:
          o natural information such as text, images, and sounds
          o code or markup that defines structure, presentation, etc.
    * Web browsers, media players, and other "user agents"
    * assistive technology, in some cases - screen readers, alternative keyboards, switches, scanning software, etc.
    * users' knowledge, experiences, and in some cases, adaptive strategies using the Web
    * developers - designers, coders, authors, etc., including developers with disabilities and users who contribute content
    * authoring tools - software that creates web sites
    * evaluation tools - web accessibility evaluation tools, HTML validators, CSS validators, etc.


Website Maintenance