<?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>Bezago &#124; Web design, tutorials, resources and inspiration.</title>
	<atom:link href="http://bezago.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bezago.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 10 May 2012 07:41:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Past work experience with XHTML, CSS &#8211; first week</title>
		<link>http://bezago.com/blog/2012/01/29/past-work-experience-with-xhtml-css-first-week/</link>
		<comments>http://bezago.com/blog/2012/01/29/past-work-experience-with-xhtml-css-first-week/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 16:27:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://bezago.com/?p=291</guid>
		<description><![CDATA[I am working with Web for almost three years now. I have experience in HTML and CSS by developing many web sites and web application. Everyone knows that CSS and HTML is very simple and has small learning curve. Actually the "SIMPLE" may cause some difficulties when your are working on the larger web applications.

I know, your are very much in CSS and HTML, But you may get more complex situation when project is getting bigger. Basically your styles sheet is getting larger and it may difficult to manage and scalability into your project. If you have a team and work with front-end development, you should have a well defined process and procedures. If not, you may getting trouble in future and when you are going to improve your project.  

Also web page rendering speed is another matter to subject from a Web developer perspective. The front-end developer should suggest, how to improve the user experience by adding some performance best practices into the web pages.    ]]></description>
			<content:encoded><![CDATA[<p>I am working with Web for almost three years now. I have experience in HTML and CSS by developing many web sites and web applications. Everyone knows that CSS and HTML is very simple and has small learning curve. Actually simplicity may cause some difficulties when your are working on the larger web applications.</p>
<p>I know, your are very much in CSS and HTML, But you may get more complex situation when project is getting bigger. Basically your styles sheet is getting larger and it may difficult to manage. This may also effect scalability into your project. If you have a team and work with front-end development, you should have a well defined process and procedures. If not, you may get trouble in future, when you are going to improve your project.  </p>
<p>Also web page rendering speed is another matter to subject from a Web developer perspective. The front-end developer should suggest, how to improve the user experience by adding some performance best practices into the web pages.    </p>
<p><strong>How we can identify this situation. </strong></p>
<ol>
<li>When new features add into a project, stylesheet get larger because we couldn&#8217;t reuse style rules for new elements added. </li>
<li>Lack of well-defined documentations for HTML layouts and CSS may waste your time and new updates may conflict from old styles rules.</li>
<li>We have to spend more time to communicate within team to do small updates. </li>
<li>Basically CSS and HTML files maintainability is more difficult within the team. </li>
<li>Lack of scalability</li>
</ol>
<p>Finally we have to learn how to structure our CSS to allow for flexibility and maintainability as our project and team grows.</p>
<p><strong>Here is what we did for overcome to this situation, </strong></p>
<p>The main purpose was to identify how to organize CSS, flexibility, scalability and maintainability when the our project and our team grows. The following resources were found in initial research. </p>
<ul>
<li><a href="https://github.com/stubbornella/oocss" rel='nofollow'>Object Oriented CSS Framework</a> <em>by <a href="https://github.com/stubbornella" rel='nofollow'>Nicole Sullivan</a></em></li>
<li><a href="http://sass-lang.com/" rel='nofollow'>Sass</a> &#8211; <em>is a web-framework plugin/ command line tool which can be translated to well-formatted in adding nested rules, variables, mixins, selector inheritance, and more.</em>
</li>
<li><a href="https://github.com/kneath/kss" rel='nofollow'>Kss</a> &#8211; <em>is a methodology for documenting CSS and generating style guides</em>
</li>
</ul>
<p>In addition to great set articles for <a href="http://smacss.com/" rel='nofollow'>Scalable and Modular Architecture for CSS</a> in advance reading. </p>
<p><strong>The Principles Of OOCSS</strong></p>
<p>The purpose of OOCSS is to encourage code reuse and, ultimately, faster and more efficient stylesheets that are easier to add to and maintain.</p>
<p><strong>KSS</strong></p>
<p>Documentation is a must when you work on a project as a team. This will give more understanding among the team, it will save more time as well. KSS is great small library to  provide a methodology for writing maintainable, documented CSS within a team. KSS only generate well-define documents your project. </p>
<p>KSS is built on <a href="http://www.sinatrarb.com/" rel='nofollow'>Sinatra</a> ruby framework. You can enhance the documentation by adding more simple helper. It basically support Sass to parsing the CSS documented with KSS guidelines. </p>
<p>The first week we try to collect the resources above. So by next week we will try to implement the thing using above tools. </p>
<p>I wanted to special thanks <a href="http://laktek.com/" rel='nofollow'>Lakshan</a> (Initiate the concept behind this project) and <a href="http://lucksy.com/" rel='nofollow'>Amila</a> (work on HTML and CSS)   </p>
]]></content:encoded>
			<wfw:commentRss>http://bezago.com/blog/2012/01/29/past-work-experience-with-xhtml-css-first-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyroCMS can cvertake WordPress?</title>
		<link>http://bezago.com/blog/2012/01/29/the-pyrocms-can-cvertake-the-wordpress/</link>
		<comments>http://bezago.com/blog/2012/01/29/the-pyrocms-can-cvertake-the-wordpress/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 07:57:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://bezago.com/?p=285</guid>
		<description><![CDATA[<img src="http://bezago.com/wordpress/wp-content/uploads/2012/01/dde1c17fb1d9ef3488aa82e0e5db5825.png" alt="" title="dde1c17fb1d9ef3488aa82e0e5db5825" width="140" height="140" class="alignleft size-full wp-image-336" /> Recently I was looking into alternative for WrodPress. The PyroCMS is one of my best choice when I familiar with it. The PyroCMS has great looks and feel than WordPress. Most of the web developer has at least small knowledge of how to install WordPress CMS and create blog or web site by adding one more plugin. But Wordpress doesn't support fully customization for Admin view and overwrite the core. But PyroCMS is great to have those features in built. PyroCMS has developed upon the CodeIgniter open source PHP web application framework.

<strong>I like to Theme System in PyroCMS.</strong>

PyroCMS has two main theme systems for "Front-end Theme" and "Admin Theme". This is the great feature in this system, so that create our own professional "Control Panel" for my clients. As well as front-end theme system is so easy to understand what you are having the HTML knowledge by using the Wordpress system.  

The Wordpress system is build on for only blogs, But eventually lot of web developers tried to create much advance website also. Currently wordpress has more than 18,000 plugins their repository and lot of custom themes. This is the power of the Wordpress. But back-end customization is not easy as PyroCMS. The PyroCMS admin control panel is separate from the website. So regular users cannot see the admin view, but we can provide a better dashboard view for each users by extending role management system. This is one of main point to use this CMS for my future developments. 
]]></description>
			<content:encoded><![CDATA[<p><img src="http://bezago.com/wordpress/wp-content/uploads/2012/01/dde1c17fb1d9ef3488aa82e0e5db5825.png" alt="" title="dde1c17fb1d9ef3488aa82e0e5db5825" width="140" height="140" class="alignleft size-full wp-image-336" /> Recently I was looking into alternative for WrodPress. PyroCMS is one of my best choice when I familiar with it. PyroCMS has great looks and feel than WordPress. Most of the web developer has at least small knowledge of how to install WordPress CMS and create blog or web site by adding one more plugin. But WordPress doesn&#8217;t support fully customization for Admin view and overwrite the core. But PyroCMS is great to have those features in built. PyroCMS has developed upon the CodeIgniter open source PHP web application framework.</p>
<p><strong>I like to Theme System in PyroCMS.</strong></p>
<p>PyroCMS has two main theme systems for &#8220;Front-end Theme&#8221; and &#8220;Admin Theme&#8221;. This is the great feature in this system, so that create our own professional &#8220;Control Panel&#8221; for my clients. As well as front-end theme system is so easy to understand what you are having the HTML knowledge by using the WordPress system.  </p>
<p>WordPress system is build on for only blogs, But eventually lot of web developers tried to create much advance website also. Currently wordpress has more than 18,000 plugins their repository and lot of custom themes. This is the power of WordPress. But back-end customization is not easy as PyroCMS. PyroCMS admin control panel is separate from the website. So regular users cannot see the admin view, but we can provide a better dashboard view for each users by extending role management system. This is one of main point to use this CMS for my future developments. </p>
<p><strong>Widgets, Plugins, and Modules</strong></p>
<p>If you need to get more complex functionality into your website, you can install custom widgets, plugins and modules or you can create your own widgets, plugin and modules. In addition to you can download free and paid third party ones for their &#8220;add-on&#8221; store. </p>
<p>If you are interesting to develop, PyroCMS provide lot of customization other than creating new modules. In my first installations I need Faqs module to be installed. But I needed to change the presentation view into the webpage. I am lucky to using such a advance system provide to overwrite the <a rel="nofollow" href="http://www.pyrocms.com/docs/2.0/theming-pyrocms/overloading-module-views">Module view</a> in your template.</p>
<p>Finally I can says, PyroCMS is easy to use, it has a smart caching system to keep everything running smoothly. It can be easily extended with Modules, Widgets, and Plugins which are easily as you like.  </p>
]]></content:encoded>
			<wfw:commentRss>http://bezago.com/blog/2012/01/29/the-pyrocms-can-cvertake-the-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Standard Module Format</title>
		<link>http://bezago.com/blog/2012/01/28/html-standard-module-format/</link>
		<comments>http://bezago.com/blog/2012/01/28/html-standard-module-format/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 17:57:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://bezago.com/?p=308</guid>
		<description><![CDATA[The "Standard Module Format" is represent the modular content structure on the page. This provide a some basic container objects including the head, body and foot sections separately. Also this simple structure maintains the flexibility, accessibility and performances into the page. You can find more details from <a href="https://github.com/stubbornella/oocss/wiki/Module">Modules – Container Objects</a> and YUI Library Examples -<a href="http://developer.yahoo.com/yui/examples/container/module.html">The Module Control</a>.  

If you are trying to think the content objects as modules format structure, definitely your will get more benefit for more dynamic behavioral pages in your web application. ]]></description>
			<content:encoded><![CDATA[<p>The &#8220;Standard Module Format&#8221; is represent the modular content structure on the page. This provide a some basic container objects including the head, body and foot sections separately. Also this simple structure maintains the flexibility, accessibility and performances into the page. You can find more details from <a rel="nofollow" href="https://github.com/stubbornella/oocss/wiki/Module" rel='nofollow'>Modules – Container Objects</a> and YUI Library Examples -<a rel="nofollow" href="http://developer.yahoo.com/yui/examples/container/module.html">The Module Control</a>.  </p>
<p>If you are trying to think the content objects as modules format structure, definitely your will get more benefit for more dynamic behavioral pages in your web application. </p>
<p><strong>What are the major advantages, </strong></p>
<ol>
<li>You will able to increase your rate of development process.</li>
<li>This module format structure provide accessibility and performance. </li>
<li>Naming convention is fit into Yahoo&#8217;s Standard Module Format and it became standard across all JavaScript libraries as well. </li>
<li>Simple to make it up (Skin)</li>
<li>Facilitate reuse the CSS styles</li>
<li>Flexibility to add element objects into the separate sections in the module</li>
</ol>
<p>The standard module format is based on the YUI module control.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div class=&quot;mod&quot;&gt;
	&lt;div class=&quot;inner&quot;&gt;
		&lt;div class=&quot;hd&quot;&gt;head&lt;/div&gt;
		&lt;div class=&quot;bd&quot;&gt;body&lt;/div&gt;
		&lt;div class=&quot;ft&quot;&gt;foot&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;</pre></div></div>

<p>Find more details from <a href="https://github.com/stubbornella/oocss/wiki/" rel='nofollow'>Modules – Container Objects</a> of the OOCSS project. </p>
]]></content:encoded>
			<wfw:commentRss>http://bezago.com/blog/2012/01/28/html-standard-module-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Pagination (Twitter old Style) &#8211; WordPress plugin</title>
		<link>http://bezago.com/blog/2012/01/23/ajax-pagination-twitter-old-style-wordpress-plugin/</link>
		<comments>http://bezago.com/blog/2012/01/23/ajax-pagination-twitter-old-style-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 17:17:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bezago.com/?p=252</guid>
		<description><![CDATA[<img src="http://bezago.com/wordpress/wp-content/uploads/2012/01/screenshot-1.png" alt="" title="screenshot-1" width="527" height="68" class="alignleft size-full wp-image-282" />  The pagination of a web site gives to view more old posts of the blog or specific content of the website. There are lot of Wordpress plugins to enable the pagination in different styles, eg: <a href="http://wordpress.org/extend/plugins/wp-paginate/">WP-Paginate</a>. When I was developing new website using Wordpress, I wanted to have the pagination just looks like Twitter old styles. The Twitter pagination styles is quite more fast and it gives good end user experience.   

The <a href="http://wordpress.org/extend/plugins/ajax-pagination/">Ajax Pagination</a>  plugin is to convert WordPress default pagination behavior into the Twitter style (old) using Ajax functionality. You can use this plugin to where the pagination is available in your template. You can check demo on <a href="http://vesess.com/blog">Vesess blog</a> also using this plugin.  

<strong>Features</strong>
<ol>
	<li>Load posts in Ajax functionality</li>
	<li>Twitter pagination style</li>
	<li>The default pagination where the functionality is available in your template can be replaced</li>
	<li>Custom post type post pagination support</li>
	<li>Javascript "callback" function after one page is loaded</li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://bezago.com/wordpress/wp-content/uploads/2012/01/screenshot-1.png" alt="" title="screenshot-1" width="527" height="68" class="alignleft size-full wp-image-282" /> The pagination of a web site gives to view more old posts of the blog or specific content of the website. There are lot of WordPress plugins to enable the pagination in different styles, eg: <a href="http://wordpress.org/extend/plugins/wp-paginate/" rel='nofollow'>WP-Paginate</a>. When I was developing new website using WordPress, I wanted to have the pagination just looks like Twitter old styles. The Twitter pagination styles is quite more fast and it gives good end user experience.   </p>
<p>The <a href="http://wordpress.org/extend/plugins/ajax-pagination/" rel='nofollow'>Ajax Pagination</a>  plugin is to convert WordPress default pagination behavior into the Twitter style (old) using Ajax functionality. You can use this plugin to where the pagination is available in your template. You can check demo on <a href="http://vesess.com/blog" rel='nofollow'>Vesess blog</a> also using this plugin.  </p>
<p><strong>Features</strong></p>
<ol>
<li>Load posts in Ajax functionality</li>
<li>Twitter pagination style</li>
<li>The default pagination where the functionality is available in your template can be replaced</li>
<li>Custom post type post pagination support</li>
<li>Javascript &#8220;callback&#8221; function after one page is loaded</li>
</ol>
<p><strong>Download and Installation </strong></p>
<p><a href="http://downloads.wordpress.org/plugin/ajax-pagination.zip" rel='nofollow'>Download</a> the plugin and <a href="http://wordpress.org/extend/plugins/ajax-pagination/installation/" rel='nofollow'>install</a> using correct with guidance. </p>
<p><strong>How to use this plugin in your template </strong><br />
After you install the plugin, insert following code into your index.php file.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> 
     <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'genarate_ajax_pagination'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> 
         genarate_ajax_pagination<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Read More'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'blue'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>The &#8220;genarate_ajax_pagination($btn_name, $color_name, $loop, $query)&#8221; function has four parameters may help to you get more functionality from the pagination button. </p>
<p><strong>$btn_name</strong> is string (optional). The button name default value is &#8220;Read More&#8221;</p>
<p><strong>$color_name</strong> is string (optional). The button background color names. by default &#8220;blck&#8221; is applied and you can use following colors, or your custom colors.</p>
<ol>
<li>blue</li>
<li>red</li>
<li>magenta</li>
<li>orange</li>
<li>yellow</li>
</ol>
<p><em>Note: this plugin is used CSS3 functionality buttons. The original credits to <a href="http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html" rel='nofollow'>Super Awesome Buttons with CSS3 and RGBA</a></em></p>
<p><strong>$loop</strong> &#8211; string (optional). The default is &#8216;content&#8217;</p>
<p><em>Note:</em><br />
    The &#8216;twentyeleven&#8217; theme support &#8216;content&#8217;<br />
    The &#8216;twentyten&#8217; theme support &#8216;loop&#8217;</p>
<p>The loop file is where the posts/content will be loaded. The default value is (if you don&#8217;t set $loop variable) &#8216;loop&#8217;. This usage is that, the plugin load your post content template, eg: get_template_part($loop). Advantage of this parameter is that you can use the pagination in several places in your WordPress theme to load the posts/content from.</p>
<p><strong>$query</strong> &#8211; array (optional), the default is array() </p>
<p>If you are using custom query to display posts, pagination plugin also need the custom query array to run loop. The advantage of this parameter, you can use any Custom Post Type Template. eg: array(&#8216;post_type&#8217; => &#8216;custom&#8217;)</p>
<p><strong>How to handle the callback function</strong> </p>
<p>This plugin is used jQuery javacript framework to handle the AJAX functionality on client side. So this plugin is triggered a customer event name called &#8216;complete-paginate&#8217; once complete the next page append to the page. </p>
<p>The important of the custom event in client side is that you may have twitter or Facebook button or a specific bound event in the loaded posts content. This custom event may help you to re-assign events any effect.</p>
<p>The custom event can be bound into the button (id=&#8221;ajax_pagination_btn&#8221;). eg:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#ajax_pagination_btn'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">bind</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'complete-paginate'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>event<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  console.<span style="color: #660066;">log</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'update other Js functionality'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://bezago.com/blog/2012/01/23/ajax-pagination-twitter-old-style-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to create custom tag cloud in WordPress</title>
		<link>http://bezago.com/blog/2010/07/23/how-to-create-custom-tag-cloud-in-wordpress/</link>
		<comments>http://bezago.com/blog/2010/07/23/how-to-create-custom-tag-cloud-in-wordpress/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 04:46:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and IT]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bezago.com/?p=226</guid>
		<description><![CDATA[<img src="http://bezago.com/wordpress/wp-content/uploads/2010/07/tags-cloud.jpg" alt="" title="tags-cloud" width="250" height="150" class="alignleft size-full wp-image-242" /> Previous article was about some new features in wordpress 3.0. But today I like to write small Hack in Wordpress template. You know, there is a grate feature Tag cloud which is displays a list of tags has been assigned to posts. Wordpress Tags can be generated by wp_tag_cloud() API function by passing relevant arguments. Using this method you can show list of tags somewhere in you template (ex: sidebar). 

Since Version 2.8, the taxonomy parameter was added so that any taxonomy could be used to generate the tag clouds. As well as Wordpress contain existing widget so that easily add tag cloud to the sidebar or somewhere in template. ]]></description>
			<content:encoded><![CDATA[<p>Previous article was about some new features in wordpress 3.0. But today I like to write small Hack in WordPress template. You know, there is a grate feature Tag cloud which is displays a list of tags has been assigned to posts. WordPress Tags can be generated by <a href="http://codex.wordpress.org/Function_Reference/wp_tag_cloud" rel='nofollow'>wp_tag_cloud()</a> API function by passing relevant arguments. Using this method you can show list of tags somewhere in you template (ex: sidebar). </p>
<p>Since Version 2.8, the taxonomy parameter was added so that any taxonomy could be used to generate the tag clouds. As well as WordPress contain existing widget so that easily add tag cloud to the sidebar or somewhere in template. </p>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2010/07/tag-widgets-in-wordpress.jpg" alt="" title="tag-widgets-in-wordpress" class="size-full wp-image-227" /> </p>
<p>The clouds are available for Categories or any other Custom Taxonomies to present  in you web site. But you can control only available parameters for appearance tag cloud. </p>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2010/07/popular-tags.jpg" alt="" title="popular-tags" width="427" height="178" class="size-full wp-image-228" /></p>
<p>But if you want to present the post count for a specific tag, we cannot generate using wp_tag_cloud() function. So we can use simply following Hack to generate any type of output in your tag cloud.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">   <span style="color: #000088;">$args</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'taxonomy'</span>  <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'post_tags'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000088;">$tags</span> <span style="color: #339933;">=</span> get_terms<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$args</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'taxonomy'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #990000;">array_merge</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$args</span><span style="color: #339933;">,</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'orderby'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'count'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'order'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'DESC'</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Always query top tags</span>
&nbsp;
   <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$tags</span> <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$tags</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$tag</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
          <span style="color: #000088;">$link</span> <span style="color: #339933;">=</span> get_term_link<span style="color: #009900;">&#40;</span> <span style="color: #990000;">intval</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$tag</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">term_id</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$args</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'taxonomy'</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>						
           <span style="color: #000088;">$list</span> <span style="color: #339933;">.=</span> <span style="color: #0000ff;">'&lt;li&gt;&lt;strong class=&quot;tag_link&quot;&gt;&lt;a href=&quot;'</span><span style="color: #339933;">.</span><span style="color: #000088;">$link</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&quot;&gt;'</span><span style="color: #339933;">.</span><span style="color: #000088;">$tag</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">name</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&lt;/a&gt; ('</span><span style="color: #339933;">.</span><span style="color: #000088;">$tag</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">count</span><span style="color: #339933;">.</span><span style="color: #0000ff;">')&lt;/strong&gt;&lt;/li&gt;'</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
   <span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$list</span><span style="color: #339933;">;</span></pre></div></div>

<p>The  get_terms() function will fetch the all tags data as an array for specific taxonomy. Above example I used default post_tags as taxonomy. But <a href="http://codex.wordpress.org/Function_Reference/get_terms" rel='nofollow'>get_terms()</a> function doesn&#8217;t contain the tags link, so I used get_term_link() inside of the Foreach loop. Well, finally print the output as follows,</p>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2010/07/tags-with-count.png" alt="" title="tags-with-count" width="314" height="268" class="size-full wp-image-240" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bezago.com/blog/2010/07/23/how-to-create-custom-tag-cloud-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating WordPress 3.0 themes including new features</title>
		<link>http://bezago.com/blog/2010/07/15/creating-wordpress-3-0-themes-including-new-features/</link>
		<comments>http://bezago.com/blog/2010/07/15/creating-wordpress-3-0-themes-including-new-features/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 09:26:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bezago.com/?p=188</guid>
		<description><![CDATA[<img src="http://bezago.com/wordpress/wp-content/uploads/2010/07/wordpress-250x250.png" alt="" title="wordpress-250x250" width="150" class="alignleft size-full wp-image-203" /> Wordpress 3.0 was released couple of we<eks ago. It is included lot of new feature and functionality update and now Wordpress seems to be a grate CMS among others. I actually Wordpress templating is so easy when compare other major CMS. 

Before release Wordpress 3.0, it had only one Post type to add article. But 3.0 has grate feature <a href="http://codex.wordpress.org/Custom_Post_Types">Custom Post Type </a>. This feature will easy to hold and display many different types of content. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://bezago.com/wordpress/wp-content/uploads/2010/07/wordpress-250x250.png" alt="" title="wordpress-250x250" width="150" class="alignleft size-full wp-image-203" /> WordPress 3.0 was released couple of weeks ago. It is included lot of new features and functionality updates. With new features the WordPress seems to be a grate CMS among others CMSs. Actually WordPress templating is so easy when compare other major CMSs. </p>
<p>Before released WordPress 3.0, it had only one Post type to add article. But 3.0 has grate feature <a href="http://codex.wordpress.org/Custom_Post_Types" rel='nofollow'>Custom Post Type </a>. This feature will easy to hold and display many different types of content. </p>
<p>As well as another main issue also was solved with this introducing by Custom Post Types. The problem was URL suture of web site. Most of time post URL was <strong>Base_URL/blog/%date%/%post_name%/</strong>. But my opinion is URL should be best way to have as following<br />
<strong>Base_URL/blog/%post_name%/ </strong>. Your know this format can be enabled old system. But we couldn&#8217;t set different kind of URL formats to the post. But this feature is come with Custom Post Type. We can have different kind of post urls. For examples you have a Magazine and Project in your organization. Now you can separately maintain two Post Type and you can assign the URL format for each post type. </p>
<p>I developed a new web site using WordPress 3.0 with new features. I created new two Custom Post Type  for pages name called Magazine and Project. </p>
<p>You can create Custom Post type as Follows, Note: Let&#8217;s create Custom Post Type name as &#8220;<strong>Project</strong>&#8221;</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
	register_post_type<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'projects'</span><span style="color: #339933;">,</span>
                <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'label'</span> <span style="color: #339933;">=&gt;</span> __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Projects'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
			<span style="color: #0000ff;">'public'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span>
			<span style="color: #0000ff;">'show_ui'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span>
			<span style="color: #0000ff;">'supports'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'title'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'editor'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'author'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'thumbnail'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'excerpt'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'comments'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'custom-fields'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
			<span style="color: #0000ff;">'menu_position'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #cc66cc;">5</span>
			<span style="color: #009900;">&#41;</span>
              <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>And you can taxonomy for each Custom Post Types.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> create_my_taxonomies<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    register_taxonomy<span style="color: #009900;">&#40;</span> 
                          <span style="color: #0000ff;">'projects-category'</span><span style="color: #339933;">,</span> 
                          <span style="color: #0000ff;">'projects'</span><span style="color: #339933;">,</span> 
                          <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'hierarchical'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span> 
                                   <span style="color: #0000ff;">'label'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'Categories'</span><span style="color: #339933;">,</span> 
                                   <span style="color: #0000ff;">'query_var'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span> 
                                   <span style="color: #0000ff;">'rewrite'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'slug'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'projects/category'</span> <span style="color: #009900;">&#41;</span> 
                       <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   register_taxonomy<span style="color: #009900;">&#40;</span> 
                         <span style="color: #0000ff;">'projects-tags'</span><span style="color: #339933;">,</span> 
                         <span style="color: #0000ff;">'projects'</span><span style="color: #339933;">,</span> 
                         <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'hierarchical'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">,</span> 
                                  <span style="color: #0000ff;">'label'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'Post Tag'</span><span style="color: #339933;">,</span> 
                                  <span style="color: #0000ff;">'query_var'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span> 
                                  <span style="color: #0000ff;">'rewrite'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'slug'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'projects/tags'</span> <span style="color: #009900;">&#41;</span> 
                        <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #666666; font-style: italic;">//create taxomony</span>
add_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'init'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'create_my_taxonomies'</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">0</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Above code will create a Custom Post Type and you can see it at backend in WordPress. Now you can create post under the &#8220;Project&#8221; post type as default &#8220;post&#8221; main type used by the blog in WordPress. </p>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2010/07/wordpress_custom_post_type.png" alt="" title="wordpress custom post type" class="alignleft size-full wp-image-202" /></p>
<p>I will provide more details about complete WordPress 3.0 template creating on next posts. </p>
<p>I addition to WordPress having grate ability to change admin interface, just like organize Main menu order and remove some component without directly editing the core of WordPress. </p>
<p>Here is one of tip I just used today. Let&#8217;s think you don&#8217;t need WordPress default the Blog post type in your developed theme. As I shown above the codes, you have create your own Custom Post Types and you have a fully control of the web site with them. But you may not need default Post type anymore. So you can remove it form back-end main menu. </p>
<p>Just add hooks to the functions.php</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> remove_menu<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$menu</span><span style="color: #339933;">;</span>	
	<span style="color: #000088;">$menu</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span> __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Posts'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'edit_posts'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'edit.php'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'open-if-no-js menu-top'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'menu-posts'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'div'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #666666; font-style: italic;">//remove post top level menu</span>
	<span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$menu</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'admin_head'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'remove_menu'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>I think this will help to understand backend configuration using simple and smart hooks of WordPress <img src='http://bezago.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bezago.com/blog/2010/07/15/creating-wordpress-3-0-themes-including-new-features/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GSoC 2010 &#8211; I&#8217;m with TYPO3 Association</title>
		<link>http://bezago.com/blog/2010/03/22/gsoc-2010-im-with-typo3-association/</link>
		<comments>http://bezago.com/blog/2010/03/22/gsoc-2010-im-with-typo3-association/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 15:28:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GSoC]]></category>
		<category><![CDATA[The life]]></category>

		<guid isPermaLink="false">http://bezago.com/?p=146</guid>
		<description><![CDATA[<img src="http://bezago.com/wordpress/wp-content/uploads/2010/03/gsoc-typo3.png" alt="gsoc-typo3" title="gsoc-typo3" width="200" height="150" class="alignleft size-full wp-image-186" />In this summer, I got select for <a href="http://code.google.com/soc/">Google summer of code</a> 2010 program. I had a experience with GSoC program 2008, working with <a href="http://code.google.com/soc/2008/coppermine/appinfo.html?csaid=6D19E545114377B0">Coppermine-gallery project</a>. <a href="http://coppermine-gallery.net/">Coppermine-gallery</a> project is my first contribution for  a open source project. That project gave me  a good opportunity to work with a large open source community and identify other members in the world. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://bezago.com/wordpress/wp-content/uploads/2010/03/gsoc-typo3.png" alt="gsoc-typo3" title="gsoc-typo3" width="200" height="150" class="alignleft size-full wp-image-186" />In this summer, I got select for <a href="http://code.google.com/soc/" rel='nofollow'>Google summer of code</a> 2010 program. I had a experience with GSoC program 2008, working with <a href="http://code.google.com/soc/2008/coppermine/appinfo.html?csaid=6D19E545114377B0" rel='nofollow'>Coppermine-gallery project</a>. <a href="http://coppermine-gallery.net/" rel='nofollow'>Coppermine-gallery</a> project is my first contribution for  a open source project. That project gave me  a good opportunity to work with a large open source community and identify other members in the world. </p>
<p>Again, I will working with TYPO3 organization project in this year with my busy schedule. Anyway I am so happy at this time, because of I have to spend my best effort to this project. TYPO3 is a free, feature rich, Content Management Framework built with PHP. As a web developer I am so interesting with PHP, jQuery and RoR. TYPO3 is built with PHP and it use <a href="http://www.extjs.com/" rel='nofollow'>EXT JS</a> as main Javascript library. </p>
<p>Basically, my project is &#8220;Enhancing usability of the next Generation List Module&#8221; in TYPO3 CMS. Through this project, I hope to integrate AJAX functionalities (using EXT JS library) into the next Generation List Module of the TYPO3 Backend. This project aims to enhance the user experience, accessibility, performance improvement in the system&#8217;s functionalities. </p>
<p>TYPO3 community&#8217;s members are giving good support to me and I am luck to say, there are two mentors assigned for my project. My core mentor is <a href="http://www.typo3-unleashed.net/" rel='nofollow'>Thomas Hempel</a> and <a href="http://twitter.com/etobi_dev" rel='nofollow'>Tobias Liebig</a> also provide good support to continue my project.  </p>
<p>This is my full proposal of TYPO3 project: https://docs.google.com/Doc?docid=0AbEzQPPZTDD0ZGZueG5nZjNfMzJ2NzljMnZmNQ&#038;hl=en</p>
]]></content:encoded>
			<wfw:commentRss>http://bezago.com/blog/2010/03/22/gsoc-2010-im-with-typo3-association/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A grate Firefox plugin to Notify new mails at Gmail</title>
		<link>http://bezago.com/blog/2009/08/08/a-grate-firefox-plugin-to-notify-new-mails-at-gmail/</link>
		<comments>http://bezago.com/blog/2009/08/08/a-grate-firefox-plugin-to-notify-new-mails-at-gmail/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 14:19:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and IT]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://bezago.com/?p=136</guid>
		<description><![CDATA[<img src="http://bezago.com/wordpress/wp-content/uploads/2009/08/gmail_logo_stylized.jpg" alt="gmail_logo_stylized" title="gmail_logo_stylized" width="200" height="150" class="alignleft size-full wp-image-168" /><a href="http://mail.google.com/">Gmail </a>is the grate web application which is a free webmail, POP3, and IMAP service provided by Google  among the other free webmail application such as <a href="http://mail.yahoo.com/">Yahoo! Mail</a>, <a href="www.hotmail.com/">Hotmail</a>, and <a href="http://webmail.aol.com/">AOL</a>. And most of Freelancers are using Gmail for day to day activities with projects and private usage. 

I am not going to talk about Gmail and other applications. But I am also using Gmail. And I was a problem to notifying a new mails which come Gmail inbox. Sometime I am late to check the new important mails. Meantime I go to check new mails very often. But it was very time consuming task when I work projects. And I was finding a solution to avoid this problem. Finally I found a Firefox plugin named <a href="http://www.nexgenmedia.net/extensions/">Gmail Notifier</a>. It is very useful plugin if you are wasting time on Gmail. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://bezago.com/wordpress/wp-content/uploads/2009/08/gmail_logo_stylized.jpg" alt="gmail_logo_stylized" title="gmail_logo_stylized" width="200" height="150" class="alignleft size-full wp-image-168" /><a rel="nofollow" href="http://mail.google.com/">Gmail </a>is the grate web application which is a free webmail, POP3, and IMAP service provided by Google  among the other free webmail application such as <a rel="nofollow" href="http://mail.yahoo.com/">Yahoo! Mail</a>, <a rel="nofollow" href="www.hotmail.com/">Hotmail</a>, and <a href="http://webmail.aol.com/" rel='nofollow'>AOL</a>. And most of Freelancers are using Gmail for day to day activities with projects and private usage. </p>
<p>I am not going to talk about Gmail and other applications. But I am also using Gmail. And I was a problem to notifying a new mails which come Gmail inbox. Sometime I am late to check the new important mails. Meantime I go to check new mails very often. But it was very time consuming task when I work projects. And I was finding a solution to avoid this problem. Finally I found a Firefox plugin named <a href="http://www.nexgenmedia.net/extensions/" rel='nofollow' rel='nofollow'>Gmail Notifier</a>. It is very useful plugin if you are wasting time on Gmail. </p>
<p><strong>It Supports:</strong></p>
<ul>
<li>Mozilla 1.4+ (all platforms)</li>
<li>Firefox 1.0+ (all platforms)</li>
<li>Seamonkey 1.0+ (all platforms)</li>
<li>Flock 0.7+ (all platforms)</li>
</ul>
<p><strong>Features:</strong></p>
<ul>
<li>Monitor multiple Gmail accounts from within your Mozilla-based browser.</li>
<li>Statusbar item available for all browsers, and Firefox users get a toolbar item as well.</li>
<li>Supports Gmail Hosted accounts. Simply use username@hosteddomain.tld as the username in the notifier.</li>
</ul>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2009/08/perferance.jpg" alt="perferance" title="perferance" width="441" height="597" class="aligncenter size-full wp-image-137" /></p>
<p>In addition can play a nice notify sound track when new mail receive. I think this is very good plugin for you and get a experiance with <a href="https://addons.mozilla.org/en-US/firefox/addon/173?id=173&#038;vid=331&#038;category=&#038;page=releases" rel='nofollow' rel='nofollow'>Gmail Notifier</a> plugin. </p>
]]></content:encoded>
			<wfw:commentRss>http://bezago.com/blog/2009/08/08/a-grate-firefox-plugin-to-notify-new-mails-at-gmail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to disable annoying keys in your Laptop using KeyTweak</title>
		<link>http://bezago.com/blog/2009/06/14/how-to-disable-annoying-keys-in-your-laptop-using-keytweak/</link>
		<comments>http://bezago.com/blog/2009/06/14/how-to-disable-annoying-keys-in-your-laptop-using-keytweak/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 13:02:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and IT]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bezago.com/?p=124</guid>
		<description><![CDATA[<img src="http://bezago.com/wordpress/wp-content/uploads/2009/06/102752_keys.jpg" alt="102752_keys" title="102752_keys" width="200" height="150" class="alignleft size-full wp-image-149" />Last week, my key board of laptop was broken.  The problem is Ctrl key keeping hold. So it was difficult to work with laptop. I installed <a href="http://webpages.charter.net/krumsick/">KeyTweak</a> software which is good among with other softwares. KeyTweak is a simple utility that allows users of Windows NT/2000/XP/Vista/Win 7 to remap their keyboard inputs. My need was to disable to annoying Ctrl key in my laptop. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://bezago.com/wordpress/wp-content/uploads/2009/06/102752_keys.jpg" alt="102752_keys" title="102752_keys" width="200" height="150" class="alignleft size-full wp-image-149" />Last week, my key board of laptop was broken.  The problem is Ctrl key keeping hold. So it was difficult to work with laptop. I installed <a href="http://webpages.charter.net/krumsick/" rel='nofollow'>KeyTweak</a> software which is good among with other softwares. KeyTweak is a simple utility that allows users of Windows NT/2000/XP/Vista/Win 7 to remap their keyboard inputs. My need was to disable to annoying Ctrl key in my laptop. </p>
<p>If you want to disable any key in ur key board just select a key form the Key Selection Area, then click the Disable key button on the Keyboard Controls Area, by applying changes you did. Likewise  you can control your keyboard keys. </p>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2009/06/key-twak.png" alt="key-twak" title="key-twak" width="520" height="300" class="alignnone size-full wp-image-126" /></p>
<p><strong>And other features : </strong></p>
<ul>
<li>Simple interface</li>
<li>Ability to Teach remapping by pressing the keys to be remapped</li>
<li> Easy-to-read lists of all current and pending re-mappings</li>
<li>Implementation of Specialty Keys support for certain keyboards</li>
<li>Remove all re-mappings with a single button</li>
<li>Enable/disable annoying keys</li>
<li>Displays what exactly is written to the “Scancode Map” registry value and how to<br />
interpret its binary data
</li>
<li>User warnings help ensure Ctrl-Alt-Delete sequence is maintained</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bezago.com/blog/2009/06/14/how-to-disable-annoying-keys-in-your-laptop-using-keytweak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential email newsletter tips and designs</title>
		<link>http://bezago.com/blog/2009/05/25/essential-email-newsletter-tips-and-email-template-designs/</link>
		<comments>http://bezago.com/blog/2009/05/25/essential-email-newsletter-tips-and-email-template-designs/#comments</comments>
		<pubDate>Mon, 25 May 2009 18:13:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://vinsanda.wordpress.com/?p=69</guid>
		<description><![CDATA[<img src="http://bezago.com/wordpress/wp-content/uploads/2009/05/Email-stamp-image.jpg" alt="Email stamp image" title="Email stamp image" width="200" height="150" class="alignleft size-full wp-image-152" />If you are running business on the web, you really want to talk to your client. Newsletter is very essential and many business use as cost-effective marketing tools very often. This enables to you to communicate with your client, visitor on a more privately and keep your visitors up to date.  On the other hand all messages and details should be included Newsletter itself. So the Newsletter must be carefully planned, organized and creatively designed. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://bezago.com/wordpress/wp-content/uploads/2009/05/Email-stamp-image.jpg" alt="Email stamp image" title="Email stamp image" width="200" height="150" class="alignleft size-full wp-image-152" />If you are running business on the web, you really want to talk to your client. Newsletter is very essential and many business use as cost-effective marketing tools very often. This enables to you to communicate with your client, visitor on a more privately and keep your visitors up to date.  On the other hand all messages and details should be included Newsletter itself. So the Newsletter must be carefully planned, organized and creatively designed. </p>
<p><strong>Following tips are very useful to creating an email newsletter. </strong></p>
<ol>
<li>	Make sure the information is well-structured.</li>
<li>	Remove high score spam words.</li>
<li>	Make sure the first paragraph is effective, as they are the most important.</li>
<li>	Keep it simple.</li>
<li>	Represent includes in graphically as possible. </li>
<li>	Email template design is very creative and use relevant Colors. </li>
<li>	Provide as much contact information as possible individual to contact, address, phone, fax, email, Web site address.
</li>
<li>	Provide to shorter summaries of your content, but link to more complete place in context.</li>
<li>	Try to build up trust from the beginning.</li>
<li>	Send Email at the right time </li>
</ol>
<p>I have found some excellent email templates. </p>
<p class="higlight">Skype email template form <a href="http://www.skype.com/" title="Skype" rel='nofollow'>Skype</a></p>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2009/05/gmail-three-big-reasons-to-get-the-all-new-skype-nuwan28gmailcom_1243273418469.png" alt="Skype" title="Skype" width="520" height="440" class="alignnone size-full wp-image-105" /></p>
<p class="higlight">Curdbee template form <a href="http://curdbee.com" rel='nofollow'>Curdbee </a></p>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2009/05/curdbee.png" alt="curdbee" title="curdbee" width="530" height="412" class="alignnone size-full wp-image-110" /></p>
<p class="higlight">Backpack template form <a href="http://www.backpackit.com/?source=newsletterbp" rel='nofollow'>Backpack</a></p>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2009/05/backpack-newsletter-make-email-useful-backpack-extras-our-new-look_1243274195543.png" alt="Backpack " title="Backpack " width="520" height="209" class="alignnone size-full wp-image-106" /></p>
<p class="higlight">Xero template form <a href="http://www.xero.com/" rel='nofollow'>Xero</a></p>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2009/05/gmail-fwd-xero-newsletter-may-2009-nuwan28gmailcom_1243274380531.png" alt="Xero " title="Xero " width="520" height="354" class="alignnone size-full wp-image-107" /></p>
<p class="higlight">Beanstalk template form <a href="http://beanstalkapp.com/" rel='nofollow'>Beanstalk</a></p>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2009/05/beanstalk.png" alt="beanstalk" title="beanstalk" width="533" height="419" class="alignnone size-full wp-image-109" /></p>
<p class="higlight">Shopify template form <a href="http://www.shopify.com/" rel='nofollow'>Shopify</a> </p>
<p><img src="http://bezago.com/wordpress/wp-content/uploads/2009/05/shopify.png" alt="shopify" title="shopify" width="520" height="608" class="alignnone size-full wp-image-108" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bezago.com/blog/2009/05/25/essential-email-newsletter-tips-and-email-template-designs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

