Skip to main content

Home/ Future of the Web/ Group items tagged Best

Rss Feed Group items tagged

Paul Merrell

W3C Standards Make Mobile Web Experience More Inviting - 0 views

  • W3C today announced new standards that will make it easier for people to browse the Web on mobile devices. Mobile Web Best Practices 1.0, published as a W3C Recommendation, condenses the experience of many mobile Web stakeholders into practical advice on creating mobile-friendly content.
  • Until today, content developers faced an additional challenge: a variety of mobile markup languages to choose from. With the publication of the XHTML Basic 1.1 Recommendation today, the preferred format specification of the Best Practices, there is now a full convergence in mobile markup languages, including those developed by the Open Mobile Alliance (OMA). The W3C mobileOK checker (beta), when used with the familiar W3C validator, helps developers test mobile-friendly Web content.
  • W3C is also developing resources to help authors understand how to create content that is both mobile-friendly and accessible to people with disabilities. A draft of Relationship between Mobile Web Best Practices (MWBP) and Web Content Accessibility Guidelines (WCAG) is jointly published by the The Mobile Web Best Practices Working Group and WAI's Education & Outreach Working Group (EOWG).
  •  
    Most quality online stores. Know whether you are a trusted online retailer in the world. Whatever we can buy very good quality. and do not hesitate. Everything is very high quality. Including clothes, accessories, bags, cups. Highly recommended. This is one of the trusted online store in the world. View now www.retrostyler.com
Gary Edwards

Is the W3C to Blame for the Breaking of the Web? | Continuing Intermittent In... - 0 views

  • Consider the recent CSS features added by WebKit: transformations, animations, gradients, masks, et cetera. They’ve very nearly _run out_ of standards to implement, so they’re starting to implement the wouldn’t-it-be-cool-if stuff. If I’m not mistaken, this is the exact sort of thing you’re wishing for.
  • Changing the renderer (which is what we’re taking about when we talk about upgrading “the web”) goes hand-in-hand today with upgrading the *rest* of the browser as well, which requires the user to care…and users (to a one) don’t give a flying leap about CSS 2.1 support.
    • Gary Edwards
       
      Note to marbux: the browser is the layout/rendering engine for web applications and services. Nothing happens on the web unless and until the browser, or a browser RiA alternative, implements a compliant end user interface. Focus on the browser layout engines, and Web applications will follow.
  •  
    Another article taking up the issue of "Blame the W3C" for what increasingly looks like a proprietary Web future. The author is an Ajax-DOJO supporter, and he tries to defend the W3C by saying it's not their job, they don't have the "power" or the "authority" to push the Web forward. About the best they can do is, at the end of the day, try to corral big vendors into agreement. Meanwhile, the Web has become the wild wild west with browser vendors innovating into their corporate web stacks where vast profits and future monopolies rest. For me, WebKit represents the best effort insisting that the Web remain Open. It's OSS with excellent big vendor support. And they are pushing the envelope. Finally!
Gary Edwards

When You're a WebKit Hammer, Everything Looks Like an Open Web Nail ... As it should! - 0 views

  • You’re still waiting for me to explain what I meant when I referred to JavaScript as a last resort. I hinted at it in the preceding paragraph. Not the part on JavaScript debugging, but my reference to CSS and HTML. These do a lot more than paint screens. They are a browser's client-side framework. Everything they do is handled as native code. In other words, they're fast. CSS3 and HTML5 are too inconsistently implemented (if at all) across browsers to design to unless you're specifically targeting Safari, iPhone, or other WebKit-based browsers.
    • Gary Edwards
       
      Tom makes the point that the use of AJAX JavaScript breaks Web interoperability. He further points out that HTML is a static layout language, where CSS is dynamic and adaptive. (Use HTML5/DOM for document structure, and CSS4 for presentation - layout, formatting and visual interface).

      It is the consistency of the WebKit document model across all WebKit browsers that makes for an interoperable Open Web future. I would not however discount the importance of Firefox and Opera embracing the WebKit document model (HTML5, CSS4, SVG/Canvas, JavaScript, DOM2). That's our guarantee that the future of the Open Web will actually be open.

      Tom goes on to suggest that instead of "AJAX", developers would be better off thinking in terms of "ACHJAX": Asynchronous CSS4 - HTML5 - JavaScript and XML ..... with the focus on getting as much done in CSS4 as possible.
  •  
    InfoWorld's Tom Yager makes the case for the WebKit visual document model over AJAX. The problem with AJAX as he sees it is that it's JavaScript heavy. And that breaks precious Web interoperability. He makes the point that if something can be done in CSS, it should. He also argues that WebKit is the best tool because the document model is that of advanced HTML5 and CSS3.

    "... These [WebKit] browsers also share a stellar accelerated JavaScript interpreter that makes the edit/run/debug cycle go faster. They are also the only browsers that deliver on CSS4 and HTML5 standards (with some elements that are proposed to the W3C standards body). Sites that are visually rich may start sprouting "best viewed with Safari" banners until other browsers catch up. The banner would also let users know that your site is optimized for iPhone....."

    Humm. Did you catch that? CSS4!!! I guess he's referring to the WebKit penchant for putting advanced graphical transitions and animations into CSS instead of relying on a device specific or OS specific API.

    Placing the visual interface instructions in the documents presentation layer (CSS4) is a revolutionary idea. The WebKit model will go a long way towards creating a global interoperability layer that rides above lower device, OS, browser and application specifics. So yes, by all means let's go with CSS4 :)

Gary Edwards

Official Google Webmaster Central Blog: Introducing Rich Snippets - 0 views

  •  
    Google "Rich Snippets" is a new presentation of HTML snippets that applies Google's algorithms to highlight structured data embedded in web pages. Rich Snippets give end-users convenient summary information about their search results at a glance. Google is currently supporting a very limited subset of data about reviews and people. When searching for a product or service, users can easily see reviews and ratings, and when searching for a person, they'll get help distinguishing between people with the same name. It's a simple change to the display of search results, yet our experiments have shown that users find the new data valuable. For this to work though, both Web-masters and Web-workers have to annotate thier pages with structured data in a standard format. Google snippets supports microformats and RDFa. Existing Web data can be wrapped with some additional tags to accomplish this. Notice that Google avoids mention of RDF and the W3C's vision of a "Semantic Web" where Web objects are fully described in machine readable semantics. Over at the WHATWG group, where work on HTML5 continues, Google's Ian Hickson has been fighting RDFa and the Semantic Web in what looks to be an effort to protect the infamous Google algorithms. RDFa provides a means for Web-workers, knowledge-workers, line-of-business managers and document generating end-users to enrich their HTML+ with machine semantics. The idea being that the document experts creating Web content can best describe to search engine and content management machines the objects-of-information used. The google algorithms provide a proprietary semantics of this same content. The best solution to the tsunami of conten the Web has wrought would be to combine end-user semantic expertise with Google algorithms. Let's hope Google stays the RDFa course and comes around to recognize the full potential of organizing the world's information with the input of content providers. One thing the world desperatel
Gonzalo San Gil, PhD.

Best of Opensource.com: Tutorials | Opensource.com - 0 views

  •  
    "One of the great aspects of open source is that there's always something new to learn. Many of us like to jump right in with new software or technology and learn by trial and error. Sometimes, however, we can use a guiding hand. That hand comes in the form of a good how-to or manual."
  •  
    "One of the great aspects of open source is that there's always something new to learn. Many of us like to jump right in with new software or technology and learn by trial and error. Sometimes, however, we can use a guiding hand. That hand comes in the form of a good how-to or manual."
Rana Adeel

Top 5 Online Image Editors. - 0 views

  •  
    Now a day's photo editing is becoming more popular among teenagers. I personally use Adobe Photoshop and other graphic software's to add effects and for editing photos like me many others uses different photo editing software's and applications but today I am going to share some online photo editing sites by using these sites you don't need to install any heavy software's or different applications on your PC to edit or add effects on your photos. By using these online photo editing websites you can edit your photos online, you can add cool and amazing effects on your photos, you can do text editing, add frames to your photos, adjust color settings and much more. Now imagine all these things can be done without installing any photo editing software on your PC. So here are the 5 best online photo editing websites, these sites are easy to use and it will save a lot of your time.
Gonzalo San Gil, PhD.

Best Web Browsers for the Linux Desktop - Datamation - 0 views

  •  
    "Beyond Firefox, what are the top Linux browsers for your surfing style?"
  •  
    "Beyond Firefox, what are the top Linux browsers for your surfing style?"
Gonzalo San Gil, PhD.

Using open document formats could create a domino effect | Opensource.com - 1 views

  •  
    "Higher education is increasingly embracing different concepts of openness, from open access to open education resources (OER). But where does that other open concept-open source-fit into this model? Open source represents the best way to ensure these materials can be easily modified, without risk of material suddenly becoming unchangeable or inaccessible."
  •  
    "Higher education is increasingly embracing different concepts of openness, from open access to open education resources (OER). But where does that other open concept-open source-fit into this model? Open source represents the best way to ensure these materials can be easily modified, without risk of material suddenly becoming unchangeable or inaccessible."
Alexandra IcecreamApps

How to Convert JPG to Word - Icecream Tech Digest - 0 views

  •  
    Keeping documents printed out on paper is a common way of storing them. However, if you need to somehow edit them, obviously you will need to transfer them into digital form. The best option here is to scan them and … Continue reading →
  •  
    Keeping documents printed out on paper is a common way of storing them. However, if you need to somehow edit them, obviously you will need to transfer them into digital form. The best option here is to scan them and … Continue reading →
Alexandra IcecreamApps

The Best Travel Apps You Should Have When On Vacation - Icecream Tech Digest - 0 views

  •  
    It’s finally summer, and it’s time to start thinking about your upcoming vacation. During the days off everybody wants to stay totally relaxed and peaceful. To get the most out of your trip, install some very helpful and handy travel … Continue reading →
  •  
    It’s finally summer, and it’s time to start thinking about your upcoming vacation. During the days off everybody wants to stay totally relaxed and peaceful. To get the most out of your trip, install some very helpful and handy travel … Continue reading →
Alexandra IcecreamApps

Best Parental Control Software - Icecream Tech Digest - 0 views

  •  
    The Internet can be a dark place at times, and there can be content that is not safe for kids. Of course, the Internet offers plenty of educational and entertaining resources that are suitable for kids; however there’s a huge … Continue reading →
  •  
    The Internet can be a dark place at times, and there can be content that is not safe for kids. Of course, the Internet offers plenty of educational and entertaining resources that are suitable for kids; however there’s a huge … Continue reading →
Gonzalo San Gil, PhD.

Doing for User Space What We Did for Kernel Space | Linux Journal - 0 views

  •  
    "Jul 06, 2016 By Doc Searls in Community Identity kernel Privacy I believe the best and worst thing about Linux is its hard distinction between kernel space and user space. Without that distinction, Linux never would have become the most leveraged operating system in the world. Today, Linux has the largest range of uses for the largest number of users-most of whom have no idea they are using Linux when they search for something on Google or poke at their Android phones. Even Apple stuff wouldn't be what it is (for example, using BSD in its computers) were it not for Linux's success. "
  •  
    "Jul 06, 2016 By Doc Searls in Community Identity kernel Privacy I believe the best and worst thing about Linux is its hard distinction between kernel space and user space. Without that distinction, Linux never would have become the most leveraged operating system in the world. Today, Linux has the largest range of uses for the largest number of users-most of whom have no idea they are using Linux when they search for something on Google or poke at their Android phones. Even Apple stuff wouldn't be what it is (for example, using BSD in its computers) were it not for Linux's success. "
Gonzalo San Gil, PhD.

How to prevent community management headaches before they happen | Opensource.com - 0 views

  •  
    "This is Part 3 in a series of articles on community management best practices. Also read: Part 1: How community building can help an organization's bottom line Part 2: Why community managers must wade (not dive) into communities Plus 16 resources for measuring open source community ROI"
  •  
    "This is Part 3 in a series of articles on community management best practices. Also read: Part 1: How community building can help an organization's bottom line Part 2: Why community managers must wade (not dive) into communities Plus 16 resources for measuring open source community ROI"
Gonzalo San Gil, PhD.

Hulu Tracks Pirates to Decide What to Buy - TorrentFreak - 0 views

  •  
    " Ernesto on April 30, 2016 C: 10 News With millions of paying subscribers in the United States, Hulu is one of the leading video streaming services. The company is battling with other services to license the best content, and as part of this quest it uses piracy data to see what is popular among potential viewers."
  •  
    " Ernesto on April 30, 2016 C: 10 News With millions of paying subscribers in the United States, Hulu is one of the leading video streaming services. The company is battling with other services to license the best content, and as part of this quest it uses piracy data to see what is popular among potential viewers."
Gonzalo San Gil, PhD.

DIY security: Cool tools you can build yourself | ITworld - 1 views

  •  
    "Do-it-yourself (DIY) electronics is entering a golden age with the help of powerful, cheap, programmable devices like the Arduino micro controller and Raspberry Pi mini computer. Hobbyists and technology enthusiasts have flocked to those and other platforms to make everything from talking alarm clocks to robots to tablet computers. "
  •  
    Like this http://cheaptravelbooker.com Like this http://cheaptravelbooker.com like this http://killdo.de.gg travel,hotel,fun,hotel new,new offer,hotel best,best hotel,hotel travel,seo,backlinks,edu,gov,ads,indexing,bookmark,killgoggle,gogglesuck,goggle bookmark,kill goggle,yahoo,bing,indexing,quality links,linkwell,traffic boster,index best
Gonzalo San Gil, PhD.

How to Use the Free YouTube Video Editor - 1 views

  •  
    "Believe it or not, the YouTube video editor has been around since September 2011. When it was first released it was somewhat limited, but over the years it has grown to become a versatile, feature packed video editor. It works great on Macs, PCs and Chromebooks, but is best avoided if you are working on a mobile device like an iPad or Android phone."
  •  
    "Believe it or not, the YouTube video editor has been around since September 2011. When it was first released it was somewhat limited, but over the years it has grown to become a versatile, feature packed video editor. It works great on Macs, PCs and Chromebooks, but is best avoided if you are working on a mobile device like an iPad or Android phone."
Gonzalo San Gil, PhD.

Pearl Hacks is a 24-hour hackathon slumber party for girls | opensource.com - 1 views

  •  
    "When I walked into Carroll Hall, for a moment I felt like I was back in college... and at the World's Best Slumber Party. There were tables full of salty snacks, stacks of sleeping bags, and the chatter of excited young women. But, unlike the sleepovers of my youth, talk was about Python, HTML, and Ruby. These were young women interested in learning to code."
  •  
    "When I walked into Carroll Hall, for a moment I felt like I was back in college... and at the World's Best Slumber Party. There were tables full of salty snacks, stacks of sleeping bags, and the chatter of excited young women. But, unlike the sleepovers of my youth, talk was about Python, HTML, and Ruby. These were young women interested in learning to code."
Paul Merrell

The best way to read Glenn Greenwald's 'No Place to Hide' - 0 views

  • Journalist Glenn Greenwald just dropped a pile of new secret National Security Agency documents onto the Internet. But this isn’t just some haphazard WikiLeaks-style dump. These documents, leaked to Greenwald last year by former NSA contractor Edward Snowden, are key supplemental reading material for his new book, No Place to Hide, which went on sale Tuesday. Now, you could just go buy the book in hardcover and read it like you would any other nonfiction tome. Thanks to all the additional source material, however, if any work should be read on an e-reader or computer, this is it. Here are all the links and instructions for getting the most out of No Place to Hide.
  • Greenwald has released two versions of the accompanying NSA docs: a compressed version and an uncompressed version. The only difference between these two is the quality of the PDFs. The uncompressed version clocks in at over 91MB, while the compressed version is just under 13MB. For simple reading purposes, just go with the compressed version and save yourself some storage space. Greenwald also released additional “notes” for the book, which are just citations. Unless you’re doing some scholarly research, you can skip this download.
  • No Place to Hide is, of course, available on a wide variety of ebook formats—all of which are a few dollars cheaper than the hardcover version, I might add. Pick your e-poison: Amazon, Nook, Kobo, iBooks. Flipping back and forth Each page of the documents includes a corresponding page number for the book, to allow readers to easily flip between the book text and the supporting documents. If you use the Amazon Kindle version, you also have the option of reading Greenwald’s book directly on your computer using the Kindle for PC app or directly in your browser. Yes, that may be the worst way to read a book. In this case, however, it may be the easiest way to flip back and forth between the book text and the notes and supporting documents. Of course, you can do the same on your e-reader—though it can be a bit of a pain. Those of you who own a tablet are in luck, as they provide the best way to read both ebooks and PDF files. Simply download the book using the e-reader app of your choice, download the PDFs from Greenwald’s website, and dig in. If you own a Kindle, Nook, or other ereader, you may have to convert the PDFs into a format that works well with your device. The Internet is full of tools and how-to guides for how to do this. Here’s one:
  • ...1 more annotation...
  • Kindle users also have the option of using Amazon’s Whispernet service, which converts PDFs into a format that functions best on the company’s e-reader. That will cost you a small fee, however—$0.15 per megabyte, which means the compressed Greenwald docs will cost you a whopping $1.95.
Gonzalo San Gil, PhD.

Google Processes Millions of Useless DMCA Notices | TorrentFreak - 0 views

  •  
    # ! ... #against #information #technologies themselves... # ! ... once more. # ! :( " Andy on July 15, 2014 C: 12 Breaking The world's biggest copyright holders send Google millions of DMCA notices each week, many of them sent by the most notable anti-piracy companies around. But for reasons best known to themselves, hundreds of thousands being processed by Google are completely useless and a waste of time and money."
  •  
    [# ! who takes advantage...?] " Andy on July 15, 2014 C: 12 Breaking The world's biggest copyright holders send Google millions of DMCA notices each week, many of them sent by the most notable anti-piracy companies around. But for reasons best known to themselves, hundreds of thousands being processed by Google are completely useless and a waste of time and money."
simplykreative

15+ Best Free Css Transition Effects - 0 views

  •  
    In this post I'm going to show you some great animations that you can add to your webpages using CSS3 and HTML.
‹ Previous 21 - 40 of 232 Next › Last »
Showing 20 items per page