Pages tagged frameworks:

Everything You Need to Get Started With CodeIgniter - NETTUTS
http://nettuts.com/tutorials/php/codeigniter-basics/

build
some framework for php, not that I agree with frameworks...
Infrastructure for Modern Web Sites « random($foo)
http://randomfoo.net/2009/01/28/infrastructure-for-modern-web-sites
leonard lin's weblog. topical geek news.
list of backend and frontend requirements
5 Popular CSS Frameworks + Tutorials & Tools for Getting Started
http://www.noupe.com/css/5-popular-css-frameworks-tutorials-tools-for-getting-started.html
Sunlight Labs: Blog - Content Management Systems just don't work.
http://sunlightlabs.com/blog/2009/02/23/content-management-systems-just-dont-work/
The line between Content Management Systems and Application Frameworks is starting to blur and this is the core basis for this post. The comments are also great reading and provide a balanced argument for CMSs
Sunlight Labs Blog says that CMS's don't work because they contain too many 'opinions' that you won't agree with (to do with user interface and workflow) so you are better off using content frameworks.
Great observations on frameworks vs. CMSs.
good read
Kevin: Clay at Sunlight Labs talks about the issues he has with content management systems and argues that web frameworks like Django and Ruby on Rails are a better option. It's an interesting wrinkle on a common discussion in the industry, and it's worth the read.
blue state digital and information on community mailing tools
30+ “Must Try” Open Source Actionscript 3 Libraries | BLOGNA.org
http://www.blogna.org/blog/adobe-flash/30-must-try-open-source-actionscript-3-libraries/
30+ opensource AS3 libraries
20 Wordpress Theme Frameworks And Starting Resources | 1stwebdesigner - Love In Design
http://www.1stwebdesigner.com/wordpress/wordpress-theme-frameworks-and-starting-resources/
The use of WordPress theme frameworks may ease theme development by reducing the volume of work which may be needed in creating a backbone for your theme (usually by using PHP and WordPress Template Tags).
A theme framework is a theme that is designed to be a flexible foundation that can serve as a parent theme for building child themes. The use of WordPress theme frameworks may ease theme development by reducing the volume of work which may be needed in creating a backbone for your theme (usually by using PHP and WordPress Template Tags). Theme frameworks also make theme development more accessible, removing the need for programming knowledge. I listed here the best Wordpress theme frameworks available as well as several child themes and related articles to help get Your foot with Wordpress theme developing.
Definitive List of CSS Frameworks - Pick Your Style | W3Avenue
http://www.w3avenue.com/2009/04/29/definitive-list-of-css-frameworks-pick-your-style/
A CSS Framework is meant to provide ready-made solutions for various tasks that we perform on regular basis. In simple terms an ideal CSS framework will provide you with a default style sheet which you should be able to use as a starting point for most of your web design projects.
10 Promising CSS Framework That Worth A Look
http://www.webdesignbooth.com/10-promising-css-framework-that-worth-a-look/
WE all know that a good CSS Framework can help us and save our development time. Today, i am going to share 10 most promising CSS Framework that worth a look.
Most of web designers should heard about “CSS Framework”, and some web designers had tried them before. Just like other programming and scripting language, CSS do have some repeat code that can be packed together to ease our daily job. When use properly, CSS Framework may cut down your development time. On the other hand, it may cause extra works and time if you choose the wrong framework for your project. There are a lot of open source CSS Framework, and you can easily reach them by using Google.
Theme Frameworks « WordPress Codex
http://codex.wordpress.org/Theme_Frameworks
A theme framework is a theme that is designed to be a flexible foundation that can serve as a parent theme for building child themes. The use of WordPress theme frameworks may ease theme development by reducing the volume of work which may be needed in creating a backbone for your theme (usually by using PHP and WordPress Template Tags).
Write your own PHP MVC Framework (Part 1) | anant garg
http://anantgarg.com/2009/03/13/write-your-own-php-mvc-framework-part-1/
need the picture to be clear......PHP frame work
16 PHP Frameworks To Consider For Your Next Project
http://www.sitepoint.com/blogs/2009/06/09/16-php-frameworks/
Artigo falando sobre frameworks em PHP (em inglês).
SitePoint Blogs: News, opinion, and fresh thinking for web developers and designers
scripty2: for a more delicious web
http://scripty2.com/
scripty2: for a more delicious web
22 Open Source PHP Frameworks To Shorten Your Development Time
http://www.webdesignbooth.com/22-open-source-php-frameworks-to-shorten-your-development-time/
PHP is definitely one of the best web programming language. Here, we will look into 22 open source PHP Frameworks that will shorten our development time.
10 Impressive JavaScript Animation Frameworks
http://sixrevisions.com/javascript/10-impressive-javascript-animation-frameworks/
** Posted using Viigo: Mobile RSS, Sports, Current Events and more **
26 Worth Knowing PHP Tools & Resources For Web Developers | Tools | PelFusion.com
http://pelfusion.com/tools/26-worth-knowing-php-tools-resources-for-web-developers/
Web development is not that much difficult now a days. The important is how you do it and how much time you take to complete the task. Web developers do not
The longest list of CSS frameworks you probably ever seen. | User Interfaces | Libraries and Components for Software Developers @ LibHound
http://www.libhound.com/web-development/user-interfaces/longest-list-of-css-frameworks
Wordpress Theme Frameworks explained
http://www.catswhocode.com/blog/wordpress-theme-frameworks
Next wordpress contract I get, start out with a Framework instead of scratch!
his by providing you with commonly used functions and features that modern WordPress themes should have. So when you start a brand new WordPress project, using WP Framework you’ll already have the basic functionality set so you don’t have to worry about mundane task like creating the loop, or recreating all the standard template files. Parallel
Best PHP Frameworks and CMS | AjaxLine
http://www.ajaxline.com/10-best-php-frameworks-and-cms
Best PHP Frameworks and CMS
Discussing PHP Frameworks: What, When, Why and Which? | Noupe
http://www.noupe.com/php/discussing-php-frameworks.html
"Within the past few years as PHP has evolved as the scripting language of choice by most developers, [...]" - aha. Und die Top Five der PHP-Frameworks sind: The Zend Framework (built for coporate-level development); CakePHP (Ruby on Rails for PHP); Symfony (main objective is to create enterprise-level applications ... like Askeet and Yahoo! Bookmarks - wtf?); CodeIgniter (ease-of-use, performance, speed, small footprint, shared hosting); Seagull (used for building web, command lind and GUI apps, extremely easy to use) - auch wenn der Artikel irgendwie quark ist, so scheinen CodeIgniter und Seagull vielleicht fast einen Blick wert.
20 Kick-Ass Wordpress Theme Frameworks For Rapid Theme Development - Codefusion Lab
http://codefusionlab.blogspot.com/2009/07/20-kick-ass-wordpress-theme-frameworks.html
CodeIgniter From Scratch: Day 1 - Nettuts+
http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-1/
Learn 3 Excellent JavaScript Libraries at Once - Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/learn-3-excellent-javascript-libraries-at-once/
ry time an element the element with an ID of maintrigger is clicked, a new div element needs to be appended to the paragraph element containing the text "clicked". This simple demo touches all of the basic functionality requirements including accessing elements, hooking up events and appending elements except that of AJAX abstraction and will let us get a feel for each library.
"JavaScript frameworks are a boon when you have lots of ideas to turn into functional, clean code. And with the meteoric rise of web applications using AJAX technology, frameworks like jQuery are necessary to reduce the time you spend implementing the required functionality..."
Snakes on the Web
http://jacobian.org/writing/snakes-on-the-web/
simple nice comment formatting.
A very interesting presentation on the past, present and future of webdev. Python and Django oriented.
That is, PHP suffers from most of the same problems as CGI, but to a lesser extent.
Joe Gregorio suggested Protocol Buffers as a efficient to implement inter-operation for applications built with different languages. Look in the comments for "Common Lisp Users" and laugh out loud. It's really true. Man, we, those who program as a business, are really screwed big time with mass concurrency problems.
Why do you hope you're using Python in 2020? I've been a Ruby developer for the last 3 years, but I don't hope I'm still using Ruby in 10 years. I hope something has come along by then and swept away my expectations of what programming can be like and replaced it with something that feels wholly new, like has happened for me multiple times. I'd feel stagnant and dependent if I was using one primary language for 10 years.
Bit of crystal ball peering
What sucks, now, about web development? How will we fix it? Can we fix it with Python?
Damn Small PHP Frameworks. Because size does matter. | Jeez Tech
http://jeez.eu/2009/09/12/damn-small-php-frameworks-because-size-does-matter/
Nice round up of lightweight frameworks for PHP
Bestwebframeworks » Find and compare PHP, Ruby, JS and CSS Frameworks
http://www.bestwebframeworks.com/
web framework comparisons
comparaison de frameworks php, ruby, js, css
5 Lesser Known JavaScript Libraries that Make Web Design Easier - Nettuts+
http://net.tutsplus.com/articles/web-roundups/5-lesser-known-javascript-libraries-that-make-web-design-easier/
In this round-up we’ll be looking at 5 JavaScript libraries that can really ease the development of modern, attractive web sites. The libraries that we’ll
In this round-up we’ll be looking at 5 JavaScript libraries that can really ease the development of modern, attractive web sites. The libraries that we’ll be looking at aren’t libraries in the same sense as something like jQuery or the YUI; they’re much smaller and much more specialized. But they’re the best at what they do and provide unique functionality.1. Fixing PNGs in IE6 with DD_BelatedPNGCreated by: Drew DillerLicense: MIT
10 Most Popular JavaScript Frameworks | AjaxLine
http://www.ajaxline.com/10-most-popular-javascript-frameworks
Home - csscaffold - GitHub
http://wiki.github.com/anthonyshort/csscaffold
xCSS - OO CSS Framework
http://xcss.antpaw.org/
xCSS, un nuevo framework CSS orientado a objetos.
First CSS framework that allows you to work object-oriented and keeps your workflow as “DRY” as possible
xCSS extends CSS and gives you the ability to cut down the development time by having a better overview, using variables, re-using your models and many other features.
Why a CSS framework? xCSS bases on CSS and empowers a straightforward and object-oriented workflow when developing complex style cascades. Using xCSS means a dramatic cut down to your development time by: having a intuitive overview of the overall CSS structure, using variables, re-using existing style cascades and many other handy features. But, most frameworks are bulky and inflexible, aren't they? Not xCSS! It's lightweight and seamlessly integrates into any existing workflow. Aside from that the CSS overhead is getting reduced while your (X)HTML attributes remain semantic.
An Introduction to the Raphael JS Library - Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/an-introduction-to-the-raphael-js-library/
An Introduction to the Raphael JS Library - Nettuts+
Tutorial on using Raphael js framework to draw vector graphics on a webpage.
Drupal or Django? A Guide for Decision Makers — scot hacker’s foobar blog
http://birdhouse.org/blog/2009/11/11/drupal-or-django/
This document aims to lay out the pros and cons of two popular web publishing platforms: The PHP-based Drupal content management system (CMS) and the Python-based Django framework. It’s impossible to discuss systems like these in a non-technical way. However, I’ve tried to lay out the main points in straightforward language, with an eye toward helping supervisors make an informed choice.
Drupal represents a middle ground between framework and CMS that we’ve chosen not to take. Drupal is far more capable than a CMS like WordPress, but also much less flexible than a pure framework. But more importantly, the facts that Drupal isn’t object-oriented, isn’t MVC/MTV, doesn’t have an ORM, and is generally less flexible than a pure framework, not to mention our preference for working in Python over PHP, all contribute to our decision not to use it. In the end, a good developer can do good work with just about any system, while a bad developer can make mincemeat of even the best system. It’s not all about the platform. But modern tools and best practices in platform design go a long way toward ending up with a cleaner, faster, better-designed architecture that precisely matches the needs of your organizations, with no assumptions or historical baggage to work around.
someone asked me this very question the other day. another reference to hand out on such occasions to support my advice.
Check out these 10 awesome CSS grid systems
http://www.webhostingsearch.com/articles/10-amazing-grid-systems.php
Though grid layouts may not be new to print design and certainly not design in general, CSS grid systems are still somewhat new to the field of web development. CSS grid systems allow the developer to easily and quickly markup and create structured, grid styled websites and layouts. Each grid systems has its pros and cons, and different ways of accomplishing goals. Today, we'll review 10 amazing CSS grid systems.
We've reviewed 10 awesome CSS grid systems. Check it all out here!
Tools of the Trade: Web Development Frameworks that the Pros Use | Nettuts+
http://net.tutsplus.com/articles/web-roundups/tools-of-the-trade-web-development-frameworks-that-the-pros-use/
frameworks the pros use.
resource for web developers
Check out 18 Wonderful Underground CMS's Lurking in the Shadow of WP
http://www.webhostingsearch.com/articles/18-unappreciated-cms.php
Choosing an appropriate content management system, or CMS, is usually an important decision that needs to be made when launching a new website or blog. A popular choice these days seems to be the blogging platform known as WordPress, and for good reasons. WordPress is a wonderful CMS that can suit many bloggers and end users quite well. However, in the shadow of WordPress's success, lurk some very wonderful CMS that do not get all the attention they deserve. Today, we will have a look at 18 unappreciated CMS's in the WordPress shadow.
RMSforms – A flexible CSS Forms Framework to Help Style Those Pesky Forms
http://www.rmsjr.com/blog/web-design/rmsforms-a-flexible-tableless-css-forms-framework/
breily's juno at master - GitHub
http://github.com/breily/juno/tree/master
ligthweight REST framework for python - Juno violates some usual principles of good design (don't use global variables, don't do things implicitly, etc.) for the sake of fast development and less boilerplate code
like Ruby's Sinatra, but for Python
Sinatra for Python
17 Javascript Animation Frameworks Worth Checking Out | Admix Web
http://www.admixweb.com/2010/01/07/17-javascript-animation-frameworks-worth-to-seing/
JavaScriptのアニメーションフレームワークを17個紹介した記事です。
52Framework - first ever html5 and css3 framework
http://52framework.com/
Framework para HTML5 y CSS3
EZ-CSS: An easy to use, lightweight, CSS framework.
http://www.ez-css.org/
WordPress Theme Frameworks – A Comprehensive Overview | Design Adaptations
http://designadaptations.com/wordpress/wordpress-theme-frameworks-a-comprehensive-overview/
Over the course of the past 6 months or so, there’s been a lot of buzz regarding theme frameworks. It’s no wonder, with the influx of framework releases and their rising popularity. Suddenly more developers (and some users) are taking notice and trying to determine what they are exactly, how they should be used and to what end. Despite the arguments against frameworks, there are many good reasons for using one. The point may be lost to some however, if the purpose behind it is misunderstood.
Review of some of the available Wordpress frameworks.
By http://bit.ly/Tweets2Delicious
Simple Design Themes
Everything you should know about CSS Frameworks! - High Resolution Spotlights
http://www.highresolution.info/spotlight/entry/everything_you_should_know_about_css_frameworks/
Esej od autora YAML, Dirka Jesseho.
Top 10 Open-Source Platforms to Build Your Own Social Network | Dzine Blog
http://dzineblog.com/2010/03/top-10-open-source-platforms-that-allow-you-to-build-your-own-social-network.html
Gute Übersicht!
Was Sie über CSS-Frameworks wissen sollten! - High Resolution Spotlights
http://www.highresolution.info/spotlight/entry/was_sie_ueber_css-frameworks_wissen_sollten/
anti-meiert
15 Useful CSS3 and HTML5 Templates and Frameworks - Speckyboy Design Magazine
http://speckyboy.com/2010/04/16/15-useful-css3-and-html3-templates-and-frameworks/
Rails versus Django · SuperJared.com
http://superjared.com/entry/rails-versus-django/
neutral, non-inflammatory comparison on rails and django
Can't help it — I like these sorts of comparisons, even if they're highly contentious.
Rails versus Django
Best HTML5 And CSS3 Frameworks
http://www.webdesignish.com/best-html5-and-css3-frameworks.html
HTML5 & CSS3 frameworks http://bit.ly/aIbs8J – fgrmt (fgrmt) http://twitter.com/fgrmt/statuses/16498114549
HTML5 And CSS3 Frameworks is what can make your job easier with structuring and presenting content on the World Wide Web. Features like video playback and drag-and-drop that have been previously dependent on third-party browser plug-ins such as Adobe Flash, Microsoft Silverlight, and Google Gears are being incorporated in HTML5. Although the full recommendation of HTML5 is very far away (2022), but browsers are being making there moves already. As a designer myself I really am watching closely on developments, articles on HTML5 and CSS3, and today I would like to present the frameworks for HTML5 and CSS3.
The Best Web Development Frameworks
http://www.webdesignish.com/the-best-web-development-frameworks.html
RT @deliciouspb: The Best Web Development Frameworks http://bit.ly/d8kV0K
The Best Web Development Frameworks
http://www.webdesignish.com/the-best-web-development-frameworks.html
Web Development Framework is a software framework that is designed to support the development of a Websites, Web applications and Web services. Many frameworks
framework collection for php css etc
30 Useful Frameworks for Designers | Webdesigner Depot
http://www.webdesignerdepot.com/2010/07/30-useful-frameworks-for-designers/
Duck Typo: The New Ruby Ecosystem
http://ducktypo.blogspot.com/2010/06/new-ruby-ecosystem.html
Why Ruby is excellent.
The new ruby on rails ecosystem http://cot.ag/9U99mw #ruby #rails ^MG – Ruby Done Right (rubydoneright) http://twitter.com/rubydoneright/statuses/17371268990
ng of the above is revolutionary. Taken all together, though, these changes are a great display of the power of simplicity, testing, openness and relentless experimentation. In fact, I think that the development commun
Duck Typo: The New Ruby Ecosystem
http://ducktypo.blogspot.com/2010/06/new-ruby-ecosystem.html
Why Ruby is excellent.
The new ruby on rails ecosystem http://cot.ag/9U99mw #ruby #rails ^MG – Ruby Done Right (rubydoneright) http://twitter.com/rubydoneright/statuses/17371268990
ng of the above is revolutionary. Taken all together, though, these changes are a great display of the power of simplicity, testing, openness and relentless experimentation. In fact, I think that the development commun
Duck Typo: The New Ruby Ecosystem
http://ducktypo.blogspot.com/2010/06/new-ruby-ecosystem.html
Why Ruby is excellent.
The new ruby on rails ecosystem http://cot.ag/9U99mw #ruby #rails ^MG – Ruby Done Right (rubydoneright) http://twitter.com/rubydoneright/statuses/17371268990
ng of the above is revolutionary. Taken all together, though, these changes are a great display of the power of simplicity, testing, openness and relentless experimentation. In fact, I think that the development commun
WordPress Theme Frameworks: Options You Should Consider
http://sixrevisions.com/wordpress/wordpress-theme-frameworks-options-you-should-consider/
wp frameworks
Roadmap for Learning Rails | techiferous
http://techiferous.com/2010/07/roadmap-for-learning-rails/