Most nginx js css related news are at:
More nginx js css related news:
LESS.js – CSS mit Variablen und Funktionen ajaxschmiede.de 30 Jun 2010 | 05:15 am
LESS ist eine Erweiterung der bestehenden CSS-Definitionen und beinhaltete alle existierenden Formatierungen. Im Unterschied zu CSS beherrscht LESS jedoch den Umgang mit Variablen, erweiterten Klassen...
通过.htaccess 设置客户端缓存 help.vit.cn 23 Jun 2010 | 06:06 pm
#设置静态页面的缓存 <FilesMatch “.(html|htm)$”> Header set Cache-Control “max-age=86400″ </FilesMatch> #设置JS,CSS样式和文本的缓存 <FilesMatch “.(js|css|txt)$”> Header set Cache-Control “max-age=259200″ </FilesMa...
Jquery sifr plugin, fontes especiais na web tiago-marques.com 25 Mar 2011 | 11:32 pm
Galera, acabei de achar uma solução bem interessante feita com SIFR (Scalable Inman Flash Replacement = Flash + JS + CSS), uma técnica que já esta rolando na web faz um bom tempo. Mas agora foi adicio...
Install Google mod_pagespeed with DirectAdmin flashingcursor.com 7 Nov 2010 | 01:04 pm
Earlier this week, Google released an open source Apache module to simplify the optimization of your content. The module, mod_pagespeed, will do all sorts of magic like minify your JS/CSS and optimiz...
How to use JS file with APEX? ranawd.wordpress.com 18 Jan 2011 | 08:42 pm
Today we can not think an application without Ajax/js. Good news APEX already included external js/css facility. First time i have faced some problem implemented external js in APEX but finally implem...
PSP-GEN для DLE 9.4 getdle.com 6 Oct 2011 | 12:39 am
Новый шаблон посвященный играм на psp, на дизайне ярко выделяется игровая консоль и персонажи различных игр Версия DLE: 9.4 Комплектация: tpl, js, css, img
Vision Design Premium HTML Template download fulltemplate.com 19 Dec 2011 | 11:58 pm
Vision Design Premium HTML Template download Quote: ThemeForest – Vision Design Premium HTML Template (All Colours & Patterns) HTML | JS | CSS | JPG | 32MB 4 color schemes 4 background patterns 3d...
JCC - JS CSS Control - Intro joomla-extensions.kubik-rubik.de 9 Mar 2012 | 10:40 pm
JCC - JS CSS Control Control the loading of JS and CSS files globally and specifically in Joomla!
CodeCanyon – QuickOptimizer Minify your JS/CSS Save Traffic fulldownload.biz 27 Jul 2012 | 08:38 am
CodeCanyon: QuickOptimizer, Minify your JS/CSS, Save Traffic | PHP | 1.6mb DEMO http://codecanyon.net/item/quickoptimizer-minify-your-jscss-save-traffic/128788 QuickOptimizer is an easy-to-use opti...
웹의 정적 리소스의 버전 명시를 통한 캐시 전략 kwon37xi.egloos.com 2 Sep 2012 | 03:18 pm
나는 언제부터인가 웹의 정적 리소스(*.js,*.css, *.jpg,...) 들은 항상 1년간 캐시하도록 설정을하고 있다. 이렇게 할 경우 일단 한 번 읽은 리소스는 다시 읽지 않기 때문에 대역폭을 아끼고 성능을 향상 시키는데 크게 일조를 한다. 하지만 여기에는 심각한 문제가 있다. css가 수시로 변경되고 *.js 파일들도 개발하면서 계속 변경된다....