<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title></title>
	<link>http://blog.ramonlechuga.com</link>
	<description>JavaScript / HTML / CSS / PHP</description>
	<lastBuildDate>Wed, 16 Nov 2011 00:58:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>DOM Methods vs innerHTML</title>
		<description><![CDATA[Finding a fast way to create elements, every browser works differently and this can make some simple tasks fast or slow, I find sometimes a hard dilema using innerHTML I know is easy and lazy for programmers in the other hand the DOM methods such a createElement, appendChild, createTextNode are elegant, understandable but is just [...]]]></description>
		<link>http://blog.ramonlechuga.com/2011/11/04/dom-methods-vs-innerhtml/</link>
			</item>
	<item>
		<title>Checking object properties</title>
		<description><![CDATA[When I'm working with an object and I need to check a property, I cannot go straight up I always first check if this one exists, but we have different ways to check them, before I used to do this.
&#160; &#160;if &#40;object.property&#41; &#123;
&#160; &#160; &#160; &#160;//exists 
&#160; &#160; &#160; &#160;console.log&#40;object.property&#41;;
&#160; &#160;&#125;
It works when the property [...]]]></description>
		<link>http://blog.ramonlechuga.com/2010/10/20/checking-object-structure/</link>
			</item>
	<item>
		<title>Private &amp; public properties for JavaScript</title>
		<description><![CDATA[Here we have a good article about keeping private properties in your JavaScript kinda Java , well we know that JavaScript is not enough good for Object Orientation but it has a lot good parts  is very flexible. 
Here we have the normal way for making "Classes"
var myClass = function &#40;&#41; &#123;
&#160; &#160; //this [...]]]></description>
		<link>http://blog.ramonlechuga.com/2010/08/12/private-public-properties-for-javascript/</link>
			</item>
	<item>
		<title>PHP Error Handler, Tracking you project bugs</title>
		<description><![CDATA[Errors
Error reporting
Error handler
There’s a way to hide those ugly error outputs from PHP, and not just that you can track them, log them and manage them.

We have different type of errors some of them are possible to catch and others aren’t, in this post you will learn how to build your own error tracker, but [...]]]></description>
		<link>http://blog.ramonlechuga.com/2010/05/24/php-error-handler-tracking-you-project-bugs/</link>
			</item>
	<item>
		<title>Form submit like AJAX style using an Iframe</title>
		<description><![CDATA[I remember the first time I start using AJAX it was really really amazing  till I found that I can't send images just text, well I'll show how to upload a file without refreshing the whole page.
Here is you html form code:
1234&#60;form enctype=&#34;multipart/form-data&#34; method=&#34;post&#34; &#62;
&#160; &#160; &#60;input name=&#34;image&#34; type=&#34;file&#34; /&#62; 
&#160; &#160; &#60;input type=&#34;submit&#34; [...]]]></description>
		<link>http://blog.ramonlechuga.com/2010/05/19/form-submit-like-ajax-style-using-an-iframe/</link>
			</item>
	<item>
		<title>Welcome to my new blog</title>
		<description><![CDATA[Hello readers, welcome to my new blog. The main reason I created because I want to share &#38; save all the stuff I've learnt about building websites.
I'm going to post good tricks for the following languages: 
 JavaScript ( AJAX/DHTML)
 PHP (OOP/MVC)
 HTML/CSS
 Flash &#38; Flex
So welcome to anyone who comes along here. Please let [...]]]></description>
		<link>http://blog.ramonlechuga.com/2010/05/18/welcome-to-my-new-blog/</link>
			</item>
</channel>
</rss>

