<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Reality Bytes &#187; Web</title>
	<atom:link href="http://jreflores.net/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://jreflores.net</link>
	<description>Stepping into reality...</description>
	<lastBuildDate>Tue, 07 Sep 2010 08:58:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Creating a custom Progress bar and Rating display</title>
		<link>http://jreflores.net/2010/tutorials/creating-a-custom-progress-bar-and-rating-display/</link>
		<comments>http://jreflores.net/2010/tutorials/creating-a-custom-progress-bar-and-rating-display/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 15:42:07 +0000</pubDate>
		<dc:creator>jesh</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[progress bar]]></category>
		<category><![CDATA[rating]]></category>
		<category><![CDATA[rating display]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://jreflores.net/?p=553</guid>
		<description><![CDATA[If you are currently working on social network and Facebook-like sites or sites that display user popularity level or contribution level, you might need those cool rating or popularity stars display that are dynamic without using a lot of images or complicated calculations. This tutorial shows how to create a dynamic star rating display and progress bar using CSS and HTML.


Related posts:<ol><li><a href='http://jreflores.net/2008/web/homer-simpson-in-css/' rel='bookmark' title='Permanent Link: Homer Simpson in CSS'>Homer Simpson in CSS</a></li>
<li><a href='http://jreflores.net/2008/guides/download-music-from-multiplycom-again/' rel='bookmark' title='Permanent Link: Download music from Multiply.com. Again.'>Download music from Multiply.com. Again.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-554      aligncenter" title="Sample Rating Display" src="http://jreflores.net/wp-content/uploads/2010/09/preview.jpg" alt="Sample Rating Display" width="450" height="150" /></p>
<p>If you are currently working on social network and Facebook-like sites or sites that display user popularity level or contribution level, you might need those cool rating or popularity stars display that are dynamic without using a lot of images or complicated calculations just to be able to display like that sample above. Another practical example is that if you have a file upload functionality that shows the current progress of the upload, or if your site includes a wizard and you want to show the user of the current progress of his or her usage.</p>
<p>This might be very complicated at first, but when I analyzed on how this works, it was not really that complicated after all. In this tutorial, I made use of CSS and basic HTML. Unfortunately, this tutorial does not entail of how you are to dynamically set values to attain the display output you want. However, guides are included to show which part to edit for dynamic and actual site usage.</p>
<h3>Setting up your progress or rating bar</h3>
<p>First is to setup your progress bar or rating display. In this part rating and progress are all set to 0 and 0% respectively. Create your style.css file with contents as shown below. I also created and used star images and progress bar patterns. You can download the image files together with <a title="Click to download source code" href="../wp-content/uploads/2010/09/rating-progressbar-tutorial.zip">the source code</a> used in this tutorial.</p>
<pre class="brush: css;">
.ratingbar
{
	background: url(rating.jpg) repeat-x left bottom;
	height: 47px;
	width: 250px;
}
.progressbar
{
	background: url(progress.jpg) repeat-x left bottom;
	height: 36px;
	width: 250px;
}
</pre>
<p>Next is to create your html file with the code below to be inserted within the  tag. If your working with an external css for the stylesheet above, do not forget to link your css file with your html file.</p>
<pre class="brush: xml;">
&lt;div class=&quot;ratingbar&quot;&gt; &lt;/div&gt;
&lt;div class=&quot;progressbar&quot;&gt; &lt;/div&gt;
</pre>
<p style="text-align: left;">The codes above would display something like this:<br />
<center><img class="size-full wp-image-555   alignnone" title="Empty Progress and Rating bars" src="http://jreflores.net/wp-content/uploads/2010/09/prev1.jpg" alt="Empty Progress and Rating bars" width="600" height="103" /></center></p>
<p>Now that you have your place holders and containers for your progress bar and rating display ready, <a href="./2/">let&#8217;s proceed</a> with how you will be filling this up to display your desired rating or progress values.</p>
<h3>


<p>Related posts:<ol><li><a href='http://jreflores.net/2008/web/homer-simpson-in-css/' rel='bookmark' title='Permanent Link: Homer Simpson in CSS'>Homer Simpson in CSS</a></li>
<li><a href='http://jreflores.net/2008/guides/download-music-from-multiplycom-again/' rel='bookmark' title='Permanent Link: Download music from Multiply.com. Again.'>Download music from Multiply.com. Again.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jreflores.net/2010/tutorials/creating-a-custom-progress-bar-and-rating-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO – XHTML Validation</title>
		<link>http://jreflores.net/2010/web/seo-validating-your-website-and-xhtml/</link>
		<comments>http://jreflores.net/2010/web/seo-validating-your-website-and-xhtml/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 21:43:42 +0000</pubDate>
		<dc:creator>jesh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://jreflores.net/?p=464</guid>
		<description><![CDATA[XHTML Validation is the standardization of web pages. It is how you, as a web developer or layout developer, align your projects and site pages to the standard of XHTML. Few years back, I learned about validating XHTML pages and sites. I didn't even know that this ever existed. As I learned more about XHTML, HTML, CSS, and other Web Programming, I eventually forgot about this stuff until now.


Related posts:<ol><li><a href='http://jreflores.net/2010/web/wordpress-and-seo-exploring-the-title-element/' rel='bookmark' title='Permanent Link: WordPress and SEO: Exploring the TITLE element'>WordPress and SEO: Exploring the TITLE element</a></li>
<li><a href='http://jreflores.net/2010/web/wordpress-and-seo-domain-and-permalinks/' rel='bookmark' title='Permanent Link: WordPress and SEO: Domain and Permalinks'>WordPress and SEO: Domain and Permalinks</a></li>
<li><a href='http://jreflores.net/2010/tutorials/creating-a-custom-progress-bar-and-rating-display/' rel='bookmark' title='Permanent Link: Creating a custom Progress bar and Rating display'>Creating a custom Progress bar and Rating display</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Few years back, I learned about validating XHTML pages and sites. I didn&#8217;t even know that this ever existed. As I learned more about XHTML, HTML, CSS, and other Web Programming, I eventually forgot about this stuff until now.</p>
<p style="text-align: center;"><img class="size-full wp-image-465  aligncenter" title="XHTML Validation at W3C" src="http://jreflores.net/wp-content/uploads/2010/08/validation.jpg" alt="XHTML Validation at W3C" width="400" height="150" /></p>
<h3>What is XHTML Validation?</h3>
<p>Basically, XHTML Validation is the standardization of web pages. It is how you, as a web developer or layout developer, align your projects and site pages to the standard of XHTML. HTML and XHTML might be the dumbest or the dullest web programming ever, but the fact is, it also has standards of its own. HTML is interpreted differently across browsers. There is the smart Chrome that auto-corrects erroneous mark-ups, to the dynamic Firefox, up to the most meticulous Internet Explorer. Sometimes, pages appear differently with these browsers, and this is where XHTML Validation comes into the picture. Validation does not really correct everything, but validation checks your page to follow the standard that is recognized by all browsers, helping you fix problems in one way or another.</p>
<p>There are different services that offer Markup Validation but the <a href="http://validator.w3.org/" target="_blank">Validator from W3C</a> is the one&#8217;s widely used. This is also the service that I would strongly recommend.</p>
<h3>Elements to Validation</h3>
<p>There are basically two main elements to successful XHTML Validation; the Document Type Definition or the DTD, and your markup itself. The DTD defines the standard that you wish to apply to your website. This section defines what type of markup and elements are allowed within your page. This is the very first line on your page. The DTD will look something like this:</p>
<pre class="brush: xml;">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
</pre>
<p>The code above shows a DTD of a 1.0 Transitional DTD. There are other various DTD depending on your site&#8217;s need and requirement. New DTD standard revisions are listed <a href="http://www.w3schools.com/xhtml/xhtml_dtd.asp" target="_blank">at W3Schools</a>.</p>
<p>Lastly is your XHTML Markup. This isn&#8217;t really new especially to those web developers, but basically the markup is your site body. You have the html root element, the head element, and the body element. All of which behave accordingly depending on the DTD you have declared. As you validate your page, you will be guided as to what is in your page that is and what is not in compliance with the DTD you declared.</p>
<h3>Validation for developers</h3>
<p>Some of us (like I, myself) might have neglected the importance of site and page validation, but until full realization, this is one of the useful tools and stuffs that is to be applied to your website. As I did my research on this, I learned and affirmed of some few things.</p>
<ol>
<li><em>Validation enhances maintainability</em> &#8211; Makes your HTML page easy to maintain especially for future enhancements and expansion.</li>
<li><em>Validation makes your site forward compatible</em> &#8211; Validated XHTML along with easy maintenance, makes your pages and your site, forward compatible to browsers since standards are applied on your site.</li>
<li><em>Readability</em> &#8211; As a developer, we would always want our codes to be readable. Site Validation helps you in doing so.</li>
<li><em>Helps in Search Engine Optimization</em> &#8211; Putting all things together, validated sites makes it not only readable for the developers themselves but also for Search Engine crawlers and spiders.</li>
</ol>
<h3>Validation, a key for SEO</h3>
<p>As I have mention, validation makes your HTML readable and compliant to standards. So does it apply to Search Engine Optimization. Imagine your self reading a blog article or a book. Wouldn&#8217;t it be any more convenient if all information that you are reading is well organized and categorized in such a way that you would easily recognize and know what you are looking for? The same thing applies with Valid Site HTML markup as far as SEO is concerned.</p>
<p>As for SEO, search engine spiders and crawlers, are just like readers who are reading over your site&#8217;s content, as well as your site&#8217;s markup. It gives ease and convenience that they would know where these spiders are headed in line with standardized markups. If you might have misplaced or misspelled tags and elements, then search engines would also have a hard time reading your site and it&#8217;s contents.</p>
<p>These things are not required for your site, but it helps as a good practice to validate and double check your site&#8217;s validity. For more information on Site and XHTML Validation, you can also read <a href="http://www.commercetuned.co.uk/SEO-articles/benefits-of-validating-xhtml-css.php">this article</a> for more tips and information (Thanks to James Dickie!).</p>


<p>Related posts:<ol><li><a href='http://jreflores.net/2010/web/wordpress-and-seo-exploring-the-title-element/' rel='bookmark' title='Permanent Link: WordPress and SEO: Exploring the TITLE element'>WordPress and SEO: Exploring the TITLE element</a></li>
<li><a href='http://jreflores.net/2010/web/wordpress-and-seo-domain-and-permalinks/' rel='bookmark' title='Permanent Link: WordPress and SEO: Domain and Permalinks'>WordPress and SEO: Domain and Permalinks</a></li>
<li><a href='http://jreflores.net/2010/tutorials/creating-a-custom-progress-bar-and-rating-display/' rel='bookmark' title='Permanent Link: Creating a custom Progress bar and Rating display'>Creating a custom Progress bar and Rating display</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jreflores.net/2010/web/seo-validating-your-website-and-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and SEO: Exploring the TITLE element</title>
		<link>http://jreflores.net/2010/web/wordpress-and-seo-exploring-the-title-element/</link>
		<comments>http://jreflores.net/2010/web/wordpress-and-seo-exploring-the-title-element/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 09:45:42 +0000</pubDate>
		<dc:creator>jesh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jreflores.net/?p=434</guid>
		<description><![CDATA[I have started to optimized and modify my blogs a few weeks ago, and I must say I am really enjoying my research on this. From URLs, we will now be moving on how to improve SEO performance of your blogs by controlling the title element. Just a brief introduction, an HTML page is divided [...]


Related posts:<ol><li><a href='http://jreflores.net/2010/web/wordpress-and-seo-domain-and-permalinks/' rel='bookmark' title='Permanent Link: WordPress and SEO: Domain and Permalinks'>WordPress and SEO: Domain and Permalinks</a></li>
<li><a href='http://jreflores.net/2010/web/seo-validating-your-website-and-xhtml/' rel='bookmark' title='Permanent Link: SEO – XHTML Validation'>SEO – XHTML Validation</a></li>
<li><a href='http://jreflores.net/2009/uncategorized/reality-bytes-moved-to-wordpress/' rel='bookmark' title='Permanent Link: Reality Bytes moved to WordPress'>Reality Bytes moved to WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have started to optimized and modify my blogs a few weeks ago, and I must say I am really enjoying my research on this. From URLs, we will now be moving on how to improve SEO performance of your blogs by controlling the <span style="font-family: Courier New;">title</span> element.<img class="aligncenter size-full wp-image-435" title="pagetitle" src="http://jreflores.net/wp-content/uploads/2010/07/pagetitle.jpg" alt="Sample page title as set in the &lt;title&gt; element" width="400" height="130" /></p>
<p>Just a brief introduction, an HTML page is divided into two major parts, as soon as it is rendered on your browser; the <span style="font-family: Courier New;">head</span> and <span style="font-family: Courier New;">body</span> elements. And these two elements are enclosed within your page&#8217;s html element. Of course, those have to be valid and and XHTML standard abiding pages for better practice.</p>
<p>The <span style="font-family: Courier New;">body</span> tag is basically the &#8220;body&#8221; of your page. What you see on your page is all what&#8217;s written and coded within your body element. On code-wise, it might be as ugly and as dull as it may seem, but as long as you put in all CSS efforts and layout design talent, it will all appear great as your web browser interprets and renders it.</p>
<p>Next, is the <span style="font-family: Courier New;">head</span> element. All possible includes, requirements, prerequisites, scripts, CSS, and meta data are included and coded in this section. All of them, other than the <span style="font-family: Courier New;">title</span> element is invisible to the front-end and the user&#8217;s point of view. These are either executed or referenced by other elements that might make use of it within the page.</p>
<h3>The title tag element</h3>
<p>For this article, we will be focusing more on the <span style="font-family: Courier New;">title</span> element. The contents within the <span style="font-family: Courier New;">title</span> element is one of those that give great influence in improving search engine optimization performance. Basically, it speaks of what the page is all about and what your post contents are. Also, its structure goes with to coordinate with it as well. Of course, your <span style="font-family: Courier New;">title</span> element contents would also be composed properly as well.</p>
<h3>Composing your title</h3>
<p>As for me, I make titles concise and accurate. Get things straight to the point. Also, it is helpful to include important keywords (a combination of nouns and verbs) to put your title speak for the content. If I were to ask you, which title would be appealing as a user, <em>&#8220;Spaghetti Recipe&#8221;</em> or <em>&#8220;Cooking Filipino style Fettuccine&#8221;</em>?</p>
<p>As a blogger and writer such us yourselves. You would always put yourself to your reader&#8217;s place determining which is most appealing and most catchy for you before reading the whole thing. As for search engines and SEO, it works the same way. Search engine spiders look for highly relevant words and phrases before looking into the content. There is nothing that is of really great help gathering readers for your articles and blog posts, but a catchy, &#8220;teasy&#8221; title making it interesting for everybody to read or to whatever contents they are looking for.</p>
<p>On <a href="./2/">the next page</a>, let&#8217;s discuss on how to make it all happen; Structuring and Custom titles.</p>


<p>Related posts:<ol><li><a href='http://jreflores.net/2010/web/wordpress-and-seo-domain-and-permalinks/' rel='bookmark' title='Permanent Link: WordPress and SEO: Domain and Permalinks'>WordPress and SEO: Domain and Permalinks</a></li>
<li><a href='http://jreflores.net/2010/web/seo-validating-your-website-and-xhtml/' rel='bookmark' title='Permanent Link: SEO – XHTML Validation'>SEO – XHTML Validation</a></li>
<li><a href='http://jreflores.net/2009/uncategorized/reality-bytes-moved-to-wordpress/' rel='bookmark' title='Permanent Link: Reality Bytes moved to WordPress'>Reality Bytes moved to WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jreflores.net/2010/web/wordpress-and-seo-exploring-the-title-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and SEO: Domain and Permalinks</title>
		<link>http://jreflores.net/2010/web/wordpress-and-seo-domain-and-permalinks/</link>
		<comments>http://jreflores.net/2010/web/wordpress-and-seo-domain-and-permalinks/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:05:27 +0000</pubDate>
		<dc:creator>jesh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[custom permalink]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[jeshurun flores]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jreflores.net/?p=425</guid>
		<description><![CDATA[SEO isn&#8217;t really a new topic. It has been revolving around the internet world with websites competing among each other, getting to hold the number one spot as soon as any of you click that &#8220;Search&#8221; button in Google or Yahoo! If you came to pass by the state of simply ignoring what&#8217;s new in [...]


Related posts:<ol><li><a href='http://jreflores.net/2010/web/wordpress-and-seo-exploring-the-title-element/' rel='bookmark' title='Permanent Link: WordPress and SEO: Exploring the TITLE element'>WordPress and SEO: Exploring the TITLE element</a></li>
<li><a href='http://jreflores.net/2009/uncategorized/reality-bytes-moved-to-wordpress/' rel='bookmark' title='Permanent Link: Reality Bytes moved to WordPress'>Reality Bytes moved to WordPress</a></li>
<li><a href='http://jreflores.net/2010/updates/its-been-a-while/' rel='bookmark' title='Permanent Link: It’s been a while…'>It’s been a while…</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>SEO isn&#8217;t really a new topic. It has been revolving around the internet world with websites competing among each other, getting to hold the number one spot as soon as any of you click that &#8220;Search&#8221; button in Google or Yahoo! If you came to pass by the state of simply ignoring what&#8217;s new in the blogging and internet world, then I feel you.. :)</p>
<p>I didn&#8217;t had any much time studying about blogging until I have set a schedule for myself to force and read about it. Hence, here I am sharing to you my very first SEO series in Reality Bytes. For this series, I will be using WordPress as reference and main material for some instructions and tutorials.</p>
<p><img class="aligncenter size-full wp-image-426" title="permalink" src="http://jreflores.net/wp-content/uploads/2010/07/permalink.jpg" alt="Permalink Sample" width="400" height="130" /></p>
<p>To start off, let&#8217;s start with your site <strong>domain name </strong>and blog page and post <strong>permalinks</strong>. For those who are still unfamiliar with these jargon, the domain is your site&#8217;s &#8220;name&#8221; within the web space. URL Addresses started as IP address and by having long combinations of numbers to remember, thus, the domain names. Some examples of domain names are <a href="http://google.com" target="_blank">google.com</a>, <a href="http://yahoo.com">yahoo.com</a>, <a href="http://datudomain.com" target="_blank">datudomain.com</a>, <a href="http://jreflores.net">jreflores.net</a> and etcetera. Permalinks, short for permanent links, are those that identify the URL Address of your blog posts and site pages. This what attaches to your domain URL to open those pages on your site.</p>
<h3>Domain names</h3>
<p>Firstly, your domain name must, of course, be easy to remember and is a keyword in itself. Your domain is just like your personal walking &#8220;tag&#8221;. It can be something that is generic and something that speaks about your site. The domain name is really somewhat self-explanatory. I&#8217;m sorry but I can&#8217;t deal so much time in fully explaining about this one.</p>
<h3>Permalinks</h3>
<p>Next, will be permalinks. This will be the main focus of this blog entry. When I started my new site, it came to me to apply SEO related features to at least make it have more life.</p>
<p>As soon as you open a blog and start writing posts and blog entries, post permalinks are formatted as something like <span style="font-family: Courier New;">/?p=xxx</span>. Later on, most bloggers would intuitively find it unfriendly and awkwardly vague and ambiguous, changing it to something like <span style="font-family: Courier New;">/year/month/day/post-name</span>. Until leading to the tendency of changing your permalink structure over and over again (trust me, I&#8217;ve been there)!</p>
<p>I have been researching more about how to improvise permalinks for SEO and efficiency (and big THANKS to all those who shared their knowledge in WordPress SEO). I collated and consolidated all resources until I came to conclusion that categorized and tagged permalinks are widely used and suggested. Your permalink would then look somthing like <span style="font-family: Courier New;">/category/post-name</span>.</p>
<p>However, after I made further readings and research, and especially thanks to a <a href="http://wp-evangelist.com" target="_blank">distant friend&#8217;s evangelism</a> on <a href="http://wordpress.org" target="_blank">WordPress</a>, he shared some performance issues with this type of permalink structure. Thus, it is well suggested to prepend the <span style="font-family: Courier New;">/year/</span> to fully optimize WordPress. Your blog&#8217;s permalink structure would then look something like <span style="font-family: Courier New;">/year/category/post-name</span> or <span style="font-family: Courier New;">/2010/web/seo-permalinks</span>.</p>
<p>Moving on to <a href="./2/">the next page</a>, I will be illustrating how to setup a custom permalink structure to WordPress.</p>


<p>Related posts:<ol><li><a href='http://jreflores.net/2010/web/wordpress-and-seo-exploring-the-title-element/' rel='bookmark' title='Permanent Link: WordPress and SEO: Exploring the TITLE element'>WordPress and SEO: Exploring the TITLE element</a></li>
<li><a href='http://jreflores.net/2009/uncategorized/reality-bytes-moved-to-wordpress/' rel='bookmark' title='Permanent Link: Reality Bytes moved to WordPress'>Reality Bytes moved to WordPress</a></li>
<li><a href='http://jreflores.net/2010/updates/its-been-a-while/' rel='bookmark' title='Permanent Link: It’s been a while…'>It’s been a while…</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jreflores.net/2010/web/wordpress-and-seo-domain-and-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying out Posterous</title>
		<link>http://jreflores.net/2010/web/trying-out-posterous/</link>
		<comments>http://jreflores.net/2010/web/trying-out-posterous/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:16:53 +0000</pubDate>
		<dc:creator>jesh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Cross-post]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Posterous]]></category>
		<category><![CDATA[Simple]]></category>
		<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://jreflores.net/?p=350</guid>
		<description><![CDATA[I discovered this new blogging medium through a friend of mine and I never had the intention of registering to this service. Until I realize that Posterous was just that easy especially for starter bloggers and even for casual bloggers. As their tag line goes; “The simple place to post everything.” Because it’s indeed simple. [...]


Related posts:<ol><li><a href='http://jreflores.net/2010/web/wordpress-and-seo-exploring-the-title-element/' rel='bookmark' title='Permanent Link: WordPress and SEO: Exploring the TITLE element'>WordPress and SEO: Exploring the TITLE element</a></li>
<li><a href='http://jreflores.net/2010/web/wordpress-and-seo-domain-and-permalinks/' rel='bookmark' title='Permanent Link: WordPress and SEO: Domain and Permalinks'>WordPress and SEO: Domain and Permalinks</a></li>
<li><a href='http://jreflores.net/2010/updates/its-been-a-while/' rel='bookmark' title='Permanent Link: It’s been a while…'>It’s been a while…</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://posterous.com"><img class="aligncenter size-full wp-image-351" title="Posterous" src="http://jreflores.net/wp-content/uploads/2010/04/posterous.jpg" alt="" width="450" height="125" /></a></p>
<p>I discovered this new blogging medium through <a href="http://ragingfx.com/" target="_blank">a friend of mine</a> and I never had the  intention of registering to this service. Until I realize that <a href="http://posterous.com/" target="_blank">Posterous</a> was just that  easy especially for starter bloggers and even for casual bloggers. As  their tag line goes; “<em>The simple place to post everything.</em>”  Because it’s indeed simple.</p>
<p>What makes Posterous simple and flexible for me is because of its  basic and useful features that are helpful for bloggers and the like.  Its support for casual blogging, cross posting, and retweeting made it  indeed <em>simple</em> to post <em>everything</em>.</p>
<p>You can also check out <a href="http://jeshurun.posterous.com/" target="_blank">my Posterous</a> through <a href="http://jeshurun.posterous.com/" target="_blank">this link</a>. :)</p>


<p>Related posts:<ol><li><a href='http://jreflores.net/2010/web/wordpress-and-seo-exploring-the-title-element/' rel='bookmark' title='Permanent Link: WordPress and SEO: Exploring the TITLE element'>WordPress and SEO: Exploring the TITLE element</a></li>
<li><a href='http://jreflores.net/2010/web/wordpress-and-seo-domain-and-permalinks/' rel='bookmark' title='Permanent Link: WordPress and SEO: Domain and Permalinks'>WordPress and SEO: Domain and Permalinks</a></li>
<li><a href='http://jreflores.net/2010/updates/its-been-a-while/' rel='bookmark' title='Permanent Link: It’s been a while…'>It’s been a while…</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jreflores.net/2010/web/trying-out-posterous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Buzz</title>
		<link>http://jreflores.net/2010/web/google-buzz/</link>
		<comments>http://jreflores.net/2010/web/google-buzz/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 11:05:44 +0000</pubDate>
		<dc:creator>jesh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Buzz]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Picasa]]></category>
		<category><![CDATA[Social Network]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://jreflores.net/?p=341</guid>
		<description><![CDATA[I found this new amazing feature from Google when I opened to checked my mail this morning. It’s the new Google Buzz. Buzz is a new add-on that Google added over their Google Mail (GMail). It works similarly with that of Twitter and Facebook’s News Feed wall. If you’re familiar with these two social network [...]


Related posts:<ol><li><a href='http://jreflores.net/2008/web/web-browsing/blogspot-to-drupal/' rel='bookmark' title='Permanent Link: Blogspot to Drupal'>Blogspot to Drupal</a></li>
<li><a href='http://jreflores.net/2010/web/seo-validating-your-website-and-xhtml/' rel='bookmark' title='Permanent Link: SEO – XHTML Validation'>SEO – XHTML Validation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://google.com/buzz" target="_blank"><img class="aligncenter size-full wp-image-342" title="Google Buzz" src="http://jreflores.net/wp-content/uploads/2010/04/buzz.jpg" alt="" width="450" height="150" /></a></p>
<p>I found this new amazing feature from Google when I opened to checked my mail this morning. It’s the new <a href="http://google.com/buzz" target="_blank">Google Buzz</a>. Buzz is a new add-on that Google added over their Google Mail (<a href="http://gmail.com" target="_blank">GMail</a>). It works similarly with that of <a href="http://twitter.com" target="_blank">Twitter </a>and <a href="http://facebook.com" target="_blank">Facebook’s</a> News Feed wall. If you’re familiar with these two social network services, I’m sure you will not get lost when trying out this new Google feature. It includes the following cool features:</p>
<ul>
<li> Micro-blog buzz messaging. Publish buzzes privately or publicly</li>
<li>Connect to other sites such as Flickr, Picasa, and Twitter</li>
<li>Google mail box integration</li>
<li>Comment, Like, and Share your buzz posts or posts of those you follow</li>
<li>Muting of posts when you don’t feel you don’t care on a post’s updates</li>
</ul>
<p>To get to this feature, you will simply need a Google Mail. You can  create one through <a href="http://mail.google.com/mail/signup" target="_blank">GMail’s registration page</a>. After logging in to your  new account, or your old account if you have one, Buzz will be  accessible on your account page’s left panel.  Happy Buzzing! :)</p>


<p>Related posts:<ol><li><a href='http://jreflores.net/2008/web/web-browsing/blogspot-to-drupal/' rel='bookmark' title='Permanent Link: Blogspot to Drupal'>Blogspot to Drupal</a></li>
<li><a href='http://jreflores.net/2010/web/seo-validating-your-website-and-xhtml/' rel='bookmark' title='Permanent Link: SEO – XHTML Validation'>SEO – XHTML Validation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jreflores.net/2010/web/google-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 Released! Yipee!</title>
		<link>http://jreflores.net/2009/web/web-browsing/firefox-35-released-yipee/</link>
		<comments>http://jreflores.net/2009/web/web-browsing/firefox-35-released-yipee/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 18:06:53 +0000</pubDate>
		<dc:creator>jesh</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://jreflores.net/?p=200</guid>
		<description><![CDATA[To all Firefox fanatics out there, Firefox version 3.5 has been released today. It entails new features and improved performance without giving you problems in you daily surfing activities. Get it while it&#8217;s hot. Update your browser and enjoy the best surfing experience ever! Source from InsideTech. Download FF3.5 @ this link. Related posts:Speed up [...]


Related posts:<ol><li><a href='http://jreflores.net/2008/web/web-browsing/speed-up-firefox-browsing-speed/' rel='bookmark' title='Permanent Link: Speed up Firefox browsing speed'>Speed up Firefox browsing speed</a></li>
<li><a href='http://jreflores.net/2008/guides/thought-you-can-no-longger-download-from-multiply-think-again/' rel='bookmark' title='Permanent Link: Thought you can no longger download from Multiply? Think again.'>Thought you can no longger download from Multiply? Think again.</a></li>
<li><a href='http://jreflores.net/2010/it/visual-studio-2010-released/' rel='bookmark' title='Permanent Link: Visual Studio 2010, Released!'>Visual Studio 2010, Released!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-201 alignleft" title="Super Firefox" src="http://jreflores.net/wp-content/uploads/2009/07/superfirefox_35_crop380w-300x197.jpg" alt="Super Firefox" width="300" height="197" />To all Firefox fanatics out there, <a href="http://www.mozilla.com/en-US/firefox/upgrade.html">Firefox version 3.5</a> has been released today. It entails <a href="http://www.mozilla.com/en-US/firefox/features/">new features</a> and improved performance without giving you problems in you daily surfing activities. Get it while it&#8217;s hot. Update your browser and enjoy the best surfing experience ever!</p>
<p>Source from <a href="http://www.insidetech.com/news/articles/5157-firefox-35-arrives-today-get-it-while-its-hot?page=1&amp;utm_content=it_l1_20090630_FF35&amp;utm_source=nlet">InsideTech</a>. Download FF3.5 @ <a href="http://www.mozilla.com/en-US/firefox/upgrade.html">this link</a>.</p>


<p>Related posts:<ol><li><a href='http://jreflores.net/2008/web/web-browsing/speed-up-firefox-browsing-speed/' rel='bookmark' title='Permanent Link: Speed up Firefox browsing speed'>Speed up Firefox browsing speed</a></li>
<li><a href='http://jreflores.net/2008/guides/thought-you-can-no-longger-download-from-multiply-think-again/' rel='bookmark' title='Permanent Link: Thought you can no longger download from Multiply? Think again.'>Thought you can no longger download from Multiply? Think again.</a></li>
<li><a href='http://jreflores.net/2010/it/visual-studio-2010-released/' rel='bookmark' title='Permanent Link: Visual Studio 2010, Released!'>Visual Studio 2010, Released!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jreflores.net/2009/web/web-browsing/firefox-35-released-yipee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Drupal Modules</title>
		<link>http://jreflores.net/2009/guides/top-10-drupal-modules/</link>
		<comments>http://jreflores.net/2009/guides/top-10-drupal-modules/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 00:47:55 +0000</pubDate>
		<dc:creator>jesh</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tops]]></category>

		<guid isPermaLink="false">http://jreflores.wordpress.com/?p=129</guid>
		<description><![CDATA[It has been a year ago since I started developing websites utilizing the Drupal Content Management System. For a brief introduction, Drupal, as we all know, is one of the widely used Content Management Systems. You can try Joomla, PhpNuke, Mambo, and all those other flavors of CMS, but it is Drupal that I frequently [...]


Related posts:<ol><li><a href='http://jreflores.net/2008/web/web-browsing/blogspot-to-drupal/' rel='bookmark' title='Permanent Link: Blogspot to Drupal'>Blogspot to Drupal</a></li>
<li><a href='http://jreflores.net/2008/uncategorized/jrefloresdotnet/' rel='bookmark' title='Permanent Link: JREFloresDOTnet'>JREFloresDOTnet</a></li>
<li><a href='http://jreflores.net/2008/uncategorized/more-online-casino-gaming/' rel='bookmark' title='Permanent Link: More Online Casino Gaming'>More Online Casino Gaming</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It has been a year ago since I started developing websites utilizing the <a href="http://www.drupal.org">Drupal</a> Content Management System. For a brief introduction, <a href="http://www.drupal.org">Drupal</a>, as we all know, is one of the widely used Content Management Systems. You can try <a href="http://www.joomla.org/">Joomla</a>, <a href="http://www.phpnuke.org/">PhpNuke</a>, <a href="http://mambo-foundation.org/">Mambo</a>, and all those other flavors of CMS, but it is <a href="http://www.drupal.org">Drupal</a> that I frequently use. Website creation and development in <a href="http://www.drupal.org">Drupal</a> revolves around its modules. What you want your website to display is basically through the <a href="http://drupal.org/project">Drupal Modules</a>. Some might be provided by default, and some are in Drupal&#8217;s website for you to download and install. As a freelance developer, I have used numerous modules of Drupal and here are some of the few modules that I recommend to have a tick on your module list checkboxes.</p>
<ol>
<li><a href="http://drupal.org/project/cck">CCK </a>(Content Construction Kit) &#8211; You can&#8217;t have your website if you don&#8217;t have content fields. Put some custom Content fields to make your Contents more detailed.</li>
<li><a href="http://drupal.org/project/panels">Panels</a> &#8211; Customize and personalize your pages&#8217; layout for a better look on your website.</li>
<li><a href="http://drupal.org/project/views">Views</a> and <a href="http://drupal.org/project/views_bonus">Views Bonus Pack</a> &#8211; If you have listing pages, this module is useful to add a more customized list. Includes table, grid and node listing features.</li>
<li><a href="http://drupal.org/project/imageapi">Image API</a> &#8211; For high-end processing schemes of images and photos that your website supports.</li>
<li>Blog and Blog API &#8211; For basic portfolio websites with avid blogger authors, you might include this in your list. This is one of the stock modules of Drupal</li>
<li>Forums &#8211; For community websites, a community discussion board might be useful. This is also a stock module of Drupal</li>
<li><a href="http://drupal.org/project/privatemsg">PrivateMsg</a> &#8211; Another module that allows sending messages between users for community websites.</li>
<li><a href="http://drupal.org/project/buddylist">Buddylist</a> and <a href="http://drupal.org/project/invite">Invite</a> &#8211; If you are creating a social networking website, this modules are where to start best.</li>
<li><a href="http://drupal.org/project/voting">Voting</a> and <a href="http://drupal.org/project/votingapi">Voting API</a> &#8211; These modules provide voting and rating functionalities for your post nodes and contents.</li>
<li><a href="http://drupal.org/project/workflow_ng">Workflow-ng</a> &#8211; Works like database triggers. Allows more functions to be attached together with other functions for a more flexible site.</li>
</ol>
<p>You can download these modules thru <a href="http://drupal.org/project/Modules/">Drupal&#8217;s official Module Download section</a> or at <a href="http://drupalmodules.com">drupalmodules.com</a>.</p>


<p>Related posts:<ol><li><a href='http://jreflores.net/2008/web/web-browsing/blogspot-to-drupal/' rel='bookmark' title='Permanent Link: Blogspot to Drupal'>Blogspot to Drupal</a></li>
<li><a href='http://jreflores.net/2008/uncategorized/jrefloresdotnet/' rel='bookmark' title='Permanent Link: JREFloresDOTnet'>JREFloresDOTnet</a></li>
<li><a href='http://jreflores.net/2008/uncategorized/more-online-casino-gaming/' rel='bookmark' title='Permanent Link: More Online Casino Gaming'>More Online Casino Gaming</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jreflores.net/2009/guides/top-10-drupal-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogspot to Drupal</title>
		<link>http://jreflores.net/2008/web/web-browsing/blogspot-to-drupal/</link>
		<comments>http://jreflores.net/2008/web/web-browsing/blogspot-to-drupal/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 05:24:44 +0000</pubDate>
		<dc:creator>jesh</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://jreflores.wordpress.com/?p=83</guid>
		<description><![CDATA[It was just a few months ago that I have decided to develop my own website. I decided to use Drupal for this to be able to exhaust Drupal&#8217;s full capability as a Content Management System. Since I already of an existing Domain Name and blog account in Blogspot (or Blogger), I wanted to migrate [...]


Related posts:<ol><li><a href='http://jreflores.net/2009/guides/top-10-drupal-modules/' rel='bookmark' title='Permanent Link: Top 10 Drupal Modules'>Top 10 Drupal Modules</a></li>
<li><a href='http://jreflores.net/2008/guides/thought-you-can-no-longger-download-from-multiply-think-again/' rel='bookmark' title='Permanent Link: Thought you can no longger download from Multiply? Think again.'>Thought you can no longger download from Multiply? Think again.</a></li>
<li><a href='http://jreflores.net/2009/uncategorized/reality-bytes-moved-to-wordpress/' rel='bookmark' title='Permanent Link: Reality Bytes moved to WordPress'>Reality Bytes moved to WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It was just a few months ago that I have decided to develop my own website. I decided to use <a href="http://www.drupal.org">Drupal </a>for this to be able to exhaust Drupal&#8217;s full capability as a Content Management System. Since I already of an existing <a href="http://jreflores.net">Domain Name</a> and blog account in <a href="http://jreflores.blogspot.com">Blogspot </a>(or Blogger), I wanted to migrate my blog entries from Blogspot to Drupal. So far, I haven&#8217;t found a direct and straightforward solution to this but I have discovered another way. This involves only a few clicks and soon enough you&#8217;ll just realize, the migration is complete. Also note that this is only applicable to Drupal version 5.x. Here are the things/installations that you will be needing:</p>
<ol>
<li>A Blogger/Blogspot blog site (of course, where will get your data if you have none)</li>
<li>Drupal site (a local site will do)</li>
<li><a href="http://wordpress.com">WordPress </a>blog account (this will be our bridge)</li>
<li>Some Drupal modules. All available at the Drupal Modules download section.</li>
</ol>
<p>And here are the steps:</p>
<ol>
<li>Prepare and setup your Drupal locally.</li>
<li>If you have an existing WordPress account (the free account will do), this has an import feature that allows you to migrate your Blogspot blog entries to WordPress.</li>
<li>After importing has completed and now that your Blogspot blogs are in your WordPress, you can proceed by exporting your WordPress blog entries (that was previously blogspot entires). Again, WordPress has another Export feature included for you to be able to do this. WordPress allows you to export your entries to an XML file.</li>
<li>Next, you need to download and install into your prepared Drupal site the WordPress Import Module. Go to your Drupal Adminstration section and select on the <a href="http://ftp.drupal.org/files/projects/wordpress_import-5.x-1.0.tar.gz">WordPress Import</a>, select the exported XML file and proceed with the import. Click on your drupal blog section and there you have your Blogspot imported to Drupal.</li>
</ol>
<p>I hope this tutorial is useful for you. This solution worked for me and I hope it would work for you too.</p>


<p>Related posts:<ol><li><a href='http://jreflores.net/2009/guides/top-10-drupal-modules/' rel='bookmark' title='Permanent Link: Top 10 Drupal Modules'>Top 10 Drupal Modules</a></li>
<li><a href='http://jreflores.net/2008/guides/thought-you-can-no-longger-download-from-multiply-think-again/' rel='bookmark' title='Permanent Link: Thought you can no longger download from Multiply? Think again.'>Thought you can no longger download from Multiply? Think again.</a></li>
<li><a href='http://jreflores.net/2009/uncategorized/reality-bytes-moved-to-wordpress/' rel='bookmark' title='Permanent Link: Reality Bytes moved to WordPress'>Reality Bytes moved to WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jreflores.net/2008/web/web-browsing/blogspot-to-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Homer Simpson in CSS</title>
		<link>http://jreflores.net/2008/web/homer-simpson-in-css/</link>
		<comments>http://jreflores.net/2008/web/homer-simpson-in-css/#comments</comments>
		<pubDate>Tue, 27 May 2008 04:48:00 +0000</pubDate>
		<dc:creator>jesh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[homer simpson]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://jreflores.wordpress.com/2008/05/27/homer-simpson-in-css/</guid>
		<description><![CDATA[o o o o ( O O O \ L ( O O O O O \ L ( O &#124; &#124; \ \ &#124; &#124; \ \ \ \ ( ( 8 o o o ( ( 8 o o o o ) ) b o O o o o o o o ) [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div style="width:100%;height:466px;">
<div style="border:2px solid rgb(0,0,0);float:left;line-height:normal;background-color:rgb(255,255,255);">
<div style="overflow:hidden;width:6.23em;height:7.7em;font-family:Verdana;font-size:60px;">
<div style="margin-top:-.7em;">
<div class="it" id="x0" style="position:absolute;padding-left:1.56em;padding-top:.37em;">
<div style="font-size:2.57em;font-weight:bold;color:rgb(0,0,0);">o</div>
</div>
<div class="it" id="x1" style="position:absolute;padding-left:1.62em;padding-top:.53em;">
<div style="font-size:2.38em;font-weight:bold;color:rgb(255,255,255);">o</div>
</div>
<div class="it" id="x2" style="position:absolute;padding-left:1.2em;padding-top:.67em;">
<div style="font-size:2.48em;color:rgb(0,0,0);">o</div>
</div>
<div class="it" id="x3" style="position:absolute;padding-left:1.29em;padding-top:.85em;">
<div style="font-size:2.23em;color:rgb(255,255,255);">o</div>
</div>
<div class="it" id="x4" style="position:absolute;padding-left:1.57em;padding-top:2.03em;">
<div style="width:.32em;height:.52em;background-color:rgb(255,255,255);"></div>
</div>
<div class="it" id="x5" style="position:absolute;padding-left:1.52em;padding-top:1.56em;">
<div style="font-size:.8em;font-style:italic;color:rgb(0,0,0);">(</div>
</div>
<div style="color:rgb(0,0,0);">
<div class="it" id="x6" style="position:absolute;padding-left:1.07em;padding-top:.62em;">
<div style="font-size:4.57em;">O</div>
</div>
<div class="it" id="x7" style="position:absolute;padding-left:1.05em;padding-top:1.15em;">
<div style="font-size:3.53em;">O</div>
</div>
<div class="it" id="x8" style="position:absolute;padding-left:1.12em;padding-top:.74em;">
<div style="font-size:4.63em;">O</div>
</div>
<div class="it" id="x9" style="position:absolute;padding-left:1.08em;padding-top:3.64em;">
<div style="font-size:1.77em;font-weight:bold;font-style:italic;">\</div>
</div>
<div class="it" id="x10" style="position:absolute;padding-left:1.17em;padding-top:4.8em;">
<div style="font-size:3.29em;font-weight:bold;font-style:italic;">L</div>
</div>
<div class="it" id="x11" style="position:absolute;padding-left:3.14em;padding-top:5.21em;">
<div style="overflow:hidden;font-size:3.01em;font-weight:bold;font-style:italic;height:.96em;">(</div>
</div>
<div class="it" id="x12" style="position:absolute;padding-left:4.13em;padding-top:3.23em;">
<div style="font-size:.7em;font-weight:bold;">O</div>
</div>
<div class="it" id="x13" style="position:absolute;padding-left:1.37em;padding-top:5.08em;">
<div style="font-size:.97em;font-weight:bold;">O</div>
</div>
</div>
<div style="color:rgb(254,217,14);">
<div class="it" id="x14" style="position:absolute;padding-left:1.15em;padding-top:.76em;">
<div style="font-size:4.37em;">O</div>
</div>
<div class="it" id="x15" style="position:absolute;padding-left:1.14em;padding-top:1.26em;">
<div style="font-size:3.37em;">O</div>
</div>
<div class="it" id="x16" style="position:absolute;padding-left:1.2em;padding-top:.87em;">
<div style="font-size:4.42em;">O</div>
</div>
<div class="it" id="x17" style="position:absolute;padding-left:1.15em;padding-top:3.61em;">
<div style="font-size:1.7em;font-weight:bold;font-style:italic;">\</div>
</div>
<div class="it" id="x18" style="position:absolute;padding-left:1.24em;padding-top:4.93em;">
<div style="font-size:3.18em;font-weight:bold;font-style:italic;">L</div>
</div>
<div class="it" id="x19" style="position:absolute;padding-left:3.03em;padding-top:5.05em;">
<div style="overflow:hidden;font-size:3.2em;font-weight:bold;font-style:italic;height:.96em;">(</div>
</div>
<div class="it" id="x20" style="position:absolute;padding-left:4.18em;padding-top:3.34em;">
<div style="font-size:.55em;font-weight:bold;">O</div>
</div>
</div>
<div class="it" id="x21" style="position:absolute;padding-left:1.84em;padding-top:2.37em;">
<div style="width:1.92em;height:5.76em;background-color:rgb(254,217,14);"></div>
</div>
<div class="it" id="x22" style="position:absolute;padding-left:3.7em;padding-top:2.73em;">
<div style="width:.3em;height:1.56em;background-color:rgb(254,217,14);"></div>
</div>
<div class="it" id="x23" style="position:absolute;padding-left:4.36em;padding-top:3.51em;">
<div style="width:.16em;height:.34em;background-color:rgb(254,217,14);"></div>
</div>
<div class="it" id="x24" style="position:absolute;padding-left:1.62em;padding-top:5.47em;">
<div style="font-size:10px;">
<div style="width:2.6em;height:3em;background-color:rgb(254,217,14);"></div>
</div>
</div>
<div style="color:rgb(0,0,0);">
<div class="it" id="x25" style="position:absolute;padding-left:1.23em;padding-top:4.57em;">
<div style="font-size:.67em;">|</div>
</div>
<div class="it" id="x26" style="position:absolute;padding-left:1.23em;padding-top:4.37em;">
<div style="font-size:.67em;">|</div>
</div>
<div class="it" id="x27" style="position:absolute;padding-left:1.34em;padding-top:4.37em;">
<div style="font-size:.67em;">\</div>
</div>
<div class="it" id="x28" style="position:absolute;padding-left:1.4em;padding-top:4.53em;">
<div style="font-size:.67em;">\</div>
</div>
<div class="it" id="x29" style="position:absolute;padding-left:1.55em;padding-top:4.49em;">
<div style="font-size:.67em;">|</div>
</div>
<div class="it" id="x30" style="position:absolute;padding-left:1.55em;padding-top:4.19em;">
<div style="font-size:.67em;">|</div>
</div>
<div class="it" id="x31" style="position:absolute;padding-left:1.66em;padding-top:4.19em;">
<div style="font-size:.67em;">\</div>
</div>
<div class="it" id="x32" style="position:absolute;padding-left:1.76em;padding-top:4.45em;">
<div style="font-size:.67em;">\</div>
</div>
<div class="it" id="x33" style="position:absolute;padding-left:1.27em;padding-top:2.54em;">
<div style="font-size:.42em;font-weight:bold;font-style:italic;">\</div>
</div>
<div class="it" id="x34" style="position:absolute;padding-left:1.51em;padding-top:2.18em;">
<div style="font-size:.42em;font-weight:bold;font-style:italic;">\</div>
</div>
<div class="it" id="x35" style="position:absolute;padding-left:2.31em;padding-top:5.32em;">
<div style="font-size:1.47em;font-weight:bold;font-style:italic;">(</div>
</div>
<div class="it" id="x36" style="position:absolute;padding-left:2.29em;padding-top:5.69em;">
<div style="font-size:1.11em;font-weight:bold;">(</div>
</div>
<div class="it" id="x37" style="position:absolute;padding-left:2.92em;padding-top:4.72em;">
<div style="font-size:2.4em;font-weight:bold;">8</div>
</div>
<div class="it" id="x38" style="position:absolute;padding-left:2.43em;padding-top:3.96em;">
<div style="font-size:3.13em;font-weight:bold;font-style:italic;">o</div>
</div>
<div class="it" id="x39" style="position:absolute;padding-left:2.31em;padding-top:4.05em;">
<div style="font-size:3.13em;font-weight:bold;font-style:italic;">o</div>
</div>
<div class="it" id="x40" style="position:absolute;padding-left:2.33em;padding-top:4.37em;">
<div style="font-size:3.06em;font-weight:bold;">o</div>
</div>
</div>
<div style="color:rgb(205,178,111);">
<div class="it" id="x41" style="position:absolute;padding-left:2.39em;padding-top:5.36em;">
<div style="font-size:1.38em;font-weight:bold;font-style:italic;">(</div>
</div>
<div class="it" id="x42" style="position:absolute;padding-left:2.37em;padding-top:5.75em;">
<div style="font-size:1.04em;font-weight:bold;">(</div>
</div>
<div class="it" id="x43" style="position:absolute;padding-left:2.95em;padding-top:4.82em;">
<div style="font-size:2.25em;font-weight:bold;">8</div>
</div>
<div class="it" id="x44" style="position:absolute;padding-left:2.49em;padding-top:4.15em;">
<div style="font-size:2.93em;font-weight:bold;font-style:italic;">o</div>
</div>
<div class="it" id="x45" style="position:absolute;padding-left:2.39em;padding-top:4.22em;">
<div style="font-size:2.93em;font-weight:bold;font-style:italic;">o</div>
</div>
<div class="it" id="x46" style="position:absolute;padding-left:2.4em;padding-top:4.5em;">
<div style="font-size:2.87em;font-weight:bold;">o</div>
</div>
</div>
<div class="it" id="x47" style="position:absolute;padding-left:2.98em;padding-top:6.09em;">
<div style="width:.76em;height:1em;background-color:rgb(205,178,111);"></div>
</div>
<div style="color:rgb(0,0,0);">
<div class="it" id="x48" style="position:absolute;padding-left:3.69em;padding-top:4.28em;">
<div style="font-size:2.2em;">o</div>
</div>
<div class="it<br />
" id="x49" style="position:absolute;padding-left:4.62em;padding-top:5.42em;">
<div style="font-size:1.01em;">)</div>
</div>
<div class="it" id="x50" style="position:absolute;padding-left:4.78em;padding-top:5.72em;">
<div style="font-size:.72em;">)</div>
</div>
<div class="it" id="x51" style="position:absolute;padding-left:4.53em;padding-top:5.65em;">
<div style="font-size:.94em;">b</div>
</div>
<div class="it" id="x52" style="position:absolute;padding-left:4em;padding-top:5.09em;">
<div style="font-size:1.59em;font-weight:bold;">o</div>
</div>
<div class="it" id="x53" style="position:absolute;padding-left:3.33em;padding-top:4.79em;">
<div style="font-size:1.95em;font-weight:bold;">O</div>
</div>
<div class="it" id="x54" style="position:absolute;padding-left:3.15em;padding-top:4.3em;">
<div style="font-size:2.42em;font-weight:bold;">o</div>
</div>
<div class="it" id="x55" style="position:absolute;padding-left:3.01em;padding-top:4.46em;">
<div style="font-size:2.23em;font-weight:bold;">o</div>
</div>
<div class="it" id="x56" style="position:absolute;padding-left:2.88em;padding-top:4.43em;">
<div style="font-size:2.23em;font-weight:bold;">o</div>
</div>
<div class="it" id="x57" style="position:absolute;padding-left:2.81em;padding-top:4.71em;">
<div style="font-size:1.9em;font-weight:bold;">o</div>
</div>
<div class="it" id="x58" style="position:absolute;padding-left:3.69em;padding-top:4.74em;">
<div style="font-size:1.97em;font-weight:bold;">o</div>
</div>
</div>
<div style="color:rgb(205,178,111);">
<div class="it" id="x59" style="position:absolute;padding-left:3.7em;padding-top:4.4em;">
<div style="font-size:2.06em;">o</div>
</div>
<div class="it" id="x60" style="position:absolute;padding-left:4.57em;padding-top:5.44em;">
<div style="font-size:.95em;">)</div>
</div>
<div class="it" id="x61" style="position:absolute;padding-left:4.49em;padding-top:5.66em;">
<div style="font-size:.88em;">b</div>
</div>
<div class="it" id="x62" style="position:absolute;padding-left:4.01em;padding-top:5.14em;">
<div style="font-size:1.48em;font-weight:bold;">o</div>
</div>
<div class="it" id="x63" style="position:absolute;padding-left:3.37em;padding-top:4.84em;">
<div style="font-size:1.83em;font-weight:bold;">O</div>
</div>
<div class="it" id="x64" style="position:absolute;padding-left:3.21em;padding-top:4.38em;">
<div style="font-size:2.27em;font-weight:bold;">o</div>
</div>
<div class="it" id="x65" style="position:absolute;padding-left:3.07em;padding-top:4.54em;">
<div style="font-size:2.09em;font-weight:bold;">o</div>
</div>
<div class="it" id="x66" style="position:absolute;padding-left:2.95em;padding-top:4.53em;">
<div style="font-size:2.08em;font-weight:bold;">o</div>
</div>
<div class="it" id="x67" style="position:absolute;padding-left:2.88em;padding-top:4.78em;">
<div style="font-size:1.78em;font-weight:bold;">o</div>
</div>
<div class="it" id="x68" style="position:absolute;padding-left:3.71em;padding-top:4.79em;">
<div style="font-size:1.85em;font-weight:bold;">o</div>
</div>
<div class="it" id="x69" style="position:absolute;padding-left:2.87em;padding-top:4.59em;">
<div style="font-size:1.93em;font-weight:bold;">o</div>
</div>
<div class="it" id="x70" style="position:absolute;padding-left:3.09em;padding-top:4.55em;">
<div style="font-size:1.93em;font-weight:bold;">o</div>
</div>
<div class="it" id="x71" style="position:absolute;padding-left:2.73em;padding-top:5.03em;">
<div style="font-size:1.44em;font-weight:bold;">o</div>
</div>
<div class="it" id="x72" style="position:absolute;padding-left:2.59em;padding-top:5.77em;">
<div style="font-size:.82em;font-weight:bold;">o</div>
</div>
<div class="it" id="x73" style="position:absolute;padding-left:3.04em;padding-top:6.4em;">
<div style="font-size:.16em;font-weight:bold;font-style:italic;color:rgb(0,0,0);">/</div>
</div>
<div class="it" id="x74" style="position:absolute;padding-left:3.03em;padding-top:6.4em;">
<div style="font-size:.16em;font-weight:bold;font-style:italic;color:rgb(0,0,0);">/</div>
</div>
<div class="it" id="x75" style="position:absolute;padding-left:3.02em;padding-top:6.4em;">
<div style="font-size:.16em;font-weight:bold;font-style:italic;color:rgb(0,0,0);">/</div>
</div>
</div>
<div class="it" id="x76" style="position:absolute;padding-left:3.24em;padding-top:2.49em;">
<div style="font-size:2.76em;font-weight:bold;color:rgb(0,0,0);">•</div>
</div>
<div class="it" id="x77" style="position:absolute;padding-left:3.34em;padding-top:2.68em;">
<div style="font-size:2.49em;font-weight:bold;color:rgb(255,255,255);">•</div>
</div>
<div class="it" id="x78" style="position:absolute;padding-left:4.2em;padding-top:4.26em;">
<div style="font-size:.28em;font-weight:bold;color:rgb(0,0,0);">•</div>
</div>
<div class="it" id="x79" style="position:absolute;padding-left:3.9em;padding-top:4.05em;">
<div style="font-size:1.47em;font-weight:bold;color:rgb(0,0,0);">•</div>
</div>
<div class="it" id="x80" style="position:absolute;padding-left:3.99em;padding-top:4.23em;">
<div style="font-size:1.2em;font-weight:bold;color:rgb(254,217,14);">•</div>
</div>
<div class="it" id="x81" style="position:absolute;padding-left:3.66em;padding-top:4.7em;">
<div style="font-size:10px;">
<div style="width:4.6em;height:3.88em;background-color:rgb(254,217,14);"></div>
</div>
</div>
<div class="it" id="x82" style="position:absolute;padding-left:3.68em;padding-top:3.36em;">
<div style="font-size:1.2em;color:rgb(0,0,0);">_</div>
</div>
<div class="it" id="x83" style="position:absolute;padding-left:3.68em;padding-top:4.03em;">
<div style="font-size:1.2em;color:rgb(0,0,0);">_</div>
</div>
<div class="it" id="x84" style="position:absolute;padding-left:3.64em;padding-top:4.03em;">
<div style="font-size:1.2em;color:rgb(0,0,0);">_</div>
</div>
<div class="it" id="x85" style="position:absolute;padding-left:1.96em;padding-top:2.33em;">
<div style="font-size:3.04em;font-weight:bold;color:rgb(0,0,0);">•</div>
</div>
<div class="it" id="x86" style="position:absolute;padding-left:2.06em;padding-top:2.5em;">
<div style="font-size:2.77em;font-weight:bold;color:rgb(255,255,255);">•</div>
</div>
<div class="it" id="x87" style="position:absolute;padding-left:2.67em;padding-top:4.23em;">
<div style="font-size:.28em;font-weight:bold;color:rgb(0,0,0);">•</div>
</div>
<div class="it" id="x88" style="position:absolute;padding-left:1.46em;padding-top:5.18em;">
<div style="font-size:.66em;color:rgb(0,0,0);">C</div>
</div>
<div class="it" id="x89" style="position:absolute;padding-left:1.47em;padding-top:5.4em;">
<div style="font-size:.66em;color:rgb(0,0,0);">C</div>
</div>
<div class="it" id="x90" style="position:absolute;padding-left:1.62em;padding-top:5.53em;">
<div style="font-size:10px;">
<div style="width:2.2em;height:2.2em;background-color:rgb(254,217,14);"></div>
</div>
</div>
<div class="it" id="x91" style="position:absolute;padding-left:1.45em;padding-top:5.19em;">
<div style="font-size:.8em;font-weight:bold;color:rgb(254,217,14);">O</div>
</div>
<div class="it" id="x92" style="position:absolute;padding-left:1.58em;padding-top:5.47em;">
<div style="font-size:.25em;font-weight:bold;font-style:italic;color:rgb(0,0,0);">(</div>
</div>
<div class="it" id="x93" style="position:absolute;padding-left:1.62em;padding-top:5.46em;">
<div style="font-size:.25em;font-weight:bold;font-style:italic;color:rgb(0,0,0);">-</div>
</div>
</div>
</div>
</div>
</div>
<p style="text-align:left;">
<p style="text-align:left;">
<p>My officemate showed me this picture of Homer Simpson. What you see above might be just a typical photograph of Homer. But as soon as you will see the disection of this image, you might be impressed of how the artist (<a href="http://www.romancortes.com/">Román Cortés</a>) of this &#8220;image&#8221; made and composed this. This image was created in full CSS! For those HTML/Web newbies, CSS is used to make your webpage appear better and impressive. The power of Cascading Style Sheets enables you to arrange and customize the layout in a very flexible way. And like what this guy here (<a href="http://www.romancortes.com/">Román Cortés</a>) did, he placed the powers of CSS to its limits. By looking at this closely, it uses letters, symbols and numbers to be able to form one masterpiece; Homer Simpson. Like what a reader has stated:</p>
<blockquote><p>    o + o + o + o + ( + O<br />
+ O + O + \ + L + ( + O + O + O + O + O + \ + L + ( + O + | + | + \ + \ + | + | + \ + \ + \ + \ + ( + ( + 8 + o + o + o + ( + ( + 8 + o + o + o + o + ) + ) + b + o + O + o + o + o + o + o + o + ) + b + o + O + o + o + o + o + o + o + o + o + o + / + /+ / + • + • + • + • + • + _ + _ + _ + • + • + • + C + C + O + ( &#8211; + CSS = <span style="font-weight:bold;">HOMER !!</span>  </p></blockquote>
<p>Note: This might only give desireable results on the following web browsers:
<ul>
<li>Internet Explorer 5.5, 6 y 7</li>
<li>Opera 9</li>
<li>Firefox 2</li>
<li>Safari 3</li>
</ul>
<p><a href="http://www.romancortes.com/">Román Cortés</a> also made a CSS version of <a href="http://www.romancortes.com/blog/bush-css/">George Bush.</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jreflores.net/2008/web/homer-simpson-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
