Archive

Posts Tagged ‘color’

Computer Selector

October 11th, 2009 admin No comments

Camera Selector Help........?

I had an Olympus fe-230 but it by accidentally fell and broke the screen, the camera was fine for me... i just liked the idea of changing the color features(color, sepia, black and white, ect.) which it did NOT have.

I am getting another digital camera for Christmas and would like the color feature, slim as possible, big screen, easy to upload on the computer, easy to take pics, and an overall nice camera that i can enjoy for as long as possible....

About the color accent option: it seems to be a current fad that people are getting excited about.
The camera keeps one color and turns everything else black and white.

I would never use such a feature for the following reasons:

• You are very limited in what you can do.
• The function isn't always reliable or accurate. The camera's idea of "red" might be different to yours. It will often include/exclude areas that don't want to be included/excluded.
• What if you just happened to take your best photo ever, but instead of having a real color photo, you only have some partial b&w thing that might look totally awful. You'd kick yourself.
• If you do the "Selective or Partial Desaturation" (as it is called correctly) in post processing, you have much more control over it, and will get a way better result. Plus you can keep your original color version, too.

This also applies to any color effects done in camera like b&w or sepia - you're better off NOT to.

If you don't have your own image editor, you can go to www.picnik.com and use their effects menu which makes it very easy.

About which camera to buy:

People so often ask: "Which one is a good camera to buy?"
Here is my 10 cents on the subject:

Point & Shoot cameras are wonderfully handy because of their small size.
When light conditions are ideal, they even take really nice photos - all of them do.

However, they all DO have limitations - they don't do very well in low light situations (i.e. noisy photos, hard to avoid blur, etc). The little onboard flash is very harsh at close range, and doesn't reach very far.
Many of them have no manual functions, so you are limited to only very basic photos, you can't compensate for unusual situations, or do many fun "tricks" and special effects.
P&S's also suffer from frustrating shutterlag and many of them chew through batteries rather quickly.

However, if you're ok with all those limitations, then go ahead and pick one, most of them (the same type and same price range) are rather similar. Personally I would pick either a Canon or a Nikon, and would certainly stay away from Kodak.

A higher end P&S will give you more manual options and better quality. Many of those even give you the option of adding a proper flash (which makes a big difference to your flash photos).

Don't worry too much about megapixels…. there is a limit to how many pixels you can squash into a tiny P&S sensor before you actually LOSE quality rather than gain it.

Decide which features are important to you, and look for cameras that have that feature.
Then go compare a few models on www.dpreview.com .

The very best thing you can do for your success is to borrow some books and learn about basic photography. A bit of knowledge will make a much bigger difference to your photos than your choice of P&S camera can.

For what it's worth - if I was in the market for a P&S camera right now, my choice would be a Canon Powershot SX10 IS http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=144&modelid=17630

No items matching your keywords were found.

What is CSS?

Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation (that is, the look and formatting) of a document written in a markup language. It’s most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL.

CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the colors, fonts, and layout. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for table less web design). CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices. While the author of a document typically links that document to a CSS style sheet, readers can use a different style sheet, perhaps one on their own computer, to override the one the author has specified.

CSS specifies a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called cascade, priorities or weights are calculated and assigned to rules, so that the results are predictable.

Syntax

CSS has a simple syntax, and uses a number of English keywords to specify the names of various style properties.

A style sheet consists of a list of rules. Each rule or rule-set consists of one or more selectors and a declaration block. A declaration-block consists of a list of semicolon-separated declarations in braces. Each declaration itself consists of a property, a colon (:), a value, then a semi-colon (;)

In CSS, selectors are used to declare which elements a style applies to, a kind of match expression. Selectors may apply to all elements of a specific type, or only those elements which match a certain attribute; elements may be matched depending on how they are placed relative to each other in the markup code, or on how they are nested within the document object model.

In addition to these, a set of pseudo-classes can be used to define further behavior. Probably the best-known of these is: hover, which applies a style only when the user 'points to' the visible element, usually by holding the mouse cursor over it. It is appended to a selector as in a:hover or#elementid:hover. Other pseudo-classes and pseudo-elements are, for example: first-line, visited or: before. A special pseudo-class is: lang(c), "c".

pseudo-class selects entire elements, such as: link or: visited, whereas a pseudo-element makes a selection that may consist of partial elements, such as: first-line or: first-letter.


Uses of CSS

Prior to CSS, nearly all of the presentational attributes of HTML documents were contained within the HTML markup; all font colors, background styles, element alignments, borders and sizes had to be explicitly described, often repeatedly, within the HTML. CSS allows authors to move much of that information to a separate style sheet resulting in considerably simpler HTML markup.

Headings (h1 elements), sub-headings (h2), sub-sub-headings (h3), etc., are defined structurally using HTML. In print and on the screen, choice offont, size, color and emphasis for these elements are presentational.

Prior to CSS, document authors who wanted to assign such typographic characteristics to, say, all h2 headings had to use the HTML font and other presentational elements for each occurrence of that heading type. The additional presentational markup in the HTML made documents more complex, and generally more difficult to maintain. In CSS, presentation is separated from structure. In print, CSS can define color, font, text alignment, size, borders, spacing, layout and many other typographic characteristics. It can do so independently for on-screen and printed views. CSS also defines non-visual styles such as the speed and emphasis with which text is read out by aural text readers. The W3C now considers the advantages of CSS for defining all aspects of the presentation of HTML pages to be superior to other methods. It has therefore deprecated the use of the entire original presentational HTML markup.

About the Author

Best web hosting service is the best place to get reviews for the various webhosts as well as a great place to compare the services they offer. With almost every prominent webhost listed on the website, you really do not have to look elsewhere.