Skip to main content

Home/ Web2.0/ Group items tagged webdev

Rss Feed Group items tagged

Chris Chen

Less Framework 4 - 0 views

  •  
    css3 solution for multiple devices 
Hendy Irawan

Cappuccino Web Framework - Build Desktop Class Applications in Objective-J and JavaScript - 0 views

  •  
    "Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser. "
Hendy Irawan

Lift - The Simply Functional Web Framework - Home - 0 views

  •  
    " "Lift is the kind of web framework that enables you as a developer to concentrate on the big picture. Strong, expressive typing and higher-level features like the built-in Comet support allow you to focus on innovating instead of the plumbing. Building a rich, real-time web application like Novell Pulse requires a framework with the power of Lift under the covers." David LaPalomento, Developer, Novell "
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

Django | The Web framework for perfectionists with deadlines - 0 views

  •  
    Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed four years ago by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly. Django focuses on automating as much as possible and adhering to the DRY principle. Dive in by reading the overview → When you're ready to code, read the installation guide and tutorial.
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.
Hendy Irawan

jQuery Mobile | jQuery Mobile - 0 views

  •  
    "jQuery Mobile: Touch-Optimized Web Framework for Smartphones & Tablets A unified user interface system across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design. "
Hendy Irawan

jQuery: New Wave Javascript - 0 views

  •  
    not very useful. I prefer script.aculo.us + prototype
yc c

Shindig - Welcome To Apache Shindig! - 0 views

  •  
    Shindig is an open source implementation of the OpenSocial specification and gadgets specification. It is a new project within the Apache Software Foundation incubator.
awqi zar

GetFirebug.com redesign launched! | Mozilla Web Development - 7 views

  •  
    New design brings updated look and feel, open web video, and a brand new icon.If you've happened across the GetFirebug.com web site recently, you'll notice everything has a rather pleasant freshly painted smell. After a much-too-long delay, we've finally updated the design and layout for the official Firebug web site, and introduced a lovely new icon by our resident Iconmaster General Sean Martell.
Hendy Irawan

Compass Core Framework | Compass Documentation - 0 views

  •  
    "The compass core framework is a design-agnostic framework that provides common code that would otherwise be duplicated across other frameworks and extensions. This file can be imported using: @import "compass""
Hendy Irawan

BlueTrip CSS Framework | A beautiful and full-featured CSS framework - 0 views

  •  
    "A full featured and beautiful CSS framework which originally combined the best of Blueprint, Tripoli (hence the name), Hartija, 960.gs, and Elements, but has now found a life of its own."
Hendy Irawan

Blueprint: A CSS Framework | Spend your time innovating, not replicating - 0 views

  •  
    "Blueprint is a CSS framework, which aims to cut down on your development time. It gives you a solid foundation to build your project on top of, with an easy-to-use grid, sensible typography, useful plugins, and even a stylesheet for printing. "
Hendy Irawan

HTML5 Boilerplate - A rock-solid default template for HTML5 awesome. - 0 views

  •  
    "Along with HTML5 Boilerplate's rock solid commitment to cross-browser consistency, H5BP brings you delicious documentation, a site optimizing build script, and a custom boilerplate builder. In addition to this, we now support lighttpd, Google App Engine, and NodeJS with optimized server configurations (along with Apache, Nginx, and IIS) and we've reduced the overall size of the published boilerplate by 50%."
Hendy Irawan

John Resig - Pure JavaScript ActionScript HTML XML Parser - 0 views

  •  
    " I did some digging to see what people had previously built, but the landscape was pretty bleak. The only one that I could find was one made by Erik Arvidsson - a simple SAX-style HTML parser. Considering that this contained only the most basic parsing - and none of the actual, complicated, HTML logic there was still a lot of work left to be done. (I also contemplated porting the HTML 5 parser, wholesale, but that seemed like a herculean effort.) However, the result is one that I'm quite pleased with. It won't match the compliance of html5lib, nor the speed of a pure XML parser, but it's able to get the job done with little fuss - while still being highly portable."
Hendy Irawan

Exploring OAuth-Protected APIs :: Drive-by Digressions - 0 views

  •  
    " From time to time I need to debug OAuth-protected APIs, checking response headers and examining XML and JSON payloads. curl generally rocks for this sort of thing, but when the APIs in question are protected with OAuth, things break down. Likewise for benchmarking (ab, httperf, etc.) and exploration-isn't it nice to browse APIs that return XML in Firefox? This needn't to be the case. Enter oauth-proxy This is why I wrote oauth-proxy. It does what it says on the tin: it acts a proxy server that transparently adds OAuth headers to requests."
1 - 20 of 25 Next ›
Showing 20 items per page