Skip to main content

Home/ Web2.0/ Group items tagged web library

Rss Feed Group items tagged

istudiosmo

Web application Development Company India - iStudio Technologies - 3 views

As the best web application development company in India, we at iStudio Technologies provides the most valuable and splendid service in web app development. Holding more than a decade of experience...

technology app

started by istudiosmo on 06 Oct 18 no follow-up yet
Frederik Van Zande

Home page - JavaScript Bubbling Library (YUI-CMS) - YUI (Yahoo! User Interface) Extensi... - 0 views

  •  
    The Javascript Bubbling Library (YUI-CMS) is a set of plugins, behaviors and widgets, for building event-driven web applications using the bubble-up technique. The Bubbling Library also includes several plugins that can be used to extend the Yahoo! User Interface (YUI) Library to manage dynamic areas which are closely related with the event-driven philosophy. All components in the Bubbling Library have been released as open source under a BSD license and are free for all uses.
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.
Hendy Irawan

Prototype JavaScript framework: Easy Ajax and DOM manipulation for dynamic web applicat... - 0 views

  •  
    Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
Hendy Irawan

xui.js - a simple javascript library for building mobile web applications. - 0 views

  •  
    "A super micro tiny DOM library for authoring HTML5 mobile web applications."
Hendy Irawan

Sencha - Ext JS - Client-side JavaScript Framework - 0 views

  •  
    EXT JS OVERVIEW Ext JS is a cross-browser JavaScript library for building rich internet applications. Build rich, sustainable web applications faster than ever. It includes: High performance, customizable UI widgets Well designed and extensible Component model An intuitive, easy to use API Commercial and Open Source licenses available BROWSER COMPATIBILITY Ext JS supports all major web browsers including: Internet Explorer 6+ FireFox 1.5+ (PC, Mac) Safari 3+ Chrome 3+ Opera 9+ (PC, Mac)
Arch Aznable

Firework Library for Prototyping Apple's iPhone Applications | Blogfreakz - Web Design ... - 0 views

  •  
    Mediafederation is sharing over 30 iPhone Rich Symbols Fireworks Library with many customizable settings
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.
Frederik Van Zande

Creating Component Communication Pipelines with YUI (Decoupling) » Yahoo! Use... - 0 views

  •  
    Creating complex web applications demands organization and modularization. Modularization introduces a new problem - the comunication pipes between components. This is a serious challenge for developers, as more components and widgets mean more pipelines and more dependencies. In this article, we'll look at a technique to mitigate these issues: Creating an abstraction layer to moderate the comunication between the components and widgets in a web application. This technique is based on YUI and makes use of my Bubbling Library, which is a BSD-licensed superset of functionality that builds on top of the YUI foundation.
Diego Morelli

Web Evolution & Social Media - 4 views

  •  
    Nice slide presentation from the Pew Internet & American Life Project, about the evolution of the Web, with reference to social networks & issues related to libraries. My personal highligths from this work: * The turn from groups to social networks lays the basis for a new social operating system * Being more civically engages on social networks helps building better communities (continue...)
Frederik Van Zande

Build a customizable RSS feed aggregator in PHP - 0 views

  •  
    RSS (Rich Site Summary, RDF Site Summary, or Really Simple Syndication) has been around since the mid-1990s. Over the years, several variants of the RSS format have popped up and several claims have been made about its ownership. Despite these differences, RSS never ceased to serve its usefulness in distributing Web content from one Web site to many others. The popularity of RSS gave way to the growth of a new class of Web software called the feed reader, also known as the feed aggregator. Although there are several commercially available feed aggregators, it's easy to develop your own feed aggregator, which you can integrate with your Web applications. You'll appreciate this article's fully functional PHP code snippets, demonstrating the use of PHP-based server-side functions to develop a customizable RSS feed aggregator. In addition, you'll reap instant benefits from using the fully functional RSS feed aggregator code, which you can download from this article.
Zulkarnain K.

tunesBag - Your music anywhere & anytime - 0 views

  •  
    tunesBag is an online audio library where you can upload your own music. The product enables you to listen to your tracks and playlists from any computer connected to the internet. tunesBag can only be used to manage music you already have. You can share your library with friends according to the law in Austria (Privatkopie).
Frederik Van Zande

WireIt - a Javascript Wiring Library - 0 views

  •  
    WireIt is an open-source javascript library to create web wirable interfaces for dataflow applications, visual programming languages or graphical modeling.
Frederik Van Zande

SoundManager 2: Javascript Sound for the Web - 0 views

  •  
    SoundManager 2 lets web developers load, play and control sounds via Javascript. SM2 is an attempt at providing the sound API which Javascript has been missing. It's a library which wraps and extends Flash's sound capabilities, bringing cross-platform audio functionality to Javascript.
Hendy Irawan

iui - Web UI Framework for mobile devices - iOS, Android, Palm, and others - Google Pro... - 0 views

  •  
    "iUI: User Interface Framework for Mobile Web Devices iUI is a framework consisting of a JavaScript library, CSS, and images for developing advanced mobile webapps for iPhone and comparable/compatible devices. "
creatskills

30+ Best new web development tools in 2016 - 0 views

  •  
    In 2016 the web development tools are very exciting and make your working on HTML CSS and other platforms or languages of website very easy, like animations, transition, library, newsletters, boxes, games, wire frames and other important thinks now very easier than easy to do in very short time and short efforts, so every designer should also learn trends of web design in 2016 and this best new tools of web design in 2016.
yc c

ProgrammableWeb: Web 2.0 Mashup Matrix - 1 views

  •  
    An experimental matrix of Web 2.0 mashups.
    Usage: Hover the cursor over any cell in the matrix. A small box gives details on mashups for that API combination. Top links in hover box bring you to that API's reference page. Links in body of hover box take you directly to the mashup. Not all combinations have mashups & only those with the 'º' indicator currently have entries. Cells at the intersection of same API (ex: Amazon+Amazon) list any other examples for that API.

    Note that there are two views into the matrix: the default view shows only those APIs for which mashups have been added to the database. The second view shows all APIs regardless of whether there's currently a mashup registered. It's big. Definitions: What is a mashup anyway? As always, it's good to check Wikipedia's definition, but essentially a "mashup" is a web-based application built through (creative) combination of data from multiple sources. Often, but by no means always, this data is retrieved by using a vendor's API such as those listed here. (An API? Also at Wikipedia.) Some recent press may also help explain: BusinessWeek's "Mix, Match and Mutate", The Economist's "Mashing the Web". Background: This is an experiment. It is intended to be both a reference point and also a visualization. What you see here today will change both in content and form shortly. I am quite interested in seeing the 'space' in which mashups exist. Clearly, some APIs such as Google Maps, appear to be more widely used than others. UI Issues: Cross-browser support is good but not complete. Sometimes it can b
ma0477758

Getting Started with Chrome extension - Diigo help - 0 views

  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
  • ...3 more annotations...
  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
Hendy Irawan

OpenLaszlo | the premier open-source platform for rich internet applications - 0 views

  •  
    OpenLaszlo is an open source platform for creating zero-install web applications with the user interface capabilities of desktop client software.
1 - 20 of 49 Next › Last »
Showing 20 items per page