DZone.com: Q&A with Jason Gilmore: The Zend Framework
On DZone.com today there's a new interview by Lyndsey Clevesy with Jason Gilmore looking at the Zend Framework and some of the general things to expect in coming versions.
Categories: Communities
VCS Survey
When I discussed VersionControlTools
I said that it
was an unscientific agglomeration of opinion. As I was doing it I
realized that I could add some spurious but mesmerizing numbers to
my analysis by doing a survey. Google's spreadsheet makes the
mechanics of conducting a survey really simple, so I couldn't
resist.References
Reference:
...
Categories: Communities
R.I.P. Felipe Gaúcho: DZone MVB & Tireless Java Advocate
R.I.P. Felipe Gaúcho: DZone MVB & Tireless Java Advocate
The DZone team was very sad to read the news
that Felipe Gaúcho had passed away this weekend. Felipe has been an
active member of JavaLobby for many years, as well as being a key JUG
leader.
Categories: Communities
Q&A with Jason Gilmore: The Zend Framework
This week's DZone Refcard is about Getting Started with the Zend Framework. The card introduces you to the basics of the Zend Framework and sets you on the path to creating your first project. I met the author, Jason Gilmore, to find out more about the topic.
Categories: Communities
Mylyn Expands
Today, the Eclipse Mylyn project is announcing a major restructuring with the creation of several different sub-projects for each key Application Lifecycle Management (ALM) category. DZone spoke with Mik Kersten, the founder of the Mylyn project and CEO of Tasktop Technologies, about the details, the causes, and the benefits of the project's reconfiguration. Kersten explains that the single...
Categories: Communities
Daily Dose - JavaFX Eclipse Plugin Goes Open Source
JavaFX Eclipse Plugin Goes Open Source Exadel, the organization that makes a JavaFX plugin for Eclipse, recently launched exadel.org and released a new version of the plugin. Version 1.2.2 includes a new JavaFX Script Wizard and an outline view with navigation. Exadel has been promising to make the plugin open source and they have now announced that the source code is available under the...
Categories: Communities
Daily Dose - iPad Coming to the US on April 3rd
iPad Coming to the US on April 3rd
Categories: Communities
Ben Scholzen's Blog: Modern Application Design - Part 1
Ben Scholzen has started a serial about modern appication design on his blog. As base of this serial he is using his blog source for demonstration.
Categories: Communities
Matthew Weier O'Phinney's Blog: Responding to Different Content Types in RESTful ZF Apps
Continuing on from his previous articles on working with REST in Zend Framework applications (and making the endpoints for a web service) Matthew Weier O'Phinney has a new tutorial with the next logical step in the series, automatically responding to different content types in your application based on the content-type the client sends.
Categories: Communities
Do you queue? Introduction to the Zend Server Job Queue
There has been a lot of talk over the past several years about the difference between performance and scalability. Never mind that the difference between the two will probably not really affect most developers. Never mind that the “difference between performance and scalability” argument is often used when someone’s code performs poorly and their best argument is “Yeah, but my code scales”. Yeah, sure it does.
Categories: Communities
Creating Scalable Vector Graphs with PHP
The Scalable Vector Graphics (SVG) specification provides a way to programmatically generate images using vector paths expressed in XML. This makes it ideal for generating images that need to be scaled to different resolutions without losing fidelity.
A common requirement in Web applications is to dynamically generate charts and graphs from numerical data. If these graphs are expressed using SVG, they can be blown up to different sizes without any deterioration in quality, and they are also typically smaller in size as compared to their GIF or JPEG counterparts. With this in mind, this article examines various open source PHP libraries that allow you to add SVG charting capabilities to your PHP application.
Categories: Communities
Why I'm leaving Subversion for Git
I always believed in Subversion's
potential and that it would be a wide improvement over the nightmare
that was CVS,
but I found out that, as Linus says, There is no way to do CVS right.References
Reference:
Why I'm leaving Subversion for Git
Mitchell Pronsc...
Categories: Communities
Daily Dose - Facebook Going Public, But Not For a While
Facebook Going Public, But Not For a While The WSJ has been talking with Facebook and gaining some early access to their plans for the future. Mark Zuckerberg, the founder of Facebook, confirmed that the company will eventually go public, but not anytime soon. Mark is worried that going public will make the company less flexible. Facebook also projects between $1.2 - $2 billion in...
Categories: Communities
Michael Kimsal's Blog: Zend Framework and Doctrine integration - autoloading of doctrine models
Michael Kimsal has a new post today looking at using Doctrine models in a Zend Framework application and how to get them to autoload when you need them with the help of Zend's Zend_Loader_Autoloader.
Categories: Communities
Rob Allen's Blog: Zend Framework, IIS and 500 errors
If you've been using the Zend Framework on a Windows platform (running IIS as the web server) and have been getting some 500 errors and have been left lacking the detail you need on the problem, you should read this new post from Rob Allen about an IIS setting that can help you out.
Categories: Communities
System i Network's IBM i Essentials 2010 Virtual Conference will feature PHP!
This FREE event will help you learn how to leverage the power of the IBM i platform to develop, deploy and manage web applications.
The Virtual Conference has the advantages of a traditional conference without any of the travel time and cost! Attend an educational session, ask questions, visit a trade show booth, interact with other industry professionals and pick up valuable literature – all from the comfort of your office!
Categories: Communities
How to avoid Identity Theft in Zend Framework with Zend Auth
While there are many major security issues possible in a web application, there is a particular one that bugged me for some time. The Identity theft - Broken account and session management issue.
Why can one so easily still my session id cookie and suddenly gain access to my account in one particular web application? I know it its rather impossible to make this 100% hack-proof but I strongly believe that the system should be improved as much as possible.
Our goal is to implement a Zend Auth extension that adds a new level of security to the previously mentioned class.
This extension - let's call it Project_Application_Auth - would check the Zend Auth storage for the IP and/or User Agent.
In order to do so, these should be set in the login process in the storage.
If the IP is different then the initial IP from the login process and / or the User Agent is not the same as the initial User Agent from the login process, then our extension would tell us that it is not a secure identity (aka it is safe to assume it has been stolen) and thus we should disconnect the user.
Categories: Communities
Practical PHP Patterns: Memento
The pattern of today is the Memento one, whose intent is storing
the state of an Originator object without breaking its
encapsulation, which typically consists in a set of private fields.References
Reference:
Practical Php Patterns: Memento
Mitchell Pronsc...
Categories: Communities
Daily Dose - Verizon is Getting Nexus One and so is Europe
Verizon is Getting Nexus One and so is Europe
Categories: Communities