Showing posts with label development. Show all posts
Showing posts with label development. Show all posts

Friday, July 17, 2009

Symbian to develop mobile apps

Symbian, the operating system on nearly half the world's smartphones, is to become involved in the development of mobile applications, or apps.

Symbian will be a one-stop location for app developers, standardising and testing software and then making it available to existing app storefronts.

http://newsimg.bbc.co.uk/media/images/46063000/jpg/_46063365_tv007591380.jpg

Called Horizon, the approach follows the lead set by other operating system makers such as Microsoft and Apple.

The not-for-profit Symbian Foundation will launch the service in October.

The announcement of Horizon follows Apple's statement on Tuesday that its App Store has seen 1.5 billion app downloads in a year, showing that a significant market exists for a centralised source of application software.

Handset manufacturers, mobile network operators and independent sites have opened their own application stores, but Horizon will aim to provide a centralised, smooth route to market to solidify Symbian's place in an increasingly crowded operating system market.

Read More...

Tuesday, June 16, 2009

PHP Frameworks To Consider

Using a framework is a great way to save time and effort on your next project—you’ll have a firm foundation to build upon, there will be pre-built modules to perform tedious coding tasks, and if you’re a learner, it’s a great way to learn about good coding practice. PHP’s massive popularity means that developers have a wide variety of frameworks to choose from.

Agavi: This PHP 5-based framework started off as a fork of the popular Mojavi project. While it can be used as a web site construction kit, its primary focus is on building fully-fledged applications.

agavi

CakePHP: The very well-known CakePHP is easy for coders of all skill levels to use. It’s based on the same principles that guide Ruby on Rails, and its heavy focus on rapid deployment methods make it a great choice for developers who are squeezed for time (see SitePoint’s beginner’s CakePHP tutorial to get started).

cake

CodeIgniter: EllisLab’s CodeIgniter has won wide praise for its small footprint and speed, and has become a favorite amongst many developers. There’s extensive documentation and a large community of users to help you out.

codeigniter

eZ Components: OK, so we’re stretching the definition of framework here. eZ Components, as the name suggests, is a library of individual components for common tasks. If you’re familiar with the ezPublish CMS, you might have seen some of these components before!

ezcomponents

Fuse: Fuse is based on Ruby on Rails and CakePHP, but has had many features added by the development team to make the most stable platform they could. There are frequent updates—development on version 2.0 is underway!

fuse

Horde: This mainstay of the PHP framework world grew from the Horde webmail and groupware suite. If you’re a developer who speaks a language other than English, you may be interested in the fact that the framework is designed specifically to be localization-friendly.

horde

Read More