0

10个网页开发有用的code片段

1. CSS 打印框架

Hartija 是广泛使用的网页打印样式表框架。 在这里下载 CSS 文件 并在你网页中插入以下code使用:

<link rel=“stylesheet” href=“print.css” type=“text/css” media=“print”>

2. CSS @font-face

作者可以运用下面这段代码无需使用图片即可制定网页的默认字:

@font-face {
font-family: MyFontFamily;
src: url(‘http://’);
}

3. HTML 5 CSS Reset

Richard ClarkEric Meyers的CSS重置基础上进行了一些新的改良和创新。

4. Unit PNG Fix

This snippet 修正了Internet Explorer 6下png 24 bit 透明问题 .

5. 圆角选项卡导航条

这段代码与图片展示了如何制作一个简单的圆角选项卡导航条

6. PHP: 使用isset()替代strlen()

这段代码使用 isset() 替代 strlen() 来核实PHP变量 (例子中 $username) 被设定最少六个字长。 (via Smashing Magazine).

<?php

if (isset($username[5])) {
// Do something…
}

?> (more…)

0

35个有创意的购物网站设计

Chop Shop

Shopping Cart Page Design

Ooga Zone

Shopping Cart Page Design

Nine West

Shopping Cart Page Design

Nike

Shopping Cart Page Design (more…)

0

资源整理

1. 30 iPhone Apps with Sexy Interfaces

30 iPhone Apps with Sexy Interfaces

2. 20 Brilliant One-Page Portfolios

20 Brilliant One-Page Portfolios

3. 25 Inspiring Examples of Sign-Up Pages

25 Inspiring Examples of Sign-Up Pages

4. 50 Examples of Vintage Typography

50 Examples of Vintage Typography

5. 50 Kick-Ass And Creative Dark Website Designs

50 Kick-Ass And Creative Dark Website Designs

(more…)

0

HEY,一起去抓鱼吧

hiAug

fishing

1

55个激发灵感的网页设计

via:http://vandelaydesign.com/blog/galleries/niche-web-design-galleries/

E-Commerce Galleries:

CartFrenzy
Our own gallery that showcases the best e-commerce designs.

CartFrenzy

Cart Craze
Cart Craze is another e-commerce gallery that has a lot of sites in the archives.

Cart Craze

(more…)

Page 9 of 17« First...7891011...Last »