Browsing articles in "html-css"
Jan
29
2012

Best Practices for Speeding Up Your Web Site

The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 35 best practices divided into 7 categories. Filter by category: Content Server Cookie CSS JavaScript Images Mobile All Minimize HTTP Requests tag: content 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the [...]

Nov
15
2010

Tối ưu website bằng CSS Sprite

311728

CSS Sprite là gì ? Gần đây trong 1 lần làm ví dụ cái “fake login” cho Facebook tôi mới phát hiện ra tất cả hình ảnh đều nằm trong 1 file ảnh duy nhất (ok, tôi biết lạc hậu rồi). Sau 1 hồi google thì tôi biết đó là kỹ thuật “CSS Sprites” do Dave Shea đề nghị lần đầu năm 2004. Thuật ngữ “Sprites” thực ra là kỹ thuật đã được dùng từ [...]

Oct
6
2010

10 Template miễn phí cho phần Admin-Backend

admin-template

Internet Dreams Admin Skin Internet Dereams is a clean, user friendly and attractive Admin template that would fit in perfectly as the backend for most web applications. Included in the template are the login screens, the dashboard, form elements and table layout screens. The PSD is also available. Internet Dreams Admin Skin → View Screenshots → Ultimate Admin Panel Solution The elegant Ultimate Admin Theme includes all of the pages you would expect from a [...]

Oct
6
2010

10 thủ thuật CSS mà bạn có thể không biết

css_tips

1. When styling fonts with CSS you may be doing this: font-weight: bold; font-style: italic; font-variant: small-caps; font-size: 1em; line-height: 1.5em; font-family: verdana,sans-serif There’s no need though as you can use this CSS shorthand property: font: bold italic small-caps 1em/1.5em verdana,sans-serif Much better! Just a few of words of warning: This CSS shorthand version will only work if you’re specifying both the font-size and the font-family. The font-family command must always be at the very [...]

Sep
8
2010

Sử dụng các thuộc tính CSS3 cho IE với PIE

browsers-css

Sử dụng các thuộc tính CSS3 cho IE với PIE PIE (Progressive Internet Explorer) – một tiện ích giúp IE6 IE7 IE8 có thể hiển thị được đầy đủ các tính năng của CSS3 như border-radius, box-shadow, border-image, multiple background images, linear-gradient như background image. Việc sử dụng PIE cũng rất đơn giản, bạn chỉ cần upload file PIE.htc lên server và trỏ đường dẫn về nó trong file CSS: behavior: url(path/to/PIE.htc); Cách sử dụng [...]

Pages:12»

Sponsors