<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/css" href="skins/rss_style.css" ?>
<rss version="2.0" >
 <channel>
   <title>Calyx Labs Blog</title>
   <link>http://calyxlabs.com/blog/index.php</link>
   <language>en-us</language>
   <description></description>
<!-- <docs>This is an RSS 2.0 file intended to be viewed in a newsreader or syndicated to another site. For more information on RSS check : http://www.feedburner.com/fb/a/aboutrss</docs> -->
   <generator>CuteNews</generator>
<item>
<title><![CDATA[Google "Let It Snow"]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1324549790</link>
<description><![CDATA[Head over to <a href="http://www.google.com.au/">Google.com</a> and type "Let It Snow" in search box then sit back and watch. <br /><br />It looks amazing.]]></description>
<guid isPermaLink="false">1324549790</guid>
<pubDate>Thursday December 22, 2011 | <a href="http://www.calyxlabs.com/team/faisal/">Faisal Arshad Mahmood</a></pubDate>
</item><item>
<title><![CDATA[Cafe 666 : Website Launched]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1318624775</link>
<description><![CDATA[We are pleased to announce that we have launched official website of Cafe 666.<br /><br />Cafe 666 is a Pakistani Restaurant situated on Sydney Road, Brunswick. Serving delicious dishes from 6pm to 3am. All week.<br /><br />head over to <a href = http://www.cafe666.com>Cafe 666</a> website and don't forget to visit them at their restaurant.]]></description>
<guid isPermaLink="false">1318624775</guid>
<pubDate>Friday October 14, 2011 | <a href="http://www.calyxlabs.com/team/faisal/">Faisal Arshad Mahmood</a></pubDate>
</item><item>
<title><![CDATA[Mothers Day Logos Over the Years from Google]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1241989490</link>
<description><![CDATA[
						<img border="0" src="http://www.calyxlabs.com/blog/data/upimages/goog_md_aus1.jpg" width="116" height="52" align="left">But for their first year, <a href="http://google.com">
						Google</a> has been changing its home page
						<a href="http://www.google.com/holidaylogos.html">logo</a> 
						every Mother's Day in a tribute to mothers everywhere. 
						And although the images for the years 2000 and 2001 
						don't look very different, take a closer look (images 
						below) and you'll find a small but interesting
						<a href="http://www.legalzoom.com/trademarks-faq/trademark-versus-service-mark.html">
						distinction</a>.
						<p>e took this year's image from Google Australia, but 
						you should see it on all of Google's sites now.

<br>
						<br>
						<b>Google 2009 Mothers Day Logo<br>
						<img border="0" src="http://www.calyxlabs.com/blog/data/upimages/goog_md_aus.jpg" width="416" height="211"></b></p>]]></description>
<guid isPermaLink="false">1241989490</guid>
<pubDate>Sunday May 10, 2009 | <a href="http://www.calyxlabs.com/team/faisal/">Faisal Arshad Mahmood</a></pubDate>
</item><item>
<title><![CDATA[Turn Firefox 3's Location Bar Yellow at https://]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1213997034</link>
<description><![CDATA[						<img border="0" src="http://lifehacker.com/assets/resources/2008/06/yellowhttps.png" width="186" height="41" align="right">One noticeable change between Firefox 2 and
						<a class="autolink" title="Click here to read more posts tagged FIREFOX 3" rel="nofollow" href="http://lifehacker.com/tag/firefox-3/">
						Firefox 3</a> is the yellow address bar background, 
						which turned on in Firefox 2 when you visited encrypted 
						web sites-the ones that start with https://. After much 
						debate among the developers, Firefox 3 dropped that 
						visual cue, but on Windows, with a little <code>
						userChrome.css</code> tweak, you can have that yellow 
						background back. Here's how.<p>If you've got the 
						<a href="https://addons.mozilla.org/en-US/firefox/addon/2108">
						Stylish extension</a> installed, you can simply add a 
						new style that contains:
				<p> <div class="code">#urlbar[level] .autocomplete-textbox-container {<br>
 
   background-color: #FFFFB7 !important;
<br>
					}</div>]]></description>
<guid isPermaLink="false">1213997034</guid>
<pubDate>Friday June 20, 2008 | <a href="http://www.calyxlabs.com/team/faisal/">Faisal Arshad Mahmood</a></pubDate>
</item><item>
<title><![CDATA[Calyx Labs Search]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1213489532</link>
<description><![CDATA[Here is our newly added feature to our website all new Search Page which search the overall site and displays the result  <a href="http://www.calyxlabs.com/search/search.php">Calyx Labs Search</a>]]></description>
<guid isPermaLink="false">1213489532</guid>
<pubDate>Saturday June 14, 2008 | Calyx Labs</pubDate>
</item><item>
<title><![CDATA[Creating Different CSS Style Selector]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1212867159</link>
<description><![CDATA[<p>Microsoft is slowly moving towards compliance. The fact that they are not 
doing so quickly presents an unnecessary challenge to content creators and CSS 
authors because previously created hacks will not work, and new bugs may arise 
from the changes that are being made in the new version of the widely used 
browser that is not standards compliant.</p>
<p>In the past, we have all user the * html, or _ or # and other techniques to 
serve specific Cascading Stylesheet (CSS) information to Microsoft Browsers to 
cater for their proprietary implementation CSS units and the box model. Some of 
the popular methods of isolating IE when styling and doing page layout will not 
work as some sections of the Microsoft implementation of CSS become Standards 
Compliant. In a particular case at hand, I discovered that IE 7.0 does not 
interpret form field heights and padding in the same way as IE 6 in CSS and thus 
using the # hack to send a different dimensions/units to IE and Firefox leaves 
either IE6 or IE7 badly aligned.</p>
<p>In this case, I found out that much as both IE6 and IE7 still work with the # 
hack that prefixes settings, IE7 ignores the underscore '_' hack. This makes it 
possible to create separate settings for Firefox, IE 6 and IE 7 as shown in the 
below example:</p>
<p><div class="code">
context_bar_form_field <br>
						{<br>
						height: 15px;<br>
						#height: 15px;<br>
						_height: 21px;<br>
						} </div>
<p><font style="font-size: 8pt">The first setting will apply to all browsers,<br>
The second setting will only apply to Microsoft Internet Explorer browsers<br>
The third setting will only apply to IE browsers 6.0 and older</font>]]></description>
<guid isPermaLink="false">1212867159</guid>
<pubDate>Saturday June 07, 2008 | <a href="http://www.calyxlabs.com/team/faisal/">Faisal Arshad Mahmood</a></pubDate>
</item><item>
<title><![CDATA[Virtual Tour With jQuery]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1212533502</link>
<description><![CDATA[This virtual tour plugin has the particularity 
				to be accessible and can run even if
				<a  href="http://en.wikipedia.org/wiki/javascript">
				javascript</a> has not been activated] : navigation uses the 
				standard html tags <code class="spip_code" dir="ltr">&lt;map&gt;</code> 
				and <code class="spip_code" dir="ltr">&lt;area&gt;</code> in 
				accordance with
				<a  href="http://en.wikipedia.org/wiki/w3c">
				w3c</a><p>No need for <b>Flash, Quicktime</b> or <b>Java</b>. Your visitors will not 
have to install any software to experiment your virtual tour.</p>
<p>In the <i>&lt;head&gt;</i> section, insert CSS ans javascript calls :<br>
<br>
<div class="code">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/thickbox.css&quot; 
	media=&quot;screen&quot; /&gt;<br>
	&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/jquery.panorama.css&quot; 
	media=&quot;screen&quot; /&gt;<br>
	&lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.js&quot;&gt;&lt;/script&gt;<br>
	&lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.panorama.js&quot;&gt;&lt;/script&gt;<br>
	&lt;script type=&quot;text/javascript&quot;&gt;<br>
	$(document).ready(function(){<br>
	$(&quot;img.advancedpanorama&quot;).panorama({<br>
	auto_start: 0,<br>
	start_position: 0<br>
	/* add your execution parameters here */<br>
	});<br>
	});<br>
	&lt;/script&gt;<br>
	&lt;script type=&quot;text/javascript&quot; src=&quot;js/cvi_text_lib.js&quot;&gt;&lt;/script&gt;<br>
	&lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.advanced-panorama.js&quot;&gt;&lt;/script&gt;<br>
	&lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.flipv.js&quot;&gt;&lt;/script&gt;<br>
	&lt;script type=&quot;text/javascript&quot; src=&quot;js/thickbox.js&quot;&gt;&lt;/script&gt;</div>]]></description>
<guid isPermaLink="false">1212533502</guid>
<pubDate>Tuesday June 03, 2008 | <a href="http://www.calyxlabs.com/team/faisal/">Faisal Arshad Mahmood</a></pubDate>
</item><item>
<title><![CDATA[5 Great Tools to Save Links for Later]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1212391279</link>
<description><![CDATA[							<img src="http://farm4.static.flickr.com/3170/2543497744_0fe337be61_t.jpg" border="0" align="left"> 
							Unfortunately, there just aren't enough hours in the 
							day. This seems to be especially true when you take 
							on a lot of projects. Between blogging, researching, 
							emailing, and real life, reading all of your feeds 
							isn't something we can do all the time. Sometimes, 
							we see something that we'd love to save it for later 
							without cluttering up our bookmarks. Here are 5 
							tools to get the job done<p><b>ReadBag <br>
							<br>
							</b>
							<img height="75" src="http://farm3.static.flickr.com/2196/2543513978_75a467c22b_s.jpg" width="75" align="left" border="0">
							<a href="http://readbag.com/">ReadBag </a>is a quick 
							and easy bookmarklet to save links for later. 
							ReadBag requires a Google Account to use the 
							service, though OpenID might have been a better 
							choice. The UI is simple and clean with all the 
							features available from the homepage. You can 
							archive bookmarks after you're done reading them, 
							star them, add a note, or simply delete them. 
							ReadBag includes a host of goodies such importing 
							options, a Firefox extension, Google Reader 
							integration, Google Gears support, RSS for your 
							bookmarks, and a mobile interface for both regular 
							phones and the iPhone. Unfortunately, ReadBag 
							doesn't support tagging.]]></description>
<guid isPermaLink="false">1212391279</guid>
<pubDate>Monday June 02, 2008 | <a href="http://www.calyxlabs.com/team/faisal/">Faisal Arshad Mahmood</a></pubDate>
</item><item>
<title><![CDATA[Mobile Web Browsing with Skyfire]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1211986247</link>
<description><![CDATA[<img border="0" src="http://www.calyxlabs.com/blog/data/upimages/skyfire.jpg" align="left" width="128" height="64"><a href="http://www.skyfire.com">Skyfire</a>, the mobile web browser that 
allows users to experience the web as they would on a PC, has secured $13 
Million in Series B Funding. The application has a waiting list that amounts to 
the publicity Gmail received with its invite system. Here's a closer look at a 
next generation web browser that users should look forward to.<br>
<br>
<b>Funding Investors<br>
</b>The new funding round takes Skyfire's total raise to date up to $17.8m. 
Currently in private beta for Windows Mobile, Skyfire will use the funding to 
expand their browser to even more people on more platforms. The funding was led 
by Lightspeed Venture Partners, and included previous investors Matrix Partners 
and Trinity Ventures. The funds will be used towards further rollout and 
distribution of the mobile browser and will add Jake Seid, Managing Director of 
Lightspeed, to its Board of Directors.]]></description>
<guid isPermaLink="false">1211986247</guid>
<pubDate>Wednesday May 28, 2008 | <a href="http://www.calyxlabs.com/team/faisal/">Faisal Arshad Mahmood</a></pubDate>
</item><item>
<title><![CDATA[Web 2.0 Not Making Money]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1211929431</link>
<description><![CDATA[A new article by the Financial Times claims the Web 2.0 movement is changing behavior but not making money.<br /><br />The FT says online entrepreneurs have "produced little in the way of revenue" despite the progress made in content and interactivity. It quotes an executive at tech investor Battery Ventures as saying there is going to be "a big shake-up out here in the next year or two," with many of the Web 2.0 start-ups vanishing off the map altogether.<br /><br />The article does make a mention of Twitter, saying while it has yet to make significant money, its devoted userbase and strong positive response both show signs of potential down the road.<br /><br />Its ending assessment is also one of optimism, saying the changes brought about by 2.0 are long-lasting and the dollar signs may just be slow-coming.<br /><br />"The capabilities that are coming with Web 2.0 are very profound," Thomson Reuters exec Devin Wenig told FT. "The Valley is usually right, and it's usually early."]]></description>
<guid isPermaLink="false">1211929431</guid>
<pubDate>Tuesday May 27, 2008 | <a href="http://www.calyxlabs.com/team/faisal/">Faisal Arshad Mahmood</a></pubDate>
</item></channel></rss>
