Posts tagged Development
Posts tagged Development
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.
自分で車を作ってレースできるサイト
$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 - 文字列として比較
*/
PHP is the most widely-used language for programming on the web. Here are thirty best practices for beginners wanting to gain a firmer grasp of the fundamentals.

JavaScript/Ajaxフレームワーク「Ext JS」を使えば、使い勝手のいいユーザーインターフェイス(UI)を、短いコードを書くだけで実装できます。前回の記事では、Ext JSのウィンドウ内にGoogleマップを利用した地図を表示する方法を紹介しました。今回は同じウィンドウに、地図の種類(航空写真や地形など)を選択 できるオリジナルのメニューを組み込んでみましょう。
Today millions of websites and servers across the Internet are powered by PHP. Originally created by Rasmus Lerdorf in 1995 so that anyone can easily create a Personal Home Page; PHP has come a long way and is now widely used as general purpose scripting language that is suitable for majority of web development projects.
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:
Often times we only learn the CSS strategies we need to as we go through new projects. However, we should study new strategies in our spare time as well. This way, we can discover new and more efficient methods of getting things done for the future.
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.
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.