Web Clips

Your awesome Tagline

Posts tagged Development

0 notes

3 New Desktop Tools for Creating Interactive Prototypes

Nowadays more and more people realize the value of prototyping and there are many new prototyping tools available in the market. Compared to static wireframes printed on paper, interactive prototypes are more suitable for collecting feedback on usability since they provide almost the same experience as the final product. Users can play with the prototype and tell you whether they like it. This article introduces and compares three new desktop tools that can create interactive prototypes.

Filed under Development

0 notes

PHPの二次元配列ソート関数「array_multisort」

$array = array(
array(“id” => “453”, “name” => “aaaa”),
array(“id” => “455”, “name” => “aaaa”),
array(“id” => “234”, “name” => “aaaa”),
array(“id” => “745”, “name” => “aaaa”),
array(“id” => “235”, “name” => “aaaa”),
array(“id” => “745”, “name” => “aaaa”),
array(“id” => “231”, “name” => “aaaa”),
array(“id” => “834”, “name” => “aaaa”),
);

//降順にソート
array_multisort($array,SORT_DESC);

/*
■ソート方法指定フラグ
・SORT_ASC - 昇順にソート
・SORT_DESC - 降順にソート

■ソート型のフラグ
・SORT_REGULAR - 普通に比較
・SORT_NUMERIC - 数値的に比較
・SORT_STRING - 文字列として比較
*/

Filed under PHP Development

0 notes

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

Ext JS

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

Filed under JavaScript Ajax Development

0 notes

17 Awesome Web Developer Cheat Sheets

Editor’s Note: We’ll be covering Object-Oriented JavaScript, Merb, Rails and more at The Future of Web Apps on Oct 1-2.

I am sure we have all been in the situation where we’ve learned a new piece of software and only a couple of weeks later we’ve forgotten all but the basic commands. This happened to me recently when moving back to SVN after working with Git. Thankfully I have a handful of “cheat sheets” that I call upon at these times.

Here are a list of cheat sheets I find useful:

Filed under Infomation 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

11 Of The Handy Free Tools To Increase Designer’s Productivity

This is one of the very best (Fresh) list of its kind where you can find the simplest online web designer’s tools that are developed for designers and may be very helpful for you as well when you want to get your work done or just for fun. I hope web designers will like this list, but you can also use them and will love them whether you are an office worker, a manager, a supervisor, a student, a home user, etc. Most of them are not very well-known, but they are really amazing in respect to their features. This is the list of 11 Of The Handy Free Tools To Increase Designer’s Productivity. Just take a look at them and share your thought’s here.

Filed under Development