<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Idapted TechTeam</title>
	<link>http://developer.idapted.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 09:25:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>ajax_load improvement</title>
		<description><![CDATA[Currently the ajax_load method is kind of messy. If there&#8217;s multiple ajax_load in one page, one can only send request when the previous request is finished. And there&#8217;s always one js error &#8220;doRequest_xx is not defined.&#8221; This is caused by the bad design of the first version. When I had lunch with @Blade this noon, [...]]]></description>
		<link>http://developer.idapted.com/2010/09/08/ajax_load-improvement/</link>
			</item>
	<item>
		<title>Client HTTP Caching in Rails</title>
		<description><![CDATA[HTTP Cache is a browser Cache. HTTP is typically used for distributed information systems, where performance can be improved by the use of response caches. This kind of cache used for reduce request times and bandwidth. more info. Let&#8217;s talk about its principle. The Browser start a request. When request reach Web Server. the web [...]]]></description>
		<link>http://developer.idapted.com/2010/09/06/client-http-caching-in-rails/</link>
			</item>
	<item>
		<title>development tips on Titanium</title>
		<description><![CDATA[After releasing our first iPhone app, I just learned a lot about using Titanium SDK. Today I want to share some valuable development tips, which are mostly gathered from Titanium developer&#8217;s forum. 1. Remember that the device is not as speedy as the simulator. 2. When you need to use a webView, try to communicate [...]]]></description>
		<link>http://developer.idapted.com/2010/09/01/development-tips-on-titanium/</link>
			</item>
	<item>
		<title>Dynamic add class method in (class </title>
		<description><![CDATA[1&#160; @person = Person.new As you know, @person is a instance object of Person, in the other words @personal.class is Person. but do you know who is Person.class? sure, it&#8217;s Class, so we can say Person is a Class&#8217;s &#8220;instance object&#8221;. Next, we add some class methods to Person by difference ways. 1234567891011121314151617181920212223242526class Person &#160; [...]]]></description>
		<link>http://developer.idapted.com/2010/09/01/dynamic-add-class-method-in-class/</link>
			</item>
	<item>
		<title>How to analyze and forecast?</title>
		<description><![CDATA[What we can get from history data? and how we can get it? These are two question when I face to the LPD function. and In trainer side , there are many statistics data. can we get something from these data? The answer is sure, we can get , but how? These two data I [...]]]></description>
		<link>http://developer.idapted.com/2010/09/01/how-to-analyze-and-forecast/</link>
			</item>
	<item>
		<title>First iPhone App : IELTS 31 Formuals</title>
		<description><![CDATA[In last two month, our team worked for Idapted first iPhone App. We spent a lot time on releasing this app as Apple&#8217;s process is really awful to a first user. Well, everything was done in the last. Now our first iPhone App is available in Apple Store. It&#8217;s free in current version. you can [...]]]></description>
		<link>http://developer.idapted.com/2010/08/28/first-iphone-app-ielts-31-formuals/</link>
			</item>
	<item>
		<title>Apple iPhone app : Debug and Release through Titanium</title>
		<description><![CDATA[Once people develop an iPhone App using Titanium1.4, they must be very happy when the App is running on iPhone simulator. They feel great until they decide to debug their app on their devices or even release their app to AppleAppStore. This happens specially to these who firstly do this. Why? There are many reasons [...]]]></description>
		<link>http://developer.idapted.com/2010/08/25/apple-iphone-app-debug-and-release-through-titanium/</link>
			</item>
	<item>
		<title>rails small tips</title>
		<description><![CDATA[1. flash and flash.now flash in rails used to pass messages.it is use session do this. 123456789def create &#160; if User.authorize&#40;params&#91;:login&#93;, params&#91;:password&#93;&#41; &#160; &#160; flash&#91;:notice&#93; = &#34;login success&#34; &#160; &#160; redirect_to target_path &#160; else &#160; &#160; flash&#91;:error&#93; = &#34;login fail&#34; &#160; &#160; render :new &#160; end end flash[:notice]. it effect after redirect_to. in this example [...]]]></description>
		<link>http://developer.idapted.com/2010/08/04/rails-small-tips/</link>
			</item>
	<item>
		<title>calculate results VS. store result sets</title>
		<description><![CDATA[Firstly, what&#8217;s the results in title? For example, the results may be learners who will be alive in coming two weeks, or the results may be study times of one learner, etc. Generally, results should be some data coming from analyzing other data. Here my question is, how can we get certain results much faster [...]]]></description>
		<link>http://developer.idapted.com/2010/08/04/calculate-results-vs-store-result-sets/</link>
			</item>
	<item>
		<title>Deploy dozens of rails applications into one domain</title>
		<description><![CDATA[We eventually have more than 30 rails applications running. Back to the days when we had only 3, we deploy each to a separate domains: 123&#160; &#160; app1.example.com &#160; &#160; app2.example.com &#160; &#160; app3.example.com They are beautiful. But, the 3 apps actually working together to do one big task. It would looks better to be [...]]]></description>
		<link>http://developer.idapted.com/2010/08/03/deploy-dozens-of-rails-applications-into-one-domain/</link>
			</item>
</channel>
</rss>
