 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Kevin Schroeder's Blog: 10 reasons to use PHP
by Chris Cornutt May 31, 2012 @ 08:47:14
Kevin Schroeder, in his move towards doing some mobile development, has a new post to his blog about why he's still going to stick with PHP for the backend of this new development work.
I do like working with client/server-like architectures and so I intend to be building apps that have a fair amount of server-side processing to back it up. More details on that to come in the next few months. [...] I have decided that, for the time being, to use PhoneGap for my frontend development. [...] So the question was what to use for the backend development and, to nobody's surprise I presume, PHP is my chosen way to go.
Some of his reasons for the choice include:
- PHP is stupid easy to scale
- It is tied to the web
- (Available) Frameworks
- Tons of blogs
- It integrates with everything
Check out the post for more of his reasons.
voice your opinion now!
reason use opinion mobile development phonegap
PHPMaster.com: Let's Talk Efficient Communication for PHP and Android, Part 1
by Chris Cornutt May 28, 2012 @ 16:20:09
On PHPMaster.com today, they've started a new series about integrating two popular technologies - PHP and the Android OS - in this new tutorial from Matthew Turland. He'll show both sides of the code needed to get your Android app talking to a PHP backend.
This two-part article will guide you through the process of building an efficient PHP-based REST web service to be consumed by an Android-based application. Some of the concepts presented here are also applicable to other mobile platforms, such as iOS. I assume you already know the basics of PHP and Android development and that you have a suitable development environments set up for both. I'll focus mainly on showing you how to handle data serialization and compression in both environments.
In this first part, he starts from the client side, creating the code (Java) that's needed to create the connection to the backend. He stets it up as a background task so its execution won't block the main app from working. He shows how to execute it, running an "on create" method and checking to ensure the network is available for the request.
voice your opinion now!
tutorial android communication backend mobile java
Oliver John Tibi's Blog: Mobile-ize Your CakePHP Application
by Chris Cornutt December 20, 2011 @ 09:11:10
In a new post to his blog, Oliver John Tibi has the first part of a series looking at mobile-izing your CakePHP application, making it mobile friendly when a mobile browser is detected.
I'll be writing a short series of posts on how to create a mobile version of your CakePHP app. I've always been bragging to my peers how awesome CakePHP is, and so now I'm writing a short tutorial on how to create a mobile-friendly version of a CakePHP app. I promise to make this as easy as possible.
In this first part of the series he helps you do two things - set up some custom routes for the mobile version of the site ("/m") and add in browser detection using the RequestHandler's "isMobile()" method.
voice your opinion now!
mobile browser detect tutorial series cakephp framework
Tutorialzine.com: Building a Website with PHP, MySQL and jQuery Mobile, Part 1
by Chris Cornutt August 23, 2011 @ 12:33:09
From Tutorialzine.com today, they've posted the first part of a series looking at the construction of a full mobile website using PHP, MySQL and jQuery mobile.
In this two-part tutorial, we will be building a simple website with PHP and MySQL, using the Model-View-Controller (MVC) pattern. Finally, with the help of the jQuery Mobile framework, we will turn it into a touch-friendly mobile website, that works on any device and screen size. In this first part, we concentrate on the backend, discussing the database and MVC organization. Next time, we will be writing the views and integrating jQuery Mobile.
Their simple application lets you browse products in a storefront with products and their categories. They don't use any particular framework and instead opt for a "include all" approach in their example. This makes it simpler to bootstrap, but shouldn't be used in a production-ready version of the application. There's simple frameworks (like CodeIgniter out there that can help take it to the next level without much more complexity). You can see a demo of it in action or just download the source to get started hacking.
voice your opinion now!
tutorial mobile website mysql jquery mvc
Rafael Dohms' Blog: php|tek 2011 and what's trending
by Chris Cornutt June 02, 2011 @ 10:34:45
Rafael Dohms has posted a wrapup of this year's php|tek '11 conference and has included some of his thoughts about the "trending technologies" he saw during his time there.
Another edition of php|tek has come and gone and this year some very amazing topics came into view. The conference itself was once again a great experience, great people, incredible speakers, lots of activities and incredible hack-a-thons and unconference sessions.
Topics he noticed coming to the forefront at this year's event included:
- Cloud computing (and the PHP-specific offerings related to it)
- Mobile development
- API and external tool integration
He also mentions one thing he wouldn't mind seeing more of at events - the "soft skills" sort of presentations. They're less about the technology that's used and more about the "people skills" developers can use to make the best of their careers.
voice your opinion now!
tek11 trending topics conference api mobile application cloud
php|architect Blog: php|tek is goin' digital
by Chris Cornutt March 18, 2011 @ 12:34:55
In an interesting move to help make things easier (and better for the environment) for the attendees of their tek11 conference, the php|architect group is going with an "all digital" format for their conference materials this year.
Conference programs are easily misplaced, pamphlets are often discarded, and so on, and so forth. The end result is an enormous amount of waste - I'm pretty sure that, last year, we probably shipped, handled, and handed out at least 500lbs. of paper - and less value than everyone would like. This year, therefore, we have set out to "go digital" and limit our paper usage as much as possible. As part of this initiative, we are going to introduce a few changes
This year you'll get a USB key instead of the usual bag of handouts, a conference program available in a wide variety of formats and a mobile application you can use to find upcoming sessions and communicate with fellow conference attendees. You can find out more about the conference including the schedule and how to get your ticket on the tek111 website.
voice your opinion now!
conference tek11 digital usbkey paperless mobile application
Kevin Schroeder's Blog: Debugging a mobile app
by Chris Cornutt October 18, 2010 @ 08:45:06
Kevin Schroeder has been working on a Zend Framework-based mobile application (Android) and ran up against a debugging issue that he would normally solve with features of his IDE, but since those weren't available on the device, he got a bit more creative.
The solution is similar to what I did with Debugging an RPC call in Zend Framework. What this does is set the cookies from the remote browser to debug on the local instance of the Zend debugger. To kick it off simply open up the URL to the debug kickoff page. That will set the cookies in your mobile browser. Then go to the page that you want to debug from your mobile phone and reload it.
He includes the code you'll need (a method to drop into your Controller) to make that debugging work. It sets up an array of cookie values and, when the page to debug is reloaded, those values will be set again and the IDE (in his case, Zend Studio) will catch them as a key to start debugging.
voice your opinion now!
zendstudio debug mobile application zendframework
|
Community Events
Don't see your event here? Let us know!
|