<?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>Basit - Live Your Life with Inspiration &#187; news</title>
	<atom:link href="http://basit.me/tag/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://basit.me</link>
	<description>Live Your Life with Inspiration</description>
	<lastBuildDate>Tue, 24 Jan 2012 00:50:04 +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>Meer Meer: Cross browser testing all through your one browser!</title>
		<link>http://basit.me/2008/11/meer-meer-cross-browser-testing-all-through-your-one-browser/</link>
		<comments>http://basit.me/2008/11/meer-meer-cross-browser-testing-all-through-your-one-browser/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 01:16:40 +0000</pubDate>
		<dc:creator>Basit</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Inspiring]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[web tools]]></category>

		<guid isPermaLink="false">http://basit.me/2008/11/meer-meer-cross-browser-testing-all-through-your-one-browser/</guid>
		<description><![CDATA[The most exciting part of Adobe MAX last week was a service that was announced by Paul Gubbay at the “Sneaks” session that shows cool tech that Adobe folk are working on. His (very early stage) service is called Meer Meer and it is genuinely useful. You can plugin a URL and the system will [...]]]></description>
			<content:encoded><![CDATA[<p>The most exciting part of Adobe MAX last week was a service that was<br />
announced by Paul Gubbay at the “Sneaks” session that shows cool tech<br />
that Adobe folk are working on. His (very early stage) service is<br />
called <em>Meer Meer</em> and it is genuinely useful.<span id="more-113"></span></p>
<p><img class="alignnone size-full wp-image-5188" title="meermeerheader" src="http://ajaxian.com/wp-content/uploads/meermeerheader.png" alt="" width="406" height="131" /></p>
<p>You can plugin a URL and the system will render that page on a<br />
server farm (many browsers, cross OS) and show you the results. It can<br />
visually layer these results so you can see the differences. It was<br />
awesome.</p>
<p>I pinged Paul and had a nice conversation with him about the project:</p>
<p><strong>Can you explain what Meer Meer is, and where you got the inspiration?</strong></p>
<p>Meer Meer is the code name for a new hosted service that allows Web<br />
Pros to view their content on a variety of different browsers and<br />
operating systems without requiring them to install anything other than<br />
the standard Flash Player. The inspiration is easy. We spend a lot of<br />
time with our customers and cross-browser compatibility consistently<br />
comes up as the #1 issue unprompted. It’s a real pain and we wanted to<br />
help solve it.</p>
<p><strong>What browsers and OSes are supported? This means I don’t have to kick up VMWare to test in IE 6 now right? <img src='http://basit.me/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strong></p>
<p>IE6 is covered <img src='http://basit.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  We haven’t finalized the complete set yet but<br />
we’re committed to supporting the top browsers for Windows and Mac. We<br />
expect that mix to change over time as new browsers/versions gain<br />
market share.</p>
<p><strong>What are the various views and features?</strong></p>
<p>We’ve really focused on how users tweak/debug their CSS today and<br />
engineered the service to fit into that workflow. One of the unique<br />
features for Meer Meer is that it can work directly with your local<br />
content if you are using Dreamweaver. This is a big benefit as users<br />
can tweak CSS and hit the refresh button to get an immediate<br />
representation of the page on their target browsers. No need to save,<br />
publish to a public location and then view. In addition, we’ve focused<br />
on several views (1-up, side by side and onion skin).</p>
<p><img class="alignnone size-full wp-image-5189" title="2-up-view" src="http://ajaxian.com/wp-content/uploads/2-up-view.jpg" alt="" width="500" height="234" /></p>
<p>Onion skin is the most interesting as it overlays two browser shots<br />
over each other and provides the user with complete control over the<br />
transparency. This view typically gets the big oohs and aahs <img src='http://basit.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img class="alignnone size-full wp-image-5190" title="onion_skin" src="http://ajaxian.com/wp-content/uploads/onion_skin.jpg" alt="" width="500" height="414" /></p>
<p><strong>Can you talk about the high level implementation? I assume you<br />
have a server farm on the back end and you are rendering and sending<br />
back images of the rendered image?</strong></p>
<p>That’s correct. In addition we’re using a Flex application as the<br />
client. This makes the application feel very snappy and respond like a<br />
desktop application without the need to install anything. The team has<br />
also done some great work to establish a local connection with<br />
Dreamweaver to work with local content. When you make a change to your<br />
code and switch back to Meer Meer it knows you’ve made a change and<br />
prompts you to refresh. You can choose to refresh from within<br />
Dreamweaver and a panel will update and show you the status of the<br />
screenshot retrieval in real time.</p>
<p><strong>In Dreamweaver CS4 you showed taking an Ajax app, clicking around<br />
to change state, freezing the page and then sending it to Meer Meer.<br />
Can you talk more about the freezing feature and other things that you<br />
can do?</strong></p>
<p>I’m really proud to be associated with this release of DW CS4. We’ve<br />
definitely pushed the envelope. Our new Live View leverages the WebKit<br />
rendering engine to provide users with a true browser experience<br />
directly within the product. This means that you can see and interact<br />
with dynamic content such as Ajax UI widgets. Furthermore, we’ve<br />
included the ability to see the Live Code that the browser generates as<br />
you interact with the page. Users can freeze JavaScript to get the page<br />
into different states and then use the new Code Navigator to jump<br />
directly to the CSS that effects the element they select. This is an<br />
added bonus for Meer Meer because we can place the page into different<br />
states, such as selecting the second pane of an Accordion widget, and<br />
then view the page in that state within Meer Meer. Other browser<br />
compatibility services simply can’t do this.</p>
<p><strong>Any final thoughts on Meer Meer or other Web Pro services coming from Adobe?</strong></p>
<p>We’re really excited about the future of desktop + services at<br />
Adobe. Meer Meer is a great example of what we can accomplish when we<br />
take a holistic view to solving a user challenge. We’re also very<br />
interested in extending the capabilities of our users by providing them<br />
with turn-key hosted solutions that allow them to grow their business.<br />
Content maintenance follows very closely on the heels of browser<br />
compatibility as a top challenge that our users face today. Our new<br />
InContext Editing service that is now in free preview on Adobe labs<br />
allows Web Pros to provide content editing capabilities directly within<br />
the browser to their end user. No programming required.</p>
<p>We look forward to hearing feedback from the community on these services to help guide our future direction.</p>
<hr noshade="noshade" />
<p>This is an exciting server from Adobe, and shows that focusing on<br />
the Flash issue isn’t the entire story. They have a lot to offer the<br />
Open Web if we look to the right places and we can continue to fight<br />
for more too <img src='http://basit.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If we support projects like Meer Meer we can make our<br />
voice heard.</p>
<p>Of course, this is just the beginning. I would love to see an API to<br />
the service which would allow any developer tools to mashup nicely with<br />
the service. You can also imagine actively analyzing the code to not<br />
only point out the diff in the image, but the issue in the code. When<br />
we get there, we will be in a very good place indeed <img src='http://basit.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There were some other cool things from MAX that showed up in Labs:</p>
<ul>
<li><a href="http://labs.adobe.com/technologies/alchemy/">Alchemy</a>: A research project that allows users to compile C and C++ code into ActionScript libraries (AVM2).</li>
<li><a href="http://labs.adobe.com/technologies/durango/">Durango</a>: Mashup tool for AIR</li>
</ul>
<p>And for more in-browser tools, check out this nice roundup on</p>
<p><a href="http://www.smashingmagazine.com/2008/11/18/15-helpful-in-browser-web-development-tools/">15 Helpful In-Browser Web Development Tools</a>.</p>
 <img src="http://basit.me/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=113" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://basit.me/2008/11/meer-meer-cross-browser-testing-all-through-your-one-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spice Up Your Gmail with Themes from Google</title>
		<link>http://basit.me/2008/11/spice-up-your-gmail-with-themes-from-google/</link>
		<comments>http://basit.me/2008/11/spice-up-your-gmail-with-themes-from-google/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 06:42:00 +0000</pubDate>
		<dc:creator>Basit</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://basit.me/2008/11/20/spice-up-your-gmail-with-themes-from-google/</guid>
		<description><![CDATA[We use Gmail everyday, do you get bored with the look of Gmail? Would you like to have a new fresh look for your Gmail? Gmail fans have been building unofficial extensions to spice up their inboxes for a while, but up til now themes haven’t been an integral part of Gmail. Google wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>We use Gmail everyday, do you get bored with the look of Gmail?<br />
Would you like to have a new fresh look for your Gmail? Gmail fans have<br />
been building unofficial extensions to spice up their inboxes for a<br />
while, but up til now themes haven’t been an integral part of Gmail.<span id="more-52"></span></p>
<p><a title="Spice up your inbox with Colors and Themes" href="http://gmailblog.blogspot.com/2008/11/spice-up-your-inbox-with-colors-and.html" target="_blank">Google</a><br />
wanted to go beyond simple color customization, so out of the 30 odd<br />
themes, there’s a shiny theme with chrome styling, another one that<br />
turns your inbox into a retro notepad, nature themes that change<br />
scenery over time, weather driven themes that can rain on your mailbox,<br />
and fun characters to keep you in good company. There’s even an old<br />
school ascii theme (Terminal) which was the result of a bet between two<br />
engineers — it’s not exactly practical, but it’s great for testing out<br />
your geek cred.</p>
<p style="text-align: center;"><img src="http://www.webappers.com/img/2008/11/gmail-themes.png" alt="Gmail Themes" /></p>
<p>To customize your inbox, go to the <a rel="nofollow" href="http://mail.google.com/mail/?shva=1#settings/themes" target="_blank">Themes tab under Settings</a>.<br />
They will be rolling out themes to everyone over the next couple of<br />
days, so if you don’t see them yet, you probably need to wait a bit.<br />
Please feel free to tell us which one you like most.</p>
 <img src="http://basit.me/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=52" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://basit.me/2008/11/spice-up-your-gmail-with-themes-from-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Popular and Powerful Interactive Google Map</title>
		<link>http://basit.me/2008/03/most-popular-and-powerful-interactive-google-map/</link>
		<comments>http://basit.me/2008/03/most-popular-and-powerful-interactive-google-map/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 07:04:00 +0000</pubDate>
		<dc:creator>Basit</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://basit.me/2008/03/21/most-popular-and-powerful-interactive-google-map/</guid>
		<description><![CDATA[Google Maps are dynamic, interactive maps that you can drag — no clicking and waiting each time you want to view the adjacent parts of a map. Type in the name of a region or neighborhood and see any part of it as easily as with a regular street map. Use your mouse or the [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Google Map" href="http://maps.google.com/maps" target="_blank">Google Maps</a> are <strong>dynamic, interactive maps</strong><br />
that you can drag — no clicking and waiting each time you want to view<br />
the adjacent parts of a map. Type in the name of a region or<br />
neighborhood and see any part of it as easily as with a regular street<br />
map. Use your mouse or the directional arrows to pan left, right, up<br />
and down to see areas that are hidden offscreen. Use the slider to zoom<br />
in and zoom out or press the + or &#8211; keys.<span id="more-70"></span> You can also use satellite<br />
view, which gives you access to satellite and aerial images that you<br />
can zoom in, zoom out, or pan in any direction. You can create<br />
personalized, annotated, customized maps, complete with placemarks,<br />
lines or shapes. Add additional content including rich text, photos,<br />
videos and then share your map with others or open it in Google Earth.</p>
<p style="text-align: center;"><img src="http://www.webappers.com/img/2007/06/googlemap1.gif" alt="googlemap1.gif" /> <img src="http://www.webappers.com/img/2007/06/googlemap2.gif" alt="googlemap2.gif" /></p>
<p style="text-align: center;">Demo:  <a title="demo" href="http://www.google.com/apis/maps/" target="_blank">http://www.google.com/apis/maps/</a></p>
 <img src="http://basit.me/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=70" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://basit.me/2008/03/most-popular-and-powerful-interactive-google-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

