Web Clips

Your awesome Tagline

Posts tagged Ajax

0 notes

14 Easy to Implement Drop Down Menu Solutions

I believe the navigation of a website should always be simple. However, if a website has many pages and sub pages, the thought of navigation simplicity goes out the window. This is where drop down menus come into play. A good and well executed drop down menu can make navigating a large site easy for the user. While drop downs make site navigation easy, sometimes they can seem difficult to implement, but the solutions listed below are all a breeze to set up, especially since most of them are built on jQuery or MooTools.

Filed under JavaScript Ajax

0 notes

PHP経由でクロスドメインにアクセスする方法

WebサービスのAPIとかを利用する際に、JavaScriptによる非同期通信(Ajax)で通信しようとすると、必ずと言っていいほどクロスドメインの問題にぶち当たる。

最近ではJSONPに対応しているAPIも多くなってきたが、それでもまだSOAPやRESTによる、XML通信が大半を占めているのが現状である。

戻り値がJSONPによる通信の場合はクロスドメインを意識しないで済むが、そうじゃない場合はそうはいかない。

つまり、別ドメインの場合はJSONPを使用しない限りは、JavaScriptのみでのAjax通信は不可能ということになる。(ブラウザの仕様)

Filed under PHP Ajax

0 notes

JavaScriptのウィジェット作成や各種メニュー作成等、便利なチュートリアル集のまとめ

JavaScriptのウィジェット作成や各種メニュー作成等、便利なチュートリアル集のまとめ。
ここ最近で巡回したもので便利そうなチュートリアルを以下にまとめてみました。

沢山あるので使えそうなものだけ覚えておくとよいかもしれません。

Filed under JavaScript Web Design Ajax

0 notes

25+ Awesome Slider Techniques NEED TO HAVE for any Web Developer

Animated sliding effects can if not used wrong or to much add excellent dynamics and uniqueness to websites. They are often seen as components that give access to multiple featured articles in an elegant and very space optimized way. Generally sliding effects are created using CSS and Javascript and typically javascript frameworks like jQuery and mootools are used to make the code more robust and compatible.
In this article tripwire magazine present more than 25 techniques for sliding and scrolling content, a must have collection for Web Developers!

Filed under Ajax JavaScript Web Design

0 notes

入門Ext JS:デスクトップ風メニューバーを表示しよう

Ext JS

JavaScript/Ajaxフレームワーク「Ext JS」を使えば、使い勝手のいいユーザーインターフェイス(UI)を、短いコードを書くだけで実装できます。前回の記事では、Ext JSのウィンドウ内にGoogleマップを利用した地図を表示する方法を紹介しました。今回は同じウィンドウに、地図の種類(航空写真や地形など)を選択 できるオリジナルのメニューを組み込んでみましょう。

Filed under JavaScript Ajax Development

0 notes

Simple Cart

No databases, no programming, no headaches. A simple javascript shopping cart in under 20kb that you can setup in minutes. It’s lightweight, fast, simple to use, and completely customizable. All you need to know is basic HTML.

Filed under JavaScript Ajax Development

0 notes

narwhal

Narwhal is a cross-platform, multi-interpreter, general purpose JavaScript platform. It aims to provide a solid foundation for building JavaScript applications, primarily outside the web browser. Narwhal includes a package manager, module system, and standard library for multiple JavaScript interpreters. Currently Narwhal’s Rhino support is the most complete, but other platforms are available too.

Filed under JavaScript Ajax