Search posterous

Search all posts and users. Type a name, type a favorite song title, whatever! See what comes up.
  

More posterous blogs











More recommended blogs »

Here are posterous posts filed under javascript...

softworkr says...

Step Carousel Viewer displays images or even rich HTML by side scrolling them left or right. Users can step to any specific panel on demand, or browse the gallery sequentially by stepping through x number of panels each time. A smooth sliding animation is used to transition between steps. And fear not in taming this script to go exactly where you want it to- two public methods, two custom event handlers, and three "status" variables are here for that purpose.

Un altro scroller ("carousel") basato su jQuery. Si può vedere anche sul sito di clutchmagonline.com.

Filed under: javascript, web development

softworkr says...

30+ Javascript/Ajax Techniques for Sliders, Scrollers and Scrollbars

Slider (che fanno molto 2.0), scroller (utili) e scrollbar (meno utili).

Filed under: ajax, javascript, web development

softworkr says...

jQuery Gallery Scroller (jqGalScroll) takes list of images and creates a smooth scrolling photo gallery scrolling vertically, horizontally, or diagonally. The plugin will also create pagination to allow you to flow through your photos.

Filed under: javascript, web development

IRR says...

http://code.google.com/closure/

Filed under: javascript

fedmor says...

Filed under: AJAX, JavaScript, jQuery, Twitter

用力呼吸 says...

利用jQuery delay來控制UI的流程是非常優雅的實作方式
1. 先引入James Padolsey寫的delay function
$.fn.delay = function(time, callback){
     // Empty function:
     jQuery.fx.step.delay = function(){};
     // Return meaningless animation, (will be added to queue)
     return this.animate({delay:1}, time, callback);
}

2.用selector挑取要做delay的元素, 如
$('#querystatus').show().delay(3000, function(){
     ......
     $('#querystatus').hide().delay(500,function(){
         ......
         ......
     });
});

呈現的結果將會是:
查詢狀態(querystatus)顯示3秒後, 讓自己消失, 並在消失0.5秒後, 執行指定的code

Filed under: javascript, jquery, Web Design

Oz says...

The base javascript framewotk of Gmail, Google Docs and more.

Where I found it:
http://ajaxian.com/archives/google-releases-closure-the-tools-behind-the-js-geniuses
Go here for a quick overview

Introduction From the makers:
http://googlecode.blogspot.com/2009/11/introducing-closure-tools.html
Go here for an introduction made by the team who made it

Official page:
http://code.google.com/closure/
Get it here ... And read the details of each module

Nice fact
They Work in Google and almost every module came out of 20% Project wich is an idea I think is great!

Filed under: closure, frameworks, google, java, javascript, programming

conard says...

I just merged my blogger blog with my posterous!  Posterous is winning me over.  I just wish I could use javascript in the editing.  I would also like a blog roll, archive, etc. in my sidebar.  When is this coming?

Filed under: blog, Blogger, javascript, merge, posterous, sidebar

obleo says...

Build native mobile phone apps to iPhone, Android and Blackberry with PhoneGap open framework (MIT Open License) using just html and java. Phone Gap also has a simulator and can control Geo Location, Vibration, accelerometer and sound native device features. There a few examples listed on there web site of native apps built with phonegap, mostly iPhone /app store apps.

This is a pretty cool framework anyone can program with javascript and html and it supports so far 3 platforms. Best of all it is open source.
It a very nice development tool, worth the time to dig deeper and work with.

more info @ http://www.phonegap.com/

Filed under: Android development, Blackberry development, crossplatform mobile development, iphone development, Javascript, mobile development, open framework, PhoneGap

IRR says...

http://www.yuiblog.com/blog/2009/11/04/video-crockford-state/

Filed under: javascript