Web Development PHP Programmers Articles

This Week in Web – PHP Needs X, Python IDEs, Firefox5, jQuery Mobile, Python Games

Firefox 5 Released Mozilla have released Firefox 5.0 final. Some of the biggest changes are support for CSS animations, the addition of the do not track header and better HTML5 support. A list of features "

Sat, 25 Jun 2011 21:29:51 GMT | Tagged: Web Development


This Week in Web – SMF2, ZF2, Python Lamdas, Future of JS, Titanium 1.7

Simple Machines Forum 2.0 Final After being at Release Candidate stage for over two years, SMF 2.0 has now gone gold. Along with some minor bug fixes and security e"

Sat, 18 Jun 2011 20:01:16 GMT | Tagged: Web Development


This Week in Web -Django Hosting, Podcasts, Git Tutorials, Python Apps with Titanium

Django Hosting Roundup Over the last month and a half Ken Cochrane has been evaluating the different cloud webhosts for Django apps. In this summary post, Cochr"

Sat, 11 Jun 2011 08:19:20 GMT | Tagged: Web Development


This Week in Web – jQuery API, Python Video Archive, Symfony2 Beta, Heatmap.js

I Don’t Like [Django] Class Based Generic View John DeRosa has written a blog post detailing why he does not like class based generic views (whi"

Fri, 03 Jun 2011 10:49:58 GMT | Tagged: Web Development


This Week In Web – Python, NodeJS CMS, Google APIs, XDebug

Writing Clean, Testable, High Quality Code in Python Noah Gift, Python book author and Associate Director of Engineering at AT&T has written an article titled Fri, 27 May 2011 11:56:52 GMT | Tagged: Web Development



Resources for Learning Vim

Over the last few months I’ve found myself using the Vim text editor an increasing amount. Below are some resources that I found particularly useful. Venturing Into Vim Jeffery Way, editor and author o"

Mon, 23 May 2011 09:48:38 GMT | Tagged: Web Development


This Week in Web – jQuery Chrono, jMongoBrowser, PHP DI, Titanium

jQuery Chrono The jQuery Chrono plugin provides an easy, human-readable wrapper around the Javascript functions setTimeout() and setInterval(). Rather than writing: Fri, 20 May 2011 10:49:14 GMT | Tagged: Web Development



This week in web – Vim Python IDE, Silex, Dojo JS Classes, New Appengine Datastore API

Python Appengine Datastore alternate API Guido van Rossum has published a document detailing Datastore plus, a ne"

Fri, 13 May 2011 12:00:56 GMT | Tagged: Web Development


Kohana 3.1 Wiki Tutorial Routes

In the original Kohana wiki application the URLs in the views were hardcoded. If we wanted to change the domain name or restructure a route we would need to go through the application and change "

Mon, 16 May 2011 07:39:43 GMT | Tagged: Web Development


Kohana 3.1 Wiki Tutorial

In this tutorial you will learn how to create a simple wiki using the PHP framework Kohana version 3.1. Several years ago Siddharta Govindaraj created a screencast Mon, 09 May 2011 06:09:52 GMT | Tagged: Web Development



This Week in Web – jQuery Forms, JS Microframeworks, Resig & Dahl Q+A

jQuery IdealForms jQIdealForms is a forms framework for jQuery that assists developers in building attractive forms with minimal Javascript code. Forms are defined in standard HTML so if the user has Java"

Fri, 06 May 2011 11:09:36 GMT | Tagged: Web Development


PHP Twig Template Wrapper

Requirements Twig downloaded and unarchived Twig Autoloader registered Template Class T"

Mon, 02 May 2011 05:21:25 GMT | Tagged: Web Development


This Week in Web – Git Cheatsheet, PHP Profiling, Netbeans, Dojo Layouts

Git Cheatsheet Basic Profiling "

Fri, 22 Apr 2011 10:42:14 GMT | Tagged: Web Development


This Week In Web – LiveJS, SunlightJS, Python, MySQL INSERT

LiveJS LiveJS is a Javascript library that is designed to speed up development times. It actively monitors the CSS and Javascript files that are in the used in the current page and automatically reloads them whe"

Fri, 15 Apr 2011 11:36:01 GMT | Tagged: Web Development


Tutorial Django Dojo DataGrid

Dojo is an open source Javascript toolkit. It provides an easy way to access and modify the DOM as well as a rich user interface widget library. One of the most powerful widgets in the Dojo toolkit is Mon, 18 Apr 2011 10:03:57 GMT | Tagged: Web Development



This Week in Web – App Engine, Titanium Studio, Useful PHP Snippets

App Engine 1.4.3 Released Python API Changes Prospective Search API: The experimental Prospective Search API allows Python runtime users to d"

Fri, 08 Apr 2011 21:48:37 GMT | Tagged: Web Development


Why You Should Be Using a PHP Framework

All frameworks discussed in this post are full stack web frameworks coded in PHP such as Code Igniter, Symfony, Kohana, Yii and CakePHP. Some (but definitely not all) of the points below may apply to micro frameworks such as FatFreeFramework, Limonade,"

Mon, 11 Apr 2011 08:34:09 GMT | Tagged: Web Development


Using Celery with Django

Introduction In a recent Django project I needed to issue some HTTP requests to a website, save the results and then display the information to the user. I could have issued those HTTP requests in a Django view, however the requests could take"

Mon, 04 Apr 2011 07:38:53 GMT | Tagged: Web Development


This Week in Web – MongoDB, jQuery, Unladen Swallow

The Little MongoDB Book Karl Seguin, creator of mongly, has released a free and open MongoDB ebook. The Little MongoDB Book is aimed at those new to MongoDB and covers the MongoDB API for reads, writes"

Fri, 01 Apr 2011 02:53:50 GMT | Tagged: Web Development


NodeJS cURL Tutorial

NodeJS is a powerful evented Javascript platform running on top of Google’s V8 javascript engine. Over the last year the popularity of NodeJS has increased greatly, as shown by the number of discussions on programming forums such as Hacker News, "

Mon, 28 Mar 2011 01:34:25 GMT | Tagged: Web Development


This Week in Web: PyCon, Django 1.3, Symfony2

Symfony2 API Browser, Cheatsheet The official API browser for Symfony2 can now be accessed at api.symfony.com/2.0. There you can browse look through all namespaces, classes and methods in Symfony2 (doc"

Fri, 25 Mar 2011 07:27:03 GMT | Tagged: Web Development


Titanium Mobile Android Development: Device Information

In this series of tutorials we use Appcelerator’s Titanium Mobile platform to create Android applications. This tutorial walks you through developing and packaging an application which shows information about the device the app is running on. Full sour"

Mon, 21 Mar 2011 07:00:08 GMT | Tagged: Web Development


This Week in Web – NowJS, Mongly, Symfony, gae-flask-html5

NowJS NowJS is a new library for NodeJS that makes the creation of realtime web applications easy. NowJS library creates a namespace, now, which can be accessed by both client and server side code. T"

Fri, 18 Mar 2011 02:03:57 GMT | Tagged: Web Development


This Week in Web – PHP COM, Pango, Python32, Titanium Mobile

PHP Pango Extension Michael Maclean has recently published a PHP wrapper for the Pango library. It depends on his Cairo PECL package as well as Pango. Once ins"

Fri, 25 Feb 2011 09:45:37 GMT | Tagged: Web Development


Titanium Mobile Android Development: First Application

In this series of tutorials we use Appcelerator’s Titanium Mobile platform to create Android applications. This tutorial walks you through developing and packaging your first Titanium application. Full source and packaged application is available on Mon, 28 Feb 2011 08:35:39 GMT | Tagged: Web Development



Design Leads


PHP Programmers Valid HTML 4.0 Transitional Valid CSS!

Getting Started With Twitter’s Embedded Tweets Feature

Somewhat lost amidst the news of Twitter’s revamped interface is a slightly more interesting t



WordPress Drops Support for IE 6

The popular blog publishing tool WordPress has joined the growing cadre of sites dropping support fo



Google Pools WebM Video Supporters for Patent Protection

Google has announced the new WebM Community Cross License (CCL) initiative. The new group is designe



Mozilla’s ‘Do Not Track’ Header Is Starting to Catch on With Advertisers

Among the many new features in Firefox 4 is support for the Do Not Track (DNT) HTTP header. If you t



Million Short: A Search Engine for the Very Long Tail

Want to see the web's long tail? Just cut out the top 1 million websites and search through what's l



Article Tags
PHP Programmers Articles
Browsers| Web Standards| CSS| HTML5| Web Basics| firefox| Programming| Web Services| Mobile| JavaScript| Web Development| Multimedia| Visual Design| chrome| Google| responsive design| This Week in Web| CSS 3| Opera| Social|
Friends:
Live Help Chat Software
Web Design Quote
Web Design