Unsemantic Responsive Grid Layout : 960Gs
“960” Grid provides a CSS framework for creating Responsive grid layout for web page. All the Layout Elements width are in percentage that makes it adjustable with all type of screen size. push-x and pull-x are two special classes provides the position of element in grid. Download Link :- http://unsemantic.com/about […]
WAMP : PHP My Admin – Getting Started With MySql – 1
“WAMP” Server provides Windows based PHP development environment. It Stands for :- W – WINDOWS A – APACHE M – MySQL P– PHP It can be downloaded from :- http://www.wampserver.com/en/ […]
Getting Started With Redis Store : Installation in Ubuntu
“REDIS” is an open source data Storage. The data is stored as “Key-Value” pair. It is also referred as Data Structure Server. The features that Redis supports are :- 1. Atomic Operation. 2. Master Slave Replication. 3. Publisher Subscriber. 4. Transactions. To know more about Redis use Link :- http://redis.io/topics/introduction […]
Javascript And Css Compression Using YUI Compressor
“yui-compressor.jar” is a utility from Yahoo for Css and Java script compression. This utility is written Java language.It need minimum of java version 1.4 and above. It uses Mozilla’s “Rhino” library for compressing Java script code. It has Used Isaac Schlueter Regular Expresion based Algorithm for Css Minification. To know more and Download Link:- […]