<?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[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, Founder</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[PHP Speedy: Boosting Web Site Faster]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1213180134</link>
<description><![CDATA[<a href="http://aciddrop.com/2008/02/01/speeding-up-your-website-just-became-499-easier/">
				PHP Speedy</a> is a PHP script by
				<a href="http://aciddrop.com">
				aciddrop.com</a> that can increase your web site loading time by 
				as much as 500%.
				<p>The key to this decrease in loading time is "making fewer 
				HTTP requests, adding a far-future expires header, gzipping your 
				page's components, and minifying your JavaScript, CSS and HTML". 
				PHP Speedy accomplishes all of these techniques.</p>
				<p>Now, there is also a
				<a href="http://aciddrop.com/2008/03/22/php-speedy-wordpress-plugin-version-04/">
				PHP Speedy Wordpress plugin</a> available. It would be 
				interesting to see a comparison between PHP Speedy and
				<a href="http://ocaoimh.ie/wp-super-cache/">
				WP Super Cache</a>.</p>
				<p>Personally, I haven't tested PHP Speedy, but it looks 
				promising. Let me know if you have tried PHP Speedy and what 
				your results are.]]></description>
<guid isPermaLink="false">1213180134</guid>
<pubDate>Wednesday June 11, 2008 | <a href="http://www.calyxlabs.com/team/fahad/">Fahad, Web Developer</a></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, Founder</a></pubDate>
</item><item>
<title><![CDATA[IE 8 Beta 2 Coming In August]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1212687873</link>
<description><![CDATA[				Bill Gates gave his last talk, appropriately, to
				<a href="http://www.infoworld.com/article/08/06/03/Gates_bids_adieu_to_developers_1.html">
				developers at TechEd</a>. No matter what you think of the guy, 
				he is an icon that helped create the software industry. Without 
				him and Steve Jobs, who do we have? :)<p>In his speach he talked 
				about Internet Explorer, and how IE 8 will have an update in a 
				couple of months: </p>
				<p><div class="quote">Gates also highlighted Microsoft's flagship Web technology, 
				the Internet Explorer (IE) browser, which has been an asset and 
				a curse for the company over the years. While it allowed 
				Microsoft to secure its dominant position in Web-browsing 
				technology, it also triggered Microsoft's U.S. antitrust woes, 
				something that haunts the company to this day. IE also has taken 
				a hit in the past several years as Mozilla Firefox, an 
				open-source browser, has gained a loyal following, forcing 
				Microsoft to step up development and make its own product more 
				innovative.</p>
				<p>Gates revealed that beta 2 of the next version of IE, IE 8, 
				will be available in August. He also stumped for what has been 
				his pet interest during his years at Microsoft -- natural 
				human-interface technology that allows people to interact with 
				computers in ways similar to how they interact with each other. 
				Last week, Microsoft revealed that the next version of Windows, 
				Windows 7, will include touchscreen technology, a fact he 
				mentioned in his talked.</div>]]></description>
<guid isPermaLink="false">1212687873</guid>
<pubDate>Thursday June 05, 2008 | <a href="http://www.calyxlabs.com/team/fahad/">Fahad, Web Developer</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, Founder</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, Founder</a></pubDate>
</item><item>
<title><![CDATA[Will Firefox 3 Set A New World Record?]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1212182044</link>
<description><![CDATA[<img border="0" align="right" src="http://www.calyxlabs.com/blog/data/upimages/firefox.gif" width="104" height="94">Mozilla hopes to set a world record for the most downloads within a 24-hour 
period on the day Firefox 3 is released (currently <A 
href="http://news.cnet.com/8301-13580_3-9949358-39.html">expected to be in 
June</A>). <br>
<br>
The <A class=external-link href="http://www.guinnessworldrecords.com/">online 
edition of <I>Guinness Book of World Records</I></A> does not list a current 
record for most downloads within 24 hours. <br>
<br>
The <A href="http://news.cnet.com/8301-10784_3-9946553-7.html">final release 
candidates for Firefox 3</A> are showing a number of improvements, including 
greater rendering speed, the use of fewer resources, and more baked-in security 
features than other browsers. <br>
<br>
To help Mozilla set a world record, the foundation recommends the following:<br>
&nbsp;<UL>
<LI>Sign up to get the final copy of <A class=external-link 
href="http://www.spreadfirefox.com/worldrecord">Firefox 3 on Download Day</A>. </LI></UL>]]></description>
<guid isPermaLink="false">1212182044</guid>
<pubDate>Friday May 30, 2008 | <a href="http://www.calyxlabs.com/team/fahad/">Fahad, Web Developer</a></pubDate>
</item><item>
<title><![CDATA[Yahoo! BrowserPlus: Sneak Peak]]></title>
<link>http://www.calyxlabs.com/blog/index.php?subaction=showfull&amp;id=1212057064</link>
<description><![CDATA[<font color="#767663"> 
<img border="0" align="right" src="http://www.calyxlabs.com/blog/data/upimages/yahoobrowser.png" width="254" height="175"></font>Yahoo! has released a
<a href="http://developer.yahoo.net/blog/archives/2008/05/browserplus.html">
sneak peak into Yahoo! BrowserPlus</a> which came out today as<br>
<br>
<div class="quote">A platform for extending the Web: an end-user installs it 
    and a developer uses its features through a small JavaScript library. Some 
    of the features that exist in  the platform today include:<ul>
      <li>Drag-and-drop from the desktop </li>
      <li>Client-side image manipulation (cropping, rotation & filters) </li>
      <li>Desktop notifications</li>
    </ul>
    </div>
<br>
You can head over to the main <a href="http://browserplus.yahoo.com/">
    BrowserPlus landing page</a> to learn more about the services. <br>
<br>
Here they also show
<a href="http://browserplus.yahoo.com/docs/samples/?s=use_services">using a text 
to speech service</a>]]></description>
<guid isPermaLink="false">1212057064</guid>
<pubDate>Thursday May 29, 2008 | <a href="http://www.calyxlabs.com/team/fahad/">Fahad, Web Developer</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, Founder</a></pubDate>
</item></channel></rss>