タグ Nettuts
人気順 10 users 50 users 100 users 500 users 1000 usersIntroduction to HTML5 Desktop Apps With Node-Webkit | Nettuts+
Using Node.js, we can create web applications easily. Now, thanks to the node-webkit we can also create desktop apps with it, using a unique combination of HTML5 and Node.IntroductionThe library combi... 続きを読む
The Right Way to Retinafy Your Websites | Nettuts+
Making your website ready for Retina display doesn’t have to be a hassle. Whether you are building a new website or upgrading an existing one, this guide is designed to help you get the job done smoot... 続きを読む
Headless Functional Testing with Selenium and PhantomJS | Nettuts+
Let’s build a system for performing functional tests on web applications, using Selenium and PhantomJS. The resulting system will allow us to write easy test scenarios in JavaScript, and test those sc... 続きを読む
Important Considerations When Building Single Page Web Apps | Nettuts+
Single page web applications – or SPAs, as they are commonly referred to – are quickly becoming the de facto standard for web app development. The fact that a major part of the app runs inside a singl... 続きを読む
An Introduction to Source Maps | Nettuts+
In today’s modern workflow, the code that we author in our development environments is considerably different from the production code, after running it through compilation, minification, concatenatio... 続きを読む
Best Practices When Working With JavaScript Templates | Nettuts+
Maybe you don't need them for simple web apps, but it doesn't take too much complexity before embracing JavaScript templates becomes a good decision. Like any other tool or technique, there are a few ... 続きを読む
アニメーションする3Dなグラフを描画するチュートリアル:phpspot開発日誌
Create an Animated 3D Bar Chart/Graph | Nettuts アニメーションする3Dなグラフを描画するチュートリアル。 残念ながらCSS3を使っているわけではないのですが、良い感じのデザインの画像を組み合わせてアニメーションさせるテクニックは使えそうです。 素材となっている画像。3枚組み合わせてるわけですね。アニメーション等はJSに頼っています 色々応用できそうで... 続きを読む
Using JavaScript’s Prototype with MVC | Nettuts+
In this article, we will review the process of using JavaScript, from an MVC-based perspective, to manipulate the DOM. More specifically, we’ll engineer our JavaScript objects, their properties and me... 続きを読む
知っとくと便利なPHPのテクニック9つ:phpspot開発日誌
9 Useful PHP Functions and Features You Need to Know | Nettuts 知っとくと便利なPHPのテクニック9つが掲載されていました。 初心者の方は勿論、PHPを長年使ってる人にも使えるテクニックが載っていましたので勉強がてらにメモ。 func_get_args() 関数で可変引数 を受け取る 通常、関数といえば、次のように引数と共に定義します。... 続きを読む
これは見ておくべきHTML5のCanvasを使ったデモ集:phpspot開発日誌
21 Ridiculously Impressive HTML5 Canvas Experiments | Nettuts これは見ておくべきHTML5のCanvasを使った実験集。 ここまで出来るの?っていうサンプルが満載で一度は見ておきたいものばかりです。 8 Bit Color Cycle Particle Letter Animation Particle System Strange A... 続きを読む
IE共通の9つのCSSバグをそれぞれ解決する方法:phpspot開発日誌
IE共通の9つのCSSバグをそれぞれ解決する方法がNettutsにて紹介されています。 どれも、なんでだろうと頭を悩ましそうな問題なので解決法を知っておくと簡単に対処できそうです。 1. センタリングが効かない問題 margin: auto を指定した場合の期待する結果 IEの場合以下のようになりますが↑にするための解決法が書かれています 2. 横に並べたいリストが階段状になってしまう IEの場合... 続きを読む
これは驚きの、CSSだけで作れる吹き出しボックス:phpspot開発日誌
Fun With CSS Shapes - Nettuts これは驚き!CSSだけで作れる吹き出しボックス。 次のような吹き出しが、画像を一切使わずにCSSだけで実現できてしまうようです。 HTMLコードをちょっと分かりやすいようにダイエットしてみたものが以下。 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www... 続きを読む