Enter your contact information.
Enter your project information.
Step 3Choose the PHP programmers you want to hire.
Compare Free PHP Quotes
This week in web – Vim Python IDE, Silex, Dojo JS Classes, New Appengine Datastore API
*Attention PHP Programmers* - Add A Free Listing! Get more clients.
Python Appengine Datastore alternate API
Guido van Rossum has published a document detailing Datastore plus, a new Python API for the Google AppEngine Datastore. It beings by explaining the conventions and terminology used (Kind, Ancestor, Property) and then covers all classes and methods. The document is packed with examples of the API in use which makes it a really good learning tool. A printable API cheatsheet is provided at the bottom.
Also check out the new Appengine 1.5.0 API
Turning Vim into a modern Python IDE
John Anderson has written a detailed tutorial on setting up Vim for Python development. It covers the basics such as syntax highlighting and indentation through to the more complicated such as integrating pytest, git and virtualenv into Vim workflow. The finished vimrc file can be installed through the following:
git clone https://github.com/sontek/dotfiles.git cd dotfiles ./install.sh vim
Titanium Mobile Fastdev for Android
The idea behind Fastdev is simple: Instead of packaging, building, and deploying your app’s files every time you want to see a change, the application requests those files directly from a server running on your machine. This means that any changes that are made locally are instantly available to your application, and the need for a “stop the world” re-deploy is only necessary in very specific instances. On top of this, Fastdev is bi-directional — meaning you can control the app itself directly with the new titanium fastdev command. Right now, app control is limited to restarting and killing the app, but in the future this could be expanded to work in conjunction with our new debugger support to provide dynamic expression evaluation, and other awesome rapid development features.
JS Classes with Dojo
David Walsh has written a tutorial titled Classy JavaScript with dojo.declare. It is part of the new Dojo 1.6 documentation. He begins by discussing how classes work and how they are loaded in Dojo and then goes into detail and explains how a developer can write and provide their own classes. He covers:
- Inheritance (multiple)
- Methods and properties
- Constructors
Silex
Silex is a PHP microframework written by Igor Wiedler and Fabien Potencier. It makes use of several components from the Symfony2 framework and aims to be easy to both extend and test. Silex requires PHP 5.3+ and is distributed in the .phar format so it is easy to get up and running with quickly. A comprehensive usage guide is available here. Below is a hello world example:
require_once __DIR__.'/silex.phar';
$app = new SilexApplication();
$app->get('/hello/{name}', function($name) {
return "Hello $name";
});
$app->run();
Source http://query7.com/?p=1658 Fri, 13 May 2011 12:00:56 GMT
Tags: This Week in Web, Web Development,
*Attention PHP Programmers* - Add A Free Listing! Get more clients.
This Week in Web
This Week In Web – PHP Internals, jQuery Plugins, Kohana Performance
Podcast: Under PHP’s Hood
The folks over at iBuildings recently put up an mp3 version of Joha
This Week in Web – PHP Namespaces, NodeTuts, Kohana
Interview with Matthew Weier O’Phinney
Kevin Schroeder, tech evangelist at Zend, recently interviewed Zend Framework lead Matthew Weier O’Phinney. The two talk about Weier O’
This Week in Web – Django, Cloud9, Orion, AOP
CSS Overlay in Webkit
Guillermo Rauch has written a tutorial on how to implement a lightbox using pure CSS3. He gives reasons as to why using the CSS3 method is less buggier
Web Development
Titanium Mobile Android Development: Installation
In this series of tutorials we use Appcelerator’s Titanium Mobile platform to create Android applications. This tutorial goes over the installation and configuration of the Android SDK and Titanium Mobil
Using Proxies with cURL in PHP
If you are new to using PHP and cURL please refer to the PHP cURL tutorial. It covers why you should using cURL (as opposed to file_get_contents) and goes over how to make cURL requests with a custom class.
Specializes in all aspects of Software Engineering such as Web Design/Developments, Software Developments, Database Administrations, Graphics Designs and so on
Lagos, Lagos NG
Full Service Web Design/Development/Hosting Company
Davenport, Iowa US
MPEG LA: 12 Companies Own Patents Essential to Google’s VP8 Codec
MPEG LA, the self-styled one stop shop for motion video patent licenses, says that 12 different comp
This Week in Web – NowJS, Mongly, Symfony, gae-flask-html5
NowJS
NowJS is a new library for NodeJS that makes th
Google Adds Pagination Tools to its Bag of Indexing Tricks
The Google Webmaster blog has posted an overview of how to use the often overlooked HTML link elemen
Firefox 10 Arrives With New Dev Tools and Full-Screen API
Mozilla has released Firefox 10, which features new and improved tools for web developers as well as
JavaScript Dropdown Menu
This JavaScript dropdown menu script offers improved stability, speed, and features. Added features
Article Tags
PHP Programmers Articles
Live Help Chat Software
Web Design Quote
Web Design
