Skip to main content

Home/ Web2.0/ Group items tagged an

Rss Feed Group items tagged

admiration1 admiration1

Hütte . longchamp le pliage umhängetasche - 0 views

" Hagrid starrte wild auf Harry."Aber yeh müssen etwa noch Mama und Papa wissen," sagte er. "Ich meine, sie sind berühmt. Du bist berühmt . " " Was meinen - meinen Mama und Papa waren nicht berühmt...

longchamp le pliage umhängetasche

started by admiration1 admiration1 on 27 Dec 13 no follow-up yet
luxuriance1 luxuriance1

Mr. longchamp taschen günstig - 0 views

Sie hörte sie an und versuchte, sie warmherzig und verständnisvoll zu trösten - momentan tatsächlich davon überzeugt, daß Harriet von ihnen beiden die Überlegene sei, und daß es für ihr Wohlergehen...

longchamp taschen günstig

started by luxuriance1 luxuriance1 on 06 Dec 13 no follow-up yet
Vanessa Aliane

Loans Till Payday - Avail Suitable loans till payday Online! - 0 views

  •  
    Planning a perfect budget for each month is essential these days to avoid financial inconsistency.However well you follow a budget you may land up with unavoidable financial requirements due to unplanned bills that emerge from somewhere or the other. You may need cash to pay an emergency medical bill or for just an urgent pluming work.
Gary Edwards

Welcome to the next tech revolution: Liquid computing | InfoWorld - 7 views

  • In a nutshell, what Handoff -- and liquid computing in general -- portends is a world where both data and activities move around as needed. The device isn't the center of the universe, as it has been since the first computer.
  • The journey to liquid computing
  • everal years ago, Google showed us a different way: the cloud as the new center. With Google Docs (now called Drive), you created your documents on its browser-accessible servers and worked on them there, usually through a browser but also via native apps on iOS and Android. You didn't have to sync your data, because it was accessible from pretty much any device. Unfortunately, Google's Web-based apps don't work that well versus what you can do on a smartphone, tablet, or PC native app, so most of us still start with the device and use the cloud as mostly a convenient file share.
  • ...2 more annotations...
  • Apple's iCloud Documents took the same idea but tied it to specific apps, moving us away from the notion of a common file pool to a common activity pool: text documents or spreadsheets or photos.
  • Apple's initial iCloud Documents approach was too tied to its apps, though, so it hasn't really expanded beyond Apple's own applications. (Apple is moving to correct that mistake in iOS 8 and OS X Yosemite.)
  •  
    "I was typing an email on my iPad, and I got distracted. Some time later, I set the iPad down on my desk, and an icon on my Mac appeared. I clicked it, and in seconds the Mail app was running with that partially entered email in front of me. That's the Handoff feature in action, part of the iOS 8 and OS X Yosemite updates that will ship this fall. It's a sign of a change in computing that Google and Microsoft are also pursuing, not just Apple. Liquid Computing Welcome to the next tech revolution: Liquid computing Liquid computing: The next wave of the mobile experience Apple Watch: The Internet of things' new frontier iOS 8 and OS X Yosemite are both in beta, so I can't really talk about the details of Handoff yet. But I can say it works just as Apple showed off at its recent WWDC conference's public keynote. Handoff is the first big step into a future where the notion of a device will go through a radical transformation. [ Mobile and PC management: The tough but unstoppable union. | Subscribe to InfoWorld's Consumerization of IT newsletter today. ] At first blush, what Apple is doing is blurring the lines between mobile and desktop devices. That's true, but it's only part of the actual transformation under way. There's no real name for this transformation yet, so I'm calling it liquid computing until someone else comes up with a better name. In a nutshell, what Handoff -- and liquid computing in general -- portends is a world where both data and activities move around as needed. The device isn't the center of the universe, as it has been since the first computer. Think back to the early PC era, when people first started getting PCs at home, not just at work. Remember the effort we all spent in making sure we copied our files to a disk for use at home? We had to bring our data with us or else use a network connection to a file share. That model has persisted to this day, which is why the biggest loss of corporate data remains the lost or stolen thumb drive or
Graham Perrin

Draft Protocol Spec (Google Wave Federation Protocol) - 1 views

  • Draft
  • Google Wave Federation Protocol Over XMPP
  • Anthony Baxter, Jochen Bekmann, Daniel Berlin, Soren Lassen, Sam Thorogood
  • ...22 more annotations...
  • omits details that we are unable to capture at this point
  • Each document has an id
  • Each wavelet is a container for any number of documents.
  • Each item has a key-value map of annotations.
  • Annotations are key-value pairs that span arbitrary ranges of the XML document
  • to represent text formatting, spelling suggestions and hyper-links
    • Graham Perrin
       
      … and annotations (page comments, highlights, stuck and floating notes) in the Diigo sense?
  • independent of the XML document structure
  • A document is a sequence of items
  • is composed of an XML document and a set of annotations.
  • Annotation keys and values are strings
  • each item conceptually has its own annotation map
  • more efficient to have just one annotation map for each consecutive run of items with the same annotations
  • serialization of the document without annotations into a string is not formally an XML document
  • current annotations update, which is a map of annotation keys to pairs (old-value, new-value), where old-value and new-value are either null or an annotation value
  • After the final component, the annotations update must be empty
  • Document operation components can be divided into four classes
  • do not directly affect the document or the cursor
  • annotation boundaries (annotationBoundary) change the current annotations update
  • interaction with annotations
  • Appendix A.  Protocol Schema
  • message AnnotationBoundary { // This field is set to true if and only if both ends and changes are // empty. It is needed to ensure that the optional annotationBoundary // component field is not dropped during serialization. optional bool empty = 1; // MUST NOT have the same string twice. repeated string end = 2; // MUST NOT have two updates with the same key. MUST NOT // contain any of the strings listed in the 'end' field. repeated KeyValueUpdate change = 3; }
  • optional AnnotationBoundary annotationBoundary = 1; optional string characters = 2; optional ElementStart elementStart = 3; optional bool elementEnd = 4; optional int32 retainItemCount = 5; optional string deleteCharacters = 6; optional ElementStart deleteElementStart = 7; optional bool deleteElementEnd = 8; optional ReplaceAttributes replaceAttributes = 9; optional UpdateAttributes updateAttributes = 10;
  •  
    Note: this draft of the protocol/specification mentions annotation.
  •  
    Whether 'annotation' in the Google Wave Protocol sense is comparable to annotation in the Diigo sense, I don't know.
Hendy Irawan

YUI Compressor - 0 views

  •  
    According to Yahoo!'s Exceptional Performance Team, 40% to 60% of Yahoo!'s users have an empty cache experience and about 20% of all page views are done with an empty cache (see this article by Tenni Theurer on the YUIBlog for more information on browser cache usage). This fact outlines the importance of keeping web pages as lightweight as possible. Improving the engineering design of a page or a web application usually yields the biggest savings and that should always be a primary strategy. With the right design in place, there are many secondary strategies for improving performance such as minification of the code, HTTP compression, using CSS sprites, etc. In terms of code minification, the most widely used tools to minify JavaScript code are Douglas Crockford's JSMIN, the Dojo compressor and Dean Edwards' Packer. Each of these tools, however, has drawbacks. JSMIN, for example, does not yield optimal savings (due to its simple algorithm, it must leave many line feed characters in the code in order not to introduce any new bugs). The goal of JavaScript and CSS minification is always to preserve the operational qualities of the code while reducing its overall byte footprint (both in raw terms and after gzipping, as most JavaScript and CSS served from production web servers is gzipped as part of the HTTP protocol). The YUI Compressor is JavaScript minifier designed to be 100% safe and yield a higher compression ratio than most other tools. Tests on the YUI Library have shown savings of over 20% compared to JSMin (becoming 10% after HTTP compression). Starting with version 2.0, the YUI Compressor is also able to compress CSS files by using a port of Isaac Schlueter's regular-expression-based CSS minifier.
mbarek Akaddar

How to use an Interactive Whiteboard - English Language Teaching - Cambridge University... - 1 views

  •  
    This series of video tutorials demonstrates how to use an Interactive whiteboard
my mashable

Ex-girlfriend files lawsuit against Alomar - 0 views

  •  
    An ex-girlfriend of Roberto Alomar filed an explosive lawsuit alleging the former baseball star insisted on unprotected sex for four years despite having AIDS.
cysko cysko

Obama to use executive orders for immediate impact - Yahoo! News - 0 views

  •  
    Obama was elected on a promise of change, but the nature of the job makes it difficult for presidents to do much that has an immediate impact on the lives of average people. Congress plans to take up a second economic aid plan before year's end - an effort Obama supports. But it could be months or longer before taxpayers see the effect.
Heather Hurley

Museum Box Homepage - 0 views

  •  
    his site provides the tools for you to build up an argument or description of an event, person or historical period by placing items in a virtual box.T
cysko cysko

Racists for Obama | Salon - 0 views

  •  
    Article date 11/03/08 Posted purposely after the triumph. The number of all voters who would reject Obama based on his race, and the number more likely to vote for him because of his race, is about the same. There's apparently more than one reason for a racist to vote for Barack Obama; An abysmal economy during which the white candidate's campaign has seemed disorganized and erratic, common sense or shared values can prevail over gut fears about the color of a candidate's skin. People can look past skin color while acting in their own best interests. For whatever reason or reasons -- the economy, healthcare, the Iraq war, Sarah Palin -- some racists are determined to vote for the black guy over the white one.  Racism will remain an elusive, unquantifiable force, one whose influence we can't tease out from among the many other conflicting factors that will determine how Americans vote.
Jungle Jar

Attempt to be a "happy" Freelancer….heh - 0 views

  •  
    Here's an often overlooked aspect of the freelancer paradox that might surprise you: You're an artist, and therefore you are absolutely crazy
Jeff Johnson

In Sync to Pierce the Cloud - NYTimes.com - 0 views

  •  
    Everyday consumers are doing cloud computing, too, maybe without even realizing it. When you use an Internet-based backup service, or Google's online word processor or spreadsheet, or a Gmail or Yahoo mail account, you're working with data on a secure Internet server somewhere - not on your hard drive. Apple is the latest company to find a silver lining in the cloud. Its new MobileMe service ($100 a year) is an overhaul of a suite of Internet features that used to be called .Mac.
Jeff Johnson

RSS 101: What, Why, and How | 21st Century Connections - 0 views

  •  
    What is RSS? RSS, which stands for Really Simple Syndication, is an XML-based format for sharing and distributing Web content, such as news headlines. Using an RSS reader, you can view data feeds from various news sources, such as CNN.com, including headlines, summaries, and links to full stories. RSS, part of a family of web feed formats, is also used to publish frequently updated content such as blog entries, news headlines or podcasts.
Gary Edwards

Siding with HTML over XHTML, My Decision to Switch - Monday By Noon - 1 views

  • Publishing content on the Web is in no way limited to professional developers or designers, much of the reason the net is so active is because anyone can make a website. Sure, we (as knowledgeable professionals or hobbyists) all hope to make the Web a better place by doing our part in publishing documents with semantically rich, valid markup, but the reality is that those documents are rare. It’s important to keep in mind the true nature of the Internet; an open platform for information sharing.
  • XHTML2 has some very good ideas that I hope can become part of the web. However, it’s unrealistic to think that all web authors will switch to an XML-based syntax which demands that browsers stop processing the document on the first error. XML’s draconian policy was an attempt to clean up the web. This was done around 1996 when lots of invalid content entered the web. CSS took a different approach: instead of demanding that content isn’t processed, we defined rules for how to handle the undefined. It’s called “forward-compatible parsing” and means we can add new constructs without breaking the old. So, I don’t think XHTML is a realistic option for the masses. HTML 5 is it.
    • Gary Edwards
       
      Great quote from CSS expert Hakon Wium Lie.
  • @marbux: Of course i disagree with your interop assessment, but I wondered how it is that you’re missing the point. I think you confuse web applications with legacy desktop – client/server application model. And that confusion leads to the mistake of trying to transfer the desktop document model to one that could adequately service advancing web applications.
  •  
    Response to marbux comments.
  •  
    # See also my comment on the same web page that explains why HTML 5 is NOT it for document exchange between web editing applications. . - comment by marbux # Response to marbux supporting the WebKit layout/document model. Marbux argues that HTML5 is not interoperable, and CSS2 near useless. HTML5 fails regarding the the interop web appplications need. I respond by arguing that the only way to look at web applications is to consider that the browser layout engine is the web application layout engine! Web applications are actually written to the browser layout/document model, OR, to take advantage of browser plug-in capabilities. The interoperability marbux seeks is tied directly to the browser layout engine. In this context, the web format is simply a reflection of that layout engine. If there's an interop problem, it comes from browser madness differentials. The good news is that there are all kinds of efforts to close the browser gap: including WHATWG - HTML5, CSS3, W3C DOM, JavaScript Libraries, Google GWT (Java to JavaScript), Yahoo GUI, and the my favorite; WebKit. The bad news is that the clock is ticking. Microsoft has pulled the trigger and the great migration of MSOffice client/server systems to the MS WebSTack-Mesh architecture has begun. Key to this transition are the WPF-.NET proprietary formats, protocols and interfaces such as XAML, Silverlight, LINQ, and Smart Tags. New business processes are being written, and old legacy desktop bound processes are being transitioned to this emerging platform. The fight for the Open Web is on, with Microsoft threatening to transtion their entire business desktop monopoly to a Web platform they own. The Web is going to be broken. There is no way of stopping Microsoft at this point. What we can do though is focus on Open Web solutions that are worthy alternatives to Microsoft's proprietary push. For me, this means the WebKit layout/document model supported by Apple, Adobe and Google. ~ge~
  •  
    A CMS expert argues for HTML over XHTML, explaining his reasons for switching. Excellent read! He nails the basics. for similar reasons, we moved from ODF to ePUB and then to CDf and finally to the advanced WebKit document model, where wikiWORD will make it's stand.
Graham Perrin

Carrot2 - open source search results clustering engine - 0 views

  • automatically organize small collections of documents
  • thematic categories
  • ready-to-use components for fetching search results
  • ...3 more annotations...
  • easily integrates
  • YahooAPI, GoogleAPI, MSN Live API, eTools Meta Search, Lucene, SOLR, Google Desktop and more
  • e.g. search results
  •  
    An open source framework for building search clustering engines. It can automatically organize small collections of documents, e.g. search results, into thematic categories. Carrot2 can add clustering of search results to an existing search engine. Its algorithms should successfully cluster up to about a thousand text documents, a few paragraphs each.
Adam Mills

Pencasting with the Pulse Smartpen at E3 - 0 views

  •  
    So we covered E3 from the floor, but we kind of had a secret weapon. Using Livescribe's Pulse Smartpen, we were able to capture text and audio of an interview with Fusion io and post it as a Pencast, an exciting new form of social media.
Frederik Van Zande

jQuery Visualize Plugin: Accessible Charts & Graphs from Table Elements using HTML 5 Ca... - 0 views

  •  
    Accessible data visualization in HTML has always been tricky to achieve, particularly because elements such as images allow only the most basic features for providing textual information to non-visual users. A while back, we wrote an article describing a technique we came up with to use JavaScript to scrape data from an HTML table and generate charts using the HTML 5 Canvas element. The technique is particularly useful because the data for the visualization already exists in the page in structured tabular format, making it accessible to people who browse the web with a screen reader or other assistive technology.
my mashable

Yahoo! Zimbra Desktop An Alternative for Outlook - 0 views

  •  
    Yahoo! Zimbra Desktop - It's an offline capable client so you can take your data with you whenever you don't have internet access powerd with Ajax technology. Working offline is major feature integrated with Zimbra soon after Google adding offline access through open source gear projects. You can access Zimbra Mail. Yahoo! Mail. Gmail. AOL in one common place. Even Outlook and other business e-mail account can be accessed using POP or IMAP.
my mashable

AppLocker Block Listed Application on Your Computer - 0 views

  •  
    AppLocker provides a comfortable way to block software programs from being executed on a target system. If you need to prevent an application from running accidentally or would like to disable an application you can't uninstall, AppLocker provides a simple interface to do so.
« First ‹ Previous 81 - 100 of 1644 Next › Last »
Showing 20 items per page