Monday, 16 May 2011

Sigplus

Simple and powerful extension that delivers a great set of useful features including lightbox, slider and carousel options among others. Also you can configure many important features such as image margin, border, padding, slider/rotator orientation, animation speed and so on.

Friday, 22 April 2011

Using @import for multiple Style Sheets

If you have a website that is very extensive and requires a considerable amount of styling then you can cut corners by using the "@import" rule to import multiple cascading style sheets.

When using multiple Cascading Style Sheets it is to be noted that the CSS syntax is only used when it is required.

Using the following example you can use the <link> tag to link to multiple CSS files and they will be pulled in when the HTML file is opened in the browser. This clutters your code and delays loading times (dependant on file size).

Example:

HTML CODE:
<!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" lang="EN" dir="ltr">
<head>
<title>Integration of Multiple CSS Style Sheets</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="file1.css" type="text/css" />
<link rel="stylesheet" href="file2.css" type="text/css" />
<link rel="stylesheet" href="file3.css" type="text/css" />
<link rel="stylesheet" href="file4.css" type="text/css" />
<link rel="stylesheet" href="file5.css" type="text/css" />
</head>
<body>
</body>
</html>

The easier way to apply multiple files is to use the "@import" rule (browser support dependant). In our example we import "main.css" which calls in multiple files. These files are called by the browser or User Agent when needed e.g. HTML tags call the CSS.

Example:

HTML CODE:
<!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" lang="EN" dir="ltr">
<head>
<title>Using @import</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
@import url("main.css");
</style>
</head>
<body>
</body>
</html>

CSS File "main.css" Contains The Following Syntax
@import "file1.css";
@import "file2.css";
@import "file3.css";
@import "file4.css";
@import "file5.css";


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 Data Entry Services

Contact world leading website design company for following Data Entry Services:
Bulk Data Entry, Online Data Entry, Offline Data Entry, Image Data Entry, OsCommerce Data Entry, Product Data Entry
Ecommerce Data Entry, Auction Data Entry, Directory Data Entry, Data Entry for Mailing List, Insurance Data Entry,
Legal Data Entry, Subscriptions Data Entry, Affordable Data Entry, Online Data Entry
http://www.websitedesign1.com/

Tuesday, 22 February 2011

Over 1000 US Schools Apply to Samsung Contest ‎

Some 1,100 schools in the U.S. have applied to participate in a contest run by Samsung Electronics to raise enthusiasm for science and math education, the company said Thursday.

Samsung, which has teamed up with Microsoft and Adobe for the "Solve for Tomorrow" contest, has narrowed the field down to 10 finalists and is asking the public to vote for the winner on its website.

The schools are competing for products worth some US$1 million from the sponsors.

source. http://english.chosun.com/site/data/html_dir/2011/02/21/2011022101102.html

Monday, 21 February 2011

Official Mac OS 7 Apple Playing Cards for Auction

It turns out your collection of Apple memorabilia isn’t complete: For auction on Ebay is a deck of Apple-branded playing cards released to mark the icons used in Mac OS 7 (or possibly Mac OS 7.6) purchased in 1997 at Apple’s campus store. The cards are currently bid at £225 (US$364.87), with a bit less than 6 days left to go in the auction.

The cards feature Bombs, Clocks, Mac Face and Trash Cans instead of Clubs, Hearts, Diamonds and Spades, as you can see in the photo below. The owner says that the deck has been opened and viewed, but never played, adding, “There are no creases or bends in any card, and they are perfectly clean and white.”

For those not familiar with Apple’s past marketing practices, the company used to issue a variety of Apple and Mac-branded gear used by the sales team as swag and/or sold at the store on Apple’s Cupertino campus.

Most of that ended when Steve Jobs came back as CEO in 1997, save for material specifically tied to the company’s marketing campaigns, like Think Different posters and similar posters Apple used to give away at Macworld. Today, Apple fans can buy shirts, coats, mugs, notebooks, pens, and desktop accessories at the campus store.

This reporter has never seen a deck of cards like this before, and we’d like to thank MacStories for the heads up on the auction.

source. http://www.macobserver.com/tmo/article/official_mac_os_7_apple_playing_cards_for_auction/

Wednesday, 16 February 2011

Web site design crosses multiple disciplines of multiple information systems

 Web site design crosses multiple disciplines of multiple information systems, information technology, marketing, and communication design. The web site is an information system whose components are sometimes classified as front-end and back-end. The observable content (e.g. page layout, user interface, graphics, text, audio) is known as the front-end. The back-end comprises the organization and efficiency of the source code, invisible scripted functions, and the server-side components that process the output from the front-end. Depending on the size of a web development project, it may be carried out by a multi-skilled individual (sometimes called a web master), or a project manager may oversee collaborative design between group members with specialized skills.

E-Commerce

Tuesday, 15 February 2011

Web Design

Such elements as text, forms, images (GIFs, JPEGs, Portable Network Graphics) and video can be placed on the page using HTML/XHTML/XML tags. Older browsers may require Plug-ins such as Adobe Flash, QuickTime, Java run-time environment, etc. to display some media, which are embedded into web page by using HTML/XHTML tags.

Improvements in browsers' compliance with W3C standards prompted a widespread acceptance and usage of XHTML/XML in conjunction with Cascading Style Sheets (CSS) to position and manipulate web page elements and objects.

Typically web pages are classified as static or dynamic:

    * Static pages don’t change content and layout with every request unless a human (web master/programmer) manually updates the page. A simple HTML page is an example of static content.
    * Dynamic pages adapt their content and/or appearance depending on end-user’s input/interaction or changes in the computing environment (user, time, database modifications, etc.) Content can be changed on the client side (end-user's computer) by using client-side scripting languages (JavaScript, JScript, Actionscript, etc.) to alter DOM elements (DHTML). Dynamic content is often compiled on the server utilizing server-side scripting languages (Perl, PHP, ASP, JSP, ColdFusion, etc.). Both approaches are usually used in complex applications.

With growing specialization in the information technology field there is a strong tendency to distinguish between web design and web development.   Web design is a kind of graphic design intended for the development and styling of objects of the Internet's information environment to provide them with high-end consumer features and aesthetic qualities.

This definition separates web design from web programming, emphasizing the functional features of a web site, as well as positioning web design as a kind of graphic design.[1] The process of designing web pages, web sites, web applications or multimedia for the Web may utilize multiple disciplines, such as animation, authoring, communication design, corporate identity, graphic design, human-computer interaction, information architecture, interaction design, marketing, photography, search engine optimization and typography.

    * Markup languages (such as HTML, XHTML and XML)
    * Style sheet languages (such as CSS and XSL)
    * Client-side scripting (such as JavaScript)
    * Server-side scripting (such as PHP and ASP)
    * Database technologies (such as MySQL and PostgreSQL)
    * Multimedia technologies (such as Flash and Silverlight)

Web pages and websites can be static pages, or can be programmed to be dynamic pages that automatically adapt content or visual appearance depending on a variety of factors, such as input from the end-user, input from the webmaster or changes in the computing environment (such as the site's associated database having been modified).