<?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>Top Web Resources &#187; Optimization</title>
	<atom:link href="http://www.iyiz.com/tag/optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iyiz.com</link>
	<description>iyiz.com</description>
	<lastBuildDate>Tue, 10 Jan 2012 14:30:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Facebook Fan Page Optimization Tips</title>
		<link>http://www.iyiz.com/facebook-fan-page-optimization-tips/</link>
		<comments>http://www.iyiz.com/facebook-fan-page-optimization-tips/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 09:07:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Fan Page]]></category>
		<category><![CDATA[Facebook Page]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO for Facebook Page]]></category>

		<guid isPermaLink="false">http://www.iyiz.com/?p=237</guid>
		<description><![CDATA[The best place you can place your brand on Facebook is through a Facebook Page. As of the time of this writing, over 10 million users become fans of Fan Pages every day. This number should be no surprise — when people “fan” your Page, their friends see it, and your brand spreads organically. What [...]]]></description>
			<content:encoded><![CDATA[<p>The best place you can place your brand on Facebook is through a Facebook Page. As of the time of this writing, over 10 million users become fans of Fan Pages every day. This number should be no surprise — when people “fan” your Page, their friends see it, and your brand spreads organically. What most don’t know is that you can customize this experience for your users. With just a little work, and either some knowledge of simple HTML or the ability to hire a developer to do the work for you, you can have a custom Page up for your business in no time. Here are some tips you can apply to your Facebook marketing strategies.<br />
<span id="more-237"></span></p>
<p><strong>Maximize Your Avatar Visibility</strong></p>
<p>Profile pictures on Facebook can have a maximum size of 200×600 pixels. This applies to Pages as well. Facebook Pages do not allow background images like Twitter, Myspace, and other services. What you can do, however, is take advantage of that full 200×600 real estate and get your brand in front of the eyes of your fans. This will make sure, regardless of what part of your Page they are on your brand is front and center.</p>
<p><strong>Install the Static FBML App and Add a Custom Tab</strong></p>
<p>Do a search for “static FBML” on Facebook (or just click here), and click “Add to my Page” in the upper-left. A dialog pop-over will appear with a list of Pages you administer. Select the Page you want to customize by clicking the “Add to Page” button next to the Page, and when you click the button it will disappear from the list. Now click “Close”.</p>
<p>Now what you want to do is create your tab. To create the tab, just go to your Page and click the link, “Edit Page” in the upper-left below your main Page image. Now when you scroll down you will see a subsection called “FBML”. Click on the “Application Settings” link for that subsection, and another popover dialog will appear. Click “add” next to the Tab field and click Okay. You’ve now just added a blank Tab called “FBML” to your Page. Now you need to customize it.</p>
<p><strong>Add Content to Your Custom Tab</strong></p>
<p>If you go view your Page now, you’ll notice when you click the “&gt;&gt;” tab there is now an “FBML” option in the drop-down. If you click on it, that tab appears in the list of tabs at the top, and you can drag it around (to the extent that Facebook allows you). You’ll notice the tab is completely blank. Let’s add some content to it.</p>
<p>To add content, click on “Edit Page” again on the left below your Page image. Go to the “FBML” subsection again, but this time click the “Edit” link. Now you’ll be taken to a very simple form with a “Box Title” field and an “FBML” field.</p>
<p>Let’s start by changing the title of the tab. As I mentioned earlier, the tab, by default gets called “FBML” when you add it. You probably don’t want to keep that name, so I recommend changing it to something productive, like “Welcome”, or “Introduction”. You can name it whatever you like, depending on your purpose!</p>
<p>Now you’ll want to enter some content. The “FBML” field will take almost any basic HTML. You don’t need to include any &lt;html&gt;, &lt;head&gt;, or &lt;body&gt; tags, as the HTML you enter will only take the place of that whitespace you just saw. All the header stuff is taken care of for you. Play with it and see what you can do.</p>
<p><strong>Customize Your Tab With FBML</strong></p>
<p>Beyond simple HTML you can also enter very simple FBML tags to simplify some of the process. FBML stands for “Facebook Markup Language”, and is meant to be a shortcut for use in Facebook applications. Facebook has also enabled the use of a subset of FBML in the Static FBML application. FBML can be a great way to reduce the amount of HTML you need to enter, while at the same time keeping Facebook’s own look and feel. The format is very simple, and if you are familiar with HTML or XML you’ll pick it up very quickly.</p>
<p>To learn FBML you’re going to want to check out Facebook’s documentation and reference on FBML tags. There is a large reference of these tags on their developer wiki. I recommend you look around and see what’s available, then try them out and see how they work. You can also purchase my book, FBML Essentials, which will give you a little more details on FBML (as well as the Facebook developer platform in general).</p>
<p>Keep in mind that the Static FBML application only supports a subset of what the full FBML reference indicates is available. Unfortunately there is no documentation stating what is, and isn’t supported. Tags that have been confirmed working and are my favorites are:</p>
<p>– displays a specific user’s name in the standard Facebook format</p>
<p>– displays a specific user’s profile picture in the standard Facebook format</p>
<p>– allows you to include Flash applications in your tab</p>
<p>– posts a Facebook live stream widget on your Tab (you must create a new application to do this)</p>
<p>– adds a Facebook comments box to your Tab</p>
<p>If you read the Facebook wiki documentation keep in mind that “loggedinuser” does not work for the uid on the Static FBML App, but “profileowner” does. Beyond that, if you specify the specific user id in that field it should show properly.</p>
<p><strong>Set Your Page to Default to Your New Tab</strong></p>
<p>Now that you’ve created your custom tab using the Static FBML App you may want to set your Page to default to the new tab. This can give you a nice welcome message for your fans. To do so, just click “Edit Page” as I mentioned above. Under “Wall Settings”, click “edit”, and under “default landing tab for everyone else” select your new tab in the drop down. You’re done! Keep in mind that this default tab is only visible as a default landing page for those that are not yet fans of your Page yet.</p>
<p><strong>SEO for Facebook Pages</strong></p>
<p>Your Page is visible to search engines! Now that you’ve created your custom landing page, keep in mind that search engines see the page layout in the same way that someone who is not a fan of your page would see.</p>
<p>If you haven’t yet created a Facebook Page, you should also keep in mind that the Page title can be one of the best places to create a search-engine friendly title for your brand. Be sure this is something that describes yourself and your brand, and that you think others will be searching for. It should also, at the same time, be something familiar to other Facebook users, as this is what they will see in their News feeds as their friends become fans or you post updates. Keep in mind your Page name can not be changed once you create it, so get it right the first time! It can be a pain to have to re-create a new Page and re-establish months of work building your Page if you get it wrong early on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iyiz.com/facebook-fan-page-optimization-tips/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Top 5 Optimization Tips for Web-Servers</title>
		<link>http://www.iyiz.com/top-5-optimization-tips-for-web-servers/</link>
		<comments>http://www.iyiz.com/top-5-optimization-tips-for-web-servers/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 12:14:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Tricks-Tips]]></category>
		<category><![CDATA[DNS Lookups]]></category>
		<category><![CDATA[GZip]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Optimization for Web-Servers]]></category>
		<category><![CDATA[Web Host]]></category>
		<category><![CDATA[Web-Servers]]></category>

		<guid isPermaLink="false">http://www.iyiz.com/?p=218</guid>
		<description><![CDATA[5 Optimization tips for your web-server to gain more speed,money you can save, and how it can potentially help increase your readership and traffic when they are properly done. Choose a decent Web Host Your web hosting account has no direct relationship with the optimizations you are about to perform but we figured choosing the [...]]]></description>
			<content:encoded><![CDATA[<p>5 Optimization tips for your web-server to gain more speed,money you can save, and how it can potentially help increase your readership and traffic when they are properly done.</p>
<p><span id="more-218"></span></p>
<ol>
<li>
<h4>Choose a decent Web Host</h4>
<p>Your web hosting account has no direct relationship with the optimizations you are about to perform but we figured choosing the right web hosting account so important we decided to bring it to your attention first. Hosting account is the foundation of your website/blog where it’s security, accessibility (cPanel, FTP, SSH), server stability, prices and customer supports all play important roles. You need to make sure you are in good hands.</p>
<p><strong>Recommended reading:<br />
<a href="http://www.wikihow.com/Choose-a-Web-Host">How to Choose a Web Host</a></strong> by <strong>wikiHow</strong> is a great article that gives you steps and tips you should know before purchasing any web hosting account.</li>
<li>
<h4>Host Assets Separately</h4>
<p>When we mention assets, we meant web components like <strong>images</strong> and <strong>static scripts</strong> that don’t require server-side processing. These includes any web graphics, images, Javascripts, Cascading Style Sheets (CSS), etc. Hosting assets separately is not a must, but we’ve seen tremendous result in terms of server stability with this implementation when the blog was having a traffic spike.</p>
<p><strong>Recommended reading</strong>: <strong><br />
<a href="http://yuiblog.com/blog/2007/04/11/performance-research-part-4/">Maximizing Parallel Downloads in the Carpool Lane.</a></strong></li>
<li>
<h4>Compression with GZip</h4>
<p>In short, contents travel from server side to client side (vicet versa) whenever a HTTP request is make. Compressing the content for sending greatly reduce the time needed to process each request.</p>
<p><strong><a href="http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/">GZip</a></strong> is one of the best ways to do this and it various according to the type of servers you are using. For instance, <strong>Apache 1.3</strong> uses <a href="http://sourceforge.net/projects/mod-gzip/">mod_zip</a>, <strong>Apache 2.x</strong> uses <a href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html">mod_deflate</a> and <a href="http://forum.slicehost.com/comments.php?DiscussionID=1861">here</a>’s how you do it in <strong>Nginx</strong>. Here are some really good articles to get you familiar with server side compressions:</p>
<ul>
<li><a href="http://nadeausoftware.com/node/33"><strong>Speed up a web site by enabling Apache file compression</strong></a></li>
<li><a href="http://www.sitepoint.com/article/web-output-mod_gzip-apache/"><strong>Compress Web Output Using mod_gzip and Apache</strong></a></li>
<li><a href="http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/"><strong>How To Optimize Your Site With GZIP Compression</strong></a></li>
<li><a href="http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=4&amp;txtCodeId=6182"><strong>Server-side compression for ASP</strong></a></li>
</ul>
</li>
<li>
<h4>Minimize Redirects</h4>
<p>Webmasters do URL redirect (whether it’s Javascript or META redirects) all the time. Sometimes it’s purpose is to point users from an old page to new, or merely guide users to the correct page. Each redirect create an additional HTTP request and <a href="http://searchnetworking.techtarget.com/sDefinition/0,,sid7_gci1250602,00.html">RTT</a> (round-trip-time). The more redirection you have, the slower user will get to the destination page.</p>
<p><strong>Recommended reading</strong>: <a href="http://code.google.com/speed/page-speed/docs/rtt.html#AvoidRedirects"><br />
<strong>Avoid Redirects</strong></a> by Google Code gives you a good overview on the matter. The article also recommends some practical ways to minimize redirection to increase serving speed.</li>
<li>
<h4>Reduce DNS Lookups</h4>
<p>According to <strong>Yahoo! Developer Network Blog</strong>, it takes about 20-120 milliseconds for DNS (Domain Name System) to resolve IP address for a given hostname or domain name and the browser cannot do anything until the process is properly completed.</p>
<p>Author <em>Steve Souders</em> suggested that splitting these components across at least two but no more than four hostnames reduces DNS lookups and allow high degree parallel downloads. <a href="http://developer.yahoo.net/blog/archives/2007/07/high_performanc_7.html"><strong>Read more</strong></a> on the article.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.iyiz.com/top-5-optimization-tips-for-web-servers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

