<?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>Boltforge</title>
	<atom:link href="http://www.boltforge.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.boltforge.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 21 Mar 2013 20:54:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Disabling highlighting</title>
		<link>http://www.boltforge.com/tutorials/disabling-highlighting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disabling-highlighting</link>
		<comments>http://www.boltforge.com/tutorials/disabling-highlighting/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 20:54:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.boltforge.com/?p=1044</guid>
		<description><![CDATA[-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;]]></description>
				<content:encoded><![CDATA[<p>-webkit-touch-callout: none;<br />
-webkit-user-select: none;<br />
-khtml-user-select: none;<br />
-moz-user-select: none;<br />
-ms-user-select: none;<br />
user-select: none;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boltforge.com/tutorials/disabling-highlighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>F shaped reading patterns web content</title>
		<link>http://www.boltforge.com/uncategorized/f-shaped-reading-patterns-web-content/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=f-shaped-reading-patterns-web-content</link>
		<comments>http://www.boltforge.com/uncategorized/f-shaped-reading-patterns-web-content/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 16:02:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.boltforge.com/?p=1041</guid>
		<description><![CDATA[http://www.nngroup.com/articles/f-shaped-pattern-reading-web-content/]]></description>
				<content:encoded><![CDATA[<p>http://www.nngroup.com/articles/f-shaped-pattern-reading-web-content/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boltforge.com/uncategorized/f-shaped-reading-patterns-web-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery selectors on custom data attributes on HTML5</title>
		<link>http://www.boltforge.com/uncategorized/jquery-selectors-on-custom-data-attributes-on-html5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jquery-selectors-on-custom-data-attributes-on-html5</link>
		<comments>http://www.boltforge.com/uncategorized/jquery-selectors-on-custom-data-attributes-on-html5/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 06:07:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.boltforge.com/?p=1039</guid>
		<description><![CDATA[$("ul[data-group='Companies'] li[data-company='Microsoft']") //Get all elements with data-company="Microsoft" below "Companies" $("ul[data-group='Companies'] li:not([data-company='Microsoft'])") //get all elements with data-company!="Microsoft" below "Companies"]]></description>
				<content:encoded><![CDATA[<p><code>$("ul[data-group='Companies'] li[data-company='Microsoft']") //Get all elements with data-company="Microsoft" below "Companies"</p>
<p>$("ul[data-group='Companies'] li:not([data-company='Microsoft'])") //get all elements with data-company!="Microsoft" below "Companies"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.boltforge.com/uncategorized/jquery-selectors-on-custom-data-attributes-on-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple domains on one WordPress install</title>
		<link>http://www.boltforge.com/tutorials/multiple-domains-on-one-wordpress-install/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=multiple-domains-on-one-wordpress-install</link>
		<comments>http://www.boltforge.com/tutorials/multiple-domains-on-one-wordpress-install/#comments</comments>
		<pubDate>Fri, 18 Jan 2013 16:44:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.boltforge.com/?p=1036</guid>
		<description><![CDATA[http://wordpress.org/support/topic/multiple-domains-using-one-wp-install-not-wpmu]]></description>
				<content:encoded><![CDATA[<p>http://wordpress.org/support/topic/multiple-domains-using-one-wp-install-not-wpmu</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boltforge.com/tutorials/multiple-domains-on-one-wordpress-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing XML Data with PHP</title>
		<link>http://www.boltforge.com/uncategorized/parsing-xml-data-with-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=parsing-xml-data-with-php</link>
		<comments>http://www.boltforge.com/uncategorized/parsing-xml-data-with-php/#comments</comments>
		<pubDate>Sun, 18 Nov 2012 17:40:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.boltforge.com/?p=1026</guid>
		<description><![CDATA[channel-&#62;item as $item) { echo " " . $item-&#62;title . " "; echo " " . $item-&#62;description . " "; } ?>]]></description>
				<content:encoded><![CDATA[<pre class="brush: php"><?php   function load_file($url) { $ch = curl_init($url); #Return http response in string curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $xml = simplexml_load_string(curl_exec($ch)); return $xml; }   $feedurl = 'http://naveenbalani.com/index.php/feed/'; $rss = load_file($feedurl);   foreach ($rss--->channel-&gt;item as $item) {
echo "
<h2>" . $item-&gt;title . "</h2>
";
echo "

" . $item-&gt;description . "

";
}
?>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.boltforge.com/uncategorized/parsing-xml-data-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a fade effect to jQuery Masonry</title>
		<link>http://www.boltforge.com/uncategorized/jquery-masonry-with-fade-effect/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jquery-masonry-with-fade-effect</link>
		<comments>http://www.boltforge.com/uncategorized/jquery-masonry-with-fade-effect/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 17:08:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Masonry]]></category>

		<guid isPermaLink="false">http://dev.boltforge/?p=879</guid>
		<description><![CDATA[Customize Masonry to add the fade effect with CSS3 transitions made easy. In this example the item css is : .item { width: 200px; height: auto; margin: 0px; float: left; opacity: 0; } This code animates the container: .masonry { -webkit-transition-property: height, width; -moz-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; -webkit-transition-duration: 0.6s; -moz-transition-duration: [...]]]></description>
				<content:encoded><![CDATA[<p>Customize Masonry to add the fade effect with CSS3 transitions made easy.</p>
<p>In this example the item css is :</p>
<pre class="brush: css">
.item {
    width: 200px;
    height: auto;
    margin: 0px;
    float: left;
    opacity: 0;
}
</pre>
<p>This code animates the container:</p>
<pre class="brush: css">
.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
</pre>
<p>This code animates the items:</p>
<pre class="brush: css">
.masonry .masonry-brick {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
 
.item.masonry-brick {
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.boltforge.com/uncategorized/jquery-masonry-with-fade-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize images using jQuery</title>
		<link>http://www.boltforge.com/uncategorized/resize-images-using-jquery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=resize-images-using-jquery</link>
		<comments>http://www.boltforge.com/uncategorized/resize-images-using-jquery/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 17:08:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dev.boltforge/?p=877</guid>
		<description><![CDATA[Sometimes, for whatever reason, you need to resize an image using jQuery. The &#8220;maxSize&#8221; variable is the maximum size you want the images to be. var maxSize = 400; $("img").each(function(i) { if ($(this).height() &#62; $(this).width()) { var h = max_size; var w = Math.ceil($(this).width() / $(this).height() * maxSize); } else { var w = max_size; [...]]]></description>
				<content:encoded><![CDATA[<p>Sometimes, for whatever reason, you need to resize an image using jQuery. The &#8220;maxSize&#8221; variable is the maximum size you want the images to be.</p>
<pre class="brush: js">
var maxSize = 400;
$("img").each(function(i) {
    if ($(this).height() &gt; $(this).width()) {
        var h = max_size;
        var w = Math.ceil($(this).width() / $(this).height() * maxSize);
    } else {
        var w = max_size;
        var h = Math.ceil($(this).height() / $(this).width() * maxSize);
    }
$(this).css({ height: h, width: w });
});
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.boltforge.com/uncategorized/resize-images-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To Flush DNS on Mac OS X Lion</title>
		<link>http://www.boltforge.com/uncategorized/how-to-flush-dns-on-mac-os-x-lion/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-flush-dns-on-mac-os-x-lion</link>
		<comments>http://www.boltforge.com/uncategorized/how-to-flush-dns-on-mac-os-x-lion/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 10:43:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dev.boltforge/?p=875</guid>
		<description><![CDATA[Flushing the DNS on Mac OS X Lion is quite simple. Just follow the below steps: 1) Change to “root” by using the following command: su - Enter the root password when prompted. If you don’t know the “root” password for your system, you can set it by following this Apple KB article:http://support.apple.com/kb/ht1528 2) Type [...]]]></description>
				<content:encoded><![CDATA[<p>Flushing the DNS on Mac OS X Lion is quite simple. Just follow the below steps:</p>
<p>1) Change to “root” by using the following command:<br />
<em>su -</em><br />
Enter the root password when prompted. If you don’t know the “root” password for your system, you can set it by following this Apple KB article:<a href="http://support.apple.com/kb/ht1528" target="_blank">http://support.apple.com/kb/ht1528</a></p>
<p>2) Type in the following command to flush the DNS:<br />
<em>dscacheutil -flushcache</em></p>
<p>The DNS has now been flushed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boltforge.com/uncategorized/how-to-flush-dns-on-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix Chrome Flash White Screen Issue WSOD</title>
		<link>http://www.boltforge.com/uncategorized/how-to-fix-chrome-flash-white-screen-issue-wsod/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-chrome-flash-white-screen-issue-wsod</link>
		<comments>http://www.boltforge.com/uncategorized/how-to-fix-chrome-flash-white-screen-issue-wsod/#comments</comments>
		<pubDate>Wed, 01 Aug 2012 06:27:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://dev.boltforge/?p=871</guid>
		<description><![CDATA[Ever had a problem with Flash disappearing in Chrome? Here&#8217;s how you fix it. chrome://about/ Go to chrome://plugins/ Disable Flash Go to Youtube. Install the Flash plugin when prompted. Restart Chrome!]]></description>
				<content:encoded><![CDATA[<p>Ever had a problem with Flash disappearing in Chrome?<br />
Here&#8217;s how you fix it.</p>
<p>chrome://about/</p>
<ol>
<li>Go to <a href="chrome://plugins/" target="_blank">chrome://plugins/</a></li>
<li>Disable Flash</li>
<li>Go to Youtube.</li>
<li>Install the Flash plugin when prompted.</li>
<li>Restart Chrome!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.boltforge.com/uncategorized/how-to-fix-chrome-flash-white-screen-issue-wsod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix flash being invisible</title>
		<link>http://www.boltforge.com/tutorials/how-to-fix-flash-being-invisible/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-flash-being-invisible</link>
		<comments>http://www.boltforge.com/tutorials/how-to-fix-flash-being-invisible/#comments</comments>
		<pubDate>Wed, 01 Aug 2012 02:48:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://dev.boltforge/?p=868</guid>
		<description><![CDATA[Sometimes Flash can get corrupted and stop working. To fix this, do the following: Type &#8220;about:plugins&#8221; in your Chrome Browser bar Disable the Adobe Flash plugin Download the Flash Plugin from Adobe (I just went to YouTube, in Chrome, after disabling the plugin and clicked the link that says I need Flash) Close Chrome Install [...]]]></description>
				<content:encoded><![CDATA[<p>Sometimes Flash can get corrupted and stop working. To fix this, do the following:</p>
<p>Type &#8220;about:plugins&#8221; in your Chrome Browser bar<br />
Disable the Adobe Flash plugin<br />
Download the Flash Plugin from Adobe (I just went to YouTube, in Chrome, after disabling the plugin and clicked the link that says I need Flash)<br />
Close Chrome<br />
Install Flash Plugin<br />
Open Chrome<br />
Win</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boltforge.com/tutorials/how-to-fix-flash-being-invisible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
