<?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>Randomattic &#187; Blog</title>
	<atom:link href="http://randomattic.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://randomattic.com</link>
	<description>Hand Made Web</description>
	<lastBuildDate>Wed, 25 Jan 2012 12:57:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Add FB Like box to WP</title>
		<link>http://randomattic.com/2011/add-facebook-like-box-to-wp/</link>
		<comments>http://randomattic.com/2011/add-facebook-like-box-to-wp/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 19:38:27 +0000</pubDate>
		<dc:creator>Randomattic</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://randomattic.com/?p=382</guid>
		<description><![CDATA[Officially you can apply settings for a like box for facebook from this link &#8211; https://developers.facebook.com/docs/reference/plugins/like-box/ &#8211; download the code and set it up on your site. the above link works if you have one URL that you want to use the box with. but what if in wordpress we want to add the likebox [...]]]></description>
			<content:encoded><![CDATA[<p>Officially you can apply settings for a like box for facebook from this link &#8211; https://developers.facebook.com/docs/reference/plugins/like-box/  &#8211; download the code and set it up on your site. the above link works if you have one URL that you want to use the box with.</p>
<p>but what if in wordpress we want to add the likebox to all pages and posts dynamically without specifially adding a plugin and then modifying it to show at a particular place in the post. </p>
<p>we have an easy solution. Here wordpress template tags come to work. you can download the code snippet from facebook website and alter it. then you can put it in your wordpress template single.php and/or page.php for facebook like box to show with dynamic url.</p>
<p>here is the code. please double click and copy/paste the below code and voila! </p>
<p> <span id="more-382"></span></p>
<pre class="brush: php; title: ; notranslate">&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; style=&quot;border:none; overflow:hidden; width:450px; height:30px&quot;&gt;&lt;/iframe&gt;</pre>
<p>wasn&#8217;t that an easy solution?!</p>
]]></content:encoded>
			<wfw:commentRss>http://randomattic.com/2011/add-facebook-like-box-to-wp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Twitter Button to WP</title>
		<link>http://randomattic.com/2010/add-twitter-button-to-wp/</link>
		<comments>http://randomattic.com/2010/add-twitter-button-to-wp/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 16:46:48 +0000</pubDate>
		<dc:creator>Randomattic</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://randomattic.com/?p=348</guid>
		<description><![CDATA[Recently Twitter announced its own twitter share button. Now we dont need to rely on tweetmeme to share blog with twitter. Here is how you can add it to your WP template&#8230;. Copy the below code in your index.php or single.php file in your WP theme files. Change data-via=&#8221;ektz&#8221; to your own twitter username to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently Twitter announced its own twitter share button. Now we dont need to rely on tweetmeme to share blog with twitter.<br />
Here is how you can add it to your WP template&#8230;. <span id="more-348"></span></p>
<p>Copy the below code in your index.php or single.php file in your WP theme files. </p>
<pre class="brush: php; title: ; notranslate">&lt;a href=&quot;http://twitter.com/share&quot; class=&quot;twitter-share-button&quot; data-url=&quot;&lt;?php the_permalink() ?&gt;&quot; data-text=&quot;Currently reading &lt;?php the_title(); ?&gt;&quot; data-count=&quot;horizontal&quot; data-via=&quot;ektz&quot; &gt;Tweet&lt;/a&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://platform.twitter.com/widgets.js&quot;&gt;&lt;/script&gt;</pre>
<p class="help"> Change <strong>data-via=&#8221;ektz&#8221;</strong> to your own twitter username to add your twitter link in the generated tweet. </p>
<p class="support"> You can also recommend another twitter account for people to follow. Please add <strong> data-related=&#8221;randomattic&#8221; </strong> just after <em>data-via=&#8221;ektz&#8221;</em> phrase. </p>
<p>say bye to tweetmeme. welcome twitter. </p>
]]></content:encoded>
			<wfw:commentRss>http://randomattic.com/2010/add-twitter-button-to-wp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Women in Web Design</title>
		<link>http://randomattic.com/2010/women-in-web-design/</link>
		<comments>http://randomattic.com/2010/women-in-web-design/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 06:16:22 +0000</pubDate>
		<dc:creator>Randomattic</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://randomattic.com/?p=344</guid>
		<description><![CDATA[I have been featured in this article here &#8211; on @onextrapixel . Must read. Interesting females all over the world share their views. This was compiled by Krishna solanki. Way to go , Girl!]]></description>
			<content:encoded><![CDATA[<p>I have been featured in this article here &#8211; <a href="http://www.onextrapixel.com/2010/08/10/interviewing-women-in-web-design-around-the-world-huge-list/">on @onextrapixel</a> . Must read. Interesting females all over the world share their views.</p>
<p>This was compiled by <a href="http://krishnasolanki.co.uk/blog/">Krishna solanki</a>.  Way to go , Girl! </p>
]]></content:encoded>
			<wfw:commentRss>http://randomattic.com/2010/women-in-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin &#8211; RSB</title>
		<link>http://randomattic.com/2010/randomattic-socialbookmarks/</link>
		<comments>http://randomattic.com/2010/randomattic-socialbookmarks/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 07:31:29 +0000</pubDate>
		<dc:creator>Randomattic</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">http://randomattic.com/?p=244</guid>
		<description><![CDATA[This is a no-fuss social bookmarking plugin for WordPress. All is done at a click of a button. can it get any better than that?]]></description>
			<content:encoded><![CDATA[<p>This is a no-fuss social bookmarking plugin for WordPress. All is done at a click of a button. can it get any better than that?</p>
<p>Black &#038; White Social networking icons that matches every layout of wordpress. Easy to modify and flowless. More icon packs will be available soon. The icons right now are courtesy of MySiteMyWay .</p>
<p class="download"> You can download a latest copy of the plugin from official WordPress directory. <a href="http://wordpress.org/extend/plugins/randomattic-socialbookmarks/"> http://wordpress.org/extend/plugins/randomattic-socialbookmarks/ </a> </p>
<p class="support"> You need any support with installing this plugin and using it, please contact me from this site and/or comment here. I will get back to you with a solution ASAP. </p>
]]></content:encoded>
			<wfw:commentRss>http://randomattic.com/2010/randomattic-socialbookmarks/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Favicon for your Website</title>
		<link>http://randomattic.com/2009/make-a-favicon-for-your-website/</link>
		<comments>http://randomattic.com/2009/make-a-favicon-for-your-website/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 07:09:47 +0000</pubDate>
		<dc:creator>Randomattic</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://randomattic.com/?p=20</guid>
		<description><![CDATA[A Favicon is a little custom icon that appears next to a website's URL in the address bar of a web browser. It is usually of a small size, like 16 pixels by 16 pixels. It’s a very good branding opportunity and it gives that additional dynamism to your site design.]]></description>
			<content:encoded><![CDATA[<p>A Favicon is a little custom icon that appears next to a website&#8217;s URL in the address bar of a web browser. It is usually of a small size, like 16 pixels by 16 pixels. It’s a very good branding opportunity and it gives that additional dynamism to your site design.</p>
<h3>How to make a Favicon file?</h3>
<p>For starters, you can use a GIF or a PNG file as an icon, but Internet Explorer doesn’t always support those formats, that’s why to be on safe side, the .ICO format should be used.</p>
<p>To make and .ICO file in photoshop, you have to first download a plugin and add it into photoshop. Please download and follow the instructions here…</p>
<p><a href="http://www.telegraphics.com.au/sw/"> Telegraphics ICO plugin for Photoshop </a></p>
<p>After you’ve installed the plugin, open a canvas in photoshop of size 32&#215;32 pixels. [ or you can take multiples of 16x16. Such as 48x48, 64x64 etc ]</p>
<p>Best Branding Option is to use a part of the logo of the site and/colors to make the icon. If you have a logo ready, please try to make it smaller and see how it looks at the size of 16&#215;16. if it looks too complicated, its better to incorporate just a part of it, rather than the whole logo.</p>
<p>After you’ve decided on the look and size, time to make it better by sharpening the image at that small size. Also change saturation and contract to achieve a neat and clean icon option. Try not to have too many shadows and blurs in the icon, as it doesn’t look clean in browsers.</p>
<p>Once done with that, in photoshop menu Go to File>Save As and name the file favicon.ico. Under Format you must choose Windows Icon (ICO) from the pulldown menu. This format will only be available in Photoshop after you install the abovesaid plugin.</p>
<p>So the Favicon is created. Now lets look at how you can add it into the website.</p>
<h3>Add Favicon to the website</h3>
<p>The common location is the “root” folder of your site, which is same directory as your home (index) page. If you put it there with the name favicon.ico, most browsers will find it automatically.</p>
<p>If you plan to not keep it in the ‘ROOT’ Directory of the website, you will have to add one line of code to your index file HTML.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;link rel=&quot;icon&quot; href=&quot;/favicon.ico&quot; type=&quot;image/x-icon&quot; /&gt;
</pre>
<h3>Add Favicon in the WordPress Blog</h3>
<p>In wordpress blog, you can also use the same format of putting the .ICO file in the root folder. But for the sake of making the favicons theme friendly, upload the .ICO file in the Theme directory where your style.css file is saved of a particular theme you’re using.</p>
<p>Then in the theme editor, please look at the header.php file. Open it and add the following code between <head> tag.</p>
<pre class="brush: php; title: ; notranslate">&lt;LINK REL=&quot;ICON&quot; HREF=&quot;&lt;?php bloginfo('template_directory'); ?&gt;/favicon.ico&quot; type=&quot;image/x-icon&quot; /&gt;</pre>
<p>Update the file and Visit the Blog home page to see the favicon at work.</p>
<p>If your new Favicon does not show up right away, try refreshing the page [ by doing Ctrl + F5 ] or clearing your cache.</p>
<p>Voila! You’re done!</p>
]]></content:encoded>
			<wfw:commentRss>http://randomattic.com/2009/make-a-favicon-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://randomattic.com/2009/hello-world/</link>
		<comments>http://randomattic.com/2009/hello-world/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 10:49:02 +0000</pubDate>
		<dc:creator>Randomattic</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://randomattic.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. This post is the dedication to the best blogging script i have came across in a long time. Kudos to Wordpress.]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. This post is the dedication to the best blogging script i have came across in a long time. Kudos to WordPress.</p>
<p>This is my new start-up , with a core idea to make blogging more fun, more pleasure and indeed simpler for everyone.</p>
<p>In this blog, I am going to write about all ranges of topics, covering blog designing in general, with indian perspective in mind. I plan to write more plugins, code more themes and unravel amazing tips and tricks that you can do with WordPress.</p>
<p>Please keep watching the space!</p>
]]></content:encoded>
			<wfw:commentRss>http://randomattic.com/2009/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

