<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for George&#039;s Technology Blog</title>
	<atom:link href="http://imblogginghere.com/techblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://imblogginghere.com/techblog</link>
	<description>» Smart Phones, Web Design, Google or whatever</description>
	<lastBuildDate>Thu, 28 Jan 2010 04:55:59 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on More Gmail Themes by admin</title>
		<link>http://imblogginghere.com/techblog/200909/email-gmail/more-gmail-themes/comment-page-1/#comment-4004</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 28 Jan 2010 04:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=722#comment-4004</guid>
		<description>Glad they took care of that. I&#039;m looking forward to more... and I also think it would be really cool if they gave us the option of choosing our own photo to be at the top of the colored themes (bold blue through shiny) and the customizable theme.</description>
		<content:encoded><![CDATA[<p>Glad they took care of that. I'm looking forward to more... and I also think it would be really cool if they gave us the option of choosing our own photo to be at the top of the colored themes (bold blue through shiny) and the customizable theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Gmail Themes by CARL</title>
		<link>http://imblogginghere.com/techblog/200909/email-gmail/more-gmail-themes/comment-page-1/#comment-3994</link>
		<dc:creator>CARL</dc:creator>
		<pubDate>Wed, 27 Jan 2010 10:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=722#comment-3994</guid>
		<description>HOPE SO MORE GMAIL THEMES BE ADDED,ITS SO BORING WITH A COUNTABLE THEMES POST..THANKS</description>
		<content:encoded><![CDATA[<p>HOPE SO MORE GMAIL THEMES BE ADDED,ITS SO BORING WITH A COUNTABLE THEMES POST..THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Gmail Themes by admin</title>
		<link>http://imblogginghere.com/techblog/200909/email-gmail/more-gmail-themes/comment-page-1/#comment-3205</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 16 Dec 2009 03:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=722#comment-3205</guid>
		<description>Two thoughts on making your own theme:

1) http://www.google.com/search?q=make+your+own+gmail+themes
2) Gmail &gt; Settings &gt; Themes &gt; Choose your own colors
3) http://mail.google.com/support/bin/answer.py?hl=en&amp;ctx=mail&amp;answer=112508</description>
		<content:encoded><![CDATA[<p>Two thoughts on making your own theme:</p>
<p>1) <a href="http://www.google.com/search?q=make+your+own+gmail+themes" rel="nofollow">http://www.google.com/search?q=make+your+own+gmail+themes</a><br />
2) Gmail > Settings > Themes > Choose your own colors<br />
3) <a href="http://mail.google.com/support/bin/answer.py?hl=en&#038;ctx=mail&#038;answer=112508" rel="nofollow">http://mail.google.com/support/bin/answer.py?hl=en&#038;ctx=mail&#038;answer=112508</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Local Time &#8211; Your timezone by admin</title>
		<link>http://imblogginghere.com/techblog/200912/webdesign/php-local-time-your-timezone/comment-page-1/#comment-3204</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 16 Dec 2009 03:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=867#comment-3204</guid>
		<description>Good point @rana... the code above is set to the time zone of the server in use. The offset is adjusted by comparing the time displayed (using the offset of zero) to the time you want to appear. I live and work in the Eastern Standard Time (EST, same as New York, USA) and EST is the time zone for the sites I usually build. As mentioned in the post above I know it works on at least the one implementation I&#039;ve used because the time was &quot;set&quot; the that day I wrote the post. 

This is the code I ended up with this to get EST:

&lt;blockquote&gt;
    &lt;?
    $mytime = time();

    offset=1;
    $mytime = $mytime + ($offset * 60 * 60);
    echo $mytime;
    ?&gt;
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Good point @rana... the code above is set to the time zone of the server in use. The offset is adjusted by comparing the time displayed (using the offset of zero) to the time you want to appear. I live and work in the Eastern Standard Time (EST, same as New York, USA) and EST is the time zone for the sites I usually build. As mentioned in the post above I know it works on at least the one implementation I've used because the time was "set" the that day I wrote the post. </p>
<p>This is the code I ended up with this to get EST:</p>
<blockquote><p>
    < ?<br />
    $mytime = time();</p>
<p>    offset=1;<br />
    $mytime = $mytime + ($offset * 60 * 60);<br />
    echo $mytime;<br />
    ?>
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Local Time &#8211; Your timezone by rana</title>
		<link>http://imblogginghere.com/techblog/200912/webdesign/php-local-time-your-timezone/comment-page-1/#comment-3187</link>
		<dc:creator>rana</dc:creator>
		<pubDate>Mon, 14 Dec 2009 17:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=867#comment-3187</guid>
		<description>hey, how will php know the value of offset? Read my article for complete references:</description>
		<content:encoded><![CDATA[<p>hey, how will php know the value of offset? Read my article for complete references:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Gmail Themes by nerissa</title>
		<link>http://imblogginghere.com/techblog/200909/email-gmail/more-gmail-themes/comment-page-1/#comment-3186</link>
		<dc:creator>nerissa</dc:creator>
		<pubDate>Sun, 13 Dec 2009 22:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=722#comment-3186</guid>
		<description>are there ways you can make your own?</description>
		<content:encoded><![CDATA[<p>are there ways you can make your own?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on McAfee, Norton not Number 1 by ציורי קיר</title>
		<link>http://imblogginghere.com/techblog/200810/technology/computers/mcafee-norton-not-number-1/comment-page-1/#comment-3095</link>
		<dc:creator>ציורי קיר</dc:creator>
		<pubDate>Sat, 05 Dec 2009 16:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=65#comment-3095</guid>
		<description>i can&#039;t believe it. norton 360 is TRUELY a power hungry software. i can&#039;t do anything productive with norton 360 installed. i uninstalled this product after 1 hour of use. very disappointed. i won&#039;t be purchasing any norton software in the future.</description>
		<content:encoded><![CDATA[<p>i can't believe it. norton 360 is TRUELY a power hungry software. i can't do anything productive with norton 360 installed. i uninstalled this product after 1 hour of use. very disappointed. i won't be purchasing any norton software in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Gmail Themes by ashwini</title>
		<link>http://imblogginghere.com/techblog/200909/email-gmail/more-gmail-themes/comment-page-1/#comment-3009</link>
		<dc:creator>ashwini</dc:creator>
		<pubDate>Wed, 25 Nov 2009 15:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=722#comment-3009</guid>
		<description>i love the new themes, anyway it was getting a bit boring with the old onesas they were very simple.</description>
		<content:encoded><![CDATA[<p>i love the new themes, anyway it was getting a bit boring with the old onesas they were very simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gmail Mobile on iPhone and Android &#8211; Faster, Better by Dimitry Morgan</title>
		<link>http://imblogginghere.com/techblog/200910/email-gmail/gmail-mobile-on-iphone-and-android-faster-better/comment-page-1/#comment-2823</link>
		<dc:creator>Dimitry Morgan</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=829#comment-2823</guid>
		<description>Thank you for fixing Gmail on the I-phone.  I actually stopped using it on the phone because I would get so frustrated when I couldn&#039;t really scroll up or down, it was really annoying.  Anyway, I just checked and that feature is working quite well.  Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you for fixing Gmail on the I-phone.  I actually stopped using it on the phone because I would get so frustrated when I couldn't really scroll up or down, it was really annoying.  Anyway, I just checked and that feature is working quite well.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Gmail Themes by unais</title>
		<link>http://imblogginghere.com/techblog/200909/email-gmail/more-gmail-themes/comment-page-1/#comment-2812</link>
		<dc:creator>unais</dc:creator>
		<pubDate>Tue, 03 Nov 2009 06:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=722#comment-2812</guid>
		<description>ia cant to my blog</description>
		<content:encoded><![CDATA[<p>ia cant to my blog</p>
]]></content:encoded>
	</item>
</channel>
</rss>
