Skip to main content

Home/ Web 2.0 Tools/ Group items tagged example

Rss Feed Group items tagged

Tad Vas

The Hunt for the Ultimate Curation Tool: Cliqset is Getting Closer - 1 views

  • The Hunt for the Ultimate Curation Tool: Cliqset is Getting Closer
  • If a thousand social networks bloom, with cross-network communication and real-time replies, how will you manage to find and share the best things that your friends put into your stream? Innovative social network aggregator Cliqset launched a new version this morning that offers a very interesting answer to that question. Cliqset is a service that lets you publish and subscribe to 80 different social networks, from Twitter to YouTube to Delicious to Foursquare.
  • The service's integration of the Google-led Salmon messaging protocol lets Cliqset users message across social networks, something Cliqset hopes will be adopted by many social networks and breathe new life into the long tail. If you can message people on Status.net from inside Twitter, there's all the more reason to take a long look at Status.net's interface, for example.
  • ...1 more annotation...
  • Speaking of Tweetdeck, Cliqset says it is doing API work of its own that should enable Tweetdeck to serve up streams from 80 different social networks very soon. That sounds very cool, and like something that deserves its own coverage. Cliqset is the most sophisticated, forward looking tool for stream reading on the internet today. It's also awkward, unstable, confusing and full of more potential than actualized usefulness. But that balance changes a little more with every iteration. You should check out Cliqset - sooner or later it could win you over.
Eloise Pasteur

HighTouch: Rule 1 for Community Engagement: Responsiveness - 0 views

  • How they sold a million phones I'm not exactly sure. By the time I got to the front of the line at around 10:30p Eastern I would say that 80% of the customers were walking away empty handed. The transactions were failing at the point where Apple connected to the AT&T database. Apple was doing their best to provide service to their customers at 10:30 on a Friday night. Their partner, the entity that could have sent most of the customers home fat and happy was not. AT&T customer support was closed. They were still working industrial era "office hours". Not only were they closed on Friday night, they were closed for the entire weekend. A dramatic example of two partners with very different DNA.
  • I've been thinking about this a lot. Somewhere I heard, and I wish I could remember where, that the average time for a person to get their first response via Yahoo Answers in Korea is 45 seconds. That's a remarkable response time when you realize that the answer is most likely being typed on a mobile phone. Now, that answer is most probably crap, but the point remains-- in this new world people have an expectation of an almost instantaneous response. If you aren't prepared to offer instantaneous service then you shouldn't attempt to offer the service at all as you are most likely going to disappoint.
  • The first rule of community engagement: You have to respond. A real person has to respond, and you need to do it lightning fast. Anything less and you've disappointed. It's okay if you respond and say, "We hear you, and we're working on it." But it's not okay to answer with dead silence, or to say "Well get back to you first thing Monday morning. Have a nice weekend."
  •  
    Thoughts on the iPhone 3G roll out. In particular on the differences between Apple and AT&T and their customer service models. Interesting thoughts for the way forward
Helen Baxter

Home - Microsoft Popfly - 0 views

  • Create a Mashup Create a mashup without writing a line of code. The Mashup Creator lets you combine different web sites together to form cool, new creations. Click on the Mashups menu for pre-built examples.
Ako Z°om

Ext 2.0 Samples - 0 views

    • Ako Z°om
       
      a useful extension to youir web browsing
Helen Baxter

50 Beautiful CSS-Based Web-Designs in 2006 | CSS, Design Showcase | Smashing Magazine - 0 views

  • 2006 was rich on creative, beautiful and unusual design concepts. We’ve seen a lot of whitespace, many examples of readable and usable text-design, badges, stars, rounded corners, shapes, gradients, mirror and 3D-effects - just name it. Let’s take a close look at some of the most beautiful designs we’ve seen in 2006.
Helen Baxter

css Zen Garden: The Beauty in CSS Design - 0 views

  • There is clearly a need for CSS to be taken seriously by graphic artists. The Zen Garden aims to excite, inspire, and encourage participation. To begin, view some of the existing designs in the list. Clicking on any one will load the style sheet into this very page. The code remains the same, the only thing that has changed is the external .css file. Yes, really. CSS allows complete and total control over the style of a hypertext document. The only way this can be illustrated in a way that gets people excited is by demonstrating what it can truly be, once the reins are placed in the hands of those able to create beauty from structure. To date, most examples of neat tricks and hacks have been demonstrated by structurists and coders. Designers have yet to make their mark. This needs to change.
Vincent Mimir

The Evolution of Privacy on Facebook - 0 views

  •  
    example of a visualization of data about facebook's privacy policy over 5 years
Matteo Spreafico

Web Hooks / FrontPage - 0 views

  • The concept of a WebHook is simple. A WebHook is an HTTP callback: an HTTP POST that occurs when something happens; a simple event-notification via HTTP POST.
  • A web application implementing WebHooks will POST a message to a URL when certain things happen. When a web application enables users to register their own URLs, the users can then extend, customize, and integrate that application with their own custom extensions or even with other applications around the web. For the user, WebHooks are a way to receive valuable information when it happens, rather than continually polling for that data and receiving nothing valuable most of the time. WebHooks have enormous potential and are limited only by your imagination! (No, it can't wash the dishes. Yet.)
  • Push is the simplest of reasons to use WebHooks. As was just stated above, no more polling every couple of minutes to find out if there is new information. Just register a WebHook and receive the data at your doorstep as soon as it exists.
  • ...3 more annotations...
  • A Pipe happens when your WebHook not only receives real-time data, but goes on to do something new and meaningful with it, triggering actions unrelated to the original event. For example, you create a script, register its URL at a photo site, and have it email you when your mother posts a new photo.
  • Plugins: processing data and giving something in return This is where the entire web becomes a programming platform. You can use this form of WebHooks to allow others to extend your application. Facebook's Application Platform uses WebHooks in this way, and so does Google Wave's robot integration. The general idea is that a web application sending out data via WebHooks will also use the response to modify its own data. At Facebook, when you access an app, Facebook sends a WebHook out to your application saying "Hey, someone's accessing your application, what do I do?!" The application responds with, "Show the user this page..." Facebook does so, and the pattern continues in the same manner as you continue to use the application. At Google Wave, when you do something in a wave, any robot you've added as a participant is notified via a WebHook, and the robot has the ability to modify the wave in its http response. Implement WebHooks in this way in your application if you want to allow others to truly extend and enhance the abilities of your application.
  • By letting the user specify a URL for various events, the application will POST data to those URLs when the events occur. With the cheap availability of PHP hosting and even easier simple app/script hosting like AppJet or Scriptlets, handling the POST data becomes fairly trivial. How you use it is up to you and whatever you want to accomplish.
nikitasinghhello

Waterfall Model in Software Engineering - Tutorial And Example - 1 views

  •  
    The Waterfall Model was the first Process Model to be introduced. It is very simple to understand and use. In a Waterfall model, each phase must be completed before the next phase can begin and there is no overlapping in the phases.
nikitasinghhello

Symfony PHP Framework Interview Questions - Tutorial And Example - 0 views

  •  
    Symfony is one of the most widely used PHP frameworks with a set of reusable components and options. Symfony aims to expedite the creation and maintenance of web applications and replace repetitive coding tasks. Though Symfony is known for its low-performance overhead,
  •  
    Symfony is one of the most widely used PHP frameworks with a set of reusable components and options. Symfony aims to expedite the creation and maintenance of web applications and replace repetitive coding tasks. Though Symfony is known for its low-performance overhead,
mrexamples

HTML Editors - Boost Your Coding Efficiency - Mr Examples - 0 views

  •  
    The purpose of this article is to examine what HTML editors are, why they are useful, and what types are available.
mikhail-miguel

MusicLM - Generate high-quality, consistent music with MusicLM (google-research.github.... - 0 views

  •  
    MusicLM: Generate high-quality, consistent music with MusicLM (google-research.github.io).
mikhail-miguel

OpenAI API - Playground - 0 views

  •  
    OpenAI Playground is a cutting-edge web-based tool designed to facilitate the construction and evaluation of predictive language models. Unlike ChatGPT, which excels at understanding context and can produce high-quality content even with vague prompts, OpenAI Playground requires specific prompts and settings for better-quality outputs. The tool boasts many purpose-specific preset prompts, ensuring seamless customisation through adjustable parameters such as the model, response length, and temperature. OpenAI Playground also accommodates diverse base language models, allowing users to handpick the one that perfectly resonates with their preferred conversational style. OpenAI Playground's Pros: Preset options for different tasks, such as text-to-command and translation Suited for specific use cases where preset models and settings are needed OpenAI Playground's Cons: Requires specific prompts and settings for better-quality outputs It can be challenging to use if you're not familiar with LLMs OpenAI Playground's Pricing: OpenAI Playground offers a comprehensive pricing structure based on the number of tokens used. 1 word = 1 token For example, Chat, model gpt-3.5-turbo costs $0.002 for 1K tokens, while InstructGPT, model Davinci costs $0.0200 for 1K tokens.
timothypeverhart

Google Chrome for PC Latest Version - 0 views

image

Google Chrome

started by timothypeverhart on 24 Jul 23 no follow-up yet
« First ‹ Previous 41 - 60 of 71 Next ›
Showing 20 items per page