FirebugがXMLHttpRequestを監視している方法を読んでみる

JavaScript を使って何か物を作っている人はまず間違いなく Firebug を使っているというほどFirebugは世の中の JavaScripter に浸透しています。 alert文をひたすら書いてデバッグしていた時期が懐かしいです。(今でもalertを使うことはありますが) そして一番楽になったといえばAjax関連の開発が昔と比べて格段に楽になりました。 これはAjaxリクエストが送信されたタイミングと応答が返ってきたタイミングでFirebugがコンソールに内容を出力してくれるからだと思います。 これ以外にもどれくらい通信速度がかかったかなども見ることができるのでとってもありがたいです。 そんな Ajaxの監視 をFirebugが一体どうやってやっているのかをここで紹介してみようと思います。 Firebugインストール Firebugがまだ入っていない人はFirefoxを立ち上げてFirebugを入れてみましょう! Firebug :: Firefox Add-ons ソースコードの場所 ボクの環境では以下の場所にFirebugが置いてあります。>>Read More

[Related Article]
http://hisasann.com/housetect/2009/01/firebugxmlhttprequest.html
[Posted On]
11:08:29 01-30-2009

Ric Roberts - grrid: a Prototype.js based javascript grid

grrid.js. Originally written for use in Swirrl, grrid.js is an open source, pure javascript spreadsheet style grid, built on Prototype.js. Download the source from GitHub. Taskit. Taskit is a plugin to allow you to schedule simple tasks ...>>Read More

[Related Article]
http://ricroberts.com/articles/grrid-a-prototype-js-based-javascript-grid
[Posted On]
07:00:00 01-30-2009

In my previous two posts, Building a Simple Photo Gallery in ASP.NET MVC Framework and Returning Thumbnails With the MVC Framework, I built a simple photo gallery on the ASP.NET MVC framework. In this post we are going to start making this a little prettier. To start with, we are going to leverage an JavaScript project called Lightbox.js that's released under the Creative Commons Attribution 2.5 License. One cool part about it is that you can get a tremendous amount of functionality with lit>>Read More

[Related Article]
http://www.joshholmes.com/blog/2009/01/28/AddingLighboxjsToTheSimplePhotoGallery.aspx
[Posted On]
08:47:48 01-29-2009

Returning Thumbnails With the MVC Framework, I built a simple photo gallery on the ASP.NET MVC framework. In this post we are going to start making this a little prettier. To start with, we are going to leverage an JavaScript project called Lightbox.js that's released under the Creative Commons Attribution 2.5 License. One cool part about it is that you can get a tremendous amount of functionality with little to no JavaScript coding on your own. It leverages a couple of different JavaScript li>>Read More

[Related Article]
http://www.joshholmes.com/blog/2009/01/27/ReturningThumbnailsWithTheMVCFramework.aspx
[Posted On]
08:46:00 01-28-2009

ASP.NET MVC RC

announced the release candidate for ASP.NET MVC. While there is much new in there to be excited about and many many bug fixes, there were two changes introduced in the RC that broke some scenarios which previously worked in the Beta, as reported by customers. We’ve updated the Release Candidate with a refresh that addresses these two issues. You can use the recently released Microsoft Web Platform Installer 1.0 to install ASP.NET MVC RC Refresh. It happens to be a handy tool for installing not >>Read More

[Related Article]
http://haacked.com/archive/2009/01/27/aspnetmvc-release-candidate.aspx
[Posted On]
05:40:08 01-28-2009

Using Javascript effect to expand and collapse nested or threaded ...

The Layout will load required JavaScript libraries. Our view is going to get a little trickier. We'll need to load Prototype and Scriptalicious in the layout. >>Read More

[Related Article]
http://edwardawebb.com/web-development/cakephp/create-nested-trees-expand-collapse-cakephp
[Posted On]
23:39:45 01-24-2009

How To Make A Really Sweet Lightbox Notification | Wise Startup Blog

. Download the files and follow the instructions in the folders. Step 2. Create your lightboxes. ...>>Read More

[Related Article]
http://wisestartupblog.com/css-tips-and-tricks/how-to-make-a-really-sweet-lightbox-notification/2970/
[Posted On]
21:58:43 01-22-2009

jQuery conflicts with PageEditor

It is caused by the conflict with Prototype.js that most of Page Editor, including designer and debugger uses. It can be simply worked around by overriding the $-function by calling "jQuery.noConflict()". var $j = jQuery.noConflict(); $j(document).ready(function() { }); . More about that on the jQuery website. Posted by Alex Shyba at 9:27 AM ...>>Read More

[Related Article]
http://sitecoreblog.alexshyba.com/2009/01/jquery-conflicts-with-pageeditor.html
[Posted On]
02:27:00 01-09-2009