ブログやポートフォリオ、Eコマース、コーポレートサイトなどに、レトロ風、スタイリッシュ、クリーン、スリーク、背景に写真、イラストを使うなど、ウェブページのユーザーインターフェイスをPhotoshopで作成するチュートリアルを紹介します。
ブログやポートフォリオ、Eコマース、コーポレートサイトなどに、レトロ風、スタイリッシュ、クリーン、スリーク、背景に写真、イラストを使うなど、ウェブページのユーザーインターフェイスをPhotoshopで作成するチュートリアルを紹介します。
30+ Inspiring Free Calendar and Date Picker PSD Designs by Lars | Last updated Nov 29, 2012 | Photoshop, Web Design | 0 comments Calendars and date pickers have many use cases in web application design e.g. in situations where users need to input dates or date ranges. While you can start designing from scratch, it is often a good idea to look for inspiration and even ready to use design elements.
jQuery Plugin for Cartoon-like Background Image Sprite Animation – AniDG – (alernative to animated Gif) What is AniDg? AniDg is a simple plugin for jQuery which allows you animate background images. The plugin is basically an alternative to the animated GIF but with several benefits. At first, it’s always better to use an animated GIF as this format is supported by all browsers without any JavaScr
An experimental jQuery plugin that will group thumbnails by a shared data-attribute into a pile. When clicking on the pile, the thumbnails that belong to that pile will be spread into a grid using CSS transitions. This experimental jQuery plugin allows the automatic grouping of thumbnails using a pile effect. The thumbnails will group according to their shared data-pile attribute and once clicked,
Fast Image Researchはワンステップで類似画像検索できる拡張機能です。 検索したい画像の上でメニューをひらき、「Research Image」を選択すれば、 その画像をもとに類似画像検索してくれますよ。 画像のURLをコピペしたりするの面倒なので、入れておくとはかどりますねっ! 以下に使ってみた様子を載せておきます。 まず「Fast Image Research」にアクセスしましょう。 Chromeに拡張機能をインストールします。 類似画像検索をしたい画像の上で右クリックしてメニューを開きます。 「Research Image」から類似画像検索できますよ。 画像のURLをコピーして、Google画像検索にペーストしてといった作業がなくなります。 類似画像検索をよく利用する方はぜひ導入してみて下さい。
全部ダウンロードしたら4000種以上! 商用でも無料で利用できる、小さいサイズからゆる~いデザインのピクトグラムのアイコン素材を紹介します。 ※アイコンをご利用の際は、必ずライセンスを確認してください。
Photoshop plays a vital role for the web and graphic designers. This is because it has many useful features like it boosts your designs and saves your time. These days in the world of web and graphic designing, designers are now using old paper Photoshop textures in their designs because they are getting popular and have become a new trend. You can create these old paper textures with Photoshop ef
Visualeadは画像の上にQRコードを乗せることができるサイトです。 QRコードを作成して、それを指定した画像にくっつけることができます。 写真の背景や一部にQRコードを乗せたいときに便利なサイトです。 以下に使ってみた様子を載せておきます。 まず「Visualead」にアクセスしましょう。 まずは背景になる画像をアップロードします。 その後、QRコードで読み取ったときのURLなどを入力。 そしてQRコードの位置と大きさを決めます。 背景色も選べますよ。 完成! 簡単にQRコードを名刺にのせることができました。 他の画像でもこのようにQRコードをあとからのせることができます。 作成した画像はダウンロードして保存できますよ。 ぜひご活用下さい!
High quality PSD files are important resources for designers. The reason is that PSD files enable them to render easy modifications when required and enable them to finish their task ahead of due date without the need of much hard work. In today’s post, we provide you with a compilation of ribbons PSD files in well-orgarnized PSD format. Ribbon is a design element which enhances the beauty of a we
jQueryを使って、FAQのAnswerをフェードで表示・非表示を切り替えるコンテンツをシンプルなコードで実装するチュートリアルを紹介します。 Questionクリック時 実装 Step 1: 外部ファイル 「jquery.js」を外部ファイルとして記述します。 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> Step 2: HTML 質問はh3要素、回答はp要素で実装し、div要素で内包します。 <div id="w"> <h2>User Accounts</h2> <div class="q"> <h3 class="qhead"><a href="#q01">よくある質問</a></h3> <div clas
A little trend in web design I see popping up at the moment is the use of full screen background images which are often blurred out, these images are often the backdrop to promoting a product or a message to the user. The blurred backgrounds often sit within a horizontal slider or on the website background itself helping convey the product or message the site is promoting. In this post I wanted to
40+ Fresh and Free Web UI and Mobile Kits for Developers and Designers In this round-up, we are showcasing fresh and free web UI design kits as well as some mobile kits. This collection will astonish you, but, more importantly, save your valuable time. Designing a user interface (UI) is a difficult task, because it takes lots of time and needs loads of patience as well. Furthermore, designing user
This message appears for administrator users only
jQueryを使って、既存サイトの画像を遅延ロードっぽく見せる方法、いわゆる「なんちゃって遅延ロード」について紹介します。 昨日エントリーした「画像を遅延ロードする定番jQueryプラグイン「Lazy Load」」ですが、投稿済み記事の画像に対して設定をひとつひとつ変更するのは現実的に厳しいと思われます。 とはいっても、他のサイトでページをスクロールすると画像がふわっと浮かび上がるアクションには憧れます。 ということで、既存サイトの画像を遅延ロードっぽく表示させる方法を考えてみました。 1.「なんちゃって遅延ロード」と称する理由 「なんちゃって遅延ロード」と称する理由は、ページをスクロールしたときの表示は遅延ロードされたようにみえますが、最初から遅延ロードの設定をしていないimg要素はページロード時に画像が先に読み込まれてしまうためです。 下のスクリーンショットは、遅延ロードの設定有無によ
ウェブページのメニュー、ボタンなどをはじめ、ボックス、スライダー、アイコン、背景パターン、リボン、バッジ、エフェクト、テンプレートなど、トータル2,000くらい?のPSD素材がダウンロードできるByPeopleを紹介します。 そんなに数多くダウンロードできないよ、って人も大丈夫! 全素材まとめてダウンロードできます。 ByPeople ダウンロードできる素材はほとんどがPSDで、モノによってはAIだったりします。 ダウンロードはページ下のメール欄にメールアドレスを入力して、ダウンロードボタンをクリックします。しばらくすると、ダウンロードのURLがメールに送られてきます。 素材の利用にあたっては個人でも商用でも無料、とのことです。 詳しくは、Use Licenseをご覧ください。 数多くありすぎる素材から、いくつか紹介します。 本当に、ごく一部です。
自分では多分使わないと思います けど、技術が凄いなーと感じたの でご紹介。よくあるスライドを、 YoutubeやVimeoなどの動画にシン クロさせる、というライブラリ だそうです。 自分で動作テストしたわけじゃないので紹介だけ。スライドと、そのスライドを紹介する動画をシンクロさせ、動画を再生すると同時にスライドを自動で進行させる、というライブラリ。うまく説明できませんのでデモを見たほうが早いです。 Webサービスになっていますが、ソースも公開されています。node.jsを使ってるみたいですね。 動画を再生すると、その動画中で紹介してる箇所をスライドも表示、動画が進むとスライドも次ページに移動してくれる、というもの。 将来、学校の授業もこんな感じになるんだろうか・・以下で動作デモを確認出来ます。ライブラリのライセンスはGPLとの事。使い方は確認してないので割愛します。 Presentz
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く