<?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>blogfreakz.com &#187; Tooltips</title>
	<atom:link href="http://blogfreakz.com/category/tooltips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogfreakz.com</link>
	<description>Web Development, Web Trends, open source resources</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:40:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>TinyTips jQuery Plugin</title>
		<link>http://blogfreakz.com/web-design/tinytips-jquery-plugin/</link>
		<comments>http://blogfreakz.com/web-design/tinytips-jquery-plugin/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 06:14:01 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[jQuery plugin]]></category>
		<category><![CDATA[plguin]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24811</guid>
		<description><![CDATA[Web designer Mike Merritt designed a jQuery plugin that will give more definition on your web site by adding tooltips to any element on a page. You can check out his work in this DEMO. Download the development version and production version zip files. HTML &#60;!DOCTYPE html&#62; &#60;html&#62; &#60;head&#62; &#60;meta http-equiv=&#8221;Content-type&#8221; content=&#8221;text/html; charset=utf-8&#8243;&#62; &#60;title&#62;tinyTips 1.0&#60;/title&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Web designer <a href="http://www.mikemerritt.me/" target="_blank"><strong>Mike Merritt</strong></a> designed a jQuery plugin that will give more definition on your web site by adding tooltips to any element on a page. You can check out his work in this <a href="http://www.mikemerritt.me/demos/tt-1-1/index.html" target="_blank"><strong>DEMO. </strong></a></p>
<p>Download the <a href="http://www.mikemerritt.me/plugins/tinyTips/tiny.tips.1.1.dev.zip" target="_blank"><strong>development version</strong></a> and <a href="http://www.mikemerritt.me/plugins/tinyTips/tiny.tips.1.1.min.zip" target="_blank"><strong>production version</strong></a> zip files.</p>
<p><strong> </strong></p>
<p><a href="http://maxcdn.webappers.com/img/2010/02/tiny-tooltips.jpg"><img class="aligncenter size-medium wp-image-24812" title="Tiny Tips" src="http://blogfreakz.com/wp-content/uploads/2012/02/113-285x175.jpg" alt="113 285x175 TinyTips jQuery Plugin" width="285" height="175" /></a></p>
<p><strong>HTML</strong></p>
<p><strong><br />
</strong></p>
<p><span style="color: #003366;">&lt;!DOCTYPE html&gt;</span></p>
<p><span style="color: #003366;">&lt;html&gt;</span></p>
<p><span style="color: #003366;">&lt;head&gt;</span></p>
<p><span style="color: #003366;">&lt;meta http-equiv=&#8221;Content-type&#8221; content=&#8221;text/html; charset=utf-8&#8243;&gt;</span></p>
<p><span style="color: #003366;">&lt;title&gt;tinyTips 1.0&lt;/title&gt;</span></p>
<p><span style="color: #003366;">&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; href=&#8221;/path/to/yourStyleSheet.css&#8221; /&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;/path/to/jquery.tinyTips.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221;&gt;</span></p>
<p><span style="color: #003366;">$(document).ready(function() {</span></p>
<p><span style="color: #003366;">$(&#8216;a.tTip&#8217;).tinyTips(&#8216;light&#8217;, &#8216;title&#8217;);</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;/head&gt;</span></p>
<p><span style="color: #003366;">&lt;body&gt;</span></p>
<p><span style="color: #003366;">&lt;div id=&#8221;global_wrapper&#8221;&gt;</span></p>
<p><span style="color: #003366;">&lt;h1&gt;Testing tinyTips&lt;/h1&gt;</span></p>
<p><span style="color: #003366;">&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></p>
<p><span style="color: #003366;">&lt;a class=&#8221;tTip&#8221; href=&#8221;#&#8221; title=&#8221;This tooltip is using the title of this anchor tag.&#8221;&gt;Aenean ut nunc metus&lt;/a&gt;, gravida tincidunt libero.</span></p>
<p><span style="color: #003366;">Proin molestie risus at odio luctus condimentum. Sed molestie bibendum orci a faucibus. Vivamus vel lorem ut augue laoreet cursus.</span></p>
<p><span style="color: #003366;">Maecenas vestibulum nibh non nibh viverra posuere. Sed &lt;a href=&#8221;#&#8221; title=&#8221;This one is also using the title.&#8221;&gt;tristique eleifend&lt;/a&gt; elit sit amet varius.&lt;/p&gt;</span></p>
<p><span style="color: #003366;">&lt;/div&gt;</span></p>
<p><span style="color: #003366;">&lt;/body&gt;</span></p>
<p><span style="color: #003366;">&lt;/html&gt;</span></p>
<p><span style="color: #003366;"><br />
</span></p>
<p><span style="color: #003366;"><strong> </strong></span></p>
<p><span style="color: #000000;"><strong>jQuery/Javascript</strong></span></p>
<p><span style="color: #000000;">Place the following at the head of your page as you include the TinyTips and jQuery.</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;/path/to/jquery.tinyTips.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><strong> </strong></p>
<p>To add tooltips, use the following:</p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221;&gt;</span></p>
<p><span style="color: #003366;">$(document).ready(function() {</span></p>
<p><span style="color: #003366;">$(&#8216;a.tTip&#8217;).tinyTips(&#8216;light&#8217;, &#8216;title&#8217;);</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">&lt;/script&gt;</span></p>
<p>Do provide a tooltip style and content attribute.</p>
<p>Add the following to the stylesheet. You can create your own style by naming the class .yournameTip and use your name as the tip style. By using the dev version, you can also modify the markup for tooltips.</p>
<p><span style="color: #003366;">.lightTip                       { width: 342px; }</span></p>
<p><span style="color: #003366;">.lightTip .content              { width: 310px; padding: 10px; border: 6px solid #e2e2e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }</span></p>
<p><span style="color: #003366;">.lightTip .bottom               { height: 14px; background: url(../images/notch-white.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.yellowTip                      { width: 342px; }</span></p>
<p><span style="color: #003366;">.yellowTip .content             { width: 310px; padding: 10px; border: 6px solid #f9e98e; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fbf7aa; color: #020202; }</span></p>
<p><span style="color: #003366;">.yellowTip .bottom              { height: 14px; background: url(../images/notch-yellow.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.orangeTip                      { width: 342px; }</span></p>
<p><span style="color: #003366;">.orangeTip .content             { width: 310px; padding: 10px; border: 6px solid #f9cd8e; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fbe3aa; color: #020202; }</span></p>
<p><span style="color: #003366;">.orangeTip .bottom              { height: 14px; background: url(../images/notch-orange.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.redTip                         { width: 342px; }</span></p>
<p><span style="color: #003366;">.redTip .content                { width: 310px; padding: 10px; border: 6px solid #ce6f6f; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #f79992; color: #020202; }</span></p>
<p><span style="color: #003366;">.redTip .bottom                 { height: 14px; background: url(../images/notch-red.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.greenTip                       { width: 342px; }</span></p>
<p><span style="color: #003366;">.greenTip .content              { width: 310px; padding: 10px; border: 6px solid #a9db66; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #cae8a2; color: #020202; }</span></p>
<p><span style="color: #003366;">.greenTip .bottom               { height: 14px; background: url(../images/notch-green.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.blueTip                        { width: 342px; }</span></p>
<p><span style="color: #003366;">.blueTip .content               { width: 310px; padding: 10px; border: 6px solid #36a4d9; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #90d8f0; color: #020202; }</span></p>
<p><span style="color: #003366;">.blueTip .bottom                { height: 14px; background: url(../images/notch-blue.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.purpleTip                      { width: 342px; }</span></p>
<p><span style="color: #003366;">.purpleTip .content             { width: 310px; padding: 10px; border: 6px solid #8671de; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #a290f0; color: #020202; }</span></p>
<p><span style="color: #003366;">.purpleTip .bottom              { height: 14px; background: url(../images/notch-purple.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.darkTip                        { width: 342px; }</span></p>
<p><span style="color: #003366;">.darkTip .content               { width: 310px; padding: 10px; border: 6px solid #303030; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #505050; color: #f8f8f8; }</span></p>
<p><span style="color: #003366;">.darkTip .bottom                { height: 14px; background: url(../images/notch-dark.png) top center no-repeat; }</span><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="jquery light menu">jquery light menu</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="tinytips plugin">tinytips plugin</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="path app tooltip jquery">path app tooltip jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="popup jquery TEXT IMAGE">popup jquery TEXT IMAGE</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="TinyTips document">TinyTips document</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="googleapis jquery">googleapis jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="tinytips js explorer 9">tinytips js explorer 9</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="tinytips js">tinytips js</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="TinyTips jQuery Plugin">TinyTips jQuery Plugin</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="tinytips jquery">tinytips jquery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/tinytips-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Ten Web Designing Software</title>
		<link>http://blogfreakz.com/others/top-ten-web-designing-software/</link>
		<comments>http://blogfreakz.com/others/top-ten-web-designing-software/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 23:48:10 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=23076</guid>
		<description><![CDATA[So piggying back after the awesome new Photoshop tutorials from our Blogfreakz readers, I have highlighted some more fantastic web designing programs worth investigating too! Web design is the first and foremost element that captures the attention of a visitor. Of course the other contents that retain visitors and make them perform an action in [...]]]></description>
			<content:encoded><![CDATA[<p>So piggying back after the awesome new Photoshop tutorials from our Blogfreakz readers, I have highlighted some more fantastic web designing programs worth investigating too!</p>
<p>Web design is the first and foremost element that captures the attention of a visitor. Of course the other contents that retain visitors and make them perform an action in the website are important too,  however, it is imperative that no stone should be left unturned to get all the attention of visitors. Today creating websites have become as easy as pie, thanks to the website builders and web design software. With so many <a href="http://www.knowsoftwares.com/">web design software</a> available in the market, it makes it difficult to choose and this list of top ten web designing software can guide you to choose the one best suitable for your needs. Enjoy!</p>
<p><a href="http://www.photoshop.com/">Photoshop </a>is undoubtedly must be the 1st  in the list of web design software. When it comes to manipulating images or creating graphics for websites, Photoshop is the go to software. This has been the number once choice of web designers and web design companies to create that picture perfect web design. The innumerable tools available in the software make it very easy, even for the novice designer, to create amazingly attractive web designs. Apart from its several benevolent features that help in creating web pages, the software comes with excellent support in the form of help files, tutorials, and online support.</p>
<p><a href="http://www.adobe.com/products/dreamweaver.html">Dreamweaver</a>, one of the most preferred software in the web design industry. Several features of the software such as syntax highlighting, code hinting project and workflow management ensures easy way of creating flawless web templates. One other feature is its in built FTP client which allows the users to have a glance at end product as well as the source code.</p>
<p>If you are on the lookout for a convenient tool for slicing and dicing a design mockup into HTML/CSS, <a href="http://www.adobe.com/products/fireworks.html">Fireworks</a> is the perfect software.</p>
<p><a href="http://www.adobe.com/products/fireworks.html">Kuler</a> can help you create, alter, blend, and match colors as you wish. When it comes to creating color swatches or using RGB and HEX codes, this could be the best one in the market.</p>
<p><a href="http://pixlr.com/">Pixlr</a> is one other image editor that is note worthy. In fact you can perform most of the tasks you would do with your Photoshop editor. Although not up to the caliber of Photoshop, it is surprising that you can download this software <em><strong>free </strong></em>of cost.</p>
<p><a href="http://www.photoscape.org/ps/main/index.php">Photoscape </a>is yet another<strong><em> free</em></strong> software where you can create and manipulate images and designs similar to that of Photoshop.</p>
<p><a href="http://www.pingdom.com/">Pingdom</a> is a favorite tool of web developers when it comes to testing the performance of the designed pages. It points out any flaws in web page and thus helps designers to create perfect design.</p>
<p><a href="http://panic.com/coda/">Panic Coda</a> which is similar to Pingdom is for Mac OS X operating system. It enables the designer to identify flaws and allows a design team to work in unison to eliminate flaws.</p>
<p><a href="http://www.yuuguu.com/home">Yuuguu</a> is a multi-platform screen sharing tool, which again comes handy when several techies are involved in the design project.</p>
<p><a href="http://www.barebones.com/products/bbedit/">BEEdit</a> is an HTML and text editor for Mac, which includes features for editing, searching, and manipulation of text. It comprises required HTML tools for creating a perfect coding.</p>
<p>This list is by no means exhaustive, and if you guys want me to expand on any of those not yet listed, please do let me know in the comments!<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="website designing">website designing</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="website design software">website design software</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="web design software">web design software</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="best css3 editor for wordpress">best css3 editor for wordpress</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="website designing tool">website designing tool</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="top web designs software">top web designs software</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="top ten web editor">top ten web editor</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="software to create CSS">software to create CSS</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="css3 editor mac">css3 editor mac</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="css website design software easy">css website design software easy</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/others/top-ten-web-designing-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photo Manipulation Tutorials: 50  Wickedly Creative Tips</title>
		<link>http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/</link>
		<comments>http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 19:31:57 +0000</pubDate>
		<dc:creator>Ahmad Hania</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Photo Manipulation]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/news/photo-manipulation-tutorials-50-wickedly-creative-tips/</guid>
		<description><![CDATA[Wicked Tips and Tricks &#8211; lets see what some of you Blogfreakz out there can do! Since our last Photoshop tutorial titled: Adobe Photoshop Tutorials: Collection of Amazing Tips And Tricks , we got so much positive feedback that we decided to put together another collection of tutorials concentrating on photo manipulation. In this post, [...]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;"><a rel="attachment wp-att-23024" href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/attachment/photoshop-thumb-2/"><img class="alignleft size-thumbnail wp-image-23024" title="photoshop.thumb" src="http://blogfreakz.com/wp-content/uploads/2011/11/photoshop.thumb_1-200x200.png" alt="photoshop.thumb 1 200x200 Photo Manipulation Tutorials: 50  Wickedly Creative Tips" width="200" height="200" /></a><strong>Wicked Tips and Tricks &#8211; lets see what some of you Blogfreakz out there can do!</strong></h2>
<p>Since our last Photoshop tutorial titled:  Adobe Photoshop Tutorials: Collection of Amazing Tips And Tricks , we got so much positive feedback that we decided to put together another collection of tutorials concentrating on photo manipulation. In this post, you’ll find everything from How to Create Cityscape Concept Art to Making a Devastating Tidal Wave in Photoshop. Now the hard part will be deciding which of these amazing tutorials you will use in your next creations. Hope you enjoy!<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photoshop manipulation tutorials">photoshop manipulation tutorials</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation">photo manipulation</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation photoshop tutorials">photo manipulation photoshop tutorials</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation tutorials: 50 wickedly creative tips">photo manipulation tutorials: 50 wickedly creative tips</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="commentluv enabled 1 100 comments photo">commentluv enabled 1 100 comments photo</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photomanipulation">photomanipulation</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photography commentluv enabled">photography commentluv enabled</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation tutorials photoshop">photo manipulation tutorials photoshop</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation tutorials creative">photo manipulation tutorials creative</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation tutorial">photo manipulation tutorial</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple Edit WordPress Theme to Support Sidebar Widgets</title>
		<link>http://blogfreakz.com/others/a-simple-edit-wordpress-theme-to-support-sidebar-widgets/</link>
		<comments>http://blogfreakz.com/others/a-simple-edit-wordpress-theme-to-support-sidebar-widgets/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 21:24:32 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[php file]]></category>
		<category><![CDATA[sidebar widgets]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=22927</guid>
		<description><![CDATA[What do you do, when after an exhaustive search for the perfect WordPress theme that you love, all of a sudden you run into an error message saying that your new theme doesn&#8217;t support your sidebar widgets? Try these steps to edit the sidebar widgets to fix it! 1. Backup your theme files and folders. [...]]]></description>
			<content:encoded><![CDATA[<p>What do you do, when after an exhaustive search for the <a href="http://theme.wordpress.com/themes/">perfect WordPress theme</a> that you love, all of a sudden you run into an error message saying that your new theme doesn&#8217;t support your sidebar widgets?</p>
<p>Try these steps to edit the sidebar widgets to fix it!<span style="color: #0000ff;"><span style="color: #000000;"> </span></span></p>
<p><strong><span style="color: #0000ff;"><span style="color: #000000;">1. Backup your theme files and folders.</span></span></strong><span style="color: #000000;"> </span><span style="color: #000000;"> </span></p>
<p><strong><span style="color: #000000;">2. Edit the functions.php file, and paste these lines of code to the top of the file &#8212; and Save It. </span></strong><span style="color: #0000ff;"><br />
</span><br />
<span style="color: #0000ff;"><strong>&lt;?php</strong></span><br />
<span style="color: #0000ff;"><strong> if ( function_exists(’register_sidebar’) )</strong></span><br />
<span style="color: #0000ff;"><strong> register_sidebar();</strong></span><br />
<span style="color: #0000ff;"><strong> ?&gt;</strong></span></p>
<p><strong>3. Edit the sidebar.php file, and paste these lines of code right below of the first &lt;ul&gt; tag of the file.</strong></p>
<p><span style="color: #0000ff;"> <strong>&lt;?php if ( !function_exists(’dynamic_sidebar’)</strong></span><br />
<span style="color: #0000ff;"><strong> || !dynamic_sidebar() ) : ?&gt;</strong></span></p>
<p><strong>4. Still inside the sidebar.php file, paste these line of code right above of the last &lt;/ul&gt; tag of the file and save it.</strong></p>
<p><span style="color: #0000ff;"><strong>&lt;?php endif; ?&gt;</strong></span></p>
<p>Now try to edit your sidebar widgets, it should be working now.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/others/a-simple-edit-wordpress-theme-to-support-sidebar-widgets/" title="edit php files">edit php files</a></li>
<li><a href="http://blogfreakz.com/others/a-simple-edit-wordpress-theme-to-support-sidebar-widgets/" title="incoming search terms wordpress">incoming search terms wordpress</a></li>
<li><a href="http://blogfreakz.com/others/a-simple-edit-wordpress-theme-to-support-sidebar-widgets/" title="light simple theme wordpress 2011 november">light simple theme wordpress 2011 november</a></li>
<li><a href="http://blogfreakz.com/others/a-simple-edit-wordpress-theme-to-support-sidebar-widgets/" title="simple wordpress theme">simple wordpress theme</a></li>
<li><a href="http://blogfreakz.com/others/a-simple-edit-wordpress-theme-to-support-sidebar-widgets/" title="wordpress theme frameworks html5">wordpress theme frameworks html5</a></li>
<li><a href="http://blogfreakz.com/others/a-simple-edit-wordpress-theme-to-support-sidebar-widgets/" title="wordpress themes simple">wordpress themes simple</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/others/a-simple-edit-wordpress-theme-to-support-sidebar-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebranding Rules that You cannot Override</title>
		<link>http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/</link>
		<comments>http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 00:29:07 +0000</pubDate>
		<dc:creator>ContentLabz</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=22770</guid>
		<description><![CDATA[Rebranding is certainly not a common practice among marketers. It raises my hackles whenever I am asked to take part in a re-branding exercise because there are so many examples of great failures that I think twice before committing myself to action. It is not just about money, other things are involved intrinsically and a [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-22775" href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/attachment/rebranding12/"><img class="aligncenter size-full wp-image-22775" title="rebranding12" src="http://blogfreakz.com/wp-content/uploads/2011/11/rebranding12.png" alt="rebranding12 Rebranding Rules that You cannot Override" width="838" height="463" /></a><br />
<strong>Rebranding</strong> is certainly not a common practice among marketers. It raises my hackles whenever I am asked to take part in a re-branding exercise because there are so many examples of great failures that I think twice before committing myself to action. It is not just about money, other things are involved intrinsically and a minor mistake could be snowballed into massive marketing disaster. And so like any other sane marketing professionals, I do not like the idea of being branded as failed marketer. Such appreciation might not be that much helpful for landing a job. So, here are some must follow rules that every marketer should follow before rebranding your blog&#8217;s name:</p>
<p><a rel="attachment wp-att-22783" href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/attachment/rebranding123/"><img class="aligncenter size-full wp-image-22783" title="rebranding123" src="http://blogfreakz.com/wp-content/uploads/2011/11/rebranding123.png" alt="rebranding123 Rebranding Rules that You cannot Override" width="384" height="275" /></a></p>
<ul>
<li><strong>Make Sure Rebranding is A Necessity</strong>: You should to take to rebranding only if the practice is unavoidable and not  just to rub off the rust. If your blog has been around for quite a while, you may need to change the logo or the slogan time to time just to make your company look relevant with the change of time. Google has done the same thing and Microsoft has done it too. But make sure there is a solid reason behind this otherwise, backlash is waiting for you at the end.</li>
</ul>
<ul>
<li><strong>Rebranding for Good</strong>: You need to make it a point that the rebranding exercise is doing good to your online reputation, and not the other way around. It does not make any sense to make changes in the name or in the logo just for the sake of doing something good. There are some glaring examples when the old one looks and sounds better than the new one. Make sure that you are not going to add another example to this vast list.</li>
</ul>
<p><strong><a rel="attachment wp-att-22784" href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/attachment/rebranding/"><img class="alignleft size-thumbnail wp-image-22784" title="rebranding" src="http://blogfreakz.com/wp-content/uploads/2011/11/rebranding-200x200.png" alt="rebranding 200x200 Rebranding Rules that You cannot Override" width="200" height="200" /></a> Test it:</strong> It is good practice to have a test run of the rebranding marketing mix on a small group of people and get their feedback. If the feedback is positive and impressive, you can go ahead with the plan and have a blast. But if the result is less than positive, you should stop and try to figure out what went wrong with it. After fixing it rerun the same marketing plan and see if thing is taking a favorable turn or not.</p>
<ul>
<li><strong>Do Not negate Existing reputation: </strong>This is where most marketers go wrong. They give little attention or no attention to existing brand reputation. You need to get into the mindset of the people before digging into something new. Your rebranding exercise should not play with the emotion of existing customers. The rebranding exercise should be a welcome move and not an aggressive move.</li>
</ul>
<ul>
<li><strong>Stick To history</strong>: Unless the purpose is to make a dramatic move from previous stance, rebranding exercise should be linked with the history of the blog. You are free to expand, revitalize and reenergize brand image of your blog but make sure that people can still relate it to you. A complete deviation is certainly not a welcome move by any standard.</li>
</ul>
<ul>
<li><strong>Put On Your Thinking cap</strong>: Yes before you make a single move in the direction of refreshing the public image of your organization, you need to have a clear idea how your targeted audience are going react. Just make sure that you are planning to make them happy and you are good.</li>
</ul>
<p class="alert">&nbsp;</p>
<p><strong><em>This is a the first guest post of Michael Evans. I hope all you blogfreakz out there, find this new article informative and refreshing.</em></strong></p>
<p>&nbsp;</p>
<p><em>Author Bio</em><br />
Michael Evans is a passionate writer and he has been writing for Site2You which is the best <a href="http://www.site2you.com/">online website builder</a>. He has written different article on web design, online marketing and SEO. He is equally enthusiastic about latest gadgets.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/" title="rebranding">rebranding</a></li>
<li><a href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/" title="re-branding">re-branding</a></li>
<li><a href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/" title="rebranding rules">rebranding rules</a></li>
<li><a href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/" title="rebranding examples in 2011">rebranding examples in 2011</a></li>
<li><a href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/" title="rebranding images">rebranding images</a></li>
<li><a href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/" title="rebranding nesessity">rebranding nesessity</a></li>
<li><a href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/" title="rebranding logo why not to test it">rebranding logo why not to test it</a></li>
<li><a href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/" title="rebranding rules colour">rebranding rules colour</a></li>
<li><a href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/" title="rebranding exercise">rebranding exercise</a></li>
<li><a href="http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/" title="rebranding examples 2011">rebranding examples 2011</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/others/rebranding-rules-that-you-cannot-override/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automatically Tweet Your Blog Posts to Twitter With FeedBurner</title>
		<link>http://blogfreakz.com/others/automatically-tweet-your-blog-posts-to-twitter-with-feedburner/</link>
		<comments>http://blogfreakz.com/others/automatically-tweet-your-blog-posts-to-twitter-with-feedburner/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 01:01:12 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=22685</guid>
		<description><![CDATA[Looking for a simple way to automatically update twitter with your latest blog posts, so your blog readers can find the latest news and updates? Here it is&#8230; Now, there are many websites and plugins that offer to automatically tweet your blog post when you update your blog, but today we&#8217;ll focus on Google Feedburner. [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for a simple way to automatically update twitter with your latest blog posts, so your blog readers can find the latest news and updates? Here it is&#8230;</p>
<p>Now, there are many websites and plugins that offer to automatically tweet your blog post when you update your blog, but today we&#8217;ll focus on Google Feedburner. Google Feedburner is very easy to use.</p>
<p>Here are the steps to configure Google Feedburner :</p>
<p>Sign in into your Google account with this  through <a href="http://feedburner.google.com/">http://feedburner.google.com</a><br />
Login with your account and then click on your website feed. (domain.feed)<br />
Click “Publicize” tab like picture below :</p>
<p><a rel="attachment wp-att-22686" href="http://blogfreakz.com/others/automatically-tweet-your-blog-posts-to-twitter-with-feedburner/attachment/feedburner/"><img class="aligncenter size-full wp-image-22686" title="feedburner" src="http://blogfreakz.com/wp-content/uploads/2011/10/feedburner.png" alt="feedburner Automatically Tweet Your Blog Posts to Twitter With FeedBurner" width="628" height="78" /></a></p>
<p>Then select “Socialize” like picture below:</p>
<p><a rel="attachment wp-att-22687" href="http://blogfreakz.com/others/automatically-tweet-your-blog-posts-to-twitter-with-feedburner/attachment/feedburner2/"><img class="aligncenter size-full wp-image-22687" title="feedburner2" src="http://blogfreakz.com/wp-content/uploads/2011/10/feedburner2.png" alt="feedburner2 Automatically Tweet Your Blog Posts to Twitter With FeedBurner" width="200" height="429" /></a></p>
<p>Select “Add a Twitter Account”, and modify the Post Content drop down menu and choose  &#8220;Title and Body”<br />
Uncheck “ Leave room for retweets”</p>
<p>And of course don’t forget to Click “ Activate” button</p>
<p>See the picture below :</p>
<p><a rel="attachment wp-att-22688" href="http://blogfreakz.com/others/automatically-tweet-your-blog-posts-to-twitter-with-feedburner/attachment/feedburner3/"><img class="aligncenter size-full wp-image-22688" title="feedburner3" src="http://blogfreakz.com/wp-content/uploads/2011/10/feedburner3.png" alt="feedburner3 Automatically Tweet Your Blog Posts to Twitter With FeedBurner" width="628" height="404" /></a></p>
<p>Everything is done! Now you are ready to add, update and tweet your post in your blog automatically to your twitter  whenever you update your blog with a post .</p>
<p><strong>Note :</strong><br />
FeedBurner will shortening your URL something like example this : <a href="http://goo.gl/">http://goo.gl/</a><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/others/automatically-tweet-your-blog-posts-to-twitter-with-feedburner/" title="feedburner not working socialize">feedburner not working socialize</a></li>
<li><a href="http://blogfreakz.com/others/automatically-tweet-your-blog-posts-to-twitter-with-feedburner/" title="feedburner twitter not working">feedburner twitter not working</a></li>
<li><a href="http://blogfreakz.com/others/automatically-tweet-your-blog-posts-to-twitter-with-feedburner/" title="google feedburner twitter">google feedburner twitter</a></li>
<li><a href="http://blogfreakz.com/others/automatically-tweet-your-blog-posts-to-twitter-with-feedburner/" title="socialize twitter feedburner">socialize twitter feedburner</a></li>
<li><a href="http://blogfreakz.com/others/automatically-tweet-your-blog-posts-to-twitter-with-feedburner/" title="tweet your blog posts automatically">tweet your blog posts automatically</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/others/automatically-tweet-your-blog-posts-to-twitter-with-feedburner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Set WordPress Permalink (rewrite rules) on Nginx</title>
		<link>http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/</link>
		<comments>http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 01:09:03 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[rewrite rules]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=21609</guid>
		<description><![CDATA[These rules are already in the .htaccess on apache, but if you want to be cutting edge, and get the best performance out of your WordPress blog, you can redo them in Nginx! Why would you want to do this anyways? Simple.  In terms of serving static file requests, Nginx will take up lesser memory, [...]]]></description>
			<content:encoded><![CDATA[<p>These rules are already in the .htaccess on apache, but if you want to be cutting edge, and get the best performance out of your WordPress blog, you can redo them in Nginx!</p>
<p>Why would you want to do this anyways? Simple.  In terms of serving static file requests, Nginx will take up lesser memory, use few resources and is just clearly faster.</p>
<p>The permalink rules need to be placed in your nginx site configuration (the vhost file) under your sites name.  You could also put them for all sites if you  really want.</p>
<p>Here is a basic example:</p>
<p><a rel="attachment wp-att-21616" href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/attachment/nginx6/"><img class="aligncenter size-full wp-image-21616" src="http://blogfreakz.com/wp-content/uploads/2011/08/Nginx6.png" alt="Nginx6 How To Set WordPress Permalink (rewrite rules) on Nginx" width="640" height="240" title="How To Set WordPress Permalink (rewrite rules) on Nginx" /></a> That is one correct way, but there are better ways to do this too.  Say you know all your static files in the wp- folders are of:  jpg, css, php, or js formats, then you should try this:</p>
<p><a rel="attachment wp-att-21619" href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/attachment/nginx7/"><img class="aligncenter size-full wp-image-21619" src="http://blogfreakz.com/wp-content/uploads/2011/08/Nginx7.png" alt="Nginx7 How To Set WordPress Permalink (rewrite rules) on Nginx" width="721" height="198" title="How To Set WordPress Permalink (rewrite rules) on Nginx" /></a>By doing that you can be more efficient, which if you’re moving to nginx is the whole idea.  You’ll notice I didn’t parenthesis encapsulate everything like the prior statement and that’s because the parenthesis captures the item… we don’t need to capture… so I just used the parenthesis to OR the values.</p>
<p>I find the most useful link for Nginx stuff is:<a title="Nginx " href="http://wiki.nginx.org/"> http://wiki.nginx.org/</a></p>
<p><a rel="attachment wp-att-21624" href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/attachment/nginx8/"><img class="alignright size-full wp-image-21624" src="http://blogfreakz.com/wp-content/uploads/2011/08/nginx8.png" alt="nginx8 How To Set WordPress Permalink (rewrite rules) on Nginx" width="350" height="90" title="How To Set WordPress Permalink (rewrite rules) on Nginx" /></a></p>
<p>This particular information can be found here: <a href="http://wiki.nginx.org/HttpRewriteModule">http://wiki.nginx.org/HttpRewriteModule</a></p>
<p>Keep mind, this is wiki, so to be honest one should always run a live test on your application and see for yourself.</p>
<p>Also &#8211; the rewrite rules for much of the Nginx config options are in regexp&#8230; so you may need some foundation knowledge first and may have to look up how to modify it. So if you see this, leave me a comment. Let me know what you like to see.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/" title="nginx wordpress permalinks">nginx wordpress permalinks</a></li>
<li><a href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/" title="nginx wordpress permalinks css">nginx wordpress permalinks css</a></li>
<li><a href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/" title="wordpress permalinks rules nginx">wordpress permalinks rules nginx</a></li>
<li><a href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/" title="nginx wordpress rewrite js scripts">nginx wordpress rewrite js scripts</a></li>
<li><a href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/" title="nginx WordPress Permalink day and name">nginx WordPress Permalink day and name</a></li>
<li><a href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/" title="wordpress permalink rewrite rules">wordpress permalink rewrite rules</a></li>
<li><a href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/" title="wordpress nginx rewrite rules">wordpress nginx rewrite rules</a></li>
<li><a href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/" title="WordPress nginx rewrite author">WordPress nginx rewrite author</a></li>
<li><a href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/" title="wordpress nginx rewrite">wordpress nginx rewrite</a></li>
<li><a href="http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/" title="permalink nginx wordpress">permalink nginx wordpress</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/others/how-to-set-wordpress-permalink-rewrite-rules-on-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a Facebook &#8220;Like&#8221; button to your WordPress Blogs</title>
		<link>http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/</link>
		<comments>http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 18:24:45 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Buttons]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[apprearance]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[facebook like]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=21539</guid>
		<description><![CDATA[Now, it is easier than ever to add the Facebook famous &#8220;Like&#8221;/&#8221;Recommend&#8221; to your posts and increase your blog popularity. The “Like” button allows users to share their ‘like’ of your WordPress Blog with their friends on Facebook. Every time a user clicks on the “Like” button on your blog, it creates a status update [...]]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p>Now, it is easier than ever to add the Facebook famous &#8220;Like&#8221;/&#8221;Recommend&#8221; to your posts and increase your blog popularity. The “Like” button allows users to share their ‘like’ of your WordPress Blog with their friends on Facebook.</p>
<p>Every time a user clicks on the “Like” button on your blog, it creates a status update on the user’s Facebook News Feed with a link back to your WordPress Blog.</p>
<p>Here is how you do it:</p>
<p>1.       Login as administrator to the WordPress admin panel.</p>
<p>2.       Go to Appearance -&gt; Editor.</p>
<p><a rel="attachment wp-att-21578" href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/attachment/appearance-editor/"><img class="aligncenter size-full wp-image-21578" src="http://blogfreakz.com/wp-content/uploads/2011/08/Appearance-Editor.jpg" alt="Appearance Editor How to add a Facebook Like button to your WordPress Blogs" width="1408" height="689" title="How to add a Facebook Like button to your WordPress Blogs" /></a></p>
<p>3.       Place the following code wherever you want the like button to appear:</p>
<p><em>&lt;iframe src=&#8221;http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=350&amp;amp;action=like&amp;amp;colorscheme=light&#8221; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243; allowTransparency=&#8221;true&#8221; style=&#8221;border:none; overflow:hidden; width:350px; height:25px&#8221;&gt;&lt;/iframe&gt;</em></p>
<p>4.       Save the changes, and the final result should look like this:</p>
<p><a rel="attachment wp-att-21581" href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/attachment/facebook-like/"><img class="aligncenter size-full wp-image-21581" src="http://blogfreakz.com/wp-content/uploads/2011/08/facebook-like.png" alt="facebook like How to add a Facebook Like button to your WordPress Blogs" width="1316" height="727" title="How to add a Facebook Like button to your WordPress Blogs" /></a><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/" title="like button">like button</a></li>
<li><a href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/" title="facebook style">facebook style</a></li>
<li><a href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/" title="facebook like">facebook like</a></li>
<li><a href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/" title="add news facebook code">add news facebook code</a></li>
<li><a href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/" title="status likes for facebook codes">status likes for facebook codes</a></li>
<li><a href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/" title="wordpress admin panel">wordpress admin panel</a></li>
<li><a href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/" title="facebook like button">facebook like button</a></li>
<li><a href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/" title="ajax iframe facebook">ajax iframe facebook</a></li>
<li><a href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/" title="facebook like button wordpress">facebook like button wordpress</a></li>
<li><a href="http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/" title="add facebook like button to wordpress">add facebook like button to wordpress</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/others/how-to-add-a-facebook-like-button-to-your-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customizing your WordPress Dashboard Display</title>
		<link>http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/</link>
		<comments>http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 09:07:22 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WYSIWYG Editor]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[improve publishing]]></category>
		<category><![CDATA[wordpress customization]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=21501</guid>
		<description><![CDATA[What is WordPress Dashboard? Wordpress dashboard is the first page that you encounter when you log into your blog administration area. The “default page” allows you to see everything that is happening with your blog, from the main posts, stats, recent comments, wordpress news, and any plugins/widgets or updates you might be interested in. You, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is WordPress Dashboard?</strong></p>
<p>Wordpress dashboard is the first page that you encounter when you log into your blog administration area. The “default page” allows you to see everything that is happening with your blog, from the main posts, stats, recent comments, wordpress news, and any plugins/widgets or updates you might be interested in. You, as the blog administrator can use Dashboard to do just about anything on your blog.</p>
<p>However, sometimes there is so much information on the Dashboard that it can actually get in the way of what you are actually trying to do. Customizing your WordPress Dashboard Display can improve user navigation, and can help streamline your publishing process.</p>
<p>Here&#8217;s what we are talking about  from a default wordpress dashboard:</p>
<p><a rel="attachment wp-att-21508" href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/attachment/customizedash1-4/"><img class="alignnone size-full wp-image-21508" src="http://blogfreakz.com/wp-content/uploads/2011/08/customizedash13.png" alt="customizedash13 Customizing your Wordpress Dashboard Display" width="769" height="454" title="Customizing your Wordpress Dashboard Display" /></a></p>
<p><strong>So why customize it?</strong></p>
<p>The custom control over appearance and functions of your WordPress Dashboard can really make your publishing process MUCH MUCH easier. you can clear the clutter , and place relevant controls and information to you on it!</p>
<p>Suggestion: You can tailor your experience with a few easy steps</p>
<p>Here is how to set the wordpress dashboard display:</p>
<ol>
<li> Log into your wordpress admin.</li>
<li>Select the “Screen Options” tab to open the settings options. Upper –right corner- this opens up your Dashboard configuration options.<a rel="attachment wp-att-21509" href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/attachment/customizedash2/"><img class="alignnone size-full wp-image-21509" src="http://blogfreakz.com/wp-content/uploads/2011/08/customizedash2.png" alt="customizedash2 Customizing your Wordpress Dashboard Display" width="704" height="102" title="Customizing your Wordpress Dashboard Display" /></a></li>
<li>Here you can choose your Dashboard preferences. Choose as many widgets you want to show, and how many columns for your screen layout.<a rel="attachment wp-att-21511" href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/attachment/customizedash3-2/"><img class="alignnone size-full wp-image-21511" src="http://blogfreakz.com/wp-content/uploads/2011/08/customizedash31.png" alt="customizedash31 Customizing your Wordpress Dashboard Display" width="704" height="277" title="Customizing your Wordpress Dashboard Display" /></a></li>
<li>Click again to close the Options Screen settings option.</li>
<li> Done.</li>
</ol>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/" title="43 tutorial wordpress">43 tutorial wordpress</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/" title="wordpress user dashboard">wordpress user dashboard</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/" title="wordpress dashboard layout">wordpress dashboard layout</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/" title="[\core\][\yoast_db_widget\]);#">[\core\][\yoast_db_widget\]);#</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/" title="wordpress dashboard">wordpress dashboard</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/" title="wordpress dashboard appearance">wordpress dashboard appearance</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/" title="wordpress dashboard columns-prefs">wordpress dashboard columns-prefs</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/" title="wordpress dashboard customise">wordpress dashboard customise</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/" title="wordpress dashboard customize">wordpress dashboard customize</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/" title="wordpress dashboard improve">wordpress dashboard improve</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/wordpress-tutorial/customizing-your-wordpress-dashboard-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery Toastmessage &#8211; Android-like Notification</title>
		<link>http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/</link>
		<comments>http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 17:00:00 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tooltips]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=15552</guid>
		<description><![CDATA[jquery-toastmessage-plugin is a JQuery plugin which provides android-like notification messages. It&#8217;s a quite nice way to report info or error to the user. jquery-toastmessage was founded by akquinet A.G. Features Informations are introduced as toastmessages to the user in a seamless and natural way Toastmessages may or may not disrupt the user and they are still [...]]]></description>
			<content:encoded><![CDATA[<p><a title="jquery-toastmessage-plugin" rel="nofollow" href="http://akquinet.github.com/jquery-toastmessage-plugin/" target="_blank">jquery-toastmessage-plugin </a>is a JQuery plugin which provides android-like notification messages. It&#8217;s a quite         nice way to report info or error to the user. jquery-toastmessage was founded by <a rel="nofollow" href="http://www.akquinet.de/en">akquinet A.G.</a></p>
<p><span id="more-15552"></span><a rel="nofollow" href="http://akquinet.github.com/jquery-toastmessage-plugin/"><img class="alignnone size-full wp-image-15554" title="toastmessage" src="http://blogfreakz.com/wp-content/uploads/2011/02/toastmessage.jpg" alt="toastmessage Jquery Toastmessage   Android like Notification " width="600" height="286" /></a></p>
<h3>Features</h3>
<ul>
<li>Informations are introduced as toastmessages to the user in a seamless and natural way</li>
<li>Toastmessages may or may not disrupt the user and they are still informative</li>
<li>4 different predefined types of toasts: notice, success, warning and error</li>
<li>Fully customizable</li>
<li>Easy to use API</li>
</ul>
<p>The Source code, demo page  and wiki page available on github. Jquery-toastmessage-plugin is licensed under the Apache License 2.0.</p>
<p class="download"><strong>Requirements</strong>: jQuery Library<br />
<strong>Demo</strong>: <a rel="nofollow" href="http://akquinet.github.com/jquery-toastmessage-plugin/demo/demo.html" target="_blank">http://akquinet.github.com/jquery-toastmessage-plugin/demo/demo.html</a><br />
<strong>License</strong>: Apache License</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/" title="jquery notification">jquery notification</a></li>
<li><a href="http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/" title="jquery mobile notification">jquery mobile notification</a></li>
<li><a href="http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/" title="notification jquery">notification jquery</a></li>
<li><a href="http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/" title="jquery notification like facebook">jquery notification like facebook</a></li>
<li><a href="http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/" title="jquery notify">jquery notify</a></li>
<li><a href="http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/" title="jquery toastmessage">jquery toastmessage</a></li>
<li><a href="http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/" title="jquery android notification">jquery android notification</a></li>
<li><a href="http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/" title="toastmessage">toastmessage</a></li>
<li><a href="http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/" title="jquery toast">jquery toast</a></li>
<li><a href="http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/" title="jquery Mobile toast">jquery Mobile toast</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/jquery/jquery-toastmessage-android-like-notification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

