<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3215688747684623576</id><updated>2011-11-27T17:14:33.047-08:00</updated><category term='PHP'/><category term='Videos'/><category term='Flex'/><category term='Wonderful Images.'/><category term='Garfield.'/><title type='text'>PacificWithin</title><subtitle type='html'>&lt;i&gt;&lt;b&gt;Pain Is Inevitable.Suffering Is Optional.&lt;/b&gt;&lt;/i&gt;</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>46</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-1027924790726420165</id><published>2011-07-07T06:31:00.000-07:00</published><updated>2011-07-07T06:41:13.299-07:00</updated><title type='text'>Associative arrays in ActionScript 3</title><content type='html'>The &lt;code class="filename"&gt;Array&lt;/code&gt; class provides methods and  properties that work with number-indexed arrays only--and not with  associative arrays. Associative arrays should be instances of the &lt;code class="filename"&gt;Object&lt;/code&gt; class.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Technically, since the &lt;code class="filename"&gt;Object&lt;/code&gt; class is the  base class for all ActionScript classes, all ActionScript objects can  be used as associative arrays. However, unless you have some specific  reason for using another class as an associative array, it is best to  simply use the generic &lt;code class="filename"&gt;Object&lt;/code&gt; class.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;blockquote&gt;&lt;pre class="programlisting"&gt;var memebers:Object = {scribe: "Franklin",&lt;/pre&gt;&lt;pre class="programlisting"&gt;                      chairperson: "Gina",&lt;/pre&gt;&lt;pre class="programlisting"&gt;                       treasurer: "Sindhu"};&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;pre class="programlisting"&gt;var members:Object = new Object( );&lt;/pre&gt;&lt;pre class="programlisting"&gt;members.scribe = "Franklin";&lt;/pre&gt;&lt;pre class="programlisting"&gt;members.chairperson = "Gina";&lt;/pre&gt;&lt;pre class="programlisting"&gt;members.treasurer = "Sindhu";&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;blockquote&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;pre class="programlisting"&gt;var members:Object = new Object( );&lt;/pre&gt;&lt;pre class="programlisting"&gt;members["councilperson"] = "Ruthie";&lt;/pre&gt;&lt;pre class="programlisting"&gt;trace(members.councilperson);         // Displays: Ruthie&lt;/pre&gt;&lt;pre class="programlisting"&gt;members.councilperson = "Rebecca";&lt;/pre&gt;&lt;pre class="programlisting"&gt;trace(members["councilperson"]);      // Displays: Rebecca&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;blockquote&gt;&lt;b&gt;&lt;span class="Apple-style-span" &gt;More information at the source:&lt;/span&gt;&lt;/b&gt;&lt;/blockquote&gt;&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;a href="http://digitalmedia.oreilly.com/helpcenter/actionscript30cookbook/chapter5.html?page=8"&gt;http://digitalmedia.oreilly.com/helpcenter/actionscript30cookbook/chapter5.html?page=8&lt;/a&gt;&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;pre class="programlisting"&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;/pre&gt;&lt;/pre&gt;&lt;pre class="programlisting"&gt;&lt;pre class="programlisting"&gt;&lt;pre class="programlisting"&gt;&lt;/pre&gt;&lt;/pre&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-1027924790726420165?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/1027924790726420165/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2011/07/associative-arrays-in-actionscript-3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/1027924790726420165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/1027924790726420165'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2011/07/associative-arrays-in-actionscript-3.html' title='Associative arrays in ActionScript 3'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-5686721936086080867</id><published>2010-09-10T22:13:00.000-07:00</published><updated>2010-09-10T22:21:19.389-07:00</updated><title type='text'>Inspiring Quote by Steve Jobs</title><content type='html'>&lt;p style="color: rgb(204, 204, 204);"&gt;&lt;span class="quote_start"&gt;“&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Remembering that I’ll be dead soon is the most important tool I’ve ever encountered to help me make the big choices in life.&lt;/span&gt; Because almost everything — all external expectations, all pride, all fear of embarrassment or failure — these things just fall away in the face of death, leaving only what is truly important. Remembering that you are going to die is the best way I know to avoid the trap of thinking you have something to lose. You are already naked. &lt;b&gt;There is no reason not to follow your heart.&lt;/b&gt;&lt;span class="quote_end"&gt;”&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-5686721936086080867?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/5686721936086080867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/09/inspiring-quote-by-steve-jobs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5686721936086080867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5686721936086080867'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/09/inspiring-quote-by-steve-jobs.html' title='Inspiring Quote by Steve Jobs'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-1000155883016667941</id><published>2010-09-05T22:37:00.000-07:00</published><updated>2010-09-07T00:18:05.083-07:00</updated><title type='text'>Upgrade your WordPress site or blog for free..</title><content type='html'>Yes, you heard that right... got a WordPress site or blog ? if yes, &lt;a href="http://www.multidots.in/" target="_blank"&gt;MULTIDOTS&lt;/a&gt; offers &lt;span style="font-weight: bold;"&gt;free upgradation&lt;/span&gt; to latest version of WordPress.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.guptaanil.com/free-wordpress-upgrade-at-multidots/" target="_blank"&gt;&lt;img style="cursor: pointer; width: 400px; height: 218px;" src="http://3.bp.blogspot.com/_G9D-fbcbBXc/TIXl8z1gstI/AAAAAAAAAHE/N6qCbDJxjaI/s400/UM.jpg" alt="" id="BLOGGER_PHOTO_ID_5514066151654601426" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="status-body"&gt;&lt;span class="status-content"&gt;&lt;span class="entry-content"&gt;visit : &lt;a href="http://www.guptaanil.com/free-wordpress-upgrade-at-multidots/" target="_blank"&gt;http://www.guptaanil.com/free-wordpress-upgrade-at-multidots/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Its a campaign cum activity started by &lt;span style="color: rgb(255, 102, 102);"&gt;WordPress group&lt;/span&gt; at &lt;a href="http://www.multidots.in/" target="_blank"&gt;MULTIDOTS&lt;/a&gt;.&lt;br /&gt;So hurry up and avail yourself of new features offered by latest version of wp....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-1000155883016667941?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/1000155883016667941/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/09/upgrade-your-wordpress-site-or-blog-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/1000155883016667941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/1000155883016667941'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/09/upgrade-your-wordpress-site-or-blog-for.html' title='Upgrade your WordPress site or blog for free..'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_G9D-fbcbBXc/TIXl8z1gstI/AAAAAAAAAHE/N6qCbDJxjaI/s72-c/UM.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-3549046836483479269</id><published>2010-08-05T03:27:00.000-07:00</published><updated>2010-08-05T04:34:36.874-07:00</updated><title type='text'>jQuery: How to submit a form with AJAX in jQuery</title><content type='html'>Excellent explanation of how to submit a form with ajax using jquery - visit :&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ajaxlines.com/ajax/stuff/article/how_to_submit_a_form_with_ajax_in_jquery.php"&gt;http://www.ajaxlines.com/ajax/stuff/article/how_to_submit_a_form_with_ajax_in_jquery.php&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-3549046836483479269?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/3549046836483479269/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/08/jquery-how-to-submit-form-with-ajax-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/3549046836483479269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/3549046836483479269'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/08/jquery-how-to-submit-form-with-ajax-in.html' title='jQuery: How to submit a form with AJAX in jQuery'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-7219300855738642936</id><published>2010-08-05T00:04:00.000-07:00</published><updated>2010-08-05T01:52:20.189-07:00</updated><title type='text'>jQuery: Access value of selected/checked radio button</title><content type='html'>if you have a group of radio buttons (&lt;span class="Apple-style-span"  style="color:#CCFFFF;"&gt;grouping done using same value for name attribute in all&lt;/span&gt;) and you want to get value of selected radio button out of them,&lt;br /&gt;using jquery you can do that with below code snippet:&lt;br /&gt;&lt;br /&gt;Suppose you have:&lt;br /&gt;&lt;br /&gt;&lt;input type="radio" id="bolly1" name="bolly" value="diya" checked&gt;Diya          [name="bolly",value="diya"]&lt;br /&gt;&lt;input type="radio" id="bolly2" name="bolly" value="kareena"&gt;Kareena   [name="bolly",value="kareena"]&lt;br /&gt;&lt;input type="radio" id="bolly3" name="bolly" value="katrina"&gt;Katrina    [name="bolly",value="katrina"]&lt;br /&gt;&lt;br /&gt;Then,&lt;div&gt;         var sel_val = &lt;span class="Apple-style-span"  style="color:#99FF99;"&gt;$('input:radio[name=bolly]:checked').val();&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;You will get: sel_val = "diya"&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;For more reference:&lt;br /&gt;&lt;a href="http://stackoverflow.com/questions/986120/how-to-get-select-radiobutton-value-using-its-name-in-jquery" target="_blank"&gt;http://stackoverflow.com/questions/986120/how-to-get-select-radiobutton-value-using-its-name-in-jquery&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-7219300855738642936?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/7219300855738642936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/08/jquery-access-value-of-selectedchecked.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7219300855738642936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7219300855738642936'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/08/jquery-access-value-of-selectedchecked.html' title='jQuery: Access value of selected/checked radio button'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-1615034316415336723</id><published>2010-06-28T00:22:00.000-07:00</published><updated>2010-06-28T00:46:25.821-07:00</updated><title type='text'>Javascript: Inline javascript function in event handler declaration</title><content type='html'>If you want to write javascript function code directly in the onclick event handler declaration instead of using a separate function for that code, you can do it as follows:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;lt;input type="button" value="Save" onclick="javascript:(function(){ //your code; })();"/&amp;gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-1615034316415336723?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/1615034316415336723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/06/javascript-inline-javascript-function.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/1615034316415336723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/1615034316415336723'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/06/javascript-inline-javascript-function.html' title='Javascript: Inline javascript function in event handler declaration'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-5917977781054261828</id><published>2010-05-31T23:47:00.000-07:00</published><updated>2010-05-31T23:58:36.419-07:00</updated><title type='text'>Google Maps: Best Fit Zoom Level and Center Point.</title><content type='html'>If you are working with Google maps and have an array of latitude longitude points to plot as markers on map, then you might need to calculate the best fit zoom level and map center point so that all the lat lng points can accommodate comfortably. Here's the code snippet:&lt;br /&gt; &lt;blockquote&gt;// map: an instance of GMap2&lt;br /&gt;  // latlng: an array of instances of GLatLng&lt;br /&gt;  var latlngbounds = new GLatLngBounds();&lt;br /&gt;  for (var i = 0; i &lt; latlng.length; i++)&lt;br /&gt;  {&lt;br /&gt;    latlngbounds.extend(latlng[i]);&lt;br /&gt;  }&lt;br /&gt;  map.setCenter(latlngbounds.getCenter(),map.getBoundsZoomLevel(latlngbounds));&lt;/blockquote&gt;&lt;br /&gt;For further reference:&lt;br /&gt;&lt;a href="http://911-need-code-help.blogspot.com/2009/03/zoom-to-fit-all-markers-polylines-or.html" target="_blank"&gt;http://911-need-code-help.blogspot.com/2009/03/zoom-to-fit-all-markers-polylines-or.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-5917977781054261828?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/5917977781054261828/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/05/google-maps-best-fit-zoom-level-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5917977781054261828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5917977781054261828'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/05/google-maps-best-fit-zoom-level-and.html' title='Google Maps: Best Fit Zoom Level and Center Point.'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-7403175137799500226</id><published>2010-05-17T12:58:00.000-07:00</published><updated>2010-06-01T06:14:29.494-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Videos'/><title type='text'>Great Video About Marketing Strategy..Example of Apple.</title><content type='html'>&lt;object width="446" height="326"&gt;&lt;param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;param name="bgColor" value="#ffffff"&gt;&lt;/param&gt; &lt;param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/SimonSinek_2009X-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/SimonSinek-2009X.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=848&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=simon_sinek_how_great_leaders_inspire_action;year=2009;theme=new_on_ted_com;theme=unconventional_explanations;theme=not_business_as_usual;event=TEDxPuget+Sound+;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /&gt;&lt;embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" allowScriptAccess="always" flashvars="vu=http://video.ted.com/talks/dynamic/SimonSinek_2009X-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/SimonSinek-2009X.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=848&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=simon_sinek_how_great_leaders_inspire_action;year=2009;theme=new_on_ted_com;theme=unconventional_explanations;theme=not_business_as_usual;event=TEDxPuget+Sound+;"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-7403175137799500226?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/7403175137799500226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/05/great-video-about-marketing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7403175137799500226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7403175137799500226'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/05/great-video-about-marketing.html' title='Great Video About Marketing Strategy..Example of Apple.'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-3950971562179495777</id><published>2010-04-29T02:05:00.000-07:00</published><updated>2010-06-01T06:11:01.285-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><title type='text'>PHP: Get Yesterday's Date</title><content type='html'>&lt;blockquote&gt;echo date("Y-m-d", strtotime("-1 day") );&lt;/blockquote&gt;&lt;br /&gt;For some specific date: &lt;blockquote&gt;echo date("Y-m-d", strtotime("2010-Jan-1 -1 day") );&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Play around with this function to get your desired results. The PHP date parser is very smart.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-3950971562179495777?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/3950971562179495777/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/04/php-get-yesterdays-date.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/3950971562179495777'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/3950971562179495777'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/04/php-get-yesterdays-date.html' title='PHP: Get Yesterday&apos;s Date'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-5983846903344640411</id><published>2010-04-27T01:42:00.000-07:00</published><updated>2010-04-27T01:55:30.396-07:00</updated><title type='text'>MySQL/SQL: 'ON DUPLICATE KEY UPDATE' for multiple rows insert in single query</title><content type='html'>&lt;p&gt;Hello All.&lt;/p&gt;  &lt;p&gt;I had a sql query where I wanted to insert multiple rows in single query. so I used something like:&lt;/p&gt;&lt;pre class="prettyprint"&gt;&lt;code&gt;&lt;/code&gt;&lt;blockquote&gt;&lt;span class="pln"&gt;$sql &lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;"INSERT INTO beautiful (name, age)&lt;br /&gt;  VALUES&lt;br /&gt;  ('Helen', 24),&lt;br /&gt;  ('Katrina', 21),&lt;br /&gt;  ('Samia', 22),&lt;br /&gt;  ('Hui Ling', 25),&lt;br /&gt;  ('Yumie', 29)"&lt;/span&gt;&lt;span class="pun"&gt;;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;&lt;br /&gt;mysql_query&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt; $sql&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; $conn &lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;/blockquote&gt;&lt;span class="pun"&gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;p&gt;The problem was when I executed this query, I wanted to check whether a UNIQUE key (which is not the PRIMARY KEY), for eg. 'name' in above case, should be checked and if such a 'name' already exists, the corresponding whole row should be updated otherwise inserted. &lt;/p&gt;  &lt;p&gt;For instance, in below eg., if 'Katrina' is already present in database, the whole row, irrespective of number of fields, should be updated. Again if 'Samia' is not present, the row should be inserted.&lt;/p&gt;  &lt;p&gt;I thought of using:&lt;/p&gt;&lt;pre class="prettyprint"&gt;&lt;code&gt;&lt;/code&gt;&lt;blockquote&gt;&lt;span class="pln"&gt;INSERT INTO beautiful &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;name&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; age&lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;      VALUES&lt;br /&gt;      &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'Helen'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;24&lt;/span&gt;&lt;span class="pun"&gt;),&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'Katrina'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;21&lt;/span&gt;&lt;span class="pun"&gt;),&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'Samia'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;22&lt;/span&gt;&lt;span class="pun"&gt;),&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'Hui Ling'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;25&lt;/span&gt;&lt;span class="pun"&gt;),&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'Yumie'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;29&lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt; ON DUPLICATE KEY UPDATE&lt;/span&gt;&lt;/blockquote&gt;&lt;span class="pln"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;  Here is the trap. I got stuck and confused how to proceed. I had multiple rows to insert/update at a time. Then  StackOverflow came to my rescue. Thanks to &lt;a href="http://stackoverflow.com/users/17343/peter-lang"&gt;Peter Lang&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The Solution:&lt;br /&gt;&lt;br /&gt;&lt;pre class="prettyprint"&gt;&lt;code&gt;&lt;/code&gt;&lt;blockquote&gt;&lt;span class="pln"&gt;INSERT INTO beautiful &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;name&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; age&lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;      VALUES&lt;br /&gt;      &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'Helen'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;24&lt;/span&gt;&lt;span class="pun"&gt;),&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'Katrina'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;21&lt;/span&gt;&lt;span class="pun"&gt;),&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'Samia'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;22&lt;/span&gt;&lt;span class="pun"&gt;),&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'Hui Ling'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;25&lt;/span&gt;&lt;span class="pun"&gt;),&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'Yumie'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;29&lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;ON DUPLICATE KEY UPDATE&lt;br /&gt;     age &lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt; VALUES&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;age&lt;/span&gt;&lt;span class="pun"&gt;),&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;     &lt;/span&gt;&lt;span class="pun"&gt;...&lt;/span&gt;&lt;/blockquote&gt;&lt;span class="pun"&gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-5983846903344640411?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/5983846903344640411/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/04/mysqlsql-on-duplicate-key-update-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5983846903344640411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5983846903344640411'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/04/mysqlsql-on-duplicate-key-update-for.html' title='MySQL/SQL: &apos;ON DUPLICATE KEY UPDATE&apos; for multiple rows insert in single query'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-4131353138564504284</id><published>2010-04-08T14:08:00.001-07:00</published><updated>2010-06-01T06:09:38.664-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Better Form Validation Messages</title><content type='html'>&lt;a href="http://flexdevtips.blogspot.com/2009/08/always-showing-error-tips-validators.html"&gt;http://flexdevtips.blogspot.com/2009/08/always-showing-error-tips-validators.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://aralbalkan.com/1125"&gt;http://aralbalkan.com/1125&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-4131353138564504284?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/4131353138564504284/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/04/flex-better-form-validation-messages.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4131353138564504284'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4131353138564504284'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/04/flex-better-form-validation-messages.html' title='Flex: Better Form Validation Messages'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-4675491123669529642</id><published>2010-04-02T00:41:00.000-07:00</published><updated>2010-04-02T01:42:35.506-07:00</updated><title type='text'>Ubuntu: Extract rar files</title><content type='html'>&lt;span style="font-family:verdana;"&gt;Install the unrar program for Ubuntu (I tried it for Ubuntu 9.10):&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Command:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 51, 153);font-family:trebuchet ms;font-size:130%;"  &gt;sudo aptitude install unrar&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-4675491123669529642?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/4675491123669529642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/04/ubuntu-extract-rar-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4675491123669529642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4675491123669529642'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/04/ubuntu-extract-rar-files.html' title='Ubuntu: Extract rar files'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-5872126072977106971</id><published>2010-02-03T01:08:00.000-08:00</published><updated>2010-06-01T06:09:38.664-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: The World Factbook</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;The World Factbook&lt;/span&gt;: This demo application displays C.I.A. World Factbook Data using gauges, treemap, 3D charts and radar chart from the IBM ILOG Elixir components suite.&lt;/b&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;b&gt;Visit:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;a href="http://visunetdemos.demos.ibm.com/blogsamples/factbook2/FactBookSE.html" target="_blank"&gt;http://visunetdemos.demos.ibm.com/blogsamples/factbook2/FactBookSE.html&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;b&gt;More at: &lt;a href="http://www.adobe.com/devnet/flex/ilog/index.html" target="_blank"&gt;http://www.adobe.com/devnet/flex/ilog/index.html&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-5872126072977106971?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/5872126072977106971/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/02/flex-word-factbook.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5872126072977106971'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5872126072977106971'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/02/flex-word-factbook.html' title='Flex: The World Factbook'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-7507587028664351859</id><published>2010-01-31T22:45:00.000-08:00</published><updated>2010-01-31T22:48:29.992-08:00</updated><title type='text'>JSON Parser</title><content type='html'>Working with JSON? Getting it difficult to parse the syntax or format of JSON?&lt;br /&gt;Check out below link. It will definitely help you.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://json.parser.online.fr/" target="_blank"&gt;http://json.parser.online.fr/ &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-7507587028664351859?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/7507587028664351859/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2010/01/json-parser.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7507587028664351859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7507587028664351859'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2010/01/json-parser.html' title='JSON Parser'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-5789745857118739955</id><published>2009-12-15T23:26:00.000-08:00</published><updated>2010-06-01T06:09:38.664-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Conditionally hide a child in Accordion.</title><content type='html'>&lt;span style="font-weight: bold;font-family:trebuchet ms;" &gt;visible property doesn't work :(&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;check out the link for possible solutions:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://stackoverflow.com/questions/410842/flex-accordion-conditionally-hide-a-child" target="_blank"&gt;http://stackoverflow.com/questions/410842/flex-accordion-conditionally-hide-a-child&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-5789745857118739955?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/5789745857118739955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flex-how-to-conditionally-hide-child-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5789745857118739955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5789745857118739955'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flex-how-to-conditionally-hide-child-in.html' title='Flex: Conditionally hide a child in Accordion.'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-6432183437707665605</id><published>2009-12-09T05:39:00.001-08:00</published><updated>2010-06-01T06:09:38.665-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flash, Flex &amp; AIR: A brief survey</title><content type='html'>Check out this SlideShare Presentation: &lt;div style="width:425px;text-align:left" id="__ss_249661"&gt;&lt;a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/tbisaacs/flash-flex-air-a-brief-survey" title="Flash, Flex &amp;amp; AIR: A brief survey"&gt;Flash, Flex &amp;amp; AIR: A brief survey&lt;/a&gt;&lt;object style="margin:0px" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=flash-flex-air-a-brief-survey-120188104889965-3&amp;stripped_title=flash-flex-air-a-brief-survey" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=flash-flex-air-a-brief-survey-120188104889965-3&amp;stripped_title=flash-flex-air-a-brief-survey" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"&gt;View more &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/"&gt;documents&lt;/a&gt; from &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/tbisaacs"&gt;Travis Isaacs&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-6432183437707665605?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/6432183437707665605/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flash-flex-air-brief-survey.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/6432183437707665605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/6432183437707665605'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flash-flex-air-brief-survey.html' title='Flash, Flex &amp;amp; AIR: A brief survey'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-289057147578317251</id><published>2009-12-07T23:43:00.000-08:00</published><updated>2010-06-01T06:09:38.665-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Difference between invalidatelist and invalidatedisplaylist</title><content type='html'>visit:&lt;br /&gt;&lt;a href="http://stackoverflow.com/questions/74269/what-is-the-difference-between-invalidatelist-and-invalidatedisplaylist" target="_blank"&gt;&lt;br /&gt;http://stackoverflow.com/questions/74269/what-is-the-difference-between-invalidatelist-and-invalidatedisplaylist&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;invalidateList tells the component that the data has changed, and it needs to reload it and re-render it.&lt;/p&gt;  &lt;p&gt;invalidateDisplayList tells the component that it needs to redraw itself (but not necessarily reload its data).&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-289057147578317251?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/289057147578317251/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flex-difference-between-invalidatelist.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/289057147578317251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/289057147578317251'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flex-difference-between-invalidatelist.html' title='Flex: Difference between invalidatelist and invalidatedisplaylist'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-6885820600838082575</id><published>2009-12-07T22:30:00.000-08:00</published><updated>2010-06-01T06:09:38.665-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: ComboBox Prompt Property</title><content type='html'>visit:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://kb2.adobe.com/cps/000/1fecccba.html" target="_blank"&gt;http://kb2.adobe.com/cps/000/1fecccba.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-6885820600838082575?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/6885820600838082575/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flex-combobox-prompt-property.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/6885820600838082575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/6885820600838082575'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flex-combobox-prompt-property.html' title='Flex: ComboBox Prompt Property'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-152835151438571810</id><published>2009-12-07T21:44:00.001-08:00</published><updated>2010-06-01T06:09:38.665-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Difference between rollOver and mouseOver</title><content type='html'>visit:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://polygeek.com/1519_flex_the-difference-between-rollover-and-mouseover" target="_blank"&gt;http://polygeek.com/1519_flex_the-difference-between-rollover-and-mouseover&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/" target="_blank"&gt;&lt;br /&gt;http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The basic difference is that &lt;em&gt;rollOut &lt;/em&gt;checks to see if the mouse is over the component that is listening for the event or a child of the component. &lt;em&gt;mouseOut &lt;/em&gt;doesn’t do that so it fires causing the style to change before it can be corrected by &lt;em&gt;mouseOver &lt;/em&gt;firing again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-152835151438571810?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/152835151438571810/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flex-difference-between-rollover-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/152835151438571810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/152835151438571810'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flex-difference-between-rollover-and.html' title='Flex: Difference between rollOver and mouseOver'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-2003471079522540528</id><published>2009-12-06T22:07:00.000-08:00</published><updated>2009-12-06T22:13:32.421-08:00</updated><title type='text'>Good website for design and measurement related tools.</title><content type='html'>&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;&lt;a style="font-family: trebuchet ms; font-weight: bold; font-style: italic;" href="http://www.iconico.com/" target="_blank"&gt;http://www.iconico.com/&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-2003471079522540528?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/2003471079522540528/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/good-website-for-design-and-measurement.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/2003471079522540528'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/2003471079522540528'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/good-website-for-design-and-measurement.html' title='Good website for design and measurement related tools.'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-4681038695239223960</id><published>2009-12-06T13:16:00.000-08:00</published><updated>2010-06-01T06:09:38.666-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: HBox implementation in reverse order</title><content type='html'>&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;span class="Apple-style-span"  style="color:#993399;"&gt;Implement below given code and see the magic. Your HBox will display its children in reverse order. Same can be done for VBox and other containers.&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 12px; "&gt;&lt;p&gt;package com&lt;br /&gt;{&lt;br /&gt;        import flash.display.DisplayObject;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;        import mx.containers.HBox;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;        public class MyHBox extends HBox&lt;br /&gt;        {&lt;br /&gt;                public function MyHBox()&lt;br /&gt;                {&lt;br /&gt;                        super();&lt;br /&gt;                }&lt;br /&gt;&lt;/p&gt;&lt;p&gt;        public override function addChild&lt;br /&gt;(child:DisplayObject):DisplayObject&lt;br /&gt;        {&lt;br /&gt;            this.addChildAt(child,0);&lt;br /&gt;            return child&lt;br /&gt;        }&lt;br /&gt;&lt;/p&gt;&lt;p&gt;        }&lt;br /&gt;&lt;/p&gt;&lt;div id="qhide_33486" class="qt" style="display: block; "&gt;} &lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-4681038695239223960?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/4681038695239223960/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flex-hbox-implementation-in-reverse_06.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4681038695239223960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4681038695239223960'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/flex-hbox-implementation-in-reverse_06.html' title='Flex: HBox implementation in reverse order'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-8847394265897260837</id><published>2009-12-02T21:19:00.000-08:00</published><updated>2010-06-01T06:09:38.666-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>10 topics I want to learn</title><content type='html'>&lt;span style="color: rgb(51, 51, 51); font-style: italic;font-family:trebuchet ms;" &gt;already started with a few:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold; font-style: italic;font-family:trebuchet ms;" &gt;1) Flex&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold; font-style: italic;font-family:trebuchet ms;" &gt;2) ActionScript&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold; font-style: italic;font-family:trebuchet ms;" &gt;3) &lt;span style="color: rgb(255, 102, 0);"&gt;Flash&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold; font-style: italic;font-family:trebuchet ms;" &gt;4) &lt;span style="color: rgb(255, 102, 0);"&gt;Photoshop&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold; font-style: italic;font-family:trebuchet ms;" &gt;5) &lt;span style="color: rgb(255, 102, 0);"&gt;Adobe Air&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold; font-style: italic;font-family:trebuchet ms;" &gt;6) &lt;span style="color: rgb(255, 102, 0);"&gt;ColdFusion&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold; font-style: italic;font-family:trebuchet ms;" &gt;7) &lt;span style="color: rgb(255, 102, 0);"&gt;BlazeDS&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold; font-style: italic;font-family:trebuchet ms;" &gt;8) WebORB&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold; font-style: italic;font-family:trebuchet ms;" &gt;9) PureMVC&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold; font-style: italic;font-family:trebuchet ms;" &gt;10) &lt;span style="color: rgb(255, 102, 0);"&gt;Cairngorm&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-8847394265897260837?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/8847394265897260837/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/10-technologies-i-want-to-learn.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/8847394265897260837'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/8847394265897260837'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/12/10-technologies-i-want-to-learn.html' title='10 topics I want to learn'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-5106912210000038099</id><published>2009-11-27T02:15:00.000-08:00</published><updated>2009-11-27T02:19:36.699-08:00</updated><title type='text'>PHOTOSHOP</title><content type='html'>&lt;span style="font-family: trebuchet ms; color: rgb(153, 0, 0);"&gt;a STUNNING Photo Sharing and Editing website. Dare not miss it.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;visit:&lt;/span&gt;&lt;br /&gt;&lt;a style="color: rgb(204, 0, 0); font-weight: bold;" href="https://www.photoshop.com/" target="_blank"&gt;www.photoshop.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-5106912210000038099?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/5106912210000038099/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/photoshop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5106912210000038099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5106912210000038099'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/photoshop.html' title='PHOTOSHOP'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-4013847140652158637</id><published>2009-11-23T04:24:00.000-08:00</published><updated>2010-06-01T06:09:38.666-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Excellent Flex Application</title><content type='html'>&lt;a href="http://www.cynergysystems.com/blogs/blogs/andrew.trice/displacement/main.html" target="_blank"&gt;&lt;span style="font-family: trebuchet ms; font-weight: bold; font-style: italic; color: rgb(0, 153, 0);"&gt;http://www.cynergysystems.com/blogs/blogs/andrew.trice/displjavascript:void(0)acement/main.html&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-4013847140652158637?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/4013847140652158637/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/excellent-flex-application.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4013847140652158637'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4013847140652158637'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/excellent-flex-application.html' title='Excellent Flex Application'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-8390477297406912096</id><published>2009-11-23T03:11:00.000-08:00</published><updated>2009-11-24T21:50:03.745-08:00</updated><title type='text'>Online Flash Game</title><content type='html'>&lt;span style="color: rgb(204, 0, 0);font-family:trebuchet ms;" &gt;An experience you shouldn't miss. I have actually got addicted to it.&lt;br /&gt;Visit:&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold; font-style: italic;font-family:trebuchet ms;" &gt;&lt;br /&gt;&lt;a style="color: rgb(255, 102, 0);" href="http://www.smallworlds.com/" target="_blank"&gt;http://www.smallworlds.com/&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-8390477297406912096?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/8390477297406912096/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/online-flash-game.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/8390477297406912096'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/8390477297406912096'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/online-flash-game.html' title='Online Flash Game'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-1833173710438736352</id><published>2009-11-23T03:04:00.000-08:00</published><updated>2010-06-01T06:09:38.666-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: ImageRail</title><content type='html'>&lt;span style="color: rgb(51, 0, 153);font-family:trebuchet ms;" &gt;A really wonderful and very helpful image gallery component - ImageRail.&lt;br /&gt;Check it out:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="color: rgb(102, 0, 204);" href="http://www.flexer.info/2008/05/29/image-gallery-component-imagerail/" target="_blank"&gt;http://www.flexer.info/2008/05/29/image-gallery-component-imagerail/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-1833173710438736352?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/1833173710438736352/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-imagerail.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/1833173710438736352'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/1833173710438736352'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-imagerail.html' title='Flex: ImageRail'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-3982909947242274759</id><published>2009-11-19T22:27:00.001-08:00</published><updated>2009-11-24T22:49:17.939-08:00</updated><title type='text'>'Joy of Giving' Sunday @ Multidots</title><content type='html'>&lt;a href=http://picasaweb.google.com/gupta4net/JoyOfGivingSunday?feat=embedwebsite# target="_blank"&gt;http://picasaweb.google.com/gupta4net/JoyOfGivingSunday?feat=embedwebsite#&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-3982909947242274759?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/3982909947242274759/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/joy-of-giving-sunday-multidots.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/3982909947242274759'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/3982909947242274759'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/joy-of-giving-sunday-multidots.html' title='&apos;Joy of Giving&apos; Sunday @ Multidots'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-6171637669545665742</id><published>2009-11-19T21:32:00.000-08:00</published><updated>2010-06-01T06:09:38.667-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: FlowBox Container</title><content type='html'>&lt;span style="font-weight: bold; font-family: trebuchet ms; color: rgb(102, 102, 102);"&gt;A container which would lay its child components out in a horizontal manner like an HBox, but unlike an HBox, it wraps the child components into a new row when they exceed the available width.&lt;/span&gt; &lt;span style="font-weight: bold; font-family: trebuchet ms; color: rgb(102, 102, 102);"&gt;Ditto for vertical direction.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;visit:&lt;br /&gt;&lt;a style="color: rgb(0, 102, 0); font-weight: bold;" href="http://www.munkiihouse.com/?p=60" target="_blank"&gt;http://www.munkiihouse.com/?p=60&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="color: rgb(51, 0, 153); font-weight: bold;" href="http://www.munkiihouse.com/flexapps/FlowBox/Main.html" target="_blank"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; font-family: 'Times New Roman'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 12px; white-space: pre;"&gt;http://www.munkiihouse.com/flexapps/FlowBox/Main.html&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;(view source enabled)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-6171637669545665742?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/6171637669545665742/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-flowbox-container.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/6171637669545665742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/6171637669545665742'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-flowbox-container.html' title='Flex: FlowBox Container'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-6254338057295125272</id><published>2009-11-16T21:25:00.000-08:00</published><updated>2010-06-01T06:09:38.667-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Customizing TileList selection</title><content type='html'>&lt;span style="font-family: trebuchet ms; font-weight: bold;"&gt;This example shows you how to customize selection boxes in a Flex TileList.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms; font-weight: bold;"&gt;Visit:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="font-weight: bold; color: rgb(102, 102, 102);" href="http://mariosh.com/codes/customizing-tilelist-selection/" target="_blank"&gt;http://mariosh.com/codes/customizing-tilelist-selection/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-6254338057295125272?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/6254338057295125272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-customizing-tilelist-selection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/6254338057295125272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/6254338057295125272'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-customizing-tilelist-selection.html' title='Flex: Customizing TileList selection'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-4962495305174555787</id><published>2009-11-15T21:43:00.000-08:00</published><updated>2010-06-01T06:09:38.667-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Excellent Example Of Using Flex-Ajax Together.</title><content type='html'>&lt;a style="color: rgb(204, 0, 0); font-weight: bold;" href="http://www.google.com/finance?q=goog"&gt;http://www.google.com/finance?q=goog&lt;/a&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Ajax is very good for content-centric applications, while Flex is very good for interactive, media, and data-centric applications.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt; If your application is somewhere in between the two sides of that spectrum, then you can use the Flex Ajax Bridge to combine the two technologies&lt;/span&gt;.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://www.google.com/finance?q=goog" target="_blank"&gt;http://www.google.com/finance?q=goog&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-4962495305174555787?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/4962495305174555787/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/excellent-example-of-using-flex-ajax.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4962495305174555787'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4962495305174555787'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/excellent-example-of-using-flex-ajax.html' title='Excellent Example Of Using Flex-Ajax Together.'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-6188413120051736524</id><published>2009-11-14T05:05:00.000-08:00</published><updated>2010-06-01T06:09:38.667-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Error #2148</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(204, 102, 0);"&gt;Only local-with-filesystem and trusted local SWF files may access local resources&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Solution (a workaround maybe):&lt;br /&gt;&lt;br /&gt;Add the following arguments to the compiler (via Properties - Flex Compiler)  :&lt;p&gt;-use-network=false&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-6188413120051736524?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/6188413120051736524/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-error-2148.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/6188413120051736524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/6188413120051736524'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-error-2148.html' title='Flex: Error #2148'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-8426843193976704287</id><published>2009-11-13T10:11:00.000-08:00</published><updated>2010-06-01T06:09:38.668-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Mesmerizing Flex</title><content type='html'>&lt;a style="font-weight: bold; color: rgb(204, 0, 0);" href="http://dougmccune.com/360Flex_ATL/PhysicsContainer/"&gt;http://dougmccune.com/360Flex_ATL/PhysicsContainer/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-8426843193976704287?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/8426843193976704287/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/mesmerizing-flex.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/8426843193976704287'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/8426843193976704287'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/mesmerizing-flex.html' title='Mesmerizing Flex'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-527780799364576840</id><published>2009-11-10T21:33:00.000-08:00</published><updated>2010-06-01T06:09:38.668-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Slow response time of weborb/remote object call?</title><content type='html'>&lt;span style="font-family: trebuchet ms;"&gt;If you are experiencing &lt;/span&gt;&lt;span style="font-weight: bold; font-family: trebuchet ms;"&gt;very slow response time of weborb or a remote object call&lt;/span&gt;&lt;span style="font-family: trebuchet ms;"&gt; in flex, just make sure you have installed &lt;/span&gt;&lt;span style="font-weight: bold; font-family: trebuchet ms;"&gt;latest version of flash player and flash player debugger&lt;/span&gt;&lt;span style="font-family: trebuchet ms;"&gt; for whichever browser you are using to run your swf or flex application. This is my experience and the trick worked. Hope it might solve your problem.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;Get them here:&lt;/span&gt;&lt;br /&gt;&lt;a style="font-family: trebuchet ms;" href="http://www.adobe.com/support/flashplayer/downloads.html"&gt;http://www.adobe.com/support/flashplayer/downloads.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-527780799364576840?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/527780799364576840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-slow-response-time-of-weborbremote.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/527780799364576840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/527780799364576840'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-slow-response-time-of-weborbremote.html' title='Flex: Slow response time of weborb/remote object call?'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-114620704006580450</id><published>2009-11-09T01:34:00.000-08:00</published><updated>2010-06-01T06:09:38.668-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Stop Event Propogation</title><content type='html'>&lt;h2 class="h2nobreak"&gt;Stopping propagation &lt;/h2&gt; &lt;p&gt;During any phase, you can stop the traversal of the display list by calling one of the following methods on the Event object:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://livedocs.adobe.com/flex/3/langref/flash/events/Event.html#stopPropagation%28%29" target="_blank"&gt;stopPropagation()&lt;/a&gt;&lt;samp class="codeph"&gt; &lt;/samp&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://livedocs.adobe.com/flex/3/langref/flash/events/Event.html#stopImmediatePropagation%28%29" target="_blank"&gt;stopImmediatePropagation()&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;You can call either the event's &lt;samp class="codeph"&gt;stopPropagation()&lt;/samp&gt; method or the &lt;samp class="codeph"&gt;stopImmediatePropagation()&lt;/samp&gt; method to prevent an Event object from continuing on its way through the event flow. The two methods are nearly identical and differ only in whether the current node's remaining event listeners are allowed to execute. The &lt;samp class="codeph"&gt;stopPropagation()&lt;/samp&gt; method prevents the Event object from moving on to the next node, but only after any other event listeners on the current node are allowed to execute. &lt;/p&gt;&lt;p&gt;The &lt;samp class="codeph"&gt;stopImmediatePropagation()&lt;/samp&gt; method also prevents the Event objects from moving on to the next node, but it does not allow any other event listeners on the current node to execute.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;(source: Adobe Livedocs)&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-114620704006580450?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/114620704006580450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-stop-event-propogation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/114620704006580450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/114620704006580450'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-stop-event-propogation.html' title='Flex: Stop Event Propogation'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-7279442843620876435</id><published>2009-11-09T01:31:00.000-08:00</published><updated>2010-06-01T06:09:38.668-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Magic line to remove event listener.</title><content type='html'>&lt;span style="font-weight: bold; font-style: italic; font-family: arial; color: rgb(204, 102, 0);"&gt;event.currentTarget.removeEventListener( event.type, arguments.callee);&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-7279442843620876435?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/7279442843620876435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-magic-line-to-remove-event.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7279442843620876435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7279442843620876435'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-magic-line-to-remove-event.html' title='Flex: Magic line to remove event listener.'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-5595905745124256915</id><published>2009-11-08T22:13:00.000-08:00</published><updated>2010-06-01T06:09:38.669-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Difference between event.target and event.currentTarget properties in an event object.</title><content type='html'>&lt;div style="font-family: arial; color: rgb(255, 102, 0);" class="snap_preview"&gt;&lt;p class="MsoNormal"&gt;In Flex, an event object is created whenever an event is dispatched. The event object has two important properties – event.target and event.currentTarget. &lt;strong style="color: rgb(204, 0, 0);"&gt;The event.target property references the event dispatcher while event.currentTarget property refers to the node which is currently being checked for event listeners.&lt;/strong&gt; While event.target property stays the same throughout the event flow (&lt;em&gt;capturing, targeting and bubbling phases&lt;/em&gt;), the event.currentTarget property changes on each node.&lt;/p&gt; &lt;p class="MsoNormal"&gt; &lt;/p&gt;&lt;p class="MsoNormal"&gt;For example, if an event is fired from a TextInput component placed inside a Panel, event.target in this case will be TextInput throughout the event flow while event.currentTarget will vary from Application to Panel to TextInput as the event object goes up or down the flow chain.&lt;/p&gt; &lt;p class="MsoNormal"&gt; &lt;/p&gt;&lt;p class="MsoNormal"&gt;An important point to note over here is that when an event is fired from a component, &lt;strong&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;event.target property does not necessarily reference the component which dispatched the event. It may refer to a subcomponent which is part of that component.&lt;/span&gt; &lt;/strong&gt;This means that if you click on a button’s label, the event object’s event.target property won’t be button (as you might have hoped) but will be a subcomponent (&lt;em&gt;within the button class&lt;/em&gt;) – UITextField (&lt;em&gt;renders label in a button&lt;/em&gt;).This is a very important point while handling events. In this case, if the button component was listening for the click event, the event handler will be called if you are using event.currentTarget property since (sooner or later) event.currentTarget will refer to the button component as the mouse event bubbles through the chain. But, if you were using event.target property, the event handler will never get called as a subcomponent (&lt;em&gt;UITextField&lt;/em&gt;) fired the event and is referred to in event.target property. Hence, &lt;strong style="color: rgb(204, 0, 0);"&gt;you should always use event.currentTarget property instead of event.target.&lt;/strong&gt;&lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-5595905745124256915?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/5595905745124256915/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-difference-between-eventtarget-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5595905745124256915'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5595905745124256915'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/flex-difference-between-eventtarget-and.html' title='Flex: Difference between event.target and event.currentTarget properties in an event object.'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-162234132188974341</id><published>2009-11-07T04:36:00.000-08:00</published><updated>2010-06-01T06:09:38.669-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Popups in Flex using PureMVC</title><content type='html'>&lt;span style="font-family: arial; font-weight: bold;"&gt;I was searching for the issue of how to use popups in flex using PureMVC.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;I ultimately stumbled upon the following blog which I thought will be very useful for this purpose.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.newtriks.com/?p=76"&gt;http://www.newtriks.com/?p=76&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-162234132188974341?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/162234132188974341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/popups-in-flex-using-puremvc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/162234132188974341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/162234132188974341'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/popups-in-flex-using-puremvc.html' title='Popups in Flex using PureMVC'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-5856349811451722384</id><published>2009-11-07T01:30:00.000-08:00</published><updated>2010-06-01T06:09:38.669-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Listen to Events dispatched from flex Pop-ups.</title><content type='html'>&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold; color: rgb(102, 102, 102);font-family:arial;" &gt;When sending events from your pop-up window, remember that they aren’t dispatched in exactly the same manner as with other components.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold; color: rgb(102, 102, 102);font-family:arial;" &gt;In general, events work much as you would expect, with one variation: events from pop-ups don’t travel down the inheritance chain to the main application root.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold; color: rgb(102, 102, 102);font-family:arial;" &gt;Instead, events dispatched from pop-up windows are terminated at the window root.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold; color: rgb(102, 102, 102);font-family:arial;" &gt;This is because the pop-up manager is the parent of the pop-up window. &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold; color: rgb(102, 102, 102);font-family:arial;" &gt;As a result, events launched in the pop-up don’t bubble up to the main application page, which is&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(102, 102, 102);font-family:arial;" &gt;the eventual parent of any object in the main application.&lt;/span&gt;&lt;/li&gt;&lt;li style="font-weight: bold;"&gt; &lt;span style="color: rgb(102, 102, 102);"&gt;Popups within a Flex application are not children of the application container, but are instead children of the SystemManger.&lt;/span&gt;&lt;/li&gt;&lt;li style="font-weight: bold; font-family: arial;"&gt;&lt;p&gt;I can instead attach my listener to:&lt;br /&gt;&lt;em&gt;Application.application.systemManager&lt;/em&gt;&lt;/p&gt; &lt;p&gt;Then my listener will hear all bubbling events within the system, regardless of whether they originate within a Popup or a standard UIComponent.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-5856349811451722384?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/5856349811451722384/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/listen-to-events-dispatched-from-flex.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5856349811451722384'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/5856349811451722384'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/11/listen-to-events-dispatched-from-flex.html' title='Listen to Events dispatched from flex Pop-ups.'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-3806057310718241816</id><published>2009-09-09T13:23:00.001-07:00</published><updated>2009-09-10T13:27:29.960-07:00</updated><title type='text'>Common English Grammar Mistakes</title><content type='html'>She is taller than ___ (I/me) .&lt;br /&gt;- I or me; confused?&lt;br /&gt;Its I.&lt;br /&gt;&lt;br /&gt;For more of such common but usually ignored mistakes:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.grammarerrors.com/index.html" target="_blank"&gt;http://www.grammarerrors.com/index.html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.quizmoz.com/quizzes/English-Language-Quizzes/c/Common-English-Grammar-Mistakes-Quiz.asp" target="_blank"&gt;http://www.quizmoz.com/quizzes/English-Language-Quizzes/c/Common-English-Grammar-Mistakes-Quiz.asp&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-3806057310718241816?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/3806057310718241816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/common-english-grammar-mistakes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/3806057310718241816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/3806057310718241816'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/common-english-grammar-mistakes.html' title='Common English Grammar Mistakes'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-952487858522185881</id><published>2009-09-09T13:08:00.000-07:00</published><updated>2009-09-09T13:14:11.894-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wonderful Images.'/><title type='text'></title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_G9D-fbcbBXc/SqgMa29ftRI/AAAAAAAAADA/6nP0R2s3xoI/s1600-h/whitetiger1_1280x960.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 240px;" src="http://1.bp.blogspot.com/_G9D-fbcbBXc/SqgMa29ftRI/AAAAAAAAADA/6nP0R2s3xoI/s320/whitetiger1_1280x960.jpg" alt="" id="BLOGGER_PHOTO_ID_5379563410463634706" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_G9D-fbcbBXc/SqgMaeBTOqI/AAAAAAAAAC4/zfcZZRx-59c/s1600-h/tiger.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 200px;" src="http://3.bp.blogspot.com/_G9D-fbcbBXc/SqgMaeBTOqI/AAAAAAAAAC4/zfcZZRx-59c/s320/tiger.jpg" alt="" id="BLOGGER_PHOTO_ID_5379563403768707746" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_G9D-fbcbBXc/SqgLyfG15cI/AAAAAAAAACw/gXI7synuntk/s1600-h/sunsetis2_1280x960.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 240px;" src="http://1.bp.blogspot.com/_G9D-fbcbBXc/SqgLyfG15cI/AAAAAAAAACw/gXI7synuntk/s320/sunsetis2_1280x960.jpg" alt="" id="BLOGGER_PHOTO_ID_5379562716865619394" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-952487858522185881?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/952487858522185881/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/952487858522185881'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/952487858522185881'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/blog-post.html' title=''/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_G9D-fbcbBXc/SqgMa29ftRI/AAAAAAAAADA/6nP0R2s3xoI/s72-c/whitetiger1_1280x960.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-7222343841348203050</id><published>2009-09-08T13:58:00.000-07:00</published><updated>2009-09-08T14:23:16.436-07:00</updated><title type='text'>Know about:</title><content type='html'>&lt;span style="font-weight: bold; font-style: italic; color: rgb(153, 51, 153);"&gt;What is Software Escrow?&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When you contract with someone to write software for you, one decision, implied or explicit, is &lt;span style="font-weight: bold;"&gt;whether the source code belongs exclusively to the developer, or whether you get a copy&lt;/span&gt;. If you do, you have the safety of being able to have someone else make changes or fix bugs in the future, but the developer is giving up some of his or her potential control of that software. If the developer retains the source code and you don't have access to it, then you are dependent on the developer for all future updates. Typically developers will charge more if you get the source code.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;That's where software or source code escrow comes into play.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;As part of arranging for your software to be written, you and the developer can agree that a copy of the source code will be given to a neutral third party - an &lt;span style="font-weight: bold;"&gt;escrow agent.&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt; The agreement would then specify under which conditions that agent would be allowed to release the source code to you. For example one of the conditions might be the developer's bankruptcy or going out of business for other reasons. By using software escrow, the developer is protected as long as it makes sense for them to retain control, and you are protected should the developer disappear. (Naturally other conditions might trigger the release, but the developer's going out of business is a clear example.)&lt;br /&gt;&lt;br /&gt;Software escrow is not fool proof. For example, what happens if the escrow agent goes away? And escrow typically adds some cost to your transaction.&lt;br /&gt;&lt;br /&gt;Google-up more information.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-7222343841348203050?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/7222343841348203050/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/know-about.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7222343841348203050'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7222343841348203050'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/know-about.html' title='Know about:'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-7733092154799504913</id><published>2009-09-04T14:34:00.000-07:00</published><updated>2009-09-04T14:40:52.756-07:00</updated><title type='text'>Websites u shouldnt miss...</title><content type='html'>&lt;span style="color: rgb(102, 102, 102); font-weight: bold;"&gt;&lt;a href="http://www.dontclick.it/"&gt;http://www.dontclick.it/&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-7733092154799504913?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/7733092154799504913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/websites-u-shouldnt-miss.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7733092154799504913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/7733092154799504913'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/websites-u-shouldnt-miss.html' title='Websites u shouldnt miss...'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-4263856423115267579</id><published>2009-09-04T13:43:00.000-07:00</published><updated>2010-06-01T06:09:38.670-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Be FLEXible.</title><content type='html'>&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold; color: rgb(153, 51, 153);"&gt;Adobe Flex Showcase&lt;/span&gt; - &lt;span style="font-style: italic; color: rgb(255, 255, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Simply Stunning.&lt;/span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;visit:&lt;span style="color: rgb(51, 255, 255);"&gt; &lt;/span&gt;&lt;a style="color: rgb(102, 102, 102); font-weight: bold;" href="http://flex.org/showcase/"&gt;http://flex.org/showcase/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-4263856423115267579?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/4263856423115267579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/be-flexible.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4263856423115267579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/4263856423115267579'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/be-flexible.html' title='Be FLEXible.'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-1256937326374902680</id><published>2009-09-01T13:18:00.000-07:00</published><updated>2009-09-12T14:11:40.576-07:00</updated><title type='text'>Thoughts that can make your day.</title><content type='html'>&lt;ul&gt;&lt;li&gt;&lt;span style="color: rgb(153, 51, 153);font-family:verdana;font-size:130%;"  &gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 153); font-weight: bold;font-size:100%;" &gt;"Pain Is Inevitable.Suffering Is Optional."&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(153, 51, 153);font-family:verdana;font-size:130%;"  &gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 153); font-weight: bold;font-size:100%;" &gt; "The Best Things in Life Are Free."&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(153, 51, 153);font-family:verdana;font-size:130%;"  &gt;&lt;em&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;"It's the possibility of having a dream come true that makes life interesting." - The Alchemist.&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(153, 51, 153);font-family:verdana;font-size:130%;"  &gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-1256937326374902680?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/1256937326374902680/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/thought-that-can-make-your-day.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/1256937326374902680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/1256937326374902680'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/09/thought-that-can-make-your-day.html' title='Thoughts that can make your day.'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-3474983455692147522</id><published>2009-08-28T11:08:00.000-07:00</published><updated>2009-09-04T14:23:27.296-07:00</updated><title type='text'>Campus 2 Company.</title><content type='html'>&lt;span style="color: rgb(153, 51, 153); font-weight: bold;font-family:verdana;" &gt;Looking for MBA Training in a good company? Your search ends here.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 51, 153); font-weight: bold;font-family:verdana;" &gt;visit our venture:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 204, 204); font-weight: bold;font-family:verdana;" &gt;&lt;a href="http://www.campus2company.net/" target="_blank"&gt;campus2company.net&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0); font-weight: bold;font-family:verdana;" &gt;&lt;span style="color: rgb(153, 51, 153);"&gt;There's loads of other stuff too&lt;/span&gt;. &lt;span style="color: rgb(153, 51, 153);"&gt;Just check it out. I bet you will find it useful and worth visiting again.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-3474983455692147522?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/3474983455692147522/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/08/campus-2-company.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/3474983455692147522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/3474983455692147522'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/08/campus-2-company.html' title='Campus 2 Company.'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3215688747684623576.post-8310142963584867569</id><published>2009-08-15T05:35:00.000-07:00</published><updated>2009-09-11T13:50:24.951-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Garfield.'/><title type='text'>Pacific-Entertainment</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_G9D-fbcbBXc/SqlnxboP-tI/AAAAAAAAADY/CVz9S2f7H-s/s1600-h/Saw+VI.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 244px;" src="http://4.bp.blogspot.com/_G9D-fbcbBXc/SqlnxboP-tI/AAAAAAAAADY/CVz9S2f7H-s/s320/Saw+VI.jpg" alt="" id="BLOGGER_PHOTO_ID_5379945328798595794" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;If you are a fan of the &lt;span class="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;Saw movie&lt;/span&gt; series then rest assured that the tradition will be respected on Halloween 2009: &lt;/span&gt;&lt;strong&gt;Saw VI&lt;/strong&gt; will give you a bloody day. Jigsaw (Tobin Bell) will still be there to tease the livings and Mark Hoffman (Costas Mandylor) will be back too. &lt;p&gt;But his time, the director isn’t David Hackl. The job is taken over by &lt;strong&gt;Kevin Greutert&lt;/strong&gt; who was the former movie editor on all of the Saw movies: so he isn’t a newbie, and knows damn well the universe of Saw. So &lt;strong&gt;Saw 6&lt;/strong&gt; is in good hands.&lt;/p&gt;&lt;p&gt;---------------------------------------------------------------------------------------------------&lt;/p&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_G9D-fbcbBXc/Sqlj5OAvZJI/AAAAAAAAADI/DIuAn0Mre8c/s1600-h/ugly-truth-movie.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 215px; height: 320px;" src="http://3.bp.blogspot.com/_G9D-fbcbBXc/Sqlj5OAvZJI/AAAAAAAAADI/DIuAn0Mre8c/s320/ugly-truth-movie.jpg" alt="" id="BLOGGER_PHOTO_ID_5379941064535663762" border="0" /&gt;&lt;/a&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;In The Ugly Truth, A romantically challenged &lt;span class="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;morning show&lt;/span&gt; producer (Katherine Heigl) is reluctantly embroiled in a series of outrageous tests by her chauvinistic correspondent (Gerard Butler) to prove his theories on relationships and help her find love. His clever ploys, however, lead to an unexpected result.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; ---------------------------------------------------------------------------------------------------&lt;br /&gt;                                                                                                                 ---&lt;span style="color: rgb(153, 51, 153); font-weight: bold;font-size:180%;" &gt;Garfield&lt;/span&gt;.-------&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_G9D-fbcbBXc/Sp2IRzBN1UI/AAAAAAAAABY/O_QtALmOvmM/s1600-h/garfield2.jpg"&gt;&lt;img style="width: 320px; height: 240px;" id="BLOGGER_PHOTO_ID_5376603369484703042" alt="" src="http://4.bp.blogspot.com/_G9D-fbcbBXc/Sp2IRzBN1UI/AAAAAAAAABY/O_QtALmOvmM/s320/garfield2.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;u&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:fuchsia;"&gt;&lt;span style="font-size: 18pt; color: fuchsia;"&gt;Here are some nice Dilbert's one liners:&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;span style="font-family:Monotype Corsiva;"&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:fuchsia;"&gt;&lt;span style="font-size: 18pt; color: fuchsia;"&gt;1. I say no to alcohol, it just doesn't listen..&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype  Corsiva;font-size:180%;color:blue;"&gt;&lt;span style="font-size: 18pt; color: blue;"&gt;2. A friend in  need is a pest indeed.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#ff4040;"&gt;&lt;span style="font-size: 18pt; color: rgb(255, 64, 64);"&gt;3. &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Comic Sans MS;font-size:180%;color:#ff4040;"&gt;&lt;span style="font-size: 18pt; color: rgb(255, 64, 64);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#ff4040;"&gt;&lt;span style="font-size: 18pt; color: rgb(255, 64, 64);"&gt;Try &amp;amp; try, if you don't succeed, then CHEAT&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Comic Sans MS;font-size:180%;color:fuchsia;"&gt;&lt;span style="font-size: 18pt; color: fuchsia;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:fuchsia;"&gt;&lt;span style="font-size: 18pt; color: fuchsia;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#8000ff;"&gt;&lt;span style="font-size: 18pt; color: rgb(128, 0, 255);"&gt;4. Work is fine if it doesn't take too much of your time.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:fuchsia;"&gt;&lt;span style="font-size: 18pt; color: fuchsia;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype  Corsiva;font-size:180%;color:#407f00;"&gt;&lt;span style="font-size: 18pt; color: rgb(64, 127, 0);"&gt;5. When everything comes in your way you're in the wrong lane.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#7f003f;"&gt;&lt;span style="font-size: 18pt; color: rgb(127, 0, 63);"&gt;6. The &lt;span style="background: transparent none repeat scroll 0% 0%; cursor: pointer; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" class="yshortcuts" id="lw_1252701755_1"&gt;light at the end of the tunnel&lt;/span&gt; may be an incoming train..&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#0000bf;"&gt;&lt;span style="font-size: 18pt; color: rgb(0, 0, 191);"&gt;7. Born free, taxed to death.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:fuchsia;"&gt;&lt;span style="font-size: 18pt; color: fuchsia;"&gt;8. Everyone has a photographic memory, some just don't have film.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#ff4040;"&gt;&lt;span style="font-size: 18pt; color: rgb(255, 64, 64);"&gt;9. Life is unsure; always eat your dessert first.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#668f5a;"&gt;&lt;span style="font-size: 18pt; color: rgb(102, 143, 90);"&gt;10. Smile, it  makes people wonder what you are thinking.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#823857;"&gt;&lt;span style="font-size: 18pt; color: rgb(130, 56, 87);"&gt;11. If you keep your feet firmly on the ground, you'll have trouble putting on your pants.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:red;"&gt;&lt;span style="font-size: 18pt; color: red;"&gt;12. It's not hard to meet expenses, they are everywhere.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#407f00;"&gt;&lt;span style="font-size: 18pt; color: rgb(64, 127, 0);"&gt;13. I love being a writer... what I can't stand is the paperwork.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#ff007f;"&gt;&lt;span style="font-size: 18pt; color: rgb(255, 0, 127);"&gt;14. A printer consists of 3 main parts: the case, the jammed paper tray and the blinking red light.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#0000bf;"&gt;&lt;span style="font-size: 18pt; color: rgb(0, 0, 191);"&gt;15. The guy who invented the first wheel  was an idiot. The guy who invented the other three, he was the genius.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:fuchsia;"&gt;&lt;span style="font-size: 18pt; color: fuchsia;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#7f3f00;"&gt;&lt;span style="font-size: 18pt; color: rgb(127, 63, 0);"&gt;16. The trouble with being punctual is that no one is there to appreciate it.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:fuchsia;"&gt;&lt;span style="font-size: 18pt; color: fuchsia;"&gt;17. In a country of free speech, why are there phone bills?&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#8000ff;"&gt;&lt;span style="font-size: 18pt; color: rgb(128, 0, 255);"&gt;18. If you cannot change your mind, are you sure you have one?&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#007f40;"&gt;&lt;span style="font-size: 18pt; color: rgb(0, 127, 64);"&gt;19.. Beat the 5 O'clock rush, leave work at noon!&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:maroon;"&gt;&lt;span style="font-size: 18pt; color: maroon;"&gt;20. If you can't convince them, confuse them.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:blue;"&gt;&lt;span style="font-size: 18pt; color: blue;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:fuchsia;"&gt;&lt;span style="font-size: 18pt; color: fuchsia;"&gt;21. It's not the fall that kills you. It's the sudden stop at the end.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#0000bf;"&gt;&lt;span style="font-size: 18pt; color: rgb(0, 0, 191);"&gt;22. I couldn't repair your brakes, so I made your horn louder.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:red;"&gt;&lt;span style="font-size: 18pt; color: red;"&gt;23. Hot glass looks same as cold glass. - Cunino's Law of Burnt Fingers&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:fuchsia;"&gt;&lt;span style="font-size: 18pt; color: fuchsia;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#00bf60;"&gt;&lt;span style="font-size: 18pt; color: rgb(0, 191, 96);"&gt;24. The cigarette does the smoking you are just the sucker.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:fuchsia;"&gt;&lt;span style="font-size: 18pt; color: fuchsia;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#ff409f;"&gt;&lt;span style="font-size: 18pt; color: rgb(255, 64, 159);"&gt;25. Someday is not a day of the week&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#0000bf;"&gt;&lt;span style="font-size: 18pt; color: rgb(0, 0, 191);"&gt;26. Whenever I find the key to success, someone changes the lock.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:red;"&gt;&lt;span style="font-size: 18pt; color: red;"&gt;27. To Err is human, to forgive is not a Company policy.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#6000bf;"&gt;&lt;span style="font-size: 18pt; color: rgb(96, 0, 191);"&gt;28. The road to success..... Is  always under construction. &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Monotype Corsiva;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#7f7f00;"&gt;&lt;span style="font-weight: bold; font-size: 18pt; color: rgb(127, 127, 0);"&gt;29. Alcohol doesn't solve any problems, but if you think again, neither does Milk.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Monotype Corsiva;"&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:#aa4d4e;"&gt;&lt;span style="font-size: 18pt; color: rgb(170, 77, 78);"&gt;30. In order to get a Loan, you first need to prove that you don't need it.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Wingdings;font-size:180%;color:#0000bf;"&gt;&lt;span style="font-size: 18pt; color: rgb(0, 0, 191); font-family: Wingdings;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Wingdings;font-size:180%;color:#0000bf;"&gt;&lt;span style="font-size: 18pt; color: rgb(0, 0, 191); font-family: Wingdings;"&gt;------Here comes The Best-----------------&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Monotype Corsiva;font-size:180%;color:maroon;"&gt;&lt;span style="font-size: 18pt; color: maroon;"&gt;31. &lt;b&gt;&lt;i&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;All the desirable things in life are either illegal, expensive, fattening or  in love with someone else.&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-family:Times New Roman;font-size:100%;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3215688747684623576-8310142963584867569?l=pacificwithin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pacificwithin.blogspot.com/feeds/8310142963584867569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pacificwithin.blogspot.com/2009/08/pacific-entertainment.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/8310142963584867569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3215688747684623576/posts/default/8310142963584867569'/><link rel='alternate' type='text/html' href='http://pacificwithin.blogspot.com/2009/08/pacific-entertainment.html' title='Pacific-Entertainment'/><author><name>Prashant</name><uri>http://www.blogger.com/profile/07967248734250772800</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://3.bp.blogspot.com/_G9D-fbcbBXc/S9aindCti3I/AAAAAAAAAFc/3DUUALlGt0I/S220/garfield_11.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_G9D-fbcbBXc/SqlnxboP-tI/AAAAAAAAADY/CVz9S2f7H-s/s72-c/Saw+VI.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
