<?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>techcrank.com &#187; Blogging</title>
	<atom:link href="http://techcrank.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://techcrank.com</link>
	<description>Technology Cranked</description>
	<lastBuildDate>Sun, 29 Aug 2010 17:30:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<script type="text/javascript">
if (typeof Meebo == 'undefined') {
Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
(function(q){

	var args = arguments;
	if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); }
	var d=document, b=d.body, m=b.insertBefore(d.createElement('div'), b.firstChild); s=d.createElement('script');
	m.id='meebo'; m.style.display='none'; m.innerHTML='<iframe id="meebo-iframe"></iframe>';
	s.src='http'+(q.https?'s':'')+'://'+(q.stage?'stage-':'')+'cim.meebo.com/cim/cim.php?network='+q.network;
	b.insertBefore(s, b.firstChild);

})({network:'techcrank_be51ko'});	}</script>	<item>
		<title>How to Decrease the Loading Time of Your Blog- DIY</title>
		<link>http://techcrank.com/blogging/how-to-decrease-the-loading-time-of-your-blog-diy/</link>
		<comments>http://techcrank.com/blogging/how-to-decrease-the-loading-time-of-your-blog-diy/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 18:28:42 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=2436</guid>
		<description><![CDATA[Well it is said that content rules the Web, though it does but it isn’t the only thing you should care about. Making a successful quality blog is not an easy task. One of the most important factor is the loading time of your blog. In this article let’s have a look at the various [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/blogging/how-to-decrease-the-loading-time-of-your-blog-diy/" title="Permanent link to How to Decrease the Loading Time of Your Blog- DIY"><img class="post_image alignright frame" src="http://techcrank.com/wp-content/uploads/2010/04/decrease-blog-load-time.jpg" width="192" height="222" alt="Speed Up Your WordPress Blog" title="How to Decrease the Loading Time of Your Blog  DIY" /></a>
</p><p>Well it is said that content rules the Web, though it does but it isn’t the only thing you should care about. Making a successful quality blog is not an easy task. One of the most important factor is the loading time of your blog. In this article let’s have a look at the various things which you should do to increase the speed of you blog.<span id="more-2436"></span></p>
<h3>Reduce the size of your Sliced Images-</h3>
<p>Web designer should take care of its background images and the images used in the site. They should be of optimum size. You can use <a rel="nofollow" href="http://www.gracepointafterfive.com/punypng" target="_blank">Puny PNG</a> tool to do this, it is very effective in reducing image size without any quality loss. So whenever you make an image file do compress it.</p>
<h3>Manage the external Requests-</h3>
<p>One of the most important factors of slow loading of your blog is external requests. External blog requests slow the loading time of your blog. Don’t use any unnecessary widget in your blog. Some of the things like facebook fan page, Digg and Social networking icons like tweetmeme can slow down your blog. So choose wisely and don’t duplicate any of them. This will surely decrease your loading time.</p>
<h3>Use a Good Hosting Service-</h3>
<p>Well Hosting service is really important factor of your blog’s loading time. If you are hosting your site at good hosts, you will get good speedy blog. Well i have used <a rel="nofollow" href="http://wpwebhost.com/affiliate/idevaffiliate.php?id=964_0_1_36" target="_blank">Wp-web host</a> and <a rel="nofollow" href=" http://www.ipage.com/join/index.bml?AffID=623066" target="_blank">ipage</a> hosting. Well also heard a lot about <a rel="nofollow" href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=techcrank" target="_blank">hostgator</a> too.</p>
<h3>Use Caching technique-</h3>
<p>Caching time is a popular technique used by the Webmasters to increase their speed. You can use <a rel="nofollow" href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">Wp-Super Cache</a> to do the work for you. It is easy to install and configure. Wp-super cache create static web pages of your blog so that it can load faster. You can use it to minimize the server load and activate the Mysql Query Cache.</p>
<p>In order to activate Mysql Query Cache-</p>
<p>1. Find Mysql configuration file my.cnf</p>
<p>2. Change the setting of query cache type value to 1.</p>
<p>3. Find the query cache size and change it to 20M.</p>
<p>4. Also change the query cache limit and change the value to 2M.</p>
<h3>Use Minify to Compress the JS and CSS-</h3>
<p>Minify is a tool to compress multiple JavaScript and CSS. It removes comments and unnecessary space and comments from the CSS and JavaScript. It also provide GZ encoding and optimal client-side cache headers. You can have a look at how minify works.</p>
<table border="0" cellspacing="0" cellpadding="2" width="690">
<tbody>
<tr>
<td width="114" valign="top">Before</td>
<td width="576" valign="top"><a href="http://techcrank.com/wp-content/uploads/2010/04/before_wp_minify.png"><img style="display: inline; border-width: 0px;" title="before_wp_minify" src="http://techcrank.com/wp-content/uploads/2010/04/before_wp_minify_thumb.png" border="0" alt="before wp minify thumb How to Decrease the Loading Time of Your Blog  DIY" width="559" height="167" /></a></td>
</tr>
<tr>
<td width="114" valign="top">After</td>
<td width="576" valign="top"><a href="http://techcrank.com/wp-content/uploads/2010/04/after_wp_minify.png"><img style="display: inline; border-width: 0px;" title="after_wp_minify" src="http://techcrank.com/wp-content/uploads/2010/04/after_wp_minify_thumb.png" border="0" alt="after wp minify thumb How to Decrease the Loading Time of Your Blog  DIY" width="559" height="87" /></a></td>
</tr>
</tbody>
</table>
<h3>Optimize Your Database Table-</h3>
<p>Optimizing your database table can be very efficient in terms of load time. If your database table is big in size then you should optimize it every week. Well it works very good, I use <a rel="nofollow" href="http://wordpress.org/extend/plugins/wp-optimize/installation/" target="_blank">Wp-Optimize</a> plugin to optimize my database table. Besides optimizing Database it also provides features like post revisions and cleaning spam comments.</p>
<p>Well you can use the free Pingdom tool to evaluate speed reports.</p>
<p><strong><em>Any tip you want to share, feel free to add your comment.</em></strong></p>
<img style='display:none' id="post-2436-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://techcrank.com/blogging/how-to-decrease-the-loading-time-of-your-blog-diy/',title:'How to Decrease the Loading Time of Your Blog- DIY',tweet:'Well it is said that content rules the Web, though it does but it isn’t the only thing you should ',description:'Well it is said that content rules the Web, though it does but it isn’t the only thing you should '})" title="How to Decrease the Loading Time of Your Blog  DIY" alt=" How to Decrease the Loading Time of Your Blog  DIY" /><script type='text/javascript'>document.getElementById("post-2436-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/how-to-decrease-the-loading-time-of-your-blog-diy/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Top 5 Ultimate Internet Explorer Designing Hacks</title>
		<link>http://techcrank.com/blogging/top-5-ultimate-internet-explorer-designing-hacks/</link>
		<comments>http://techcrank.com/blogging/top-5-ultimate-internet-explorer-designing-hacks/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 15:15:27 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=1569</guid>
		<description><![CDATA[Every Web Designer hates Internet explorer, I too hate Internet explorer for many reasons (especially IE6). HTML 5 and CSS3 are the most powerful techniques of creating a good design but IE can’t handle them. Few tricks can do some work to give a good look in Internet explorer. The hacks like creating rounded corners, [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/blogging/top-5-ultimate-internet-explorer-designing-hacks/" title="Permanent link to Top 5 Ultimate Internet Explorer Designing Hacks"><img class="post_image alignright frame" src="http://techcrank.com/wp-content/uploads/2010/03/thums.jpg" width="192" height="222" alt="Post image for Top 5 Ultimate Internet Explorer Designing Hacks" title="Top 5 Ultimate Internet Explorer Designing Hacks" /></a>
</p><p>Every Web Designer hates Internet explorer, I too hate Internet explorer for many reasons (especially IE6). HTML 5 and CSS3 are the most powerful techniques of creating a good design but IE can’t handle them. Few tricks can do some work to give a good look in Internet explorer. The hacks like creating rounded corners, embedding HTML5, text and box shadow, Opacity are been given here.<span id="more-1569"></span></p>
<div id="attachment_1578" class="wp-caption aligncenter" style="width: 514px">
	<a href="http://techcrank.com/wp-content/uploads/2010/03/Internet-explorer-hacks.jpg"><img class="size-full wp-image-1578" title="Internet Explorer hacks" src="http://techcrank.com/wp-content/uploads/2010/03/Internet-explorer-hacks.jpg" alt="Internet Explorer hacks" width="514" height="268" /></a>
	<p class="wp-caption-text">Internet Explorer hacks</p>
</div>
<p>Here are few tweaks for Internet Explorer to make your Blog look on Internet explorer:</p>
<h2>HTML5 For IE</h2>
<p>HTML5 is very powerful, it is the major advancement of HTM: the core markup language of the World Wide Web. most of the browsers handle HTML 5 very good but for IE it can be pretty difficult. It simply ignores the markup. The <em>html5.js</em> can do the work for you. Embedding it can be pretty easy. You can hotlink/add the script anywhere in as shown in example below.</p>
<pre class="brush: css;">
&lt;!--[if IE]&gt;
&lt;script src=&quot;http://html5shiv.googlecode.com/svn/trunk/html5.js&quot;&gt;&lt;/script&gt;
&lt;![endif]--&gt;
</pre>
<h2>Text Shadow In IE 6 With CSS</h2>
<p>Due to recent implementation of text shadow in Firefox 3.5, it has been in use by every web designer. But this doesn&#8217;t work with Internet Explorer. IE-only <em>filter</em> property can create <em>text-shadow</em> quite well. As filter isn’t a standard CSS property so it should be isolated from different codes.</p>
<p>Implementation of CSS shadow effect in IE can be done as below:</p>
<pre class="brush: css;">
p.shadowed {
  text-shadow: #0000ff 0px 0px 3px; /* Modern browsers */
  filter: glow(color=#0000ff,strength=3); /* IE */
}
</pre>
<h2>CSS Box Shadow in Internet Explorer</h2>
<p>Box shadow can be done in IE with simple codes. It is the coolest trick for creating HTML elements without using alpha channel png images. Saves load time and makes looks very impressive. A real impressive look.</p>
<pre class="brush: css;">
.shadowed{
    box-shadow: 10px 10px 5px #888;
}
</pre>
<p>But for IE you still can’t get the shadow with the above property. You will have to use <em>filter</em> proprietary property. To implement it, here’s what you have to do.</p>
<pre class="brush: css;">
.shadowed {
    filter:
        progid:DXImageTransform.Microsoft.DropShadow(color=#969696, offx=1, offy=1)
        progid:DXImageTransform.Microsoft.DropShadow(color=#C2C2C2, offx=1, offy=1)
        progid:DXImageTransform.Microsoft.DropShadow(color=#EFEFEF, offx=1, offy=1);
}
</pre>
<h2>Rounded Corner’s in Internet Explorer</h2>
<p>Rounded corner’s is an way to get a good looking smooth corners. They are very popular in Web 2.0 because of its easy implementation without the use of images. For those who don’t know here’s an example-</p>
<pre class="brush: css;">
.round{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
</pre>
<p>For IE rounded corners can be implemented by adding a JavaScript. DD roundies is a small JavaScript which can round HTML elements the way you need. The code can be explained as -</p>
<pre class="brush: css;">
&lt;script type=&quot;text/javascript&quot; src=&quot;DD_roundies.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
  DD_roundies.addRule('.roundify', '10px');
&lt;/script&gt;
</pre>
<p>You can download the JS file from <a rel="nofollow" href="http://www.dillerdesign.com/experiment/DD_roundies/" target="_blank">here</a>.</p>
<h2>Opacity in Internet Explorer</h2>
<p>It is one of the coolest feature used by web designers. Again for IE opacity can be given by filter CSS property that can help to attain opacity. The example can be shown as-</p>
<pre class="brush: css;">
.element{
    opacity:.7; /* Standard CSS */
    filter:alpha(opacity=70); /* IE patch */
}
</pre>
<p>These are some of the cool hacks in Internet Explorer that can make your design compatible with IE. If you have any question’s feel free to comment.</p>
<img style='display:none' id="post-1569-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://techcrank.com/blogging/top-5-ultimate-internet-explorer-designing-hacks/',title:'Top 5 Ultimate Internet Explorer Designing Hacks',tweet:'Every Web Designer hates Internet explorer, I too hate Internet explorer for many reasons (especiall',description:'Every Web Designer hates Internet explorer, I too hate Internet explorer for many reasons (especiall'})" title="Top 5 Ultimate Internet Explorer Designing Hacks" alt=" Top 5 Ultimate Internet Explorer Designing Hacks" /><script type='text/javascript'>document.getElementById("post-1569-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/top-5-ultimate-internet-explorer-designing-hacks/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>20+ Color Tool For Web Designers/Webmasters and CSS Geeks</title>
		<link>http://techcrank.com/blogging/20-color-tool-for-web-designerswebmasters-and-css-geeks/</link>
		<comments>http://techcrank.com/blogging/20-color-tool-for-web-designerswebmasters-and-css-geeks/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:30:38 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=1550</guid>
		<description><![CDATA[Choosing the core color of your project can be a easy task but finding the right combinations to match the core color can be difficult. Here’s a list of 20+ tools to choose the matching colors and even suggest the matching color palette when you aren’t sure what are you looking for. The list contains [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/blogging/20-color-tool-for-web-designerswebmasters-and-css-geeks/" title="Permanent link to 20+ Color Tool For Web Designers/Webmasters and CSS Geeks"><img class="post_image alignright frame" src="http://techcrank.com/wp-content/uploads/2010/03/20+-color-tools.jpg" width="192" height="222" alt="Post image for 20+ Color Tool For Web Designers/Webmasters and CSS Geeks" title="20+ Color Tool For Web Designers/Webmasters and CSS Geeks" /></a>
</p><p>Choosing the core color of your project can be a easy task but finding the right combinations to match the core color can be difficult. Here’s a list of 20+ tools to choose the matching colors and even suggest the matching color palette when you aren’t sure what are you looking for. The list contains the best color tools web services on the internet which every web designers must know.<span id="more-1550"></span></p>
<h3><img class="aligncenter size-full wp-image-1559" title="Best Online Color Tools" src="http://techcrank.com/wp-content/uploads/2010/03/best-online-color-tools.jpg" alt="best online color tools 20+ Color Tool For Web Designers/Webmasters and CSS Geeks" width="500" height="200" /></h3>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.colourlovers.com/" target="_blank">ColourLovers</a></span>-</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/COLOURLOVERSscreenshot.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="COLOUR LOVERS screenshot" src="http://techcrank.com/wp-content/uploads/2010/03/COLOURLOVERSscreenshot_thumb.jpg" border="0" alt="COLOUR LOVERS screenshot" width="397" height="267" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://wellstyled.com/tools/colorscheme2/index-en.html" target="_blank">Color Scheme Genrator</a></span>-</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorSchemeGenrator.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Color Scheme Genrator" src="http://techcrank.com/wp-content/uploads/2010/03/ColorSchemeGenrator_thumb.jpg" border="0" alt="Color Scheme Genrator" width="386" height="321" /></a></p>
<h3><a><span style="text-decoration: underline;">ColorJack</span></a>-</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorJack.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Color Jack" src="http://techcrank.com/wp-content/uploads/2010/03/ColorJack_thumb.jpg" border="0" alt="Color Jack" width="372" height="248" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://kuler.adobe.com/" target="_blank">Adobe Kuler</a></span>-</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/AdobeKuler.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Adobe Kuler" src="http://techcrank.com/wp-content/uploads/2010/03/AdobeKuler_thumb.jpg" border="0" alt="Adobe Kuler" width="385" height="299" /></a></p>
<h3><a rel="nofollow" href="http://www.colorschemer.com/" target="_blank">Color Schemer</a>-</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorSchemerGallery.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Color Schemer Gallery" src="http://techcrank.com/wp-content/uploads/2010/03/ColorSchemerGallery_thumb.jpg" border="0" alt="Color Schemer Gallery" width="381" height="253" /></a></p>
<h3><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorSchemerGallery.jpg"></a><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.colr.org/" target="_blank">Colr.org</a></span>-</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/Colr.or_.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Colr.or" src="http://techcrank.com/wp-content/uploads/2010/03/Colr.or_thumb.jpg" border="0" alt="Colr.or thumb 20+ Color Tool For Web Designers/Webmasters and CSS Geeks" width="380" height="311" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.ficml.org/jemimap/style/color/wheel.html" target="_blank">4096 Color Wheel</a></span>-</h3>
<h3><a href="http://techcrank.com/wp-content/uploads/2010/03/4096ColorWheel.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="4096Color Wheel" src="http://techcrank.com/wp-content/uploads/2010/03/4096ColorWheel_thumb.jpg" border="0" alt="4096Color Wheel" width="382" height="252" /></a><a href="http://www.modernlifeisrubbish.co.uk/article/web-2.0-colour-palette"></a></h3>
<h3><a rel="nofollow" href="http://www.modernlifeisrubbish.co.uk/article/web-2.0-colour-palette" target="_blank">Web 2.0 Color Palette</a>-</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/web2.0colorPalette.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="web2.0colorPalette" src="http://techcrank.com/wp-content/uploads/2010/03/web2.0colorPalette_thumb.jpg" border="0" alt="web2.0colorPalette thumb 20+ Color Tool For Web Designers/Webmasters and CSS Geeks" width="398" height="307" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.degraeve.com/color-palette/index.php" target="_blank">Color Palette Generator</a></span>-</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorPaletteGenrator.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Color Palette Genrator" src="http://techcrank.com/wp-content/uploads/2010/03/ColorPaletteGenrator_thumb.jpg" border="0" alt="Color Palette Genrator" width="388" height="319" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.colorhunter.com/" target="_blank">Color Hunter</a></span>-</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorHunter.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Color Hunter" src="http://techcrank.com/wp-content/uploads/2010/03/ColorHunter_thumb.jpg" border="0" alt="Color Hunter" width="353" height="300" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.genopal.com/colorwords" target="_blank">Genopal</a></span>-</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/GenoPal.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="GenoPal" src="http://techcrank.com/wp-content/uploads/2010/03/GenoPal_thumb.jpg" border="0" alt="GenoPal thumb 20+ Color Tool For Web Designers/Webmasters and CSS Geeks" width="371" height="279" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.raquedan.com/random100.php" target="_blank">Color Harmony</a></span> -</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/RandomColors2.0.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="RandomColors 2.0" src="http://techcrank.com/wp-content/uploads/2010/03/RandomColors2.0_thumb.jpg" border="0" alt="RandomColors 2.0" width="354" height="224" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://colorblender.com/" target="_blank">Color Blender</a></span> -</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorBlender.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Color Blender" src="http://techcrank.com/wp-content/uploads/2010/03/ColorBlender_thumb.jpg" border="0" alt="Color Blender" width="356" height="300" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.colorschemer.com/online.html" target="_blank">Color Schemer Online v2</a></span> -</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorSchemerv2.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Color Schemer v2" src="http://techcrank.com/wp-content/uploads/2010/03/ColorSchemerv2_thumb.jpg" border="0" alt="Color Schemer v2" width="354" height="284" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://gmazzocato.altervista.org/colorwheel/wheel.php" target="_blank">Accessibility Color Wheel</a></span> -</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/AccessibiltyColorWheel.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Accessibilty Color Wheel" src="http://techcrank.com/wp-content/uploads/2010/03/AccessibiltyColorWheel_thumb.jpg" border="0" alt="Accessibilty Color Wheel" width="347" height="209" /></a></p>
<h3><span style="text-decoration: underline;">ColorDB</span> -</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorDB.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="ColorDB" src="http://techcrank.com/wp-content/uploads/2010/03/ColorDB_thumb.jpg" border="0" alt="ColorDB thumb 20+ Color Tool For Web Designers/Webmasters and CSS Geeks" width="356" height="257" /></a> <a rel="nofollow" href="http://beta.dailycolorscheme.com/" target="_blank"></a></p>
<h3><a rel="nofollow" href="http://beta.dailycolorscheme.com/" target="_blank">Veerle’s Topp Daily Color Scheme</a> -</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/VeerlesToppDailyColorScheme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Veerle's Topp, Daily Color Scheme" src="http://techcrank.com/wp-content/uploads/2010/03/VeerlesToppDailyColorScheme_thumb.jpg" border="0" alt="Veerle's Topp, Daily Color Scheme" width="368" height="240" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://jrm.cc/color-palette-generator/" target="_blank">Color Palette Generator</a></span> -</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorPaletteGenratorx.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Color Palette Genrator x" src="http://techcrank.com/wp-content/uploads/2010/03/ColorPaletteGenratorx_thumb.jpg" border="0" alt="Color Palette Genrator x" width="378" height="252" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.colorspire.com/" target="_blank">Colorspire</a></span> -</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorSchemerGenratorColospire.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Color Schemer Genrator Colospire" src="http://techcrank.com/wp-content/uploads/2010/03/ColorSchemerGenratorColospire_thumb.jpg" border="0" alt="Color Schemer Genrator Colospire" width="367" height="296" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://colourmod.com/" target="_blank">ColourMod Konfabulator</a></span> -</h3>
<p><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorModKonfabulator.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Color Mod Konfabulator" src="http://techcrank.com/wp-content/uploads/2010/03/ColorModKonfabulator_thumb.jpg" border="0" alt="Color Mod Konfabulator" width="363" height="287" /></a></p>
<h3><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.colormunki.com/munsell#" target="_blank">ColorMunki</a></span> -</h3>
<h3><a href="http://techcrank.com/wp-content/uploads/2010/03/ColorMunki.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="ColorMunki" src="http://techcrank.com/wp-content/uploads/2010/03/ColorMunki_thumb.jpg" border="0" alt="ColorMunki thumb 20+ Color Tool For Web Designers/Webmasters and CSS Geeks" width="359" height="277" /></a></h3>
<p><em><strong>You can share this post if you like it, do let us know what do you think about online Color tools.</strong></em></p>
<img style='display:none' id="post-1550-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://techcrank.com/blogging/20-color-tool-for-web-designerswebmasters-and-css-geeks/',title:'20+ Color Tool For Web Designers/Webmasters and CSS Geeks',tweet:'Choosing the core color of your project can be a easy task but finding the right combinations to mat',description:'Choosing the core color of your project can be a easy task but finding the right combinations to mat'})" title="20+ Color Tool For Web Designers/Webmasters and CSS Geeks" alt=" 20+ Color Tool For Web Designers/Webmasters and CSS Geeks" /><script type='text/javascript'>document.getElementById("post-1550-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/20-color-tool-for-web-designerswebmasters-and-css-geeks/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How To Access Blocked Sites on Your Network</title>
		<link>http://techcrank.com/blogging/how-to-access-blocked-sites-on-your-network/</link>
		<comments>http://techcrank.com/blogging/how-to-access-blocked-sites-on-your-network/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 03:34:31 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=1477</guid>
		<description><![CDATA[Want to access the blocked sites in your network? Here’s a list of 100+ Working Proxy Websites to connect to a targeted website with a different IP; thus hiding hiding your actual origin. There are many reasons Internet users use proxy sites for, some use to access blocked websites by their college or workplace, some [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/blogging/how-to-access-blocked-sites-on-your-network/" title="Permanent link to How To Access Blocked Sites on Your Network"><img class="post_image alignright frame" src="http://techcrank.com/wp-content/uploads/2010/03/unblock-sites.jpg" width="192" height="222" alt="Post image for How To Access Blocked Sites on Your Network" title="How To Access Blocked Sites on Your Network" /></a>
</p><p>Want to access the blocked sites in your network? Here’s a list of 100+ Working Proxy Websites to connect to a targeted website with a different IP; thus hiding hiding your actual origin. There are many reasons Internet users use proxy sites for, some use to access blocked websites by their college or workplace, some use it to test their scripts for different countries. I used them to test geo-location ads, and block low paying Ad URLs. Surf to blocked sites like facebook, myspace, orkut, gmail, twitter etc.<span id="more-1477"></span></p>
<p>Here’s my collection of 100+ working proxies to access the blocked websites:</p>
<p>1. http://www.hidemyass.com</p>
<p>2. http://www.anonymizer.com</p>
<p>3. http://www.wujie.net</p>
<p>4. http://www.ultrareach.net</p>
<p>5. http://surfshield.net</p>
<p>6. http://www.guardster.com/subscription/proxy_free.php</p>
<p>7. http://anonymouse.ws/anonwww.html</p>
<p>8. http://www.browser-x.com</p>
<p>9. http://www.spysurfing.com</p>
<p>10. http://www.xerohour.org/hideme</p>
<p>11. http://www.proxyz.be</p>
<p>12. http://www.sc0rian.com/prox</p>
<p>13. https://www.proxify.us</p>
<p>14. http://kproxy.com/index.jsp</p>
<p>15. http://www.brawl-hall.com/pages/proxy.php</p>
<p>16. http://www.proxify.net</p>
<p>17. http://proxy.computersteroids.com/index0.php</p>
<p>18. http://www.unipeak.com</p>
<p>19. http://flyproxy.com</p>
<p>20. http://alienproxy.com</p>
<p>21. http://proxify.com/</p>
<p>22. http://www.unfilter.net</p>
<p>23. http://www.proxymouse.com</p>
<p>24. http://www.surfonym.com/cgi-bin/nph-proxy</p>
<p>25. http://www.superproxy.be/browse.pl</p>
<p>26. http://www.websiteguru.com/mrnewguy</p>
<p>27. http://www.letsproxy.com</p>
<p>28. http://www.fsurf.com</p>
<p>29. http://indianproxy.com</p>
<p>30. http://www.letmeby.com</p>
<p>31. http://Boredatschool.net</p>
<p>32. http://www.ibypass.org</p>
<p>33. http://www.ipzap.com/</p>
<p>34. https://proxify.biz</p>
<p>35. http://kproxy.com/index.jsp</p>
<p>36. http://www.attackcensorship.com/attack-censorship.html</p>
<p>37. http://mrnewguy.com</p>
<p>38. http://www.evilsprouts.co.uk/defilter</p>
<p>39. http://www.proxify.info</p>
<p>40. http://www.torify.com</p>
<p>41. http://www.switchproxy.com</p>
<p>42. http://www.proxifree.com</p>
<p>43. http://www.secure-tunnel.com/</p>
<p>44. http://www.proxify.cn</p>
<p>45. http://www.arnit.net/utilities/webproxy/new</p>
<p>46. http://www.proxify.co.uk</p>
<p>47. http://www.betaproxy.com</p>
<p>48. http://www.proxify.org</p>
<p>49. http://www.proxychoice.com</p>
<p>50. http://www.proxysnail.com</p>
<p>51. http://www.anonypost.com</p>
<p>52. http://www.thestrongestlinks.com</p>
<p>53. http://www.hujiko.com</p>
<p>54. http://www.anonproxy.info</p>
<p>55. http://www.peoplesproxy.com</p>
<p>56. http://www.freeproxy.us</p>
<p>57. http://www.proxyweb.net</p>
<p>58. http://www.nopath.com</p>
<p>59. http://urlencoded.com</p>
<p>60. http://www.pole.ws</p>
<p>61. http://www.browseany.com</p>
<p>62. http://www.spiderproxy.com</p>
<p>63. http://www.clickcop.com</p>
<p>64. http://www.sneakysurf.com</p>
<p>65. http://www.mywebtunnel.com</p>
<p>66. http://www.thewebtunnel.com</p>
<p>67. http://www.3proxy.com</p>
<p>68. http://www.yourfreeproxy.com</p>
<p>69. http://www.proxy7.com</p>
<p>70. http://www.fireprox.com</p>
<p>71. http://www.stupidcensorship.com</p>
<p>72. http://www.letsproxy.com</p>
<p>73. http://www.sneak2.com</p>
<p>74. http://www.cecid.com</p>
<p>75. http://www.freeproxy.ca</p>
<p>76. http://www.ibypass.org</p>
<p>77. http://www.goproxing.com</p>
<p>78. http://www.projectbypass.com/</p>
<p>79. http://www.ipsecret.com</p>
<p>80. http://www.nomorelimits.net</p>
<p>81. http://www.proxify.de</p>
<p>82. http://www.bywhat.com</p>
<p>83. http://www.snoopblocker.com</p>
<p>84. http://www.anonymizer.ru</p>
<p>85. http://www.proxyking.net/</p>
<p>86. http://www.perlproxy.com</p>
<p>87. http://www.proxylord.com</p>
<p>88. http://tntproxy.com</p>
<p>89. http://satanproxy.com</p>
<p>90. http://zombieinvasion.info</p>
<p>91. http://demonproxy.com</p>
<p>92. http://www.myfreeproxy.com</p>
<p>93. http://www.gezcem.com/nph-proxy.pl.old</p>
<p>94. http://mpleger.de</p>
<p>95. http://www.the-cloak.com/login.html</p>
<p>96. https://www.mastercloak.com</p>
<p>97. http://secure88.com</p>
<p>98. http://netplore.info</p>
<p>99. http://www.proxut.com/</p>
<p>100. http://myusproxy.info/</p>
<p>101. https://www.megaproxy.com/freesurf/</p>
<p>102. http://www.boomproxy.com/</p>
<p>103. http://www.sre8.com/</p>
<h3>Disclaimer</h3>
<p>Some of these website’s get down due to ban of their IP addresses and may go offline for week. I am not encouraging you to use these bypass sites for using banned sites in your college, place etc. Use them with cautions, whatsoever you have done I will not be responsible for it.</p>
<p><strong><em>Share it if you like this article and do add your comment.</em></strong></p>
<img style='display:none' id="post-1477-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://techcrank.com/blogging/how-to-access-blocked-sites-on-your-network/',title:'How To Access Blocked Sites on Your Network',tweet:'Want to access the blocked sites in your network? Here’s a list of 100+ Working Proxy Websites to ',description:'Want to access the blocked sites in your network? Here’s a list of 100+ Working Proxy Websites to '})" title="How To Access Blocked Sites on Your Network" alt=" How To Access Blocked Sites on Your Network" /><script type='text/javascript'>document.getElementById("post-1477-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/how-to-access-blocked-sites-on-your-network/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>8 Best Helpful Online Code Editors</title>
		<link>http://techcrank.com/blogging/8-best-helpful-online-code-editors/</link>
		<comments>http://techcrank.com/blogging/8-best-helpful-online-code-editors/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 22:21:27 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=1466</guid>
		<description><![CDATA[As a web developer, your main objective is turn your ideas into codes. Well implementation is a difficult task. Online code editors are getting popular these days. These editors can help you with the codes from any computer having an internet access, or even a tablet. Coding is simple and more fun, no need of [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/blogging/8-best-helpful-online-code-editors/" title="Permanent link to 8 Best Helpful Online Code Editors"><img class="post_image alignright frame" src="http://techcrank.com/wp-content/uploads/2010/02/online-code-editors.jpg" width="192" height="222" alt="Post image for 8 Best Helpful Online Code Editors" title="8 Best Helpful Online Code Editors" /></a>
</p><p>As a web developer, your main objective is turn your ideas into codes. Well implementation is a difficult task. Online code editors are getting popular these days. These editors can help you with the codes from any computer having an internet access, or even a tablet. Coding is simple and more fun, no need of to carry your software’s where ever you go.<span id="more-1466"></span></p>
<p>Here is a list of online code editors to make your job easier:</p>
<h3>Kodingen</h3>
<p>Kodingen is a great online editor tool, it is one of the most powerful tools I have ever worked on. You can create files, folders, connect to your ftp drives, use mysql databases and code. It doesn&#8217;t requires registration, though you can register to you its advanced features as SVN repositories, collaborative work, bugtracking tools etc. The most liked thing about the editor is that it supports most programming languages, syntax highlighting, line numbering and much more. A must use tool.</p>
<p><a href="http://techcrank.com/wp-content/uploads/2010/02/kodingen_snapshot.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="kodingen_snapshot" src="http://techcrank.com/wp-content/uploads/2010/02/kodingen_snapshot_thumb.jpg" border="0" alt="kodingen snapshot thumb 8 Best Helpful Online Code Editors" width="440" height="280" /></a><strong><a rel="nofollow" href="http://kodingen.com/" target="_blank"></a></strong></p>
<p><strong><a rel="nofollow" href="http://kodingen.com/" target="_blank">http://kodingen.com/</a></strong></p>
<h3>PractiCode</h3>
<p>Practicode is a basic code editor with limited functions. It handles CSS , HTML and Visual Basic Scripts. But its the perfect tool, when you are in a hurry. You can also preview output in a new window.</p>
<p><a href="http://techcrank.com/wp-content/uploads/2010/02/practiCode_snapshot.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="practiCode_snapshot" src="http://techcrank.com/wp-content/uploads/2010/02/practiCode_snapshot_thumb.jpg" border="0" alt="practiCode snapshot thumb 8 Best Helpful Online Code Editors" width="449" height="294" /></a><strong><a rel="nofollow" href="http://www.landofcode.com/online-code-editor.php" target="_blank">http://www.landofcode.com/online-code-editor.php</a></strong></p>
<h3>EditPad</h3>
<p>Editpad is another online code editor. It is simple and minimal. It is just a plain code editor with no project manager like the kodingen. No syntax highlighting. But work awesome with low bandwidth connections.</p>
<p><a href="http://techcrank.com/wp-content/uploads/2010/02/editpad_snapshot.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="editpad_snapshot" src="http://techcrank.com/wp-content/uploads/2010/02/editpad_snapshot_thumb.jpg" border="0" alt="editpad snapshot thumb 8 Best Helpful Online Code Editors" width="451" height="302" /></a><strong><a rel="nofollow" href="http://www.editpad.org/" target="_blank">http://www.editpad.org/</a></strong></p>
<h3>9ne</h3>
<p>9ne (pronounced &#8220;nine&#8221;) is a online text editor. It can assist you in code editing (specifically HTML, CSS and JavaScript). With syntax highlighting modes (Evoked with M+X XML MODE and M+X JAVASCRIPT MODE respectively).</p>
<p><a rel="nofollow" href="http://robrohan.com/projects/9ne/" target="_blank"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="9ne_snapshot" src="http://techcrank.com/wp-content/uploads/2010/02/9ne_snapshot_thumb.png" border="0" alt="9ne snapshot thumb 8 Best Helpful Online Code Editors" width="458" height="323" />http://robrohan.com/projects/9ne/</a></p>
<h3>Jsvi</h3>
<p>Vi is one of the the most powerful and fast text editor, the best thing is you’ll find it everywhere: GNU/linux distros, MAC and Web servers. And yeah it’s online now, you can find it with JSVI implementation. Many thinks are just the same in the web version.</p>
<p><a href="http://gpl.internetconnection.net/vi/" target="_blank"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="jsvi_snapshot" src="http://techcrank.com/wp-content/uploads/2010/02/jsvi_snapshot_thumb.jpg" border="0" alt="jsvi snapshot thumb 8 Best Helpful Online Code Editors" width="452" height="325" />http://gpl.internetconnection.net/vi/</a></p>
<h3>Jsbin</h3>
<p>Jsbin is an online text editor, specially made for JavaScript handling. The interface is really clean and easy. Before implementation it to your project you can preview it and export the code using the text file. If you are a plugin developer, this tool is all you need. It supports implementation of jQuery and Mootools so you can test your plugins too.</p>
<p><a rel="nofollow" href="http://jsbin.com/"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Jsbin_snapshot" src="http://techcrank.com/wp-content/uploads/2010/02/Jsbin_snapshot_thumb.jpg" border="0" alt="Jsbin snapshot thumb 8 Best Helpful Online Code Editors" width="441" height="313" />http://jsbin.com/</a></p>
<h3>Bespin</h3>
<p>Bespin is a web based online code editor with HTML5 standards. Its very powerful and have lots of options. It is limited to registered users, you’ll have to create an account to use the service. It can be added to any kind of projects by just adding the two files in your header.</p>
<p><a rel="nofollow" href="https://bespin.mozilla.com/" target="_blank"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="bespin_snapshot" src="http://techcrank.com/wp-content/uploads/2010/02/bespin_snapshot_thumb.jpg" border="0" alt="bespin snapshot thumb 8 Best Helpful Online Code Editors" width="446" height="318" />https://bespin.mozilla.com/</a></p>
<h3>DarkCopy</h3>
<p>It is a simple full screen online code editor for distraction free writing. It provides a dark environment for your code so that you can only concentrate only on writing. Switching between the screen modes is easy with a click.</p>
<p><a href="http://techcrank.com/wp-content/uploads/2010/02/darkCopy_snapshot.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="darkCopy_snapshot" src="http://techcrank.com/wp-content/uploads/2010/02/darkCopy_snapshot_thumb.jpg" border="0" alt="darkCopy snapshot thumb 8 Best Helpful Online Code Editors" width="442" height="263" /></a><strong><a rel="nofollow" href="http://darkcopy.com/"></a></strong></p>
<p><strong><a rel="nofollow" href="http://darkcopy.com/">http://darkcopy.com/</a></strong></p>
<p><strong><em>If you have something to share or say, add your comment. Happy Editing.!</em></strong></p>
<img style='display:none' id="post-1466-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://techcrank.com/blogging/8-best-helpful-online-code-editors/',title:'8 Best Helpful Online Code Editors',tweet:'As a web developer, your main objective is turn your ideas into codes. Well implementation is a diff',description:'As a web developer, your main objective is turn your ideas into codes. Well implementation is a diff'})" title="8 Best Helpful Online Code Editors" alt=" 8 Best Helpful Online Code Editors" /><script type='text/javascript'>document.getElementById("post-1466-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/8-best-helpful-online-code-editors/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Bubble Effect With CSS &#8211; Thesis Array</title>
		<link>http://techcrank.com/blogging/bubble-effect-with-css-thesis-array/</link>
		<comments>http://techcrank.com/blogging/bubble-effect-with-css-thesis-array/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 20:17:04 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=1379</guid>
		<description><![CDATA[From the past few weeks I haven&#8217;t posted anything. Well all I can say is that I was busy the past weeks, but not on what I expected. This is my first post on WordPress Theme Customization. Well today, I will explain you how to create a dock( though not smooth like Mac) for your [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/blogging/bubble-effect-with-css-thesis-array/" title="Permanent link to Bubble Effect With CSS &#8211; Thesis Array"><img class="post_image alignright frame" src="http://techcrank.com/wp-content/uploads/2010/02/bubble-effect-css.jpg" width="192" height="222" alt="Post image for Bubble Effect With CSS &#8211; Thesis Array" title="Bubble Effect With CSS   Thesis Array" /></a>
</p><p>From the past few weeks I haven&#8217;t posted anything. Well all I can say is that I was busy the past weeks, but not on what I expected. This is my first post on WordPress Theme Customization. Well today, I will explain you how to create a dock( though not smooth like Mac) for your theme using CSS. You can easily integrate it into your theme for a cool bubble effect. Using CSS you can simply create the bubble effect in few steps.<span id="more-1379"></span></p>
<p>First of all prepare your images for sprites, or download the image from here and add the sprites to the custom/images directory in thesis theme i.e copy the downloaded image in the images folder.</p>
<p><a href="http://techcrank.com/example/sprites.zip"><img class="size-full wp-image-1398   alignleft" title="download" src="http://techcrank.com/wp-content/uploads/2010/02/download.png" alt="download Bubble Effect With CSS   Thesis Array" width="150" height="28" /></a> <a href="http://techcrank.com/example/bubble_effect.html" target="_blank"><img class="size-full wp-image-1431  alignleft" title="download" src="http://techcrank.com/wp-content/uploads/2010/02/download1.png" alt="download1 Bubble Effect With CSS   Thesis Array" width="120" height="28" /></a></p>
<p>Well I used Flash CS3 to create sprites. If you are creating your own images, the sprites should be pixel precise. Well have a look at the sprites:</p>
<p><a href="http://techcrank.com/wp-content/uploads/2010/02/sprites.png"><img class="aligncenter size-full wp-image-1420" title="sprites" src="http://techcrank.com/wp-content/uploads/2010/02/sprites.png" alt="sprites Bubble Effect With CSS   Thesis Array" width="617" height="451" /></a></p>
<p>First we will create get_bubble function and we will add the code to the custom_functions.php for thesis theme.</p>
<pre class="brush: css;">
function get_bubble (){
?&gt;
&lt;ul id=&quot;bubble&quot;&gt;
&lt;li&gt;
&lt;a href=&quot;http://feeds2.feedburner.com/techcrank&quot; title=&quot;Full RSS Feed&quot;&gt;Full RSS Feed&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=Techcrank&amp;loc=en_U&quot; title=&quot;Feed via Emal&quot;&gt;Feed via email&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://twitter.com/shubhamblog&quot; title=&quot;Full RSS Feed&quot;&gt;Follow me on Twitter&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://www.facebook.com/pages/TechCrank/156882081490&quot; title=&quot;Full RSS Feed&quot;&gt;I am on Facebook&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;?php
}

add_action('thesis_hook_before_sidebars', 'get_bubble');
</pre>
<p>Copy the codes into your custom_functions.php. Edit the links in the function. If you want to place it elsewhere just edit the hook.</p>
<p>Now adding CSS into custom.css, just copy the codes into your custom.css to create the bubble effect.</p>
<pre class="brush: css;">
#bubble {list-style: none;margin: 0px;padding-top: 25px;padding-left: 22px;}
#bubble li {display: inline-block; margin: 0px;padding: 0px;}
#bubble li a.icon {background: url('images/sprites.png') no-repeat;border: none;display: block;width: 65px;height: 65px;text-indent: -9999px;}
#bubble li a.feed {background-position: -79px -3px;}
#bubble li a.feed:hover {background-position: -2px -1px;}
#bubble li a.email {background-position: -81px -72px;}
#bubble li a.email:hover {background-position: -2px -72px;}
#bubble li a.twitter {background-position: -84px -142px;}
#bubble li a.twitter:hover {background-position: -2px -141px;}
#bubble li a.facebook {background-position: -84px -212px;}
#bubble li a.facebook:hover {background-position: -2px -211px;}
</pre>
<p>This is the CSS code you need to add for the default background image of links in your custom.css. You can edit it to get the perfect look for your blog.</p>
<h3>Adding It to Another Theme:</h3>
<p>Adding it to another theme is easy. Just open theme editor and copy the codes into the php file where you want to place it. For example I used sidebar.php</p>
<pre class="brush: css;">
&lt;ul id=&quot;bubble&quot;&gt;
&lt;li&gt;
&lt;a href=&quot;http://feeds2.feedburner.com/techcrank&quot; title=&quot;Full RSS Feed&quot;&gt;Full RSS Feed&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=Techcrank&amp;loc=en_U&quot; title=&quot;Feed via Emal&quot;&gt;Feed via email&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://twitter.com/shubhamblog&quot; title=&quot;Full RSS Feed&quot;&gt;Follow me on Twitter&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://www.facebook.com/pages/TechCrank/156882081490&quot; title=&quot;Full RSS Feed&quot;&gt;I am on Facebook&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
</pre>
<p>Now copy the above CSS into your style.css. You&#8217;re Done.! You can add more links in your function. Well you can add extra style to your CSS to get a different look.</p>
<p><strong><em>If you have suggestions or any problems placing it, comment us. And we will reply back.</em></strong></p>
<img style='display:none' id="post-1379-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://techcrank.com/blogging/bubble-effect-with-css-thesis-array/',title:'Bubble Effect With CSS &#8211; Thesis Array',tweet:'From the past few weeks I haven&#8217;t posted anything. Well all I can say is that I was busy the p',description:'From the past few weeks I haven&#8217;t posted anything. Well all I can say is that I was busy the p'})" title="Bubble Effect With CSS   Thesis Array" alt=" Bubble Effect With CSS   Thesis Array" /><script type='text/javascript'>document.getElementById("post-1379-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/bubble-effect-with-css-thesis-array/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Test Your Cross Browsing Compatibility</title>
		<link>http://techcrank.com/blogging/test-your-cross-browsing-compatibility/</link>
		<comments>http://techcrank.com/blogging/test-your-cross-browsing-compatibility/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 14:04:02 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=1318</guid>
		<description><![CDATA[Every Web designer knows that browser differences can create plenty of problems. Finding and fixing out problems is very difficult when you are not equipped with right tools. I faced many problems with Internet explorer and as I did all my work with Mozilla Firefox(every one does), debugging the css was very difficult and time [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/blogging/test-your-cross-browsing-compatibility/" title="Permanent link to Test Your Cross Browsing Compatibility"><img class="post_image alignright frame" src="http://techcrank.com/wp-content/uploads/2010/01/cross_browser_compatibility.jpg" width="192" height="222" alt="Post image for Test Your Cross Browsing Compatibility" title="Test Your Cross Browsing Compatibility" /></a>
</p><p>Every Web designer knows that browser differences can create plenty of problems. Finding and fixing out problems is very difficult when you are not equipped with right tools. I faced many problems with Internet explorer and as I did all my work with Mozilla Firefox(every one does), debugging the css was very difficult and time consuming. I Googled some interesting resources for making your browser testing more easier.<span id="more-1318"></span></p>
<h3>Browsershots</h3>
<div id="attachment_1343" class="wp-caption aligncenter" style="width: 393px">
	<a href="http://techcrank.com/wp-content/uploads/2010/01/browsershots.jpg"><img class="size-full wp-image-1343" title="browsershots" src="http://techcrank.com/wp-content/uploads/2010/01/browsershots.jpg" alt="Browsershots" width="393" height="201" /></a>
	<p class="wp-caption-text">Browsershots</p>
</div>
<p><a rel="nofollow" href="http://www.browsershots.org/">Browsershots</a> is a popular free service that will provide screen shots of a page from just about any browser from all of the common operating systems. All you have to do is enter your URL and select the browsers and operating systems that you want to test. Browsershots will then enter your information into the queue, and in a few minutes you should have the screen shots.</p>
<p>There is a paid option that will give you priority over the free requests. When the service is busy it can take a while to get the free screen shots, but you can pay $15 per month for priority processing.</p>
<h3>BrowserCam</h3>
<div id="attachment_1353" class="wp-caption aligncenter" style="width: 393px">
	<a href="http://techcrank.com/wp-content/uploads/2010/01/browsercam.jpg"><img class="size-full wp-image-1353" title="browsercam" src="http://techcrank.com/wp-content/uploads/2010/01/browsercam.jpg" alt="browsercam Test Your Cross Browsing Compatibility" width="393" height="201" /></a>
	<p class="wp-caption-text">Browsercam</p>
</div>
<p><a rel="nofollow" href="http://www.browsercam.com/">BrowserCam</a> provides several different services for browser testing. There is a browser capture option that will give you screen shots from any browser and any operating system. There is also a device capture option for working with Blackberry and PDAs. The Remote Access service will test JavaScript DHTML, forms and other dynamic functionality on any platform.</p>
<p>BroswerCam is a paid service with options for daily, monthly, or yearly. They also offer a free trial that will allow you to test the screen capture service by getting up to 200 screen captures within the 24-hour trial.</p>
<h3>IE NetRenderer</h3>
<div id="attachment_1354" class="wp-caption aligncenter" style="width: 398px">
	<a href="http://techcrank.com/wp-content/uploads/2010/01/netrenderer.jpg"><img class="size-full wp-image-1354" title="netrenderer" src="http://techcrank.com/wp-content/uploads/2010/01/netrenderer.jpg" alt="netrenderer Test Your Cross Browsing Compatibility" width="398" height="199" /></a>
	<p class="wp-caption-text">Netrenderer</p>
</div>
<p><a rel="nofollow" href="http://meineipadresse.de/netrenderer/index.php">IE NetRenderer</a> is a free tool that’s great for testing websites in Internet Explorer, typically the most troublesome browser. With IE NetRenderer all you have to do is choose a version of IE and enter the URL that you want to test, and you’ll instantly get a screen shot of the page being tested.</p>
<h3>BrowserCamp</h3>
<div id="attachment_1355" class="wp-caption aligncenter" style="width: 393px">
	<a href="http://techcrank.com/wp-content/uploads/2010/01/browsrcamp.jpg"><img class="size-full wp-image-1355" title="browsrcamp" src="http://techcrank.com/wp-content/uploads/2010/01/browsrcamp.jpg" alt="browsrcamp Test Your Cross Browsing Compatibility" width="393" height="200" /></a>
	<p class="wp-caption-text">Browsrcamp</p>
</div>
<p><a rel="nofollow" href="http://www.browsrcamp.com/">BrowserCamp</a> allows you to test the compatibility of your design with Mac OS X browsers. You can quickly enter the URL that you want to test and get a full length screen shot at several different screen widths. Additionally, for full testing you can pay $3 for a two-day subscription, or $99 for a one-year subscription, with a few options in between.</p>
<h3>IE Tester from DebugBar</h3>
<div id="attachment_1356" class="wp-caption aligncenter" style="width: 393px">
	<a href="http://techcrank.com/wp-content/uploads/2010/01/ietester.jpg"><img class="size-full wp-image-1356" title="ietester" src="http://techcrank.com/wp-content/uploads/2010/01/ietester.jpg" alt="ietester Test Your Cross Browsing Compatibility" width="393" height="199" /></a>
	<p class="wp-caption-text">IEtester</p>
</div>
<p><a rel="nofollow" href="http://www.my-debugbar.com/wiki/IETester/HomePage">IE Tester</a> from DebugBar s a free web browser that allows you to have the rendering and JavaScript engines of IE8 beta 2, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.</p>
<h3>CrossBrowserTesting</h3>
<div id="attachment_1357" class="wp-caption aligncenter" style="width: 391px">
	<a href="http://techcrank.com/wp-content/uploads/2010/01/crossbrowsing.jpg"><img class="size-full wp-image-1357" title="crossbrowsing" src="http://techcrank.com/wp-content/uploads/2010/01/crossbrowsing.jpg" alt="crossbrowsing Test Your Cross Browsing Compatibility" width="391" height="154" /></a>
	<p class="wp-caption-text">Crossbrowsing</p>
</div>
<p><a rel="nofollow" href="http://www.crossbrowsertesting.com/">CrossBrowserTesting.com</a> will allow you to test your website, including AJAX and JavaScript. The service is free for less than 5 minutes per session, or you can buy credits for additional minutes. There are no monthly subscription fees, just pay for what you use.</p>
<h3>ieCapture</h3>
<div id="attachment_1358" class="wp-caption aligncenter" style="width: 368px">
	<a href="http://techcrank.com/wp-content/uploads/2010/01/iecapture.jpg"><img class="size-full wp-image-1358" title="iecapture" src="http://techcrank.com/wp-content/uploads/2010/01/iecapture.jpg" alt="iecapture Test Your Cross Browsing Compatibility" width="368" height="139" /></a>
	<p class="wp-caption-text">IEcapture</p>
</div>
<p><a rel="nofollow" href="http://iecapture.com/">ieCapture</a> is a free tool for getting screen shots from websites in Internet Explorer. It’s very simple, just enter a URL and in a moment your screen shot will appear.</p>
<h3>iPhoney</h3>
<div id="attachment_1359" class="wp-caption aligncenter" style="width: 475px">
	<a href="http://techcrank.com/wp-content/uploads/2010/01/iphoney.jpg"><img class="size-full wp-image-1359" title="iphoney" src="http://techcrank.com/wp-content/uploads/2010/01/iphoney.jpg" alt="iphoney Test Your Cross Browsing Compatibility" width="475" height="163" /></a>
	<p class="wp-caption-text">iphoney</p>
</div>
<p><a rel="nofollow" href="http://www.marketcircle.com/iphoney/">iPhoney</a> is a free iPhone web  simulator for designers. To use iPhoney you’ll have to download the program, but  there is no cost.</p>
<p><em><strong>Thanks to all the wonderful tools that made my work easier. Well If you have something to share, do add you comment.</strong></em></p>
<img style='display:none' id="post-1318-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://techcrank.com/blogging/test-your-cross-browsing-compatibility/',title:'Test Your Cross Browsing Compatibility',tweet:'Every Web designer knows that browser differences can create plenty of problems. Finding and fixing ',description:'Every Web designer knows that browser differences can create plenty of problems. Finding and fixing '})" title="Test Your Cross Browsing Compatibility" alt=" Test Your Cross Browsing Compatibility" /><script type='text/javascript'>document.getElementById("post-1318-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/test-your-cross-browsing-compatibility/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Prevent Your Site From Getting Indexed, The Right Way</title>
		<link>http://techcrank.com/blogging/prevent-your-site-from-getting-indexed-the-right-way/</link>
		<comments>http://techcrank.com/blogging/prevent-your-site-from-getting-indexed-the-right-way/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 20:49:59 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=1298</guid>
		<description><![CDATA[Many websites use robots.txt to block Google to index their pages and thus preventing the pages from showing up in the search engine. But the fact is that robots.txt doesn&#8217;t actually do the latter, even though it does prevent your site from being indexed. Before getting back to the explanation why Google does that? Lets [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/blogging/prevent-your-site-from-getting-indexed-the-right-way/" title="Permanent link to Prevent Your Site From Getting Indexed, The Right Way"><img class="post_image alignright frame" src="http://techcrank.com/wp-content/uploads/2010/01/no-follow.jpg" width="192" height="222" alt="Post image for Prevent Your Site From Getting Indexed, The Right Way" title="Prevent Your Site From Getting Indexed, The Right Way" /></a>
</p><p>Many websites use robots.txt to block Google to index their pages and thus preventing the pages from showing up in the search engine. But the fact is that robots.txt doesn&#8217;t actually do the latter, even though it does prevent your site from being indexed. Before getting back to the explanation why Google does that? <span id="more-1298"></span>Lets have a view at some basic terms involved:-</p>
<p><strong>Indexed / Indexing</strong> &#8211; The process of downloading a site or a page&#8217;s content to the server of the search engine, thereby adding it to it&#8217;s &#8220;index&#8221;.</p>
<p><strong>Ranking / Listing</strong> &#8211; Showing a site in the search result pages (aka <abbr title="Search Engine Result Pages">SERPs).</abbr></p>
<p>So when the process of indexing to listing, it is not necessary that the site should be indexed to get listed. If a link points to a page domain or wherever, that link will be followed. If you block that page from robots.txt still that page will be followed and will be listed in the search results. Here is what Matt Cutts explains why a page that is disallowed in robots.txt may still appear in Google&#8217;s search results.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/KBdEwpRQRD0&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed wmode="transparent" type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/KBdEwpRQRD0&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>So if you want to effectively hide any pages from appearing in the search results, you need them to get indexed. When search index those pages you can tell them not to list them. The tag below does that for you.</p>
<pre><strong>&lt;meta name="robots" content="noindex,nofollow"/&gt;</strong></pre>
<p>You need to copy them to all your pages which you don&#8217;t want to get indexed by search engines. In WordPress there is a Robots Meta option in the Edit Post page in the right hand side column (under the categories).  To not list them in search engines, just select<strong> noindex, nofollow</strong>.</p>
<p><em>If you have something to ask or share, do add you comment.<br />
</em></p>
<img style='display:none' id="post-1298-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://techcrank.com/blogging/prevent-your-site-from-getting-indexed-the-right-way/',title:'Prevent Your Site From Getting Indexed, The Right Way',tweet:'Many websites use robots.txt to block Google to index their pages and thus preventing the pages from',description:'Many websites use robots.txt to block Google to index their pages and thus preventing the pages from'})" title="Prevent Your Site From Getting Indexed, The Right Way" alt=" Prevent Your Site From Getting Indexed, The Right Way" /><script type='text/javascript'>document.getElementById("post-1298-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/prevent-your-site-from-getting-indexed-the-right-way/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9 Carmen- What&#8217;s New?</title>
		<link>http://techcrank.com/blogging/wordpress-2-9-carmen-whats-new/</link>
		<comments>http://techcrank.com/blogging/wordpress-2-9-carmen-whats-new/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 18:25:30 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=1192</guid>
		<description><![CDATA[WordPress 2.9 is released and out for upgrades to the new version named &#8220;Carmen&#8221;.The version is named after Carmen McRae a jazz singer. This time WordPress is loaded with many new options, so you can have play with many more features. The main features I have actually seen so far are the addition of the [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/blogging/wordpress-2-9-carmen-whats-new/" title="Permanent link to WordPress 2.9 Carmen- What&#8217;s New?"><img class="post_image alignright frame" src="http://techcrank.com/wp-content/uploads/2009/12/wordpress-mug.jpg" width="192" height="222" alt="Post image for WordPress 2.9 Carmen- What&#8217;s New?" title="Wordpress 2.9 Carmen  Whats New?" /></a>
</p><p>WordPress 2.9 is released and out for upgrades to the new version named &#8220;Carmen&#8221;.The version is named after Carmen McRae a jazz singer. This time WordPress is loaded with many new options, so you can have play with many more features. The main features I have actually seen so far are the addition of the &#8220;post thumbnail box&#8221; in the writing screen, Trash status for posts, pages, and comments (includes restore and permanent delete).<span id="more-1192"></span></p>
<p>Here is the list of the major WordPress changes made in version 2.9:</p>
<p><strong>Built-in Image Editor</strong>- Now you can crop, edit, rotate, flip, and scale your images inside the WordPress. You can use the edit image option in the library to do that for you. Now you can say Goodbye to your paint or photoshop (unless you don&#8217;t have too add some effects).</p>
<p><a href="http://techcrank.com/wp-content/uploads/2009/12/wordpress_buit-in_image_editor.png"><img class="aligncenter size-full wp-image-1211" title="wordpress_buit-in_image_editor" src="http://techcrank.com/wp-content/uploads/2009/12/wordpress_buit-in_image_editor.png" alt="wordpress buit in image editor Wordpress 2.9 Carmen  Whats New?" width="578" height="330" /></a></p>
<p><strong>Easier video embeds</strong>- It allows you to just copy and paste the url and it magically turns it into the proper embed code, with Oembed support for YouTube, Daily Motion, Blip.tv, Flickr, Hulu, Viddler, Qik, Revision3, Scribd, Google Video, Photobucket, PollDaddy, andWordPress.tv (and more to be added in the next release).</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/SxNJTWZVOQk&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed wmode="transparent" type="application/x-shockwave-flash" width="600" height="340" src="http://www.youtube.com/v/SxNJTWZVOQk&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>Global undo/”trash” feature</strong>- Which means if you have accidentally deleted a post, page or comment you can bring it back from the <strong>grave</strong>( i.e. the trash). This also eliminates the &#8220;Are you sure&#8221; messages which used to prompt on every delete.</p>
<p><strong>Batch plugin update and compatibility checking</strong>- Which means you can update 10 plugins at once instead of making multiple clicks. The new compatibility data gives you better information about whether your plugin&#8217;s are compatible with the latest version of WordPress or not.</p>
<p>You can have a look at the <a rel="nofollow" href="http://codex.wordpress.org/Version_2.9#New_Features" target="_blank">WordPress Codex</a> for more new features.</p>
<p><em><strong>Well these where my find. Do comment here, what you think about the new WordPress Carmen.</strong></em> <em><strong>Do share things you find new from the previous versions. </strong></em></p>
<img style='display:none' id="post-1192-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://techcrank.com/blogging/wordpress-2-9-carmen-whats-new/',title:'WordPress 2.9 Carmen- What&#8217;s New?',tweet:'Wordpress 2.9 is released and out for upgrades to the new version named &#8220;Carmen&#8221;.The ver',description:'Wordpress 2.9 is released and out for upgrades to the new version named &#8220;Carmen&#8221;.The ver'})" title="Wordpress 2.9 Carmen  Whats New?" alt=" Wordpress 2.9 Carmen  Whats New?" /><script type='text/javascript'>document.getElementById("post-1192-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/wordpress-2-9-carmen-whats-new/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Cool Follow Me Gadget WordPress/Website Mash Gadget</title>
		<link>http://techcrank.com/blogging/cool-follow-me-gadget-wordpresswebsite-mash-gadget/</link>
		<comments>http://techcrank.com/blogging/cool-follow-me-gadget-wordpresswebsite-mash-gadget/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 20:49:45 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[follow me]]></category>
		<category><![CDATA[gadget]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=373</guid>
		<description><![CDATA[The Mash Gadget is the cool flash gadget for wordpress. It gives links to your page for 4 major pages twitter, RSS, Email Subscription Feedburner and Facebook. It can be embedded into sidebar or anywhere in the site to have a cool flash widget so that users can easily go to your pages to follow [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-full wp-image-782" title="Follow Panel" src="http://techcrank.com/wp-content/uploads/2009/11/Follow-Panel.jpg" alt="Follow Panel" width="275" height="122" />The Mash Gadget is the cool flash gadget for wordpress. It gives links to your page for 4 major pages twitter, RSS, Email Subscription Feedburner and Facebook.</p>
<p>It can be embedded into sidebar or anywhere in the site to have a cool flash widget so that users can easily go to your pages to follow on twitter and facebook or subscribe to feeds.<span id="more-373"></span></p>
<p>It’s basically a swf file with a configuration text file which one can edit to add his or her links in the swf. It’s currently a beta version with limited capabilities, but I’ll surely develop it furthermore in future to give it more features and interactivity.</p>
<p>The gadget currently has a resolution of 275&#215;130 pixels with a background of white color. However it is scalable from both x and y coordinates on HTML editors (taking correct x:y ratio). All the drawings and graphics are vector images rather than raster so they won’t blur when scaling and will always be sharp.</p>
<p>The Mash Gadget is a replica of the widget on the mashable.com. The gadget is a flash version of the widget. We made the HTML/Javascript version of the gadget but it is having some issues with wordpress. The HTML/Javascript version will be available soon. Till then you can have the flash Gadget for your website.</p>
<p>The <a href="http://techcrank.com/downloads/MashGadget_flash.zip" target="_blank">download link</a> to the mash gadget is <a href="http://techcrank.com/downloads/MashGadget_flash.zip" target="_blank"><strong>here</strong></a>. <strong>You need to configure</strong> it before it can be used for your website.</p>
<p><strong>The contents on the zip file are:</strong></p>
<ul>
<li><strong>Follow      Panel.swf </strong>(The main flash(swf) file)</li>
<li><strong>FollowConfig.txt </strong>(Configuration codes)</li>
<li><strong>Readme.txt </strong> (Help regarding configuration)</li>
</ul>
<p><em><strong>For help regarding anything related to this post or for suggestions or for a request for special modification of the flash file please contact on the contact us section.</strong></em></p>
<img style='display:none' id="post-373-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://techcrank.com/blogging/cool-follow-me-gadget-wordpresswebsite-mash-gadget/',title:'Cool Follow Me Gadget WordPress/Website Mash Gadget',tweet:'The Mash Gadget is the cool flash gadget for wordpress. It gives links to your page for 4 major page',description:'The Mash Gadget is the cool flash gadget for wordpress. It gives links to your page for 4 major page'})" title="Cool Follow Me Gadget Wordpress/Website Mash Gadget" alt=" Cool Follow Me Gadget Wordpress/Website Mash Gadget" /><script type='text/javascript'>document.getElementById("post-373-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/cool-follow-me-gadget-wordpresswebsite-mash-gadget/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: techcrank.com @ 2010-09-09 18:38:16 -->