<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>MYCFMX</title>
    <link>http://www.mycfmx.com/index.php/site/index/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>ijwebsites@comcast.net</dc:creator>
    <dc:rights>Copyright 2012</dc:rights>
    <dc:date>2012-03-04T20:17:53+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Windows 8 Consumer Preview</title>
      <link>http://www.mycfmx.com/index.php/site/windows-8-consumer-preview/</link>
      <guid>http://www.mycfmx.com/index.php/site/windows-8-consumer-preview/#When:20:17:53Z</guid>
      <description>I&#8217;ll give you some quick tips on navigating around Windows8 Consumer Preview. 

Load a program
You see the large tiles on the Start screen, click those and they load the program. Easy.

Close a program
Put the mouse at the top of the screen, left click and hold, drag down to the bottom of the screen, release the mouse button. The program is closed.

Switching between programs
Say you have the Photos, Mail, Messaging and Weather Apps open at the same time.&amp;nbsp; Switch between the apps is quite easy and there are 2 ways to do it.&amp;nbsp; Put your mouse in the upper left corner and you&#8217;ll see a thumbnail of the app appear. Click there and it will switch to that app.&amp;nbsp; Easy and quick.

The next way is to put your mouse pointer at the top left corner and slide down along the left edge.&amp;nbsp; This will show you a list of all available apps that are currently running, just click the one you want to get too and you are there. Quick and easy.&amp;nbsp; 

See more windows8 tips here:
PC WORLD &#45; A guide to getting around the windows 8 beta with a mouse.&amp;nbsp;</description>
      <dc:subject>Windows8</dc:subject>
      <dc:date>2012-03-04T20:17:53+00:00</dc:date>
    </item>

    <item>
      <title>Responsive Web Design and using media queries</title>
      <link>http://www.mycfmx.com/index.php/site/responsive-web-design-and-using-media-queries/</link>
      <guid>http://www.mycfmx.com/index.php/site/responsive-web-design-and-using-media-queries/#When:22:05:38Z</guid>
      <description>Taken mostly from an article found on reigndesign.com entitled how&#45;to&#45;not&#45;have&#45;your&#45;new&#45;site&#45;look&#45;awful&#45;on&#45;phones.  It used media queries to target multiple devices from smartphones to tablets to desktop. And even a special tag to target the kindle fire.  I have rewritten all of the authors media queries with the more optimal way to use them in a webpage.



&amp;lt;link&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;href=&quot;css/globals.css&quot;&amp;nbsp;/&amp;gt;&amp;lt;!&#45;&#45;&#91;if&amp;nbsp;lt&amp;nbsp;IE&amp;nbsp;9&#93;&amp;gt;&amp;lt;link&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;href=&quot;css/iefix.css&quot;&amp;nbsp;media=&quot;all&quot;&amp;nbsp;/&amp;gt;&amp;lt;!&#91;endif&#93;&#45;&#45;&amp;gt;&amp;lt;link&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;href=&quot;css/3000.css?v=1&quot;&amp;nbsp;media=&quot;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(max&#45;width:&amp;nbsp;3000px)&quot;&amp;gt;&amp;lt;link&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;href=&quot;css/1600.css?v=1&quot;&amp;nbsp;media=&quot;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(max&#45;width:&amp;nbsp;1600px)&quot;&amp;gt;&amp;lt;link&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;href=&quot;css/1280.css?v=1&quot;&amp;nbsp;media=&quot;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(max&#45;width:&amp;nbsp;1280px)&quot;&amp;gt;&amp;lt;link&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;href=&quot;css/1024.css?v=1&quot;&amp;nbsp;media=&quot;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(max&#45;width:&amp;nbsp;1024px)&quot;&amp;gt;&amp;lt;link&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;href=&quot;css/800.css?v=1&quot;&amp;nbsp;media=&quot;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(max&#45;width:&amp;nbsp;800px)&quot;&amp;gt;&amp;lt;link&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;href=&quot;css/480.css?v=1&quot;&amp;nbsp;media=&quot;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(max&#45;width:&amp;nbsp;480px)&quot;&amp;gt;&amp;lt;link&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;href=&quot;css/320.css?v=1&quot;&amp;nbsp;media=&quot;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(max&#45;width:&amp;nbsp;320px)&quot;&amp;gt;&amp;lt;!&#45;&#45;&amp;nbsp;Special&amp;nbsp;Style&amp;nbsp;Sheet&amp;nbsp;for&amp;nbsp;special&amp;nbsp;devices&amp;nbsp;&#45;&#45;&amp;gt;&amp;lt;!&#45;&#45;&amp;nbsp;iPads&amp;nbsp;(landscape)&amp;nbsp;&#45;&#45;&amp;gt;&amp;lt;link&amp;nbsp;href=&quot;css/ipad&#45;landscape.css&quot;&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;type=&quot;text/css&quot;&amp;nbsp;media=&quot;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(min&#45;device&#45;width:&amp;nbsp;768px)&amp;nbsp;and&amp;nbsp;(max&#45;device&#45;width:&amp;nbsp;1024px)&amp;nbsp;and&amp;nbsp;(orientation:&amp;nbsp;landscape)&quot;&amp;gt;&amp;lt;!&#45;&#45;&amp;nbsp;iPads&amp;nbsp;(portrait)&amp;nbsp;&#45;&#45;&amp;gt;&amp;lt;link&amp;nbsp;href=&quot;css/ipad&#45;portrait.css&quot;&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;type=&quot;text/css&quot;&amp;nbsp;media=&quot;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(min&#45;device&#45;width:&amp;nbsp;768px)&amp;nbsp;and&amp;nbsp;(max&#45;device&#45;width:&amp;nbsp;1024px)&amp;nbsp;and&amp;nbsp;(orientation:&amp;nbsp;portrait)&quot;&amp;gt;&amp;lt;!&#45;&#45;&amp;nbsp;iPhone4&amp;nbsp;&#45;&#45;&amp;gt;&amp;lt;link&amp;nbsp;href=&quot;css/iphone.css&quot;&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;type=&quot;text/css&quot;&amp;nbsp;media=&quot;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(&#45;webkit&#45;min&#45;device&#45;pixel&#45;ratio&amp;nbsp;:&amp;nbsp;1.5),&amp;nbsp;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(min&#45;device&#45;pixel&#45;ratio:&amp;nbsp;1.5)&quot;&amp;gt;&amp;lt;!&#45;&#45;&amp;nbsp;Kindle&amp;nbsp;Fire&amp;nbsp;&#45;&#45;&amp;gt;&amp;lt;link&amp;nbsp;href=&quot;css/kindle.css&quot;&amp;nbsp;rel=&quot;stylesheet&quot;&amp;nbsp;type=&quot;text/css&quot;&amp;nbsp;media=&quot;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(&#45;webkit&#45;min&#45;device&#45;pixel&#45;ratio:&amp;nbsp;1.5),&amp;nbsp;only&amp;nbsp;screen&amp;nbsp;and&amp;nbsp;(min&#45;device&#45;pixel&#45;ratio&amp;nbsp;:&amp;nbsp;1.5),&amp;nbsp;and&amp;nbsp;(min&#45;device&#45;width&amp;nbsp;:&amp;nbsp;600px)&quot;&amp;gt;&amp;lt;!&#45;&#45;&amp;nbsp;Custom&amp;nbsp;Icon&amp;nbsp;for&amp;nbsp;iPhones/iPads&amp;nbsp;&#45;&#45;&amp;gt;&amp;lt;link&amp;nbsp;rel=&quot;apple&#45;touch&#45;icon&quot;&amp;nbsp;sizes=&quot;72x72&quot;&amp;nbsp;href=&quot;images/apple&#45;touch&#45;icon&#45;72x72.png&quot;&amp;gt;&amp;lt;link&amp;nbsp;rel=&quot;apple&#45;touch&#45;icon&quot;&amp;nbsp;sizes=&quot;114x114&quot;&amp;nbsp;href=&quot;images/apple&#45;touch&#45;icon&#45;114x114.png&quot;&amp;gt;&amp;nbsp;



Place the above inside the head tag. Also add the following meta tag:


&amp;lt;meta&amp;nbsp;name=&quot;viewport&quot;&amp;nbsp;content=&quot;width=device&#45;width;&amp;nbsp;initial&#45;scale=1.0;&amp;nbsp;maximum&#45;scale=1.0;&amp;nbsp;minimum&#45;scale=1.0;&amp;nbsp;user&#45;scalable=no;&quot;&amp;nbsp;/&amp;gt;&amp;nbsp;</description>
      <dc:subject>HTML5</dc:subject>
      <dc:date>2012-01-18T22:05:38+00:00</dc:date>
    </item>

    <item>
      <title>Easiest to make two columns in Wordpress</title>
      <link>http://www.mycfmx.com/index.php/site/easiest-to-make-two-columns-in-wordpress/</link>
      <guid>http://www.mycfmx.com/index.php/site/easiest-to-make-two-columns-in-wordpress/#When:16:37:06Z</guid>
      <description>Searching around on the internet I found a few solutions to the problem I faced, but I felt they were more complicated then they needed to be. The problem was I had a list of posts and i wanted to display them in two columns in alphabetical order. Here was my solution.

First thing i did was I made variable called $rowcount outside of the wordpress loop, like this:

1. $rowcount = 0;

Secondly, I add a div for my left column outside of the loop.

2. &amp;lt;div style=&#8220;float:left; width:40%;&#8221;&amp;gt;

Thirdly, inside of the loop I incremented the $rowcount variable like this:

3. $rowcount++; // incrememnt rowcount var

Fourth, a simple if statement looking for rowcount 17 and close the initial div and open a new div.

4. if ($rowcount == 17 ) {
	echo &quot;&amp;lt;/div&amp;gt;&amp;lt;div style=&#39;float:left; width:40%;&#39;&amp;gt;&quot;;
}

5. Fifth, I output the content i wanted from the posts.

6. I closed up the loop.

7. I close the div outside of the loop.

Probably the easiest way to make 2 columns.</description>
      <dc:subject>Wordpress</dc:subject>
      <dc:date>2011-12-06T16:37:06+00:00</dc:date>
    </item>

    <item>
      <title>Interesting websites I found</title>
      <link>http://www.mycfmx.com/index.php/site/interesting-websites-i-found/</link>
      <guid>http://www.mycfmx.com/index.php/site/interesting-websites-i-found/#When:01:51:27Z</guid>
      <description>List of useful links that I recently found&#8230;lots of timesavers!
Get the latest version of some common scripts
http://scriptsrc.net/

Tech Blog &#45; Stemkoski
http://www.stemkoski.com/

Holy Shit &#45; CSS3 for IE6,7,8.
http://fetchak.com/ie&#45;css3/

Publish a podcast the easy way &#45; I&#8217;m give this one a test drive tonight.
http://podcastgen.sourceforge.net/index.php?lang=en

&#8212;

How to limit the number of posts on the homepage of your wordpress blog (Along with website, I also run a few wordpress blogs and I&#8217;ve built a few websites for clients using Wordpress.&amp;nbsp; Where limiting the number of blog entries in EE is as simple as added limit=&#8220;5&#8221; to your expression engine entry tag, in Wordpress its different, but also quite simple, if you know the code.)
http://wordpress.org/support/topic/limit&#45;number&#45;of&#45;posts&#45;on&#45;home&#45;page&#45;to&#45;one&#45;the&#45;latest

&#8212;

Wordpress has alot of frameworks out there to aid in making amazing templates.&amp;nbsp; I found two today that look very promising:

1) Genesis Framework for Wordpress &#45; http://www.studiopress.com/
2) iThemes &#45; Build Websites Easily &#45; http://ithemes.com/

The second framework looks sick. Easily build pretty elaborate layouts and then style it with CSS.&amp;nbsp; I&#8217;m totally looking forward to playing around with this one. Its only $97 and you can use it on as many sites as you want. Pretty impressive.</description>
      <dc:subject>Blogging, News</dc:subject>
      <dc:date>2011-05-12T01:51:27+00:00</dc:date>
    </item>

    <item>
      <title>CFX_GZIP &#45; compress and decompress gz libraries with Coldfusion</title>
      <link>http://www.mycfmx.com/index.php/site/cfx_gzip-compress-and-decompress-gz-libraries-with-coldfusion/</link>
      <guid>http://www.mycfmx.com/index.php/site/cfx_gzip-compress-and-decompress-gz-libraries-with-coldfusion/#When:22:15:28Z</guid>
      <description>CFX_GZIP is custom tag written in C++ as a DLL for the Windows Platform.&amp;nbsp; I recently needed a way to decompress some .gz files on my server and this did the trick for sure.&amp;nbsp; This article is about how to install it because the documentation does not include this part.&amp;nbsp; Installing CFX Tags is very easy as you will soon find out.

Step 1.&amp;nbsp; Go to the Coldfusion Exchange on adobe.com, here.

Step 2. Download the zip file. (You may have to login with your adobe username/password. This extension is free.)

Step 3. Extract the contents of the zip file. (You should have 1 .DLL file and 1 index.cfm file.)

Step 4. Next you&#8217;ll need to place the .DLL file on your server. Either use remote desktop or ftp to upload it.&amp;nbsp; I used Remote Desktop and dropped the .DLL into the C:ColdFusion8cfx folder on my server.

Step 5. You&#8217;ll need to access the Coldfusion Administrator, Click the Extension, Click CFX tags.

Step 6. Click Register C++ CFX.

Step 7: In the Tag Name field type &#8220;cfx_gzip&#8221;.

Step 8. In the Server Library .dll field, copy and paste the path to the DLL file. My path was C:ColdFusion8cfxCFX_GZIP.DLL.

Step 9. I opted to note mess with Procedure or Description and i kept the checkbox &#8220;checked&#8221;.

Step 10. Press Submit.&amp;nbsp; And you&#8217;re all set to start using the tag.</description>
      <dc:subject>Coldfusion</dc:subject>
      <dc:date>2011-04-01T22:15:28+00:00</dc:date>
    </item>

    <item>
      <title>Google Chrome to Phone</title>
      <link>http://www.mycfmx.com/index.php/site/google-chrome-to-phone/</link>
      <guid>http://www.mycfmx.com/index.php/site/google-chrome-to-phone/#When:18:30:57Z</guid>
      <description>Google has an app in the android market called “Google Chrome to Phone”.

They also have an extension for the Google Chrome web browser called “Google Chrome to Phone” – You need both pieces installed.

You install the Google Chrome extension in your web browser.

You install the Android App on your phone.

So what does it do? 

It adds a button to Google Chrome that lets you send links to your phone.  So, I just visited http://www.sitepoint.com, I click the Google Chrome to Phone button and my phone opens the website in the browser on the phone.  Neat.</description>
      <dc:subject>Blogging</dc:subject>
      <dc:date>2010-08-23T18:30:57+00:00</dc:date>
    </item>

    <item>
      <title>Day 1 :: HTML 5</title>
      <link>http://www.mycfmx.com/index.php/site/day-1-html-5/</link>
      <guid>http://www.mycfmx.com/index.php/site/day-1-html-5/#When:15:33:29Z</guid>
      <description>The project I&#39;m working on involves taking a video heavy website and converting it into a HTML5 / CSS3 / Javascript / jQuery powered mobile website.  The current site runs HTML4, Flash (of course!), CSS, and javascript. There are many events that occur in the flash file so its not going to be easy to convert this to HTML5. Not to mention, there are cookies being set and the page checks for there existance and actually changes what occurs on the page. Along the way, I&#39;m going to ask the question, &quot;Which is better for a developer? Flash or HTML5/CSS/Javascript?&quot;  I&#39;m not an Apple fan and because I&#39;ve used Flash for about 10 years and I&#39;ve whipped up flash animations in no time, i don&#39;t see how html5 / css / js could possibly be better for a developer. I hope Adobe makes Flash Player 10 run really nice on the Android phones.  I&#39;m looking forward to it.  I&#39;m also interested to see how &quot;painful&quot; of a process it is to make a non&#45;flash version of my site work across all browsers.  For starters, I&#39;m mainly concerned with Chrome and Safari because these are the two browsers found on the iPhone and Android devices. I have more research to do for RIM Blackberry phones.

The first step was taking one of the videos and getting it to the right format.  I found a free open source program called HandBrake.  So, I took a short video on my Android phone (I have the Droid) and I copied it to my computer and then I converted it to MP4 (H.264) format using HandBrake (just to see if it would work).  I was then able to copy it to my cel phone and easily play it in the Android Gallery.  Next test for video: Copy it to iPod Touch (oh boy, i have to use stupid iTunes to copy files to the iPod Touch. I can NOT just drag and drop files to the iPod Touch like i do with my Droid.  Basically when i plug my Droid into the computer and hit the USB Mount button the phone shows up like another other external hard drive or USB Drive). Not being able to do this on the iPod Touch sucks! Everything goes through iTunes.).

The next thing i wanted to do was create a single HTML5 page and embed the video into the page using the HTML5 video tag to see what the player looked like. For now I&#39;m mainly concerned with Safari and Chrome.  I foresee, having to convert my files to OGG format too (can anyone suggest a free converter for this format too?) as well (This part is kind of sucks.  Firefox won&#39;t adopt H.264 support because they fear sometime in the future that the license will be mighty expensive for H.264 have only promised free use of it since 2016. Then your guess is as good as mine.  From what I&#39;ve read, OGG sucks.

Google will be coming out with the open source VP8 codec. I&#39;m looking forward to this because it will be something that likely all browsers will adopt (hopefully Apple will even embrace it.).

My page was pretty simple and so far i am impressed with the ease&#45;of&#45;use of the video tag. Seems to do exactly what one would expect and it does it very well. However i did notice that in Safari on PC when i went to fullscreen and then exited out of full screen the background color of my webpage changed from white to black. I think that is a bug.  This bug might only appear if no background color is set, we will see during day 2 testing.

Here&#39;s my source code from my very first HTML 5 page.







Untitled Document



$(&quot;document&quot;).ready( function () 
	{
	// do nothing	
		
		
		
	});






  
Your browser does not support the video tag.










Some quick things to point out. Notice the DOCTYPE at the top of the page. It&#39;s much shorter and cleaner then typical HTML4 DOCTYPEs. Kudos to HTML 5 for making that shorter and simple and backward compatible for older browsers.

The next few lines are basically the same as HTML4.

The next line is the HTML5 video tag. Nice! and it works as expected too. woot!

Note the line of text that says &quot;Your browser does not support the video tag.&quot;  In Internet Explorer, this message will display, so what this also means (i think) is that you could have a fall back Flash player for IE / Firefox and it will just work without any additional programming, so thats pretty cool (BUT, also very dumb at the same time. Apple, Google, and Microsoft have all adopted H.264.  Firefox and Opera aren&#39;t interested in H.264. They use OGG.  I&#39;m thinking maybe a mp4 as the primary video, then a OGG files for Firefox / Opera, and then for older versions of browsers using Flash player OR maybe MP4 for Safari, Chrome, IE9, and Flash player for everyone else.  So this kind of sucks now because no matter what way we go, we will still have to make multiple versions of the same video shit.  Honestly, this is bullshit!!!  The purpose of having these standards is should be so that everyone can use it and it be available for free.  This makes me think that H.264 is NOT the best choices because its eventually going to require a license (2016 &#45; prepare to pay up).  VP8 should replace the H.264 because it is open source, owned by Google, and is a very good video codec (According to the specs, i have not actually used it yet).  At least then, we can have just 1 video file instead of multiple versions for each device.)

The dream is one universal, free, video codec for everyone ... That points to VP8 as the solution, not H.264.

Ideally, I&#39;d like to see one video format that will work with both HTML5 and Flash.

So, i think the video playing in HTML5 seems to be very easy and i like it.  The next few steps are going to be, well, painful, I am sure.

Let&#39;s see what Day 2 brings us.</description>
      <dc:subject>HTML5</dc:subject>
      <dc:date>2010-07-01T15:33:29+00:00</dc:date>
    </item>

    <item>
      <title>Notice something different about my website?</title>
      <link>http://www.mycfmx.com/index.php/site/notice-something-different-about-my-website/</link>
      <guid>http://www.mycfmx.com/index.php/site/notice-something-different-about-my-website/#When:04:30:02Z</guid>
      <description>Google Fonts people! Check out the google fonts preview page. Fantastic implementation! 

Ok so obviously the fonts i selected aren&#8217;t the best for this site. I mainly just wanted to make it very extreme so you could see the different fonts. Pretty amazing. This is the first time I&#8217;ve been able to use something other then Arial on my site simply by adding css style for the font specifiying the color, size, all the typical styles for a font and also another line of code that just sits in your header attack above your css. Google has a format for it, it does require a query string (come on, you&#8217;ve seen them before&#8230;they look like this somepage.html?QueryString=IsMe) &#45; The query string is everything after the Question mark. The question tells the browser, hey! a query string is starting!&amp;nbsp; Basically, 1 line + 1 block of css = Google Fonts.

I&#8217;m sure they plan to add a whole host of other popular fonts.

Here is the google font preview page:
http://code.google.com/webfonts/preview</description>
      <dc:subject>Blogging, CSS</dc:subject>
      <dc:date>2010-05-21T04:30:02+00:00</dc:date>
    </item>

    <item>
      <title>CSS Article: CSS Hacks for IE</title>
      <link>http://www.mycfmx.com/index.php/site/css-article-css-hacks-for-ie/</link>
      <guid>http://www.mycfmx.com/index.php/site/css-article-css-hacks-for-ie/#When:19:59:00Z</guid>
      <description>Click here

I&#8217;ll write more later on this.</description>
      <dc:subject>CSS</dc:subject>
      <dc:date>2010-04-21T19:59:00+00:00</dc:date>
    </item>

    <item>
      <title>another great article&#8230;</title>
      <link>http://www.mycfmx.com/index.php/site/another-great-article/</link>
      <guid>http://www.mycfmx.com/index.php/site/another-great-article/#When:22:20:36Z</guid>
      <description>i was having this problem today and this fixed it for me. Editting a css file and getting the height to work across all browser was proving to be difficult. This fixed it.

http://www.dustindiaz.com/min&#45;height&#45;fast&#45;hack/</description>
      <dc:subject>CSS</dc:subject>
      <dc:date>2010-04-15T22:20:36+00:00</dc:date>
    </item>

    
    </channel>
</rss>
