Tuesday, 22 February 2011

Samsung Wave 578 who we do appreciate in hands-on photos ‎

If you've been craving the sleek Samsung Wave, but can't afford its waterlogged price-tag, check out the Samsung Wave 578. It's not as big or good-looking as the daddy of the Wave family, but it shares many of the same features under the hood.

The Wave 578 isn't one of those Android phones everyone's on about. Instead, it uses Samsung's own simpler, smart phone-inspired user interface, called Bada. You still get a colourful touchscreen, and several home screens you can fill with widgets. But the app store is limited to a handful of Samsung's own choices, compared to thousands on Android.

The Wave 578 doesn't skimp on hardware features, despite being a budget phone. It's got the latest 802.11n Wi-Fi and Bluetooth 3.0, as well as 3.6Mbps HSDPA for faster downloads over 3G.

You do have to make some sacrifices to keep the Wave 578 on the bargain shelf. Costs are kept down with a 3.2-megapixel rear camera and a 0.3-megapixel snapper on the front.

Check out our photo gallery above to catch the Wave 578.

Read more: http://crave.cnet.co.uk/mobiles/samsung-wave-578-who-we-do-appreciate-in-hands-on-photos-50002840/#ixzz1EgoYbcVL
 
source. http://crave.cnet.co.uk/mobiles/samsung-wave-578-who-we-do-appreciate-in-hands-on-photos-50002840/

Monday, 21 February 2011

Apple television set on the way?

Apple could be working on producing television sets, according to reports.
Latest news from Business Issues

    * Small business protection required for the online world
      (21.02.2011 kl 18:36)
    * How to Be a Proactive Task Handler
      (21.02.2011 kl 17:51)
    * Apple television set on the way?
      (21.02.2011 kl 17:20)
    * Alibaba.com CEO and COO resign after fraud investigation
      (21.02.2011 kl 12:31)
    * Cisco's moment of truth
      (21.02.2011 kl 05:49)
    * Seek and Employ: Gamer jobs open at Taiwan Game Show
      (21.02.2011 kl 02:38)

Apple could be working on a television set, it has been claimed, and is looking for engineers to work on the power-supply technology the sets would use.

9To5Mac points to the distinction made between "standalone displays" and "TV" in the job listing as evidence that Apple could be working on television sets.

"The position primarily involves high-density offline power supply's [sic] development for Apple's next generation Macintosh platforms spanning from notebook computers, desktop computers, servers, standalone displays and TV," the advert states. The Apple TV is not referred to anywhere in the ad, the report says, further fuelling the Apple television theory.

It certainly isn't the first time such a rumour has surfaced, with Piper Jaffray analyst Gene Munster having touted such a possibility in the past. Munster repeated the claims earlier this month.

However, there are also plenty of reasons that Apple might not want to go down this road, as Macworld's Jonathan Seff pointed out in September last year.

source. //news.idg.no/cw/art.cfm?id=DCB27848-1A64-6A71-CE0B94161D193D08

Wednesday, 16 February 2011

Layout refers to the dimensioning of content in a device display

Layout refers to the dimensioning of content in a device display, and the delivery of media in a content related stream. Web design layouts result in visual content frameworks: these frameworks can be fixed, they can use units of measure that are relative, or they can provide fluid layout with proportional dimensions. The deployment flowchart (a useful tool on any design project) should address content layout. Many units of measure exist, but here are some popular dimension formats:

    * Pixel measure results in fixed or static content
    * Em measure results in proportional content that is relative to font-size
    * Percent measure results in fluid content that shrinks and grows to "fit" display windows

Search Engine Optimization




Tuesday, 15 February 2011

website templates

Web templates can be used by any individual or organization to set up their website. Once a template is purchased or downloaded, the user will replace all generic information included in the web template with their own personal, organizational or product information. Templates can be used to:

    * Display personal information or daily activities as in a blog.
    * Sell products on-line.
    * Display information about a company or organization.
    * Display family history.
    * Display a gallery of photos.
    * Place music files such as MP3 files on-line for play through a web browser.
    * Place videos on-line for public viewing.
    * To setup a private login area on-line.


[edit] Effective separation

A common goal among experienced web developers is to develop and deploy applications that are flexible and easily maintainable. An important consideration in reaching this goal is the separation of business logic from presentation logic.[1] Developers use web template systems (with varying degrees of success) to maintain this separation.[1]

One difficulty in evaluating this separation is the lack of well-defined formalisms to measure when and how well it is actually met.[1] There are, however, fairly standard heuristics that have been borrowed from the domain of software engineering. These include 'inheritance' (based on principles of object-oriented programming); and the 'Templating and Generative programming', (consistent with the principles of MVC separation).[2] The precise difference between the various guidelines is subject to some debate, and some aspects of the different guidelines share a degree of similarity.[3]