<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.websitemagazine.com/content/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>'Net Features : frameworks</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/tags/frameworks/default.aspx</link><description>Tags: frameworks</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP2 (Build: 31104.93)</generator><item><title>4 Design Frameworks Not To Miss</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2013/01/03/4-design-frameworks-you-might-have-missed.aspx</link><pubDate>Thu, 03 Jan 2013 16:12:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:22656</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=22656</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2013/01/03/4-design-frameworks-you-might-have-missed.aspx#comments</comments><description>&lt;p&gt;Ever since Website Magazine profiled several &lt;a href="http://wsm.co/UuqlEe"&gt;popular CSS and website frameworks&lt;/a&gt; back in late November 2012, there&amp;rsquo;s been demand from our readers for additional resources to explore. And what do you know, we managed to identify a few others! &lt;/p&gt;
&lt;p&gt;Just like the frameworks previously mentioned, the resources listed below are definitely worthy of attention from anyone interested in developing a website quickly, easily and with as many best practices built in from the start.
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://twitter.github.com/bootstrap/"&gt;
Bootstrap&lt;/a&gt;&lt;/strong&gt;: A now very popular framework and the inspiration for others including Workless (see below), Boostrap was built by Twitter developers and features a 12-column responsive grid, numerous components, Javascript plugins, form controls and even a Web-based tool to customize the appearance.
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a target="_blank" href="http://workless.ikreativ.com/"&gt;
Workless&lt;/a&gt;&lt;/strong&gt;: An HTML5/CSS3 framework which standardizes CSS, offers straightforward scaffolding, prioritizes usability and interaction, sets base typography, and adds helper classes to style elements easily. 
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a target="_blank" href="http://lessframework.com/"&gt;
Less Framework&lt;/a&gt;&lt;/strong&gt;: A popular CSS grid system for designing adaptive websites, Less Framework contains 4 layouts and 33 sets of typography presets, all based on a single grid. If you like this one, you&amp;rsquo;ll also like its successor Frameless (http://framelessgrid.com/), a new fixed-width adaptive grid. 
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a target="_blank" href="http://getskeleton.com"&gt;
Skeleton&lt;/a&gt;&lt;/strong&gt;: Less a UI framework than a development kit, Skeleton is a collection of CSS files for rapid site development. Skeleton uses a 960 grid base that while providing some basic styles is ideal for those wanting to implement their own design features.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=22656" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/html5/default.aspx">html5</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/css3/default.aspx">css3</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/frameworks/default.aspx">frameworks</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wmfeature/default.aspx">wmfeature</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-designdev/default.aspx">wm-designdev</category></item><item><title>Getting Started with Frameworks</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/06/30/getting-started-with-frameworks.aspx</link><pubDate>Thu, 30 Jun 2011 19:00:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:17026</guid><dc:creator>Linc Wonham</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=17026</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/06/30/getting-started-with-frameworks.aspx#comments</comments><description>&lt;p&gt;&lt;img src="http://www.websitemagazine.com/images/blog/wmicon-mini.jpg" style="float:left;margin:10px;" height="73" width="73" alt="" /&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;b&gt;If you find yourself spending
hours coding, recoding and
coding again, know that
there are some benefits to
using frameworks.
&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
A Web application framework is designed
to support the development of
dynamic websites, Web applications
and Web services. The reason to use a
framework is to make writing code,
well, easier.
&lt;br /&gt;&lt;br /&gt;
Frameworks are wonders of the
modern world of development and design. Results are seen in the reduction of time
spent on numerous common activities (many frameworks provide libraries
for database access, templating frameworks and session management,
and even to facilitate code reuse).
&lt;br /&gt;&lt;br /&gt;
There are many benefits to using a framework. Efficiency is
the draw for most developers &amp;mdash; what could have taken hours
can be done quickly, thanks to pre-built functions.
&lt;br /&gt;&lt;br /&gt;
Cost is another attraction. Most frameworks are free, which
results in a lower cost for the project &amp;mdash; for the client as well as
for the developer.
&lt;br /&gt;&lt;br /&gt;
There are, of course, some downsides to using frameworks &amp;ndash;
perhaps why more developers don&amp;rsquo;t use them at all. The primary
drawback is the limitation of the core behavior. When you use a
framework, you need to work within its limits and work exactly
the way it requires you to.
&lt;br /&gt;&lt;br /&gt;
Another issue with frameworks is that developers who may
just be starting out tend to learn their way around the framework
itself, but not the language. All that said, there are many
frameworks that can benefit one&amp;rsquo;s future Web apps, services
and sites.&lt;/p&gt;
&lt;h3&gt;JavaScript Frameworks&lt;/h3&gt;
&lt;p&gt;
jQuery (jquery.com) is by far the most popular JavaScript
framework in terms of overall usage. As mentioned here before,
jQuery is a fast, lightweight and concise JavaScript library
that simplifies HTML document traversing, event handling, animating
and even Ajax interactions for Web development.
MooTools (mootools.net) and Prototype (prototypejs.org) are
two alternatives.&lt;/p&gt;
&lt;h3&gt;PHP Frameworks&lt;/h3&gt;
&lt;p&gt;
PHP is arguably the most widely used programming language
on the Web today. There are numerous PHP frameworks on the
market for coders looking for both simple and elegant toolkits to create high-functioning, full-featured Web applications.
CodeIgniter (codeigniter.com), CakePHP (cakephp.org), Zend
(framework.zend.com) and Symfony (symfony-project.org) are
four of the most widely recognized frameworks for working with
and coding in PHP.
&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;b&gt;
e-Tip: &lt;/b&gt;&lt;i&gt;Innovators in HTML5
Web designers the world over have caught the
HTML5 fever. Visit &lt;a href="http://wsm.co/lNd5fv"&gt;Website Magazine&amp;rsquo;s HTML5
showcase&lt;/a&gt; to find inspiration
for your next project.
&lt;/i&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;Ruby Frameworks&lt;/h3&gt;
&lt;p&gt;
Ruby on Rails is an open-source Web application framework that
is used for the Ruby programming language. Ruby on Rails
(RoR) includes templates to enable developers to generate a
skeleton application with custom gems and configurations, engines
that let a developer reuse application pieces, and the Rack
Web service interface and Metal which allow for writing optimized
pieces of code that route around ActionController.
Well-known alternatives include Padrino
(padrinorb.com) and Bowline (bowlineapp.
com).&lt;/p&gt;
&lt;h3&gt;CSS Frameworks&lt;/h3&gt;
&lt;p&gt;
A CSS framework is a library that is
meant to allow for easier, more standards-
compliant styling of a webpage
using the Cascading Style Sheets language.
Similar to programming and
scripting language libraries, CSS frameworks
package a number of ready-made
options for designing and outlaying a
webpage. Some of the most popular CSS
frameworks include BluePrint (blueprintcss.
org), 960 Grid (960.gs) and
Elastic (elasticcss.com). Another is YUI2.
The foundational YUI grids offer four
preset page widths, six preset templates,
and the ability to stack and nest subdivided
regions of multiple columns.&lt;/p&gt;
&lt;h3&gt;Mobile Frameworks&lt;/h3&gt;
&lt;p&gt;
Perhaps more than any other medium (the
Web included), mobile dominates the attention
of developers these days and for
good reasons: high use and big profits.
There are several popular mobile frameworks
on the market including DHTMLX
Touch (dhtmlx.com/touch/), an HTML5-
based JavaScript library for building mobile
apps, and iWebKit from SnippetSpace,
which is a file package designed to help developers
create iPhone- and iPad-compatible
websites and Web applications.&lt;/p&gt;
&lt;h3&gt;Framework in Focus &amp;mdash; Laker&lt;/h3&gt;
&lt;p&gt;
If you&amp;rsquo;re interested in having the ability to distribute
publications for the iPhone and iPad including digital
magazines, catalogs, or anything else you can
imagine, check out Laker Compendium. Laker is a
collection of files, frameworks, styles and tips for
designing digital publications in HTML5. Its ease of
use and general elegance caught our attention and
while perhaps not the most robust solution on the
market, it does have some exceptional features for
those looking to get a leg up in a more app-friendly
environment. Features include the ability for the
layout to scale automatically depending on screen
size and orientation. Also with Laker, developers
are able to have a framework which lets users
swipe to change pages, double tap to show a table
of contents, implement native looking slideshows,
and include media and assets (e.g. sound, videos,
images). The best part? No Web server required.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=17026" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/mobile/default.aspx">mobile</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/frameworks/default.aspx">frameworks</category></item></channel></rss>