<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Adrian Chaves</title>
	<link>http://blogs.embarcadero.com/achaves</link>
	<description>What’s Up Doc?</description>
	<lastBuildDate>Thu, 15 Mar 2012 17:00:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Locating Bottlenecks</title>
		<description>There are several techniques you can use when working with PHP applications to improve performance. These are probably some of the most fundamental ones:

	Upgrade PHP. Newest PHP versions will include lots of changes, not just additional features, but also performance improvements.
	Use cache for database results and rendered pages.
	Disable PHP extensions ...</description>
		<link>http://blogs.embarcadero.com/achaves/locating-bottlenecks/</link>
			</item>
	<item>
		<title>Breakpoints and Watches</title>
		<description>On this post we are going to have a quick look at breakpoints and watches, features we can use during debug to locate code errors.

Breakpoints

You can attach a breakpoint to a line of code to stop script execution at that point. When you go to Run &#62; Run, the application ...</description>
		<link>http://blogs.embarcadero.com/achaves/breakpoints-and-watches/</link>
			</item>
	<item>
		<title>Basic Debugging</title>
		<description>The Debugger is the perfect tool to locate the source of any logic error in your application. You can use it to get control of the execution flow of your scripts while you watch the value of variables and expressions, allowing you to track the data until the point when ...</description>
		<link>http://blogs.embarcadero.com/achaves/basic-debugging/</link>
			</item>
	<item>
		<title>Avoiding Simple Errors</title>
		<description>On this post, we will have a look at two kinds of PHP errors, and learn how we can save time using RadPHP to avoid them.
Syntax Errors
Syntax errors are the most fundamental errors, those produced by a PHP code that cannot be understood by the PHP interpreter, which reports them ...</description>
		<link>http://blogs.embarcadero.com/achaves/avoiding-simple-errors/</link>
			</item>
	<item>
		<title>Where It Was, Part Four</title>
		<description>This article is a follow up of Where It Was, Part Three.
In the previous post, we made it possible to open places on an individual page, and to delete them. It is time now to add the only missing feature for our application: geolocation. We will store the geolocation data of ...</description>
		<link>http://blogs.embarcadero.com/achaves/where-it-was-part-four/</link>
			</item>
	<item>
		<title>Where It Was, Part Three</title>
		<description>This article is a follow up of Where It Was, Part Two.
In the last post, we got our application to keep a database of places, and made it possible to add new places to the list. Now we will make it possible to open places on a second page, and ...</description>
		<link>http://blogs.embarcadero.com/achaves/where-it-was-part-three/</link>
			</item>
	<item>
		<title>Where It Was, Part Two</title>
		<description>This article is a follow up of Where It Was, Part One.
In the previous post, we got a basic user interface to work on. Now it is time to make it actually do something. We will get the “Remember” button to add whatever we write on the MEdit field to ...</description>
		<link>http://blogs.embarcadero.com/achaves/where-it-was-part-two/</link>
			</item>
	<item>
		<title>Where It Was, Part One</title>
		<description>In this tutorial, we are going to develop a simple mobile application from scratch using RadPHP.

An Idea Is Born


I am new in the city, I’ve just moved, and everything is new to me. I don’t know where things are, and most times I just follow my workmates to wherever they ...</description>
		<link>http://blogs.embarcadero.com/achaves/where-it-was-part-one/</link>
			</item>
	<item>
		<title>PHP Programming, New Frontiers</title>
		<description>Next Thursday, November 24th, a technical seminar will be held in Madrid to talk about the new challenges of programmers, namely mobile devices, the web and social networks.

Through practical lessons, attendees will learn how to take advantage of RadPHP to face these challenges. We will have Antonio Alonso with us, ...</description>
		<link>http://blogs.embarcadero.com/achaves/php-programming-new-frontiers/</link>
			</item>
	<item>
		<title>Hello World!</title>
		<description>I am sorry I could not come with an original name for my first blog post. And I’ll pretend this apology was enough to break the ice *wink wink*.

My name is Adrián Chaves Fernández (“Adrian” is OK). I am Documentation Writer for RadPHP.

In short, I am responsible for making possible ...</description>
		<link>http://blogs.embarcadero.com/achaves/hello-world/</link>
			</item>
</channel>
</rss>
