<?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>cathylopez.com &#187; Web Development</title>
	<atom:link href="http://cathylopez.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://cathylopez.com</link>
	<description>sharing some random thoughts</description>
	<lastBuildDate>Fri, 07 May 2010 01:36:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to access element values inside an iframe using Javascript?</title>
		<link>http://cathylopez.com/2009/08/02/how-to-access-element-values-inside-an-iframe-using-javascript/</link>
		<comments>http://cathylopez.com/2009/08/02/how-to-access-element-values-inside-an-iframe-using-javascript/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 16:23:32 +0000</pubDate>
		<dc:creator>cathy</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[html elements]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://cathylopez.com/?p=113</guid>
		<description><![CDATA[Here&#8217;s another helpful post for beginners in how to access element values inside an iframe.

var txt = window.frames&#91;&#34;iframeName&#34;&#93;.document.forms&#91;&#34;formName&#34;&#93;.elements&#91;&#34;elementName&#34;&#93;.value;

Tip:  To avoid confusion, your page elements should have the same Id and Name.
I hope this helps!
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another helpful post for beginners in how to access element values inside an iframe.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> txt <span style="color: #339933;">=</span> window.<span style="color: #660066;">frames</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">&quot;iframeName&quot;</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">document</span>.<span style="color: #660066;">forms</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">&quot;formName&quot;</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">elements</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">&quot;elementName&quot;</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">value</span><span style="color: #339933;">;</span></pre></div></div>

<p>Tip:  To avoid confusion, your page elements should have the same Id and Name.</p>
<p>I hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://cathylopez.com/2009/08/02/how-to-access-element-values-inside-an-iframe-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress and PHPlist</title>
		<link>http://cathylopez.com/2009/02/24/wordpress-and-phplist/</link>
		<comments>http://cathylopez.com/2009/02/24/wordpress-and-phplist/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 17:19:06 +0000</pubDate>
		<dc:creator>cathy</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[magic_quotes_gpc]]></category>
		<category><![CDATA[phplist]]></category>
		<category><![CDATA[php_flag]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cathylopez.com/?p=43</guid>
		<description><![CDATA[I was losing my mind earlier looking for the solution to my problem. I installed PHPList to my client&#8217;s web host (root directory). The installation started very easy but when I tried to access the admin page for the final configuration I was getting a bunch of page not found from IE and firefox.
As usual, [...]]]></description>
			<content:encoded><![CDATA[<p>I was losing my mind earlier looking for the solution to my problem. I installed PHPList to my client&#8217;s web host (root directory). The installation started very easy but when I tried to access the admin page for the final configuration I was getting a bunch of <strong>page not found</strong> from IE and firefox.</p>
<p>As usual, I went to Google and looked at each significant search results. An hour passed and another hour passed, I can&#8217;t make it work using those solutions posted in Wordpress forums as well as in other techie blogs.  I almost lost my hope to make it work  until I came across this blog <a href="http://zebrahost.net/zblog/?cat=11" target="_blank">http://zebrahost.net/zblog/?cat=11</a>.  Yes! It did the trick! I first thought it&#8217;s in WordPress .htaccess overriding PHPList .htaccess. Wheeew!</p>
<blockquote><p><em>The fix requires commenting out line 12 in the htaccess file which is located in the root directory of the PHP List script. All that was needed was to add a <strong>#</strong> before the line reading php_flag magic_quotes_gpc on</em></p></blockquote>
<p>Darn that #! It took me 2 hours to solve it. I hope this post will help others having this problem too.</p>
]]></content:encoded>
			<wfw:commentRss>http://cathylopez.com/2009/02/24/wordpress-and-phplist/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to become a web developer or web designer?</title>
		<link>http://cathylopez.com/2008/05/23/how-to-become-a-web-developer-or-web-designer/</link>
		<comments>http://cathylopez.com/2008/05/23/how-to-become-a-web-developer-or-web-designer/#comments</comments>
		<pubDate>Fri, 23 May 2008 09:16:50 +0000</pubDate>
		<dc:creator>cathy</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cathylopez.com/?p=7</guid>
		<description><![CDATA[I’ve been seeing a lot of this question over the online forums. Even me, tried searching the prerequisites of becoming a “webmaster” as others used to call it. But if you’ll really dig down deep, you’ll discover that it’s not really that simple to be regarded as one. It will cost you a lot of [...]]]></description>
			<content:encoded><![CDATA[<p><img style="padding-right:10px;" src="http://www.cathylopez.com/blog_images/web_development_photo.jpg" alt="web development" width="150" height="150" align="left" />I’ve been seeing a lot of this question over the online forums. Even me, tried searching the prerequisites of becoming a “webmaster” as others used to call it. But if you’ll really dig down deep, you’ll discover that it’s not really that simple to be regarded as one. It will cost you a lot of blood, sweat, and hardship, which means that you have to include PATIENCE and PERSEVERANCE into your virtue!</p>
<p>First, we have to understand what a web developer means as well as a web designer. Most often, these term are considered the same where in fact they are distinctively different.</p>
<p>A web developer is responsible for programming the functionality of a web site. Usually the web developer figures out how it is going to do it and then writes the necessary programming code. Much of this programming code is behind the scenes and not visible to the user. However, a web developer may also be responsible for the code that the user sees. This is the HTML/DHTML and JavaScript that make up most of the web pages you interact with in your web browser.<br />
<span id="more-11"></span><br />
A web designer is similar to a graphic designer. In fact, many graphic designers are web designers and vice versa. They are responsible for layout, color palettes, and sometimes usability. Web designers often develop some programming skills to enable them to include certain features in the interface such as roll-overs or dynamic menus.</p>
<p>According to what I’ve read, a college degree isn&#8217;t necessary to become a web developer or a web designer. Many web developer and web designers are self-taught. However, since the field is constantly changing, taking classes to learn the latest methods and reading to brush up on your current skills may be necessary to keep up with this growing career field.</p>
<p>Here are some of the tips:<br />
<strong><br />
PREREQUISITES TO BECOME A WEB DEVELOPER</strong></p>
<ol>
<li>Learn coding, scripting and programming, such as HTML, DHTML, XML, JavaScript, PHP and ASP.Net. Free online tutorials can be found at the W3 Schools website.</li>
<li>Experiment and learn various website building packages, such as Dreamweaver, FrontPage, PhotoShop, Flash and Fireworks this is if you can afford to buy licenses. You can also download free software package such as PHP, MySQL, Drupal, etc. and learn it on your own.</li>
<li>Learn your way around a personal computer as well as a Macintosh.</li>
<li>Build your own website, and use it as not only a marketing tool for your services, but as an example of your work. Make sure it is bug free and that all your links are working.</li>
<li>Develop other websites. Perhaps you could develop one for friends or a family member. This will help build your portfolio. The more examples you have, the more you have to show your prospective clients.</li>
<li>Keep up with the ever-changing world or technology. Subscribe to publications, participate in seminars and know the latest design fads. Joining a professional organization for web developers could also keep you updated and give you a venue for networking with others in your field.</li>
</ol>
<p><strong>WEB DESIGNING</strong></p>
<p>Great Tips for Web Designing!<br />
More and more people are getting fond of web design whether for work related purposes or for personal-use purposes. Some people get short courses to study web designing and some rely on e-learning and get web designing tutorials on-line. For people who work as a web designer, they know the do’s and dont’s of web designing, for most of them at least. For those who don’t, especially those who are new in the field, here are some basic tips that would help in enhancing your web designing skills.</p>
<ol>
<li>Keep your index page short</li>
<p>For the convenience of your visitor, don’t place all your content on the index page. Remember that you can use several pages on making a web site. Having a single-page site with all the contents there will make a visitor dizzy and confused.</p>
<li>Create a toolbar or menus easy navigation</li>
<p style="padding-left: 30px;">This will make your visitors stay in your site longer. After reading the content of your page, it is more likely that your visitor will look for other pages on your site that would interest him. Using short, clear and precise words will also help the visitor know the content of the page where your link is going. I suggest placing the navigation menu on top and the other main links on the right hand side menu. You can also use a drop-down menu if you have many links.</p>
<li>Neat and Easy Navigation</li>
<p>Navigation of links on your site plays a big role in determining the stickiness of your site (how long your visitor stays and explores your site). Ask yourself this, what do visitors do as soon as they open your site? They would probably read the content of the present page and then look around to find any other page that interests them.</p>
<li>Clean Layout Design</li>
<p>A clean layout that uses a lot of white space enhances a site&#8217;s looks. Try to keep the focus on your content, use a template for this. Use fonts that will be available on all computers to prevent your site looking messed up.</p>
<li>Optimum Load Time: Make sure your load time is low. For this you must:</li>
<p>Minimize Graphics, Flash and scripts: They hugely increase your file size.<br />
Optimize your HTML &amp; script code: Make sure that your site doesn&#8217;t have any unwanted tags or unused scripts.</p>
<li>Use Server Side Include (SSI) files where ever possible. SSI files once called from the web server reside in its cache so on subsequent requests they load faster.</li>
<li>Cross browser compatible</li>
<p>Keep in mind that there are other internet browsers other than what you are using. At least make sure that your codes and design are compatible to the major browsers like Internet Explorer 5+, Mozilla Firefox 1.0 and Opera 7.0.
</ol>
<p>These are just basic tips and suggestions on web designing but are guaranteed useful. These can be used as guide on building your own site but still the overall design is in your hands.</p>
]]></content:encoded>
			<wfw:commentRss>http://cathylopez.com/2008/05/23/how-to-become-a-web-developer-or-web-designer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
