Tag Archives: webdevelopment

Style Guide – A responsive, proportional, nestable, 6-column grid framework

The framework is built around a combination of these three elements: container, fields, and region. The container class sets the max-width of the page and centers it horizontally. It also sets the left and right margins on small screens. The fields class defines horizontal divisions of the page. (They can be thought of as “rows”) The region class creates veritcal divisions of the page with defined sizes for containing content. (They can be thought of as “columns”)

Style Guide – A responsive, proportional, nestable, 6-column grid framework

The framework is built around a combination of these three elements: container, fields, and region. The container class sets the max-width of the page and centers it horizontally. It also sets the left and right margins on small screens. The fields class defines horizontal divisions of the page. (They can be thought of as “rows”) The region class creates veritcal divisions of the page with defined sizes for containing content. (They can be thought of as “columns”)

Vagrant – Development environments made easy.

Vagrant provides easy to configure, reproducible, and portable work environments built on top of industry-standard technology and controlled by a single consistent workflow to help maximize the productivity and flexibility of you and your team. To achieve its magic, Vagrant stands on the shoulders of giants. Machines are provisioned on top of VirtualBox, VMware, AWS, or any other provider. Then, industry-standard provisioning tools such as shell scripts, Chef, or Puppet, can be used to automatically install and configure software on the machine.

Vagrant – Development environments made easy.

Vagrant provides easy to configure, reproducible, and portable work environments built on top of industry-standard technology and controlled by a single consistent workflow to help maximize the productivity and flexibility of you and your team. To achieve its magic, Vagrant stands on the shoulders of giants. Machines are provisioned on top of VirtualBox, VMware, AWS, or any other provider. Then, industry-standard provisioning tools such as shell scripts, Chef, or Puppet, can be used to automatically install and configure software on the machine.

Simple PHP Cache Class | Fast PHP Caching Class

The PHP high-performance object caching system. phpFastCache is a high-performance, distributed object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. phpFastCache dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization.

Simple PHP Cache Class | Fast PHP Caching Class

The PHP high-performance object caching system. phpFastCache is a high-performance, distributed object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. phpFastCache dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization.