Posts Tagged ‘code snippet

Chop

In: web resources

30 Jun 2011

Chop lets people slice up bad code and share their feedback to help put it back together. Giving one-off feedback on coding errors is a pain. You just want to share a quick, contextual note with someone, but there aren’t any good tools out there to help you do it. Chop is a simple way [...]

Giving one-off feedback on coding errors is a pain. You just want to share a quick, contextual note with someone, but there aren’t any good tools out there to help you do it. Chop is a simple way to add notes to a code snippet and share them. More info here: http://chopapp.com/#about view more Go [...]

CSS Gradients

In: web resources

17 Jun 2011

With CSS border-radius, I showed you how CSS can bridge the gap between design and development by adding rounded corners to elements.  CSS gradients are another step in that direction.  Now that CSS gradients are supported in Internet Explorer 8+, Firefox, Safari, and Chrome, we can safely implement them in our websites.  Let’s look at [...]

CSS Gradients

In: web resources

14 Jun 2011

With CSS border-radius, I showed you how CSS can bridge the gap between design and development by adding rounded corners to elements.  CSS gradients are another step in that direction.  Now that CSS gradients are supported in Internet Explorer 8+, Firefox, Safari, and Chrome, we can safely implement them in our websites.  Let’s look at [...]

Super simple page caching When your project isn’t based on a CMS or framework, it can be a good idea to implement a simple caching system on your pages. The following code snippet is very simple, but works well for small websites. <?php // define the path and name of cached file $cachefile = 'cached-files/'.date('M-d-Y').'.php'; [...]


About this blog

This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.