<?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-1342739744647356221</id><updated>2011-07-28T21:05:31.050-07:00</updated><category term='browse text change'/><category term='file browse text'/><category term='browse button'/><title type='text'>Knowledge is Wealth</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ppurushotham.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1342739744647356221/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ppurushotham.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Purushotham Rao Pasupuleti</name><uri>http://www.blogger.com/profile/05457098558505859420</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1342739744647356221.post-6775413519476018394</id><published>2009-12-17T04:50:00.000-08:00</published><updated>2009-12-30T08:02:48.823-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='browse text change'/><category scheme='http://www.blogger.com/atom/ns#' term='browse button'/><category scheme='http://www.blogger.com/atom/ns#' term='file browse text'/><title type='text'>Change File Browse Button Text</title><content type='html'>&lt;code&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;style&amp;gt;&lt;br /&gt;&lt;br /&gt;div.fileinputs { position: relative;}&lt;br /&gt;&lt;br /&gt;div.fakefile { position: absolute; top: 0px; left: 0px; z-index: 1;}&lt;br /&gt;&lt;br /&gt;input.file { position: relative; text-align: right; -moz-opacity:0 ; filter:alpha(opacity: 0); opacity: 0; z-index: 2;}&lt;br /&gt;&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div class="fileinputs"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input type="file" class="file" /&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div class="fakefile"&amp;gt;  &amp;lt;input /&amp;gt;  &amp;lt;button&amp;gt;French&amp;lt;/button&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;Here is the Result:&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;&lt;/code&gt;&lt;style&gt;div.fileinputs { position: relative;}div.fakefile { position: absolute; top: 0px; left: 0px; z-index: 1;}input.file { position: relative; text-align: right; -moz-opacity:0 ; filter:alpha(opacity: 0); opacity: 0; z-index: 2;}&lt;/style&gt;&lt;br /&gt;&lt;div class="fileinputs"&gt; &lt;input class="file" type="file"&gt; &lt;div class="fakefile"&gt;  &lt;input&gt;  &lt;button&gt;French&lt;/button&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/1342739744647356221-6775413519476018394?l=ppurushotham.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ppurushotham.blogspot.com/feeds/6775413519476018394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1342739744647356221&amp;postID=6775413519476018394' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1342739744647356221/posts/default/6775413519476018394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1342739744647356221/posts/default/6775413519476018394'/><link rel='alternate' type='text/html' href='http://ppurushotham.blogspot.com/2009/12/change-file-browse-button-text.html' title='Change File Browse Button Text'/><author><name>Purushotham Rao Pasupuleti</name><uri>http://www.blogger.com/profile/05457098558505859420</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1342739744647356221.post-8060917794377240344</id><published>2009-09-30T12:47:00.001-07:00</published><updated>2009-09-30T14:52:43.389-07:00</updated><title type='text'>Learning Hibernate</title><content type='html'>&lt;pre&gt;1) What is the difference between&lt;br /&gt;   a) session.save()&lt;br /&gt;   b) session.saveOrUpdate()&lt;br /&gt;   c) session.persist()&lt;br /&gt;&lt;br /&gt;Ans : &lt;br /&gt;   a) session.save() : save() does an insert and will fail if the primary key is &lt;br /&gt;      already persistent. &lt;br /&gt;   b) session.saveOrUpdate() : &lt;br /&gt;      saveOrUpdate() does a select first to determine if it       &lt;br /&gt;      needs to do an insert or an update. Insert data if primary key not exist &lt;br /&gt;      otherwise update data. &lt;br /&gt;   c) session.persist() : Does the same like session.save(). &lt;br /&gt;      But session.save() return Serializable object and session.persist() return &lt;br /&gt;      void. &lt;br /&gt;      session.save() returns the generated identifier (Serializable object) and &lt;br /&gt;      session.persist() doesn't.&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1342739744647356221-8060917794377240344?l=ppurushotham.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ppurushotham.blogspot.com/feeds/8060917794377240344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1342739744647356221&amp;postID=8060917794377240344' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1342739744647356221/posts/default/8060917794377240344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1342739744647356221/posts/default/8060917794377240344'/><link rel='alternate' type='text/html' href='http://ppurushotham.blogspot.com/2009/09/learning-hibernate.html' title='Learning Hibernate'/><author><name>Purushotham Rao Pasupuleti</name><uri>http://www.blogger.com/profile/05457098558505859420</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1342739744647356221.post-7198297726272172174</id><published>2008-10-19T14:05:00.000-07:00</published><updated>2009-01-03T21:36:16.544-08:00</updated><title type='text'>Own Animated Texts</title><content type='html'>&lt;div style="text-align: left;"&gt;Go to the below links to create your own animated texts :&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; padding-left: 20px;"&gt;&lt;li&gt;&lt;a href="http://www.pkmela.com/" style="color: green;" target="_blank"&gt;www.pkmela.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cooltext.com/" style="color: green;" target="_blank"&gt;www.cooltext.com&lt;/a&gt;&lt;/li&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1342739744647356221-7198297726272172174?l=ppurushotham.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ppurushotham.blogspot.com/feeds/7198297726272172174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1342739744647356221&amp;postID=7198297726272172174' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1342739744647356221/posts/default/7198297726272172174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1342739744647356221/posts/default/7198297726272172174'/><link rel='alternate' type='text/html' href='http://ppurushotham.blogspot.com/2008/10/own-animated-texts.html' title='Own Animated Texts'/><author><name>Purushotham Rao Pasupuleti</name><uri>http://www.blogger.com/profile/05457098558505859420</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
