<?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>Brooke Bryan - Make Life Easy, Automate Everything &#187; microsoft</title>
	<atom:link href="http://www.bajb.net/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bajb.net</link>
	<description>Just Develop It</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:21:29 +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>Excel Timestamp to Date</title>
		<link>http://www.bajb.net/2010/05/excel-timestamp-to-date/</link>
		<comments>http://www.bajb.net/2010/05/excel-timestamp-to-date/#comments</comments>
		<pubDate>Tue, 25 May 2010 19:23:48 +0000</pubDate>
		<dc:creator>Brooke Bryan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[timestamp]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.bajb.net/?p=164</guid>
		<description><![CDATA[Today, I had the problem of converting a timestamp to a readable time format inside excel.  Not quite as easy as I would have hoped for, but the solution is fairly painless. In the excel column you wish to display the date, you need to place the following formula. =(((COLUMN_ID_HERE/60)/60)/24)+DATE(1970,1,1) You would then need to [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I had the problem of converting a timestamp to a readable time format inside excel.  Not quite as easy as I would have hoped for, but the solution is fairly painless.</p>
<p>In the excel column you wish to display the date, you need to place the following formula.</p>
<p><code>=(((COLUMN_ID_HERE/60)/60)/24)+DATE(1970,1,1)</code></p>
<p>You would then need to replace COLUMN_ID_HERE with the cell that holds the timestamp.  e.g. A1</p>
<p>The above formula can be simplified, but I think the above explains a little more what is actually being done to the data <img src='http://www.bajb.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You would then need to format the cell to be dd/mm/yyyy hh:mm and you are done <img src='http://www.bajb.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.bajb.net%2F2010%2F05%2Fexcel-timestamp-to-date%2F&amp;title=Excel%20Timestamp%20to%20Date" id="wpa2a_2">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.bajb.net/2010/05/excel-timestamp-to-date/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE6 &#8211; Upgrade or be forgotten</title>
		<link>http://www.bajb.net/2008/07/ie6-upgrade-or-be-forgotten/</link>
		<comments>http://www.bajb.net/2008/07/ie6-upgrade-or-be-forgotten/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 23:16:04 +0000</pubDate>
		<dc:creator>Brooke Bryan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[fixes]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://bajb.net/blog/?p=6</guid>
		<description><![CDATA[IE 6 is definitely the most painful browser for developers and designers to support – it’s seven years old and doesn’t even fully support the CSS 1.0 standard created in 1996. We are now in the age of Web 2.0; CSS, Ajax, JavaScript and Transparent PNGs are all becoming more popular and required to make [...]]]></description>
			<content:encoded><![CDATA[<p>IE 6 is definitely the most painful browser for developers and designers to support – it’s seven years old and doesn’t even fully support the CSS 1.0 standard created in 1996.  We are now in the age of Web 2.0; CSS, Ajax, JavaScript and Transparent PNGs are all becoming more popular and required to make applications function and look as customers should expect.  It shouldn&#8217;t be any surprise that IE6 does not support anything as standard, and many people including myself have had to resort to writing custom CSS and JavaScript files just for this browser.  There are a few scripts out there which can make things a lot easier, <a href="http://dean.edwards.name/" target="_blank">Dean Edwards</a> came out with a <a href="http://code.google.com/p/ie7-js/" target="_blank">script named IE7</a>, which attempts to fix many of the issues with HTML and CSS in the browser.  It’s not perfect, but if you start your application with the script, you will have a lot more success.</p>
<p>Internet Explorer 8 is now in Beta release and from the looks of it, its going to cause another bunch of headaches for developers.  However, Microsoft, because they know that they are never going to get it right, added a great new Meta Tag ‘X-UA-Compatible’ This tag will allow you to force IE to render to the preferred IE Version, it even has ‘edge’ which allows you to risk your life with Microsoft and always render in the latest version.  You can find more information about this latest Microsoft HACK on <a href="http://alistapart.com/articles/beyonddoctype" target="_blank">Aaron Gustafson’s blog</a>.</p>
<p>I’m sure there will be thousands of people out there that think Microsoft should have done more to get users to upgrade their browsers, there are at least 16 people at Just Develop It that agree.  We all look forward to the day where the % of IE6 users drops below the critical point and the browser is not supported as standard.  37 Signals has already posted <a href="http://37signals.blogs.com/products/2008/07/basecamp-phasin.html" target="_blank">a blog announcing the phasing out of IE6</a> on all their products.  It’s the actions of the big players online that will eventually have users upgrading in the fear of being unsupported, and not Microsoft which many believe should have done more.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.bajb.net%2F2008%2F07%2Fie6-upgrade-or-be-forgotten%2F&amp;title=IE6%20%26%238211%3B%20Upgrade%20or%20be%20forgotten" id="wpa2a_4">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.bajb.net/2008/07/ie6-upgrade-or-be-forgotten/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

