<?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>MKProgramming &#124; Website Design, Development and SEO &#124; Rochester, Webster, Penfield, Fairport and New York</title>
	<atom:link href="http://mkprogramming.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mkprogramming.com</link>
	<description>Web. Mobile. Print. (We do just about everything)</description>
	<lastBuildDate>Sun, 19 Feb 2012 02:05:51 +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>JA Elastica &#8211; FREE Joomla Responsive Template</title>
		<link>http://mkprogramming.com/ja-elastica-free-joomla-responsive-web-design-template/</link>
		<comments>http://mkprogramming.com/ja-elastica-free-joomla-responsive-web-design-template/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 15:09:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Template]]></category>
		<category><![CDATA[Responsive Web Design]]></category>
		<guid isPermaLink="false">http://mkprogramming.com/?p=744</guid>
		<description><![CDATA[JoomlArt just released one of the first Joomla responsive templates I&#8217;ve seen so far and it&#8217;s beautiful! http://joomla17-templates.joomlart.com/ja_elastica/ For those of you who are not familiar with responsive web design, the page layout adapts to different screen widths, even as you re-size your screen. From different monitor sizes on desktops to different mobile devices. Let me know what you think!]]></description>
			<content:encoded><![CDATA[<p>JoomlArt just released one of the first Joomla responsive templates I&#8217;ve seen so far and it&#8217;s beautiful!<a title="http://joomla17-templates.joomlart.com/ja_elastica/" href="http://joomla17-templates.joomlart.com/ja_elastica/"></p>
<p>http://joomla17-templates.joomlart.com/ja_elastica/</a></p>
<p>For those of you who are not familiar with responsive web design, the page layout adapts to different screen widths, even as you re-size your screen. From different monitor sizes on desktops to different mobile devices.</p>
<p><iframe src="http://www.youtube.com/embed/aBvyc5P7Fsg" frameborder="0" width="560" height="315"style="margin-left:-90px;"></iframe></p>
<p>Let me know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://mkprogramming.com/ja-elastica-free-joomla-responsive-web-design-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using jQuery to Modify First Word of a Sentance</title>
		<link>http://mkprogramming.com/using-jquery-to-modify-first-word-of-a-sentance/</link>
		<comments>http://mkprogramming.com/using-jquery-to-modify-first-word-of-a-sentance/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 16:12:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Snippets]]></category>
		<guid isPermaLink="false">http://mkprogramming.com/?p=697</guid>
		<description><![CDATA[Recently when upgrading a clients website from Joomla 1.5 to 1.7 (don&#8217;t get me started about 2.5) I found the need to add a &#8220;&#60;span&#62;&#8221; to each and every &#8220;&#60;h3&#62;&#8221; tag on the page, which would normally be pretty easy. Due to how one of the artists designed it years back, we needed only the first word wrapped in the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently when upgrading a clients website from Joomla 1.5 to 1.7 (don&#8217;t get me started about 2.5) I found the need to add a &#8220;&lt;span&gt;&#8221; to each and every &#8220;&lt;h3&gt;&#8221; tag on the page, which would normally be pretty easy. Due to how one of the artists designed it years back, we needed only the first word wrapped in the &#8220;&lt;span&gt;&#8221; tag (so we could add some color) which proved to be more challenging. Time for some jQuery Magic!</p>
<p>So in case anyone else reading needs to know how to modify the first word of a sentence (or header).. here it is:</p>
<p>{code type=javascript}<br />
$(&#8216;h3&#8242;).each(function(){<br />
   var t = $(this);<br />
   t.html(t.html().replace(/^(\w+)/, &#8216;<span>$1</span>&#8216;));<br />
});<br />
{/code}</p>
<p>Obviously you could change the &#8220;$(&#8216;h3&#8242;)&#8221; to be anything your heart desires.</p>
<p>Want to fiddle with this chunk of code a little bit ?! <br />Here:  <a title="http://jsfiddle.net/bUPfb/" href="http://jsfiddle.net/bUPfb/">http://jsfiddle.net/bUPfb/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mkprogramming.com/using-jquery-to-modify-first-word-of-a-sentance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One of the Best JQuery Slideshow Plugins (Ever)</title>
		<link>http://mkprogramming.com/one-of-the-best-jquery-slideshow-plugins-ever-to-be-written/</link>
		<comments>http://mkprogramming.com/one-of-the-best-jquery-slideshow-plugins-ever-to-be-written/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 20:28:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<guid isPermaLink="false">http://mkprogramming.com/?p=611</guid>
		<description><![CDATA[I use JQuery all the time. It&#8217;s hands down my favorite javascript library (though Ext3 is pretty impressive). One of my most used and favorite plugins is malsup&#8217;s cycle plugin. Here are a few reasons why this ranks in at my favorite plugin: 1) Easy to install / utilize It&#8217;s incredibly simple to use. The minimal setup required would be [...]]]></description>
			<content:encoded><![CDATA[<p>I use JQuery all the time. It&#8217;s hands down my favorite javascript library (though Ext3 is pretty impressive). One of my most used and favorite plugins is <a href="http://jquery.malsup.com/cycle/">malsup&#8217;s cycle plugin</a>.</p>
<p><img class="alignnone size-full wp-image-613" title="jquery_cycle_plugin" src="http://mkprogramming.com/wp-content/uploads/2011/09/jquery_cycle_plugin.jpg" alt="" width="600" height="207" /></p>
<p>Here are a few reasons why this ranks in at my favorite plugin:</p>
<p><strong>1) Easy to install / utilize </strong><br />
It&#8217;s incredibly simple to use. The minimal setup required would be something like this.</p>
<p>{code type=xhtml}</p>
<pre id="line22">&lt;div class="slideshow"&gt;
	&lt;img src="wonderful_walrus_and_tucan_sam.jpg" width="200" height="200" /&gt;
	&lt;img src="image_2.jpg" width="200" height="200" /&gt;
	&lt;img src="pretty_cow_4.jpg" width="200" height="200" /&gt;
&lt;/div&gt;</pre>
<p>{/code}</p>
<p>Then all you need to do is throw this the &lt;head&gt; section of your page:</p>
<p>{code type=xhtml}</p>
<pre id="line1">&lt;!-- include jQuery library --&gt;
&lt;script type="text/javascript" src="<a href="view-source:http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js">http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js</a>"&gt;&lt;/script&gt;
&lt;!-- include Cycle plugin --&gt;
&lt;script type="text/javascript" src="<a href="view-source:http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js">http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js</a>"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
&lt;/script&gt;</pre>
<p>{/code}</p>
<p><strong>2) Simple to modify and customize</strong></p>
<p>Not only are there easily over 40 examples of different implementations but the code is well written and simple to understand. I can&#8217;t even begin to tell you how many times I&#8217;ve used cycle as a starting point to code a different slideshow plugin. It&#8217;s so useful!</p>
<p><strong>3) It&#8217;s 100% Free </strong></p>
<p>Yep, it&#8217;s free and open source. Check it out here:<br />
<a href="http://jquery.malsup.com/cycle/download.html" rel="no-follow">JQuery Cycle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mkprogramming.com/one-of-the-best-jquery-slideshow-plugins-ever-to-be-written/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QR Code Overview</title>
		<link>http://mkprogramming.com/qr-code-overview/</link>
		<comments>http://mkprogramming.com/qr-code-overview/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 23:46:51 +0000</pubDate>
		<dc:creator>Matt Kirkpatrick</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Snippet]]></category>
		<guid isPermaLink="false">http://thedeveloper.wpmu3.layeredpixels.ca/?p=147</guid>
		<description><![CDATA[Using QR codes for marketing purposes is becoming much more common than it was a few years ago. With the advent of smart phones and increase in mobile activity QR codes are becoming quite useful. My hope is to share with you a brief overview of how they work and why they might be useful for you or your company. [...]]]></description>
			<content:encoded><![CDATA[<p>Using QR codes for marketing purposes is becoming much more common than it was a few years ago. With the advent of smart phones and increase in mobile activity QR codes are becoming quite useful. My hope is to share with you a brief overview of how they work and why they might be useful for you or your company.</p>
<p><strong>1) A QR code is a 2D barcode.</strong></p>
<p>Quite unlike typical barcodes you see at your local supermarket, the QR code is a 2D barcode. Resembling somewhat of a maze, QR codes are able to store a variety of data both vertically and horizontally.</p>
<p><a href="http://mkprogramming.com/wp-content/uploads/2010/09/qrcode_comp.jpg"><img class="alignnone size-full wp-image-589" title="qrcode_comp" src="http://mkprogramming.com/wp-content/uploads/2010/09/qrcode_comp.jpg" alt="" width="259" height="124" /></a></p>
<p><strong>2) 2D Barcodes can store quite a bit of data.</strong></p>
<p>A typical 1D barcode can store around 30 numbers for use. QR codes on the other hand can store 7,089 numbers which is much more useful for storing information such as:</p>
<ul>
<li>Hyperlinks</li>
<li>Text</li>
<li>Email</li>
<li>Contact Information (vCard or similar)</li>
<li>Calendar Entry (vCalendar)</li>
<li>SMS/MMS Message</li>
</ul>
<p>&nbsp;</p>
<p>The ability to store a hyperlink gives virtually endless possibilities. Once the user scans the code, they can be taken to a video, &#8220;like&#8221; a Facebook page, download an application or even enter contests.</p>
<p><strong>3) QR Codes Can Be Placed Just About Anywhere.</strong></p>
<p>Once the code has been created it can be printed on just about anything you can think of. While ease of scanning must be taken into consideration, QR codes can easily be printed on:<br />
Business Cards, Newspapers, Magazines, Posters, Tattoos, Clothing and I&#8217;ve heard of people using cake frosting! This allows marketing to truly become creative and engaging. Driving traffic and conversions from virtually anywhere.</p>
<p><strong>4) QR Code Scanning Is Becoming Common</strong></p>
<p>Large companies like BestBuy, Kodak, Xerox and even libraries are begging to use 2D Barcodes. Don&#8217;t take my word for it, check out some of these reports:</p>
<ul>
<li>2D Barcode Scanning Up 1,200 Percent Second Half of 2010.<br />
<a href="http://www.mobio.net/reports/naked-facts/">- Mabio Reports &#8211; The Naked Facts</a></li>
<li>2D Barcode Scans Outnumber 1D in 2011&#8242;s First Quarter.<br />
<a href="http://scanbuy.com/web/press-kit/154-scanbuy-trend-report">- ScanLife&#8217;s Q1 Trend Report 2011</a></li>
</ul>
<p>&nbsp;</p>
<p><strong>5) Generating QR Codes Is Quick and Easy</strong></p>
<p>Google has made if very simple to create and track QR codes with their link shortening service <a title="goo.gl" href="http://goo.gl/" target="_blank">goo.gl</a>. Check it out:</p>
<p><img class="alignnone size-full wp-image-594" title="google_shorten" src="http://mkprogramming.com/wp-content/uploads/2011/09/google_shorten1.jpg" alt="" width="600" height="151" /></p>
<p>You&#8217;ll then be able to click the &#8220;more details&#8221; button below to view your QR code and click analytics.</p>
<p><strong>6) Seek Experts to Ensure Success </strong></p>
<p>While creating, printing and maintaining a QR code campaign may seem simple, there is a lot more than meets the eye. We suggest you <a href="http://mkprogramming.com/contact">consult an expert</a> before you get started and make sure you&#8217;re getting the most out of your mobile marketing with 2D codes.</p>
]]></content:encoded>
			<wfw:commentRss>http://mkprogramming.com/qr-code-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

