< Prev      1   |   2   |   3   |   4   |   5      Next >      

Using UIWebView (WebKit) in your iPhone App
8 days ago
Dr Nic has shared his experiences using WebKit to implement part of your iPhone app (in his case SurfView ): NEGATIVES *- (void)webViewDidFinishLoad:(UIWebView *)webView is slow. "You?re run .......
1 image 2 links 56.3 Readability           
No replies




Ajaxian

Keywords: javascript webkit html data native
Filed under: Front Page iPhone
New SVG Editor? written in Flash
8 days ago
There is something ironic about an SVG editor written in Flash, but this preview by Tiago Cardoso, written using the inEvo SVG engine is fun to check out. It uses SVG natively and has some cool fe .......
1 image 2 links 57.5 Readability           
No replies




Ajaxian

Keywords: svg recognition
Filed under: Front Page SVG
Guid0: JavaScript GUIDs
8 days ago
Our own Michael Mahemoff is at it again, creating a simple little GUID generator called Guid0 : Guid0 is a GUID library for Javascript. Okay, it doesn't yet do official, bona fide, 128-bit, GUI .......
1 image 1 link 60.2 Readability           
No replies




Ajaxian

Keywords: guid
Filed under: Front Page JavaScript Library Tip
Undo, redo, and much more with Cappuccino
8 days ago
Francisco Tolmasky of 280 North has written a very nice piece on adding Undo and Redo to your Web application with Cappuccino . He creates a very cool sample application, FloorPlan , that s .......
1 image 3 links 59.3 Readability           
No replies




Ajaxian

Keywords: application undo code support cappuccino
Filed under: Articles Front Page
Implementation Focus: Notifu
9 days ago
Kent Johnson is an engineer at Notifu , a startup that launched on October 29 with a group messaging service aimed at improving the routing and notification of personal messaging among individual .......
2 images 14 links 58.3 Readability           
No replies




Yahoo! User Interface Blog

Keywords: notifu messaging yui var
Filed under: YUI Implementations
Projective texturing using Canvas
9 days ago
Steven Wittens has taken on a challenge to make fake 3D in Canvas and built a library for projective texturing : Canvas is still limited to 2D: its drawing operations can only do typical vector .......
1 image 5 links 63.3 Readability           
No replies




Ajaxian

Keywords: transforms projective views affine
Filed under: Canvas Front Page
jsTree Nears 1.0; Solicits Feedback
9 days ago
Several months ago, we covered jsTree , a promising new tree component built on top of jQuery. It's since gained its own website and is nearing a 1.0 release. There have been a few changes sin .......
1 image 3 links 66.7 Readability           
No replies




Ajaxian

Keywords: http://www.jstree.com
Filed under: Component Front Page jQuery
reglib: Another CSS based, declarative library
9 days ago
PLAIN TEXT JAVASCRIPT: *   * reg.click("a.popup", function(e){ * window.open(this.href) * return false * }) *   * /* * ENGLISH TRANSLATION: .......
5 links 59.3 Readability           
No replies




Ajaxian

Keywords: event dom declare css
Filed under: Front Page
Timing in JavaScript and browsers can?t be trusted
9 days ago
This is officially the week of John. If he delivers top notch posts for the rest of the week he wins an Ajaxian award or something. Maybe we need to bring back the "pack of cards" where each card i .......
1 image 2 links 67.7 Readability           
No replies




Ajaxian

Keywords: tests timing performance results john
Filed under: Front Page JavaScript
Dojo Extensions for Adobe AIR
10 days ago
We've announced a new project, the Dojo Extensions for Adobe AIR . This project makes it easier to use Dojo for higher level desktop application features within AIR. Currently this lives as a pr .......
1 image 2 links 58.9 Readability           
No replies




The Dojo Toolkit blogs

Keywords: dojo project desktop
Filed under: air Announcements dair dojo extensions for adobe air
Dojo Extensions for AIR
10 days ago
SitePen has built an interesting set of APIs to enable you to create better JavaScript applications that run in the AIR platform: This new effort creates a new namespace, dair , making it .......
1 image 2 links 60.5 Readability           
No replies




Ajaxian

Keywords: air dojo create
Filed under: Front Page air
JxLib: New Browser UI Toolkit
10 days ago
To the ranks of Ext JS, jQuery UI, Dijit, and others comes JxLib , a new browser-based UI toolkit built on top of MooTools . Jason Fournier from the team passed the announcement to us: JxLib in .......
1 image 4 links 66.1 Readability           
No replies




Ajaxian

Keywords: jxlib project years mootools
Filed under: Front Page MooTools Toolkit
Yahoo! home page and YUI 3.0
10 days ago
Nicholas C. Zakas has posted about a new Yahoo! home page that uses YUI 3.x. They are currently testing the new home page out, but having it use the latest and greatest dogfood on a web page .......
1 image 2 links 67.1 Readability           
No replies




Ajaxian

Keywords: yui page wanted part
Filed under: Front Page Showcase Yahoo!
Time Picker UI
10 days ago
John Resig linked to an interesting new time picker UI that Maxime Haineault implemented as a jQuery plugin: He made a "two click" time picker. The first click is within the time field. .......
1 image 4 links 75.8 Readability           
No replies




Ajaxian

Keywords: time click moving
Filed under: Front Page UI Usability jQuery
CSS and Tables; The war continues
10 days ago
Time for a bit of fun. The eternal battle of tables vs. CSS layouts continues. We geeks have had classics such as vi vs. emacs, and Star Wars vs. Star Trek. First up we have giveupandusetables.c .......
2 images 14 links 74.7 Readability           
No replies




Ajaxian

Keywords: http://shouldiusetablesforlayout.com/ http://giveupandusetables.com/
Filed under: CSS Front Page Fun
You?re Invited: Yahoo! BrowserPlus Launch Event
10 days ago
BrowserPlus (TM) is an innovative browser technology from Yahoo! that we're officially launching next week. If you'd like to come to the launch party, we'd love to have you. I'll be giving a .......
1 image 10 links 65.9 Readability           
No replies




Yahoo! User Interface Blog

Keywords: browserplus http://browserplus.yahoo.com
Filed under: Development
The New Yahoo! Front Page and YUI 3.0
11 days ago
At the beginning of this year, the Yahoo! Front Page team embarked on an ambitious project to completely remake the face of the company. The goal was to make the Front Page into the most important .......
1 image 8 links 64.5 Readability           
No replies




Yahoo! User Interface Blog

Keywords: yui page front developed
Filed under: Development YUI Implementations
JavaScript Object Observability in ASP.NET Ajax 4.0
11 days ago
Dave Reed wrote in to tell us about an article he's written about Microsoft ASP.NET Ajax's utility for adding observability to JavaScript objects. The idea is simple: The Microsoft AJAX 4.0 pre .......
1 image 1 link 41.5 Readability           
No replies




Ajaxian

Keywords: objects javascript text plain
Filed under: Front Page
Firebug tricks, Dojo style
11 days ago
Tom Trenka has a nice posting on Dojo and Firebug Tricks for Development where he shares two of his own: TRICK #1: USING WINDOW.LOCATION.SEARCH TO ENABLE FIREBUG LITE ON THE FLY With the Doj .......
1 image 7 links 60.7 Readability           
No replies




Ajaxian

Keywords: tricks file html
Filed under: Dojo Front Page firebug
Sys.Observer: Microsoft Ajax 4.0 wants you to be able to be an Observer
11 days ago
A preview for Microsoft Ajax 4.0 is here, and it offers an Observer implementation via Sys.Observer : The Microsoft AJAX 4.0 preview includes this Sys.Observer class that allows you to be notif .......
1 image 1 link 57 Readability           
No replies




Ajaxian

Keywords: named ajax event objects
Filed under: Front Page observer
< Prev      1   |   2   |   3   |   4   |   5      Next >      

Tags for this category
browser(3) css(3) data(3) event(3) html(3) javascript(6) page(5) text(3) web(8) yui(8)