<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>designing4u.de</title>
	<link>http://www.designing4u.de</link>
	<description>Yet Another Coding Blog</description>
	<lastBuildDate>Fri, 29 Jul 2011 08:11:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Conditional validation of shipping address using Zend sub forms</title>
		<description><![CDATA[Zend Framework documentation gives you an excellent example on how to use sub forms. Sub forms let you split the logic of your application into smaller parts, validate it on demand and after collecting all the information validate the whole entity. Pretty cool huh? Lately I was implementing a shopping cart. In the last part [...]]]></description>
		<link>http://www.designing4u.de/2011/07/conditional-validation-of-shipping-address-using-zend-sub-forms/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=conditional-validation-of-shipping-address-using-zend-sub-forms</link>
			</item>
	<item>
		<title>Ubuntu/Debian server with public/private key authentication, PHP-CGI, Lighttpd and MySQL for Zend Framework</title>
		<description><![CDATA[I know there are many tutorials which explain how to set up a server in VPS environment. This is probably just another one and it won't teach you anything new. I just want to use this post as a reference, because lately I had to do it couple times for my customers. After completing the [...]]]></description>
		<link>http://www.designing4u.de/2011/07/ubuntudebian-server-with-publicprivate-authentication-php-cgi-lighttpd-and-mysql-for-zend-framework/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntudebian-server-with-publicprivate-authentication-php-cgi-lighttpd-and-mysql-for-zend-framework</link>
			</item>
	<item>
		<title>Simple image caption with jQuery</title>
		<description><![CDATA[Displaying a transparent caption over an image is a nice way to show the visitors what a particular image is about. In this tutorial I will show you how you can accomplish that with less than 50 lines of jquery without downloading any fully featured plug-ins. I will also try to accomplish it in an [...]]]></description>
		<link>http://www.designing4u.de/2010/05/simple-image-caption-with-jquery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simple-image-caption-with-jquery</link>
			</item>
	<item>
		<title>Accessing Google Analytics API with Zend Framework</title>
		<description><![CDATA[After a long time Google finally released the API which allows the read access to the Google Analytics accounts. Since I needed it to perform some analytics and included it into one of my projects written with Zend Framework. Zend framework provides a massive library collection which you can use to access Google services, but [...]]]></description>
		<link>http://www.designing4u.de/2009/09/accessing-google-analytics-api-with-zend-framework/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=accessing-google-analytics-api-with-zend-framework</link>
			</item>
	<item>
		<title>SMPT authentication with Zend_Mail</title>
		<description><![CDATA[It's been a long time since I wrote my last post. Well, I was busy working and getting familiar with Zend Framework. Since the Zend Framework documentation is not really helpful when it comes to send emails using SMTP, I decided I show you how I accomplished that. 1 2 3 4 5 6 7 [...]]]></description>
		<link>http://www.designing4u.de/2009/09/smpt-authentication-with-zend_mail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=smpt-authentication-with-zend_mail</link>
			</item>
	<item>
		<title>Zip code search using jQuery and Google maps &#8211; displaying results in a defined radius</title>
		<description><![CDATA[Last time I wrote about handling a Google map event, which is triggered, when a user moves around the map. I only mentioned that I had to use this solution for one of my projects, which goal was to display companies branches in a certain distance radius. I decided that it probably will be really [...]]]></description>
		<link>http://www.designing4u.de/2009/05/zip-code-search-using-jquery-and-google-maps-displaying-results-in-a-defined-radius/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zip-code-search-using-jquery-and-google-maps-displaying-results-in-a-defined-radius</link>
			</item>
	<item>
		<title>Google Maps and jQuery &#8211; loading markers when user moves the map</title>
		<description><![CDATA[Recently I was working on a project, in which the goal was to display all company branches within a certain distance, defined by a zip code and a range provided by user input. The solution was pretty simple. A user provides a zip code and the distance range, the script translates the zip code into [...]]]></description>
		<link>http://www.designing4u.de/2009/02/google-maps-and-jquery-loading-markers-when-user-moves-the-map/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-maps-and-jquery-loading-markers-when-user-moves-the-map</link>
			</item>
	<item>
		<title>Google Maps and jQuery &#8211; calculating distance between two points</title>
		<description><![CDATA[It has been a long time since I wrote my last example, but I've been really busy. Lately I got a request to write an example about calculating the distance between two points using KML file. What I will show you in this example is how to provide an user two drop down fields, which [...]]]></description>
		<link>http://www.designing4u.de/2008/11/google-maps-and-jquery-calculating-distance-between-two-points/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-maps-and-jquery-calculating-distance-between-two-points</link>
			</item>
	<item>
		<title>Google Maps, jQuery and XML &#8211; saving markers with user input</title>
		<description><![CDATA[I just got a first request from a user of my site to help him with his problem. Let me describe it in detail. Assume that a user is visiting your site and he or she wants to place a marker on a google map displayed on your page. Additionally, we want to get some [...]]]></description>
		<link>http://www.designing4u.de/2008/08/google-maps-jquery-and-xml-saving-markers-with-user-input/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-maps-jquery-and-xml-saving-markers-with-user-input</link>
			</item>
	<item>
		<title>jQuery &#8211; show / hide button for multiple div containers with AJAX and JSON</title>
		<description><![CDATA[This time I will consider another case of loading content into div containers using jQuery, AJAX and JSON request. In an other example I showed you how you can simply load content into one div container using AJAX and provide a user show and hide button. In this example I want to consider a different [...]]]></description>
		<link>http://www.designing4u.de/2008/07/jquery-show-hide-button-for-multiple-div-containers-with-ajax-and-json/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jquery-show-hide-button-for-multiple-div-containers-with-ajax-and-json</link>
			</item>
</channel>
</rss>

