<?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>Web Designer&#039;s Notes</title>
	<atom:link href="http://cmblog.ca/feed" rel="self" type="application/rss+xml" />
	<link>http://cmblog.ca</link>
	<description>Never Stop Improving</description>
	<lastBuildDate>Thu, 23 May 2013 01:50:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Text cut off in JQuery Mobile list view</title>
		<link>http://cmblog.ca/text-cut-off-in-jquery-mobile-list-view.html</link>
		<comments>http://cmblog.ca/text-cut-off-in-jquery-mobile-list-view.html#comments</comments>
		<pubDate>Thu, 23 May 2013 01:50:07 +0000</pubDate>
		<dc:creator>author</dc:creator>
				<category><![CDATA[JQuery Mobile]]></category>
		<category><![CDATA[Text cut off in JQuery Mobile list view]]></category>

		<guid isPermaLink="false">http://cmblog.ca/text-cut-off-in-jquery-mobile-list-view.html</guid>
		<description><![CDATA[Problem: The solution is pretty simple. Just find the code in jquery mobile css file and replace the code white-space: nowrap by white-space: normal Replace the property in]]></description>
		<wfw:commentRss>http://cmblog.ca/text-cut-off-in-jquery-mobile-list-view.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cases when Ajax navigation will not be used</title>
		<link>http://cmblog.ca/cases-when-ajax-navigation-will-not-be-used.html</link>
		<comments>http://cmblog.ca/cases-when-ajax-navigation-will-not-be-used.html#comments</comments>
		<pubDate>Thu, 23 May 2013 01:50:07 +0000</pubDate>
		<dc:creator>author</dc:creator>
				<category><![CDATA[JQuery Mobile]]></category>
		<category><![CDATA[jQuery Mobile and rel with target(eq _blank)]]></category>

		<guid isPermaLink="false">http://cmblog.ca/cases-when-ajax-navigation-will-not-be-used.html</guid>
		<description><![CDATA[Under certain conditions, normal http requests will be used instead of Ajax requests. One case where this is true is when linking to pages on external websites. You can also specify that a normal http request be made through the &#8230; <a href="http://cmblog.ca/cases-when-ajax-navigation-will-not-be-used.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://cmblog.ca/cases-when-ajax-navigation-will-not-be-used.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript: how to use history back() method</title>
		<link>http://cmblog.ca/javascript-how-to-use-history-back-method.html</link>
		<comments>http://cmblog.ca/javascript-how-to-use-history-back-method.html#comments</comments>
		<pubDate>Thu, 23 May 2013 01:50:07 +0000</pubDate>
		<dc:creator>coja</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript snippets]]></category>

		<guid isPermaLink="false">http://cmblog.ca/?p=200</guid>
		<description><![CDATA[&#38;lt;html&#38;gt; &#38;lt;head&#38;gt; &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt; function goBack() { window.history.back() } &#38;lt;/script&#38;gt; &#38;lt;/head&#38;gt; &#38;lt;body&#38;gt; &#38;lt;input type=&#38;quot;button&#38;quot; value=&#38;quot;Back&#38;quot; onclick=&#38;quot;goBack()&#38;quot; /&#38;gt; &#38;lt;/body&#38;gt; &#38;lt;/html&#38;gt;]]></description>
		<wfw:commentRss>http://cmblog.ca/javascript-how-to-use-history-back-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Mobile: how to set the properties and event handlers</title>
		<link>http://cmblog.ca/jquery-mobile-how-to-set-the-properties-and-events.html</link>
		<comments>http://cmblog.ca/jquery-mobile-how-to-set-the-properties-and-events.html#comments</comments>
		<pubDate>Thu, 23 May 2013 00:48:25 +0000</pubDate>
		<dc:creator>coja</dc:creator>
				<category><![CDATA[JQuery Mobile]]></category>
		<category><![CDATA[JQuery Mobile snippet]]></category>

		<guid isPermaLink="false">http://cmblog.ca/?p=195</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://cmblog.ca/jquery-mobile-how-to-set-the-properties-and-events.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send the variable from php to html page</title>
		<link>http://cmblog.ca/how-to-send-the-variable-from-php-to-html-page.html</link>
		<comments>http://cmblog.ca/how-to-send-the-variable-from-php-to-html-page.html#comments</comments>
		<pubDate>Thu, 23 May 2013 00:48:25 +0000</pubDate>
		<dc:creator>coja</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://cmblog.ca/?p=193</guid>
		<description><![CDATA[&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt; $(document).ready(function(){ var s=location.hash; var arr=s.split(&#039;-&#039;); if( arr[1] ) alert( &#38;quot;Please enter the &#38;quot; + arr[1] );]]></description>
		<wfw:commentRss>http://cmblog.ca/how-to-send-the-variable-from-php-to-html-page.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to copy image from external resource</title>
		<link>http://cmblog.ca/how-to-copy-image-from-external-resource.html</link>
		<comments>http://cmblog.ca/how-to-copy-image-from-external-resource.html#comments</comments>
		<pubDate>Thu, 23 May 2013 00:48:25 +0000</pubDate>
		<dc:creator>coja</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://cmblog.ca/?p=190</guid>
		<description><![CDATA[function get_page_content($url) { $resource = curl_init(); curl_setopt($resource, CURLOPT_URL, $url); curl_setopt($resource, CURLOPT_HEADER, false); curl_setopt($resource, CURLOPT_RETURNTRANSFER, true); curl_setopt($resource, CURLOPT_CONNECTTIMEOUT, 30); $content = curl_exec($resource); curl_close($resource); return $content; } $content = get_page_content('http://www.google.co.uk/intl/en_com/images/srpr/logo1w.png'); $fp = fopen('logo.png', 'w'); fwrite($fp, $content); fclose($fp);]]></description>
		<wfw:commentRss>http://cmblog.ca/how-to-copy-image-from-external-resource.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshot of using chars functions</title>
		<link>http://cmblog.ca/screenshot-of-using-chars-functions.html</link>
		<comments>http://cmblog.ca/screenshot-of-using-chars-functions.html#comments</comments>
		<pubDate>Wed, 22 May 2013 23:48:35 +0000</pubDate>
		<dc:creator>coja</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php chars functions]]></category>

		<guid isPermaLink="false">http://cmblog.ca/?p=185</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://cmblog.ca/screenshot-of-using-chars-functions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JQuery Mobile Framework Connecting</title>
		<link>http://cmblog.ca/jquery-mobile-framework-connecting.html</link>
		<comments>http://cmblog.ca/jquery-mobile-framework-connecting.html#comments</comments>
		<pubDate>Wed, 22 May 2013 23:48:35 +0000</pubDate>
		<dc:creator>coja</dc:creator>
				<category><![CDATA[JQuery Mobile]]></category>
		<category><![CDATA[JQuery Mobile Framework connecting]]></category>

		<guid isPermaLink="false">http://cmblog.ca/?p=180</guid>
		<description><![CDATA[JQuery Mobile Framework connecting &#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;mobile_css.min.css&#38;quot; /&#38;gt; &#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;http://code.jquery.com/mobile/1.0rc2/jquery.mobile.structure-1.0rc2.min.css&#38;quot; /&#38;gt; &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://code.jquery.com/jquery-1.6.4.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt; &#38;lt;script type=&#38;quot;text/javascript&#38;quot; &#38;gt; $(document).bind(&#38;quot;mobileinit&#38;quot;, function(){ $.mobile.ajaxEnabled = false; }); &#38;lt;/script&#38;gt; &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;]]></description>
		<wfw:commentRss>http://cmblog.ca/jquery-mobile-framework-connecting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using php array_walk()</title>
		<link>http://cmblog.ca/using-php-array_walk-code-snippet.html</link>
		<comments>http://cmblog.ca/using-php-array_walk-code-snippet.html#comments</comments>
		<pubDate>Wed, 22 May 2013 23:48:35 +0000</pubDate>
		<dc:creator>coja</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php array_walk usage]]></category>

		<guid isPermaLink="false">http://cmblog.ca/?p=175</guid>
		<description><![CDATA[array_walk() usage: function escape_mysql(&#038;$val) { $val = mysql_real_escape_string($val); } array_walk($escape_array,'escape_mysql');]]></description>
		<wfw:commentRss>http://cmblog.ca/using-php-array_walk-code-snippet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php Code to analyze &#8211; ini_set usage</title>
		<link>http://cmblog.ca/php-code-to-analyze-ini_set-usage.html</link>
		<comments>http://cmblog.ca/php-code-to-analyze-ini_set-usage.html#comments</comments>
		<pubDate>Wed, 22 May 2013 22:50:25 +0000</pubDate>
		<dc:creator>coja</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://cmblog.ca/?p=171</guid>
		<description><![CDATA[php Code to Analyze ini_set usage with &#8220;include_path&#8221; if ( function_to_test($var ) ) ini_set(&#38;quot;include_path&#38;quot;, &#38;quot;/var/www/vhosts/test.com/httpdocs/moneris&#38;quot;); else ini_set(&#38;quot;include_path&#38;quot;, &#38;quot;/var/www/vhosts/test.com/httpdocs/moneris&#38;quot;); require &#38;quot;modules/mpgClasses.php&#38;quot;; include &#38;quot;modules/mpiClasses.php&#38;quot;;]]></description>
		<wfw:commentRss>http://cmblog.ca/php-code-to-analyze-ini_set-usage.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
