Skip to main content

Home/ Web2.0/ Group items tagged any

Rss Feed Group items tagged

shel hawkin

Enough Money Value For Those Who Still Facing Cash Crunches - 0 views

  •  
    Long term loans Canada are the one of most relevant financial aid which deal with entire worst monetary situation without any hassle. It's a very conventional source for those who looking urgent money within the same day of hurdles. Use Apply Now - http://www.paydayloansforbadcredit.ca/long-term-loans-check.html
Andrew William

Speedy Relief From Mid Month Financial Crisis Without Any Trouble - 0 views

Payday cash loan is essentially a short term financial services of about one or two weeks and has been choose by most of Cedar city people for manage suddenly occurring cash crisis without any issu...

loans for teachers payday loans cash loans payday cash loans

started by Andrew William on 07 Aug 15 no follow-up yet
Pooja Runija

How to increase customer engagement? - 0 views

  •  
    The success of any business depends on customer engagement and that is why all Small and large enterprises are focusing to make their clients happy.
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.
avivajazz  jazzaviva

Tagul » Tag Clouds - 9 views

  •  
    "Wordle was designed to be just a toy. Wordle clouds cannot be used as in the way tag clouds are usually used, like being embedded on a web page and serving as navigation units. That leaves the niche that Tagul is intended to fulfil. Tagul clouds are not toys and designed to be used on blogs, web pages or any kind of sites as a replacement of ordinary tag clouds. Each tag in Tagul cloud is linked with an URL and is "clickable" that enables visitors to use it for navigation."
Willis Wee

New Twitter Feature 'Lists' Will Benefit Everyone | Penn Olson - 0 views

  •  
    ""The idea is to allow people to curate lists of Twitter accounts. For example, you could create a list of the funniest Twitter accounts of all time, athletes, local businesses, friends, or any compilation that makes sense.""
Willis Wee

Google Wave Launches Tomorrow! | Penn Olson - 1 views

  •  
    Many of us can't hold on to our seats any longer and we are glad that the launch is just one day away. Google Wave has created a great deal of buzz and also promised a lot. Naturally, there are some of us who are already drooling at the sneak peek!
Hendy Irawan

ZK Direct RIA - 0 views

  •  
    "Direct RIA is a technology designed to increase developer's productivity by integrating frontends and backends of applications transparently to deliver a rich and engaging user experience. Direct RIA is a robust and comprehensive rich internet application engine which morphs any client (web browser, mobile device) into an efficient and engaging environment. Direct RIA maximizes developer productivity by allowing direct access to user interfaces, databases and web services. Direct RIA minimizes development time and cost by transparent and automatic synchronization between client and server."
Hendy Irawan

Apache Tapestry - Welcome to Tapestry - 0 views

  •  
    "Apache Tapestry is an open-source framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server. Tapestry divides a web application into a set of pages, each constructed from components. This provides a consistent structure, allowing the Tapestry framework to assume responsibility for key concerns such as URL construction and dispatch, persistent state storage on the client or on the server, user input validation, localization/internationalization, and exception reporting. Developing Tapestry applications involves creating HTML templates using plain HTML, and combining the templates with small amounts of Java code. In Tapestry, you create your application in terms of objects, and the methods and properties of those objects -- and specifically not in terms of URLs and query parameters. Tapestry brings true object oriented development to Java web applications. "
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.
my serendipities

Identity and The Independent Web - John Battelle's Searchblog - 0 views

  •  
    The Dependent Web is dominated by companies that deliver services, content and advertising based on who that service believes you to be: What you see on these sites "depends" on their proprietary model of your identity, including what you've done in the past, what you're doing right now, what "cohorts" you might fall into based on third- or first-party data and algorithms, and any number of other robust signals. The Independent Web, for the most part, does not shift its content or services based on who you are. Who we believe we are in the world is pretty fundamental to being human, and as we bleed our actual identity into our digital one, it's worth recalling that so far, at least, we don't have a system that lets us really instrument who we are online in a fashion that scales to the complexity of true human interaction. I sense an opportunity to create a new kind of social identity..one that is far more personal and instrumented...
Hendy Irawan

Open Icon Library - Free/Open Icons - 0 views

  •  
    A free and open Icon collection. Over 10,000 Unique Icons. Free for anyone to use on you computer, website or any other project. The library is not a theme. Its a centralized source for icons to cover all your needs. The goal is to cover all common apps, operating systems, mimetypes, devices, and country flags.
Michael Wuensch

thisMoment.com - Lifestream - 0 views

  •  
    thisMoment is a place for saving and sharing the moments of your life. A moment is any experience that has significance to you. Moments can be created by you as an individual, or in collaboration with others.
arpit kumar

Springnote - free online wordprocessor and notebook tool | TechRaga - 0 views

  •  
    Springnote is a free online word processor. Using this webapp, you can create public and private notebooks on web without downloading any
cysko cysko

No hidden white bias seen in presidential race - Yahoo! News - 0 views

  •  
    Analysts said any reluctance to support Obama because he is black may have been overwhelmed this year by a desire to support the candidate people thought would fix the struggling economy. They also said the Bradley effect has faded as Americans have become used to blacks winning local elections and as the 1990s' more intense focus on crime and welfare has ebbed.
Mike Chelen

Deki Wiki | Open Source Alternative - osalt.com - 0 views

  •  
    MindTouch Deki Wiki is the Web's most popular commercially supported wiki platform for creating content and mashups using a wiki interface. The free, open source application is an easy to use program for authoring, aggregating, organizing, and sharing almost any kind of content. Enterprises can build online communities and in-house Intranets, create collaborative applications, or add wiki capabilities to existing applications. Deki Wiki includes a state-of-the-art WYSIWYG editor, integration with the LDAP, and open source providers like WordPress, Joomla, Drupal, and Mambo. Deki Wiki is also a platform for building collaborative Web applications that access functionality or data from anywhere on the Internet. Its flexible architecture even allows wiki capabilities to be added to existing applications regardless of the underlying language or technology.
anonymous

6 Exceptional Web-based Image Editors - 0 views

  •  
    Web-based image editors have several advantages to its desktop counterparts. The most obvious benefit is that they allow you to work on any computer (that has a browser). In most cases, you can save your work online, avoid having to install desktop softwa
goto trip

Justin.tv - 直播下载视频 - 0 views

shared by goto trip on 07 Nov 08 - Cached
  •  
    Live-streaming platform Justin.tv now supports high-resolution videos using H.264 encoding. The codec, which has made headway in consumer electronics, is also a great format for the Web since it can fit high resolutions in relatively small file sizes--making it ideal for something like streaming. For now there are a few caveats that keep it from being accessible to the average user. For one, videos streamed in high resolution H.264 will not be saved into user archives, and there is no way to do it without using special software to process the stream before it hits Justin.tv's servers. Users are encouraged to be running a rig with a fast processor and modern graphics card, as it takes some considerable horsepower to crunch down video in real time. Eventually the company hopes to offer such processing power on its own servers, so that you'll be able to get similar results with any commodity high-resolution Webcam and a good connection.
Dr. Sorin Adam Matei

Extension:MobileSkin - MediaWiki - 0 views

  •  
    This extension automatically detects mobile devices using values in HTTP_USER_AGENT (browser identity) and changes the skin used to display the requested page. If HTTP_USER_AGENT does not contain any known mobile indicators (e.g. "iphone", "smartphone", "blackberry", etc) the page will display with the user's default skin as defined in his or her preferences.
Diego Morelli

News Aggregators & Online Search on Newsflashr - 0 views

  •  
    On Newsflashr.com you can track all the latest news among a variety of newsaggregators, all from a single site: a useful tool for web searches of any kind.
« First ‹ Previous 221 - 240 of 884 Next › Last »
Showing 20 items per page