オープンソース・フリーウェアを毎日紹介するブログ。日々の業務の効率化、新しいサービスのネタ探しにどうぞ。SNS、SBS、CMS、オフィス、画像編集、ユーティリティ、Firefoxアドオン、テキストエディタ、ゲーム…ジャンルは様々。 [JavaScript] [ MIT License]... 続きを読む
JavaScriptライブラリの先駆け「prototype」を勉強しなおすサイト20 | | | | | | 現在JavaScriptライブラリは数多くリリースされていますが、それらのさきがけとなったのは「prototype」でした。 またNASAのサイトでも使用されているように、その実力は広... 続きを読む
Jaxerが持つ豊富なAPIを使用して、これまでより本格的なアプリケーションのソースコードをお見せする。JavaScriptだけでここまでできるというのはおどろきだ。 特集の最後にあたって blank">Aptana Jaxerに関する特集も今回で最終回だ。blank">初回はインストー... 続きを読む
ブログ「perfection kills」の1月22日の投稿では「Prototype 1.6.0.2」のチートシートが公開されている。 たくさんのライブラリやフレームワークを利用してソフトウェアを開発する現代のプログラマにとって、個々のライブラリに含まれている関数やメソッドを正... 続きを読む
Prototype.jsとはなにか Prototype.jsは、Sam Stephenson氏を中心とするチームによって開発されているAjax対応JavaScriptライブラリだ。単体でもAjaxian.comの2006年と2007年の調査で最もよく知られたAjaxフレームワークに選ばれるほどの人気を得ているが、実は... 続きを読む
MOONGIFT オープンソース・フリーウェアを毎日紹介するブログ。日々の業務の効率化、新しいサービスのネタ探しにどうぞ。SNS、SBS、CMS、オフィス、画像編集、ユーティリティ、Firefoxアドオン、テキストエディタ、ゲーム…ジャンルは様々。 prototype.jsベース... 続きを読む
待望のPrototype 1.6.0登場 The Prototype Core Teamは7日(米国時間)、Prototypeの最新版となるPrototype 1.6.0を公開した。同時にscript.aculo.us 1.8.0およびChristophe Porteneuve氏によって執筆された書籍"Prototype and script.aculo.us"も発表されている... 続きを読む
Sébastien Gruhier氏は4日(フランス時間)、Prototype UI beta 2を公開した。 Prototype UIは、Sébastien Gruhier氏やSamuel Lebeau氏らによって開発されたUIライブラリ。The MIT LicenseのもとPrototypeやscript.aculo.usをベースとして開発されている。今のと... 続きを読む
超便利で使えるprototype.jsベースJavaScriptウィジェットライブラリまとめサイト「Script.aculo.us Samplr」 2007年09月04日 続きを読む
prototype.jsを読み解く 第1回 Prototypeライブラリ(1~197行目) 2007年9月3日 栗山淳 JavaScript, Prototype 1 2 3 4 5 6 はじめに 今回から,Prototypeライブラリについて,中身のコードを読みながら,実装として中で何が行われているのかを見ていこうと思... 続きを読む
Topics .NET (69) 3D (7) Accessibility (57) Adobe (94) Advertising (3) Ajax (386) Ajaxian.com Announcements (16) Android (6) Animation (5) Announcements (104) Appcelerator (3) Apple (20) Aptana (30) Articles (217) Atlas (8) Bespin (6) Book Rev... 続きを読む
Proto.Menu :: prototype based context menu Proto.Menu is a simple and lightweight prototype-based solution for context menu functionality on your page prototype.jsで右クリックメニューを独自に作れるJSライブラリ「Proto.Menu」。 次のような独自の... 続きを読む
Position Absolute : Prototype Fisheye : Another gear in the machine. The idea behind a fisheye control is a strip of icons, being vertical or horizontally laid out that reacts to the user's mouse as it approaches the icon. This control was ma... 続きを読む
Brian Dillard, Tuesday, August 21, 2007 @ 8:25 am After brushing up on jQuery via a little light reading, I've started to play with the framework in code. I'm demoing a scrolling news ticker and decided to write it using jQuery and its Interf... 続きを読む
ネタ帳は、売れない、人が来ないホームページにならない為の、インターネットの知識とブログネタに使えるエントリを書いています。 今回はMacのウィンドウをあなたのサイトに導入してみよう。 prototype.jsを使ったウィンドウを作るためのJavaScript。 まず必要... 続きを読む
Topics .NET (69) 3D (7) Accessibility (57) Adobe (94) Advertising (3) Ajax (386) Ajaxian.com Announcements (16) Android (6) Animation (5) Announcements (104) Appcelerator (3) Apple (20) Aptana (30) Articles (217) Atlas (8) Bespin (6) Book Rev... 続きを読む
Objectオブジェクト 前回に引き続き、prototype.jsを51行目から見ていこう。 51 Object.extend(Object, { 52 inspect: function(object) { 53 try { 54 if (object === undefined) return 'undefined'; 55 if (object === null) return 'null'; 56 return objec... 続きを読む
Wednesday, May 23rd, 2007 Chat Infection: Embed Web Chat Category: Chat, Component, JavaScript, Prototype Todd Fisher has created Chat Infection, a simple chat widget that sits on top of Prototype. You can see Todd’s work via core.js, which ... 続きを読む
Prototype.js news scroller Wraps automaticaly. Stops on mouseover. View source to grab the examplePrototype.jsを使った垂直文字スクロールウィジェット。 縦に文字列が徐々に流れていくボックスを作成することができるようです。 HTML的には、div 内に文... 続きを読む