<?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:blogger='http://schemas.google.com/blogger/2008' 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-3335839362770934673</id><updated>2024-12-19T00:18:58.878-05:00</updated><category term="Indian Recipe"/><category term="GMAT"/><category term="HR Management"/><category term="Indian"/><category term="Flash News"/><category term="Hot News"/><category term="India"/><category term="JSF"/><category term="South Indian"/><category term="YSR Dead"/><category term="Accounting"/><category term="Accounting Basics"/><category term="EJB"/><category term="Recipe"/><category term="Spicy"/><category term="Tamarind"/><category term="datatable"/><category term="milk"/><category term="tomahawk"/><category term="Accounts"/><category term="Almonds"/><category term="Aloe vera"/><category term="Aloo"/><category term="American"/><category term="Amla"/><category term="Blemishes"/><category term="Careers"/><category term="Cashews"/><category term="Champion Trophy 2009"/><category term="Chicken"/><category term="Chief Minister"/><category term="Cricket"/><category term="Damaged"/><category term="Dandruff remedy"/><category term="Data Import"/><category term="Development"/><category term="Dry"/><category term="Earn Money"/><category term="Education"/><category term="Entity"/><category term="Fish"/><category term="Flat Belly"/><category term="GRE"/><category term="Garelu"/><category term="Gel"/><category term="Ghee"/><category term="Ground"/><category term="Henna"/><category term="Hindi"/><category term="Hyderabad"/><category term="JAVA"/><category term="JAVA EE"/><category term="Jaggery"/><category term="Job Evaluation"/><category term="Kurma"/><category term="Learning"/><category term="MS Excel"/><category term="Manchuria"/><category term="Moong"/><category term="Movies"/><category term="NAFTA"/><category term="Netbeans"/><category term="New"/><category term="Nuts"/><category term="Old"/><category term="Performance Appraisal"/><category term="Performance Feedback"/><category term="Pesarapappu"/><category term="Pittsburgh"/><category term="Potato"/><category term="Programs"/><category term="Raisins"/><category term="Receiveables"/><category term="SQL Server"/><category term="Saffron"/><category term="Scars"/><category term="Schools"/><category term="Semiya"/><category term="Share Files"/><category term="Six pack Abs"/><category term="Skin"/><category term="Sugar"/><category term="TV"/><category term="Telugu"/><category term="Turkey"/><category term="Veet"/><category term="Vegetarian"/><category term="Vercelli"/><category term="Visitors"/><category term="Workout"/><category term="YSR Missing"/><category term="ashtakam"/><category term="bajji"/><category term="baking soda"/><category term="besan"/><category term="cabbage"/><category term="carrot"/><category term="casino"/><category term="color"/><category term="conversion premium"/><category term="curry"/><category term="dal"/><category term="egg plant"/><category term="finance"/><category term="flour"/><category term="getrowdata"/><category term="glowing"/><category term="god"/><category term="growth stocks"/><category term="hair"/><category term="hair removal"/><category term="honey"/><category term="hot stocks"/><category term="idol"/><category term="investments"/><category term="juice"/><category term="kheema"/><category term="leamon"/><category term="mahalakshmi"/><category term="maida"/><category term="masala"/><category term="nail"/><category term="namasthe"/><category term="peanuts"/><category term="persistence unit"/><category term="pindi"/><category term="polish"/><category term="pulihora"/><category term="review"/><category term="rice"/><category term="rowdata"/><category term="shining"/><category term="sorting"/><category term="spring onion"/><category term="steam"/><category term="stock trading"/><category term="stocks"/><category term="stotram"/><category term="synergy"/><category term="tomato"/><category term="trading rules"/><category term="turmeric"/><category term="vankaya"/><category term="volume"/><category term="water"/><category term="wheeling"/><category term="wheeling island"/><category term="yolks"/><title type='text'>Grasp My ideas</title><subtitle type='html'>Simple But Great Ideas...</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>50</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-1185296798545857025</id><published>2009-11-24T14:08:00.000-05:00</published><updated>2009-11-24T14:08:15.259-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="JSF"/><title type='text'>JSF refresh current document</title><content type='html'>If you ever wanted to refresh the current document to reflect new information...below is the method that you will need...&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;Cpp&quot;&gt;    public void RefreshCurrentDocument() {
        FacesContext context = FacesContext.getCurrentInstance();
        String currentView = context.getViewRoot().getViewId();
        ViewHandler vh = context.getApplication().getViewHandler();
        UIViewRoot x = vh.createView(context, currentView);
        context.setViewRoot(x);
    }
&lt;/pre&gt;&lt;br /&gt;
Good Luck...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/1185296798545857025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/11/jsf-refresh-current-document.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1185296798545857025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1185296798545857025'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/11/jsf-refresh-current-document.html' title='JSF refresh current document'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-1182178971900886499</id><published>2009-11-24T14:05:00.000-05:00</published><updated>2009-11-24T14:05:27.054-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="JSF"/><title type='text'>JSF SelectOneMenu valueChangeListener</title><content type='html'>Today I used the following code in one of my projects...(the below is just a pseudo code..)&lt;br /&gt;
&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;Cpp&quot;&gt;&lt;selectonemenu id=&quot;irowsperpage&quot; valuechangelistener=&quot;#{MyBean.mymethod}&quot;&gt;&lt;/selectonemenu&gt;

Inside the bean I had:
    public void mymethod(ValueChangeEvent ve)
    {
      ...
      ...
    }

&lt;/pre&gt;&lt;br /&gt;
I hoped that changing value on the select menu would fire the method but instead nothing happened...if you are also stuck at this point...change the code as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;Cpp&quot;&gt;&lt;selectonemenu id=&quot;irowsperpage&quot; onchange=&quot;submit()&quot; valuechangelistener=&quot;#{MyBean.mymethod}&quot;&gt;&lt;/selectonemenu&gt;
&lt;/pre&gt;&lt;br /&gt;
Notice the onchage attribute that is newly added...this will fire the method...&lt;br /&gt;
&lt;br /&gt;
Hope this helps...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/1182178971900886499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/11/jsf-selectonemenu-valuechangelistener.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1182178971900886499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1182178971900886499'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/11/jsf-selectonemenu-valuechangelistener.html' title='JSF SelectOneMenu valueChangeListener'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-3391960289025742712</id><published>2009-10-29T15:10:00.002-04:00</published><updated>2009-10-29T15:13:03.358-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="EJB"/><category scheme="http://www.blogger.com/atom/ns#" term="Entity"/><category scheme="http://www.blogger.com/atom/ns#" term="JSF"/><title type='text'>EJB entity relations onetomany</title><content type='html'>Using @OneToMany and @ManyToOne entity relationship might sound little difficult and confusing in the beginning but actually it is very easy. I recently used it in one of my projects and it worked great.&lt;br /&gt;
&lt;br /&gt;
Here is how the code in your entities should look like...&lt;br /&gt;
&lt;br /&gt;
Assuming table 1 and table 2 have one to many relationship...then...&lt;br /&gt;
&lt;br /&gt;
in the table 1 entity...you have...&lt;br /&gt;
&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;cpp&quot;&gt;...
    @OneToMany(mappedBy=&quot;table2mapping&quot;)
    private Collection&lt;table2&gt; table2list;
   ..associated getter and setter...

&lt;/pre&gt;&lt;br /&gt;
in the table2 entity..you have...&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;cpp&quot;&gt;@JoinColumn(name = &quot;table2ID&quot;, referencedColumnName = &quot;table1ID&quot;, insertable=false, updatable=false)
    @ManyToOne
    private table1 table2mapping;
&lt;/pre&gt;&lt;br /&gt;
@JoinColumn should be changed depending upon your requirements...&lt;br /&gt;
Let me know if you have any questions...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/3391960289025742712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/ejb-entity-relations-onetomany.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/3391960289025742712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/3391960289025742712'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/ejb-entity-relations-onetomany.html' title='EJB entity relations onetomany'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-7061912580109818024</id><published>2009-10-14T10:49:00.005-04:00</published><updated>2009-10-14T11:01:12.414-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="conversion premium"/><category scheme="http://www.blogger.com/atom/ns#" term="finance"/><category scheme="http://www.blogger.com/atom/ns#" term="NAFTA"/><category scheme="http://www.blogger.com/atom/ns#" term="synergy"/><title type='text'>Finance cheat sheet</title><content type='html'>&lt;b&gt;Reasons for US firms to invest in foreign countries:&lt;/b&gt;&lt;br /&gt;
1. Fear of import tariffs (in foreign countries)&lt;br /&gt;
2. Lower production costs particularly with regards to labor costs&lt;br /&gt;
3. Ease of entry because of advanced American technology &lt;br /&gt;
4. Tax advantages &lt;br /&gt;
5. Strategic considerations-&gt;competition &lt;br /&gt;
6. International Diversification. In addition to normal business risks, the multinational corporation is faced with foreign exchange risk and political risk. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Difficulties faced in foreign countries: &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Complex laws, customs and economic environment, Rates of inflation, Tax rules, Structure and operation of financial institutions, Financial policies and practices, Work habits and wages of laborers&lt;br /&gt;
Approximately 60% to 75% of total sales for multinational companies such as IBM, coca cola come from foreign sales (overseas markets)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;NAFTA &lt;/b&gt;&lt;br /&gt;
1. Stands for-&gt; The North American Free Trade Association &lt;br /&gt;
2. The goal of NAFTA was to eliminate barriers to trade and investment between the USA, Canada and Mexico. &lt;br /&gt;
3. The implementation of NAFTA on January 1, 1994, brought the immediate elimination of tariffs on more than one half of US imports from Mexico and more than one third of US exports to Mexico. &lt;br /&gt;
4. NAFTA also seeks to eliminate non-tariff trade barriers.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Synergy -&lt;/b&gt; &lt;br /&gt;
1. It is the most important nonfinancial motive for a merger&lt;br /&gt;
2. Synergy is said to occur when the whole is greater than the sum of the parts. 3. “2+2=5” means Synergy&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Why companies selling…Motives of selling stockholders&lt;/b&gt;&lt;br /&gt;
1. Desire to receive acquiring firm’s stock which may have greater acceptability in the market.&lt;br /&gt;
2. Provides opportunity to diversify their holdings. &lt;br /&gt;
3Gain on sale of stock at an attractive price &lt;br /&gt;
4. Attractive post-merger management contracts as well as directorships 5. Bias against smaller businesses&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Mergers- &lt;/b&gt;&lt;br /&gt;
1. A Merger is a combination of two or more companies in which the resulting firm maintains the identity of the acquiring company. On the other hand a Consolidation is a two or more companies form an entirely new entity. So do not get confused and think that Merger and Consolidation or same.&lt;br /&gt;
2.  Motives of Mergers. Financial Motives-risk reduction as a result of portfolio effect, improved financing posture, obtain a tax loss carryforward, higher value of the firm, strengthen cash position and/or improve debt/equity ratio, greater access to financial markets to raise debt and equity capital, lower required rate of return by investors. Non Financial Motives- Expand management and marketing capabilities, acquire new products, synergism. &lt;br /&gt;
&lt;br /&gt;
Mergers – two types –Horizontal Integration =&gt; the acquisition of competitors Vertical integration =&gt; the acquisition of buyers or sellers of goods and services to the company.&lt;br /&gt;
&lt;br /&gt;
Merger is mentioned in accounting books in two ways:  Pooling of interests =&gt; In this scenario, the financial statements of the firms are combined and no goodwill is created. Purchase of assets =&gt; In this scenario, the offer is in cash, bonds, preferred stock or common stock and goodwill is created.&lt;br /&gt;
&lt;br /&gt;
A warrant is an option to buy a stated number of shares of stock at a specified price over a given period. They are attached to debt securities because of the following reasons:&lt;br /&gt;
1. Sweetens or enhances a debt issue.&lt;br /&gt;
2. Usually detachable &lt;br /&gt;
3.Speculative; value depended on market movement of stock 3. Add-on in a merger or acquisition &lt;br /&gt;
4. Equity base expands when warrants are exercised but the underlying debt remains 5. Cannot be forced with a call, but the exercise price is sometimes “stepped-up” &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Convertible Bonds-&lt;/b&gt;&lt;br /&gt;
1. At issue, investors pay a conversion premium, and the price of the convertible exceeds both the pure bond value and the conversion value &lt;br /&gt;
2. The convertible bond’s value is limited on the downside by its pure bond value. 3. The value of the convertible bond as a straight bond is called pure bond value 4. If the market price of the common stock exceeds the conversion price, the market value of the bond will rise above its par value to the conversion value or higher. 5. Convertibles are usually subject to a call provision &lt;br /&gt;
6. Interest rates on convertibles are less than on nonconvertible straight bonds of the same risk. &lt;br /&gt;
7. The pure bond value will fall if interest rates rise.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Conversion Premium &lt;/b&gt;&lt;br /&gt;
1. It is the market value of convertible bond minus the larger of conversion value or pure bond value.&lt;br /&gt;
If Conversion value &gt; pure bond value then&lt;br /&gt;
&lt;br /&gt;
Conversion Premium = Market Value of the convertible bond – Conversion Value&lt;br /&gt;
If Pure bond value &gt; Conversion Value then&lt;br /&gt;
&lt;br /&gt;
Conversion Premium = Market Value of the convertible bond – Pure Bond Value&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
Maturity Stage of a firm: &lt;/b&gt;&lt;br /&gt;
1.Mature firms follow a relatively high payout policy. &lt;br /&gt;
2. Maturity stage is the fourth and final stage in the life cycle growth and dividends process.&lt;br /&gt;
3. In the maturity stage the firm maintains a stable sales growth rate and cash dividends tend to be 35%-50% of earnings.&lt;br /&gt;
4.  Moderate to high cash dividends in this stage.&lt;br /&gt;
5. When risk premiums are considered, its returns on assets level out to those of industry and the economy.&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
Investors choices-&lt;/b&gt;&lt;br /&gt;
1. Investors in high marginal tax brackets usually prefer companies that reinvest most of their earnings. &lt;br /&gt;
2. Investors in lower marginal tax brackets will have a greater preference for dividend, since the tax penalty is less at lower marginal tax rates</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/7061912580109818024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/finance-cheat-sheet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7061912580109818024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7061912580109818024'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/finance-cheat-sheet.html' title='Finance cheat sheet'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-7751743911079793918</id><published>2009-10-14T10:19:00.003-04:00</published><updated>2009-10-14T10:19:56.372-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="egg plant"/><category scheme="http://www.blogger.com/atom/ns#" term="tomato"/><category scheme="http://www.blogger.com/atom/ns#" term="vankaya"/><title type='text'>Eggplant (Vankaya) Tomato Curry</title><content type='html'>In all vegetables egg plant is one of the tasty and healthy vegetable. In telugu it is called as Vankaya. now iam going to show you an easy and tasty vankaya tomato curry recipe.&lt;br /&gt;
&lt;br /&gt;
ingredients:&lt;br /&gt;
&lt;br /&gt;
egg plants (medium size) - 6 ( cut into length wise)&lt;br /&gt;
&lt;br /&gt;
Tomatoes- 3&lt;br /&gt;
&lt;br /&gt;
Green chillies- 4&lt;br /&gt;
&lt;br /&gt;
Onion-1&lt;br /&gt;
&lt;br /&gt;
red chillie powder-1tablespoon&lt;br /&gt;
&lt;br /&gt;
Ginger garlic paste- 1 teaspoon&lt;br /&gt;
&lt;br /&gt;
jeera -1/2 teaspoon&lt;br /&gt;
&lt;br /&gt;
turmeric- a pinch&lt;br /&gt;
&lt;br /&gt;
salt- as per taste&lt;br /&gt;
&lt;br /&gt;
coconut powder-1 tablespoon&lt;br /&gt;
&lt;br /&gt;
corriander- for garnishing&lt;br /&gt;
&lt;br /&gt;
oil- 2 tablespoons&lt;br /&gt;
&lt;br /&gt;
Recipe:&lt;br /&gt;
&lt;br /&gt;
Put a vessel on the stove on medium heat and pour oil&lt;br /&gt;
&lt;br /&gt;
after oil gets heated add jeera&lt;br /&gt;
&lt;br /&gt;
after it gets splutter add onions and cover lid&lt;br /&gt;
&lt;br /&gt;
after onions becomes transparent add green chillies, ginger garlic paste, turmeric, chilli powder&lt;br /&gt;
&lt;br /&gt;
Mix everything good and add egg plant mix it once&lt;br /&gt;
&lt;br /&gt;
Now add tomatoes mix everything good and cover it with a lid&lt;br /&gt;
&lt;br /&gt;
if it becomes dry add some water &lt;br /&gt;
&lt;br /&gt;
after tomatoes gets mashed up and egg plant get cooked take the lid and add coconut powder and let the gravy becomes thick&lt;br /&gt;
&lt;br /&gt;
finally garnish with corriander leaves and off the stove&lt;br /&gt;
&lt;br /&gt;
Delicious egg plant tomato curry is ready to serve&lt;br /&gt;
&lt;br /&gt;
Tip: Serve it with White rice or chapathi.</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/7751743911079793918/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/eggplant-vankaya-tomato-curry.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7751743911079793918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7751743911079793918'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/eggplant-vankaya-tomato-curry.html' title='Eggplant (Vankaya) Tomato Curry'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-6368483589962485491</id><published>2009-10-09T10:15:00.001-04:00</published><updated>2009-10-09T10:16:43.822-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="EJB"/><category scheme="http://www.blogger.com/atom/ns#" term="JAVA"/><category scheme="http://www.blogger.com/atom/ns#" term="JAVA EE"/><category scheme="http://www.blogger.com/atom/ns#" term="Netbeans"/><category scheme="http://www.blogger.com/atom/ns#" term="persistence unit"/><title type='text'>Multiple Persistence Units in JAVA EE project</title><content type='html'>Hello All,&lt;br /&gt;
&lt;br /&gt;
If you are trying to create multiple persistence units in your JAVA EE project...the below is how you do it...I recently had to do this for one of my projects and it worked great...&lt;br /&gt;
&lt;br /&gt;
Persistence.xml should look like below&lt;br /&gt;
&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;Cpp&quot;&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;persistence version=&quot;1.0&quot; xmlns=&quot;http://java.sun.com/xml/ns/persistence&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation=&quot;http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd&quot;&gt;
  &lt;persistence-unit name=&quot;ejbPU1&quot; transaction-type=&quot;JTA&quot;&gt;
    &lt;provider&gt;provideryouareusing&lt;/provider&gt;
    &lt;jta-data-source&gt;jdbc/db1&lt;/jta-data-source&gt;
    &lt;class&gt;entity.entity1&lt;/class&gt;
    &lt;class&gt;entity.entity2&lt;/class&gt;
    &lt;exclude-unlisted-classes&gt;true&lt;/exclude-unlisted-classes&gt;
    &lt;properties&gt;
    &lt;/properties&gt;
  &lt;/persistence-unit&gt;
  &lt;persistence-unit name=&quot;ejbPU2&quot; transaction-type=&quot;JTA&quot;&gt;
    &lt;jta-data-source&gt;jdbc/db2&lt;/jta-data-source&gt;
    &lt;class&gt;entity.entity3&lt;/class&gt;
    &lt;exclude-unlisted-classes&gt;true&lt;/exclude-unlisted-classes&gt;
    &lt;properties/&gt;
  &lt;/persistence-unit&gt;
&lt;/persistence&gt;
&lt;/pre&gt;&lt;br /&gt;
In the entity manager bean class you have to clearly specify which PU is the entity using...something like shown below...&lt;br /&gt;
&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;Cpp&quot;&gt;@PersistenceContext(unitName=&quot;PUname&quot;)
&lt;/pre&gt;&lt;br /&gt;
let me know if you have any questions...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/6368483589962485491/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/multiple-persistence-units-in-java-ee.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/6368483589962485491'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/6368483589962485491'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/multiple-persistence-units-in-java-ee.html' title='Multiple Persistence Units in JAVA EE project'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-4419268976313373347</id><published>2009-10-08T12:21:00.000-04:00</published><updated>2009-10-08T12:21:16.171-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="datatable"/><category scheme="http://www.blogger.com/atom/ns#" term="getrowdata"/><category scheme="http://www.blogger.com/atom/ns#" term="rowdata"/><category scheme="http://www.blogger.com/atom/ns#" term="tomahawk"/><title type='text'>tomahawk datatable getrowdata</title><content type='html'>If you are using a tomahawk datatable and wanting to implement a commandlink column...the below is how you get rowdata and relevant key of the row...&lt;br /&gt;
&lt;br /&gt;
1. The link in the column should like below...&lt;br /&gt;
&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;Cpp&quot;&gt;&lt;t:commandLink actionListener=&quot;#{MyManagedBean.mymethod}&quot; value=&quot;#{item.myid}&quot; action=&quot;#{MyManagedBean.myaction}&quot;&gt;
                                &lt;/t:commandLink&gt;
&lt;/pre&gt;&lt;br /&gt;
2. Code inside the managed bean should look as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;Cpp&quot;&gt;    public void mymethod(ActionEvent ae) {

    MyBean mybean = null;

    UIComponent tmpComponent = ae.getComponent();

    while (null != tmpComponent &amp;&amp; !(tmpComponent instanceof UIData)) {
      tmpComponent = tmpComponent.getParent();
    }

    if (tmpComponent != null &amp;&amp; (tmpComponent instanceof UIData)) {
      Object tmpRowData = ((UIData) tmpComponent).getRowData();
      if (tmpRowData instanceof MyBean) {
        mybean = (MyBean) tmpRowData;
         //now that you have your bean populated...
         //get the key id or any other value you want...
      }
    }
    //exception handling here...
  }
&lt;/pre&gt;&lt;br /&gt;
Let me know if you need any help...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/4419268976313373347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/tomahawk-datatable-getrowdata.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/4419268976313373347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/4419268976313373347'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/tomahawk-datatable-getrowdata.html' title='tomahawk datatable getrowdata'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-7600676915102645649</id><published>2009-10-01T10:59:00.006-04:00</published><updated>2009-10-08T12:15:35.250-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="datatable"/><category scheme="http://www.blogger.com/atom/ns#" term="JSF"/><category scheme="http://www.blogger.com/atom/ns#" term="sorting"/><category scheme="http://www.blogger.com/atom/ns#" term="tomahawk"/><title type='text'>Tomahawk datatable sorting</title><content type='html'>Guys,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you are trying to use sorting on Tomahawk datatable, I suggest that you use the latest tomahawk jar file. The one that worked for me is tomahawk-1.1.9.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. there is no need to write any additional code in the backing bean&lt;br /&gt;
&lt;br /&gt;
2. your column should look in the following format...the below is just an example...&lt;br /&gt;
&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;Cpp&quot;&gt;&lt;t:column sortable=&quot;true&quot; headerstyle=&quot;background-color:#F7F7F7;font-size: 10px;&quot;&gt;
&lt;f:facet name=&quot;header&quot;&gt;
&lt;t:commandSortHeader columnName=&quot;col1&quot; arrow=&quot;false&quot;&gt;
&lt;t:outputText value=&quot;My Column&quot;/&gt;
&lt;f:facet name=&quot;ascending&quot;&gt;
&lt;t:graphicImage value=&quot;asc.gif&quot; alt=&quot;ascending&quot; style=&quot;border:0px&quot; rendered=&quot;true&quot;/&gt;
&lt;/f:facet&gt;
&lt;f:facet name=&quot;descending&quot;&gt;
&lt;t:graphicImage value=&quot;desc.gif&quot; style=&quot;border:0px&quot; rendered=&quot;true&quot;/&gt;
&lt;/f:facet&gt;
&lt;/t:commandSortHeader&gt;
&lt;/f:facet&gt;
&lt;t:outputText value=&quot;#{item.col1}&quot;&gt;&lt;/t:outputText&gt;
&lt;/t:column&gt;
&lt;/pre&gt;&lt;br /&gt;
In the above code notice that sortable=true attribute...it takes care of everything...also notice that by setting arrow=true would have eliminated the additional code of including your own images...&lt;br /&gt;
&lt;br /&gt;
let me know if you have any questions...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/7600676915102645649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/tomahawk-datatable-sorting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7600676915102645649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7600676915102645649'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/10/tomahawk-datatable-sorting.html' title='Tomahawk datatable sorting'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-7196206028240174939</id><published>2009-09-29T11:13:00.002-04:00</published><updated>2009-09-29T11:16:45.931-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="American"/><category scheme="http://www.blogger.com/atom/ns#" term="Education"/><category scheme="http://www.blogger.com/atom/ns#" term="Schools"/><title type='text'>Education in American Schools</title><content type='html'>The extent to which the American schools should be blamed for failing to equip students with essential math, science and language skills is interesting and debatable. Some argue that education system in schools is rigid and boring, while others argue that the students are lazy and uninterested. Likewise, many others argue that one or the other is fully responsible for students not possessing adequate math, science and language skills to compete in a global world economy. In reality, there exist problems with everyone including and surrounding the education system in America. Not only students should be blamed for being poor in math, science and language skills but also teachers, school system and political system should be equally blamed. In order for American students to be able to successfully compete with international students in a global world economy, everyone should take a responsibility to correct oneself and work hard.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Education system in American schools includes a boring and rigid curriculum that does not motivate students. Many considered it to be a “deadly routine and forced schooling, which includes six classes a day, five days a week, and nine months a year, for twelve years” (Gatto 153). The students are still using out-dated textbooks and are evaluated and differentiated on the basis of standardized testing and grading rules. “There is also shortage of teachers in America because of which schools are hiring teachers from other countries, including China, France and Hungary” (Moore 140). Also, some U.S. public schools have bad facilities such as inadequate buildings and no libraries (Moore 141, Kozol 244). In addition to this, political system in the U.S is also degrading the school systems.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Political leaders are mostly not interested in the schools and are not funding schools and libraries. But, on the other hand, they complain that schools are not equipping students with necessary skills to compete with other students internationally. These political leaders, instead of accepting their own faults, are blaming the teachers and students (Moore 142, Kozol 245). The other issue that political leaders ignore is the racial segregation that is seen in schools (Kozol 245). In some public schools, more than 90% of the students enrolled were either Black or Hispanic (Kozol 239). Segregation gives rise to the inequalities in the education system. Some schools offer poor education to students because they can only afford to pay poorly trained teachers. &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Teachers, who are also the products of rigid school system just like the students, are bored and unmotivated. They lacked energy and were not interested in making efforts to change their boring teaching styles. There are some teachers who worked hard but mostly the teachers lacked inventiveness and had no idea how to encourage students to bring out their imaginations and intuitions (Rose 164). Some teachers don’t even seem to know their subject and are not interested to put any effort to learn it and teach the subject in a better way (Gatto 152). They say that students are only interested in grades and not interested in learning the subject. &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Students, on the other hand, say that teachers are boring and their teaching does not make sense. In addition, students are lazy and are distracted by many elements such as parties, fraternities and other extra-curricular activities. Although, American students and Americans in general, are smart people, they spend their minds in learning unnecessary things. According to Gatto, Americans are geniuses and can answer obscure trivia questions at the rate of four seconds a question. But these students, who possess such intelligence, do not show interest in the numbers and are scared to learn subjects such as Algebra, Calculus etc. Even, if there are some students who are imaginative and wanting to learn beyond subject textbook, they are getting discouraged because of the boring teachers, rigid curriculum and political influences. &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Political leaders ignore about the school systems, schools follow rigid curriculums, teachers say students are boring and lazy, and students say teachers are boring and poorly trained. The important question to think over is – Do we really need the school systems that are adversely affected by so many factors and people? Some people have become successful in their lives even without getting formal education from a school. Also, Malcolm says that one of the biggest problem with the colleges is there are two many distractions, and he himself became a successful individual learning on his own and without receiving any formal education.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Only few people like Malcolm can possess such a strong determination to learn on their own. It is not possible for everyone to achieve success without formal education. “Schooling” and “Success” are thought as synonyms by many (Gatto 154). So, school systems are needed for sure, but there is a definite need for some changes. Usage of out-dated textbooks must be stopped. New books with current affairs and interests must be included in the curriculum. The curriculum should include interesting subjects and students should have the option to select the subjects they like and are interested in.&amp;nbsp; There should be some subjects that go beyond the textbook and classroom education in order to develop imaginativeness and inventiveness among the students. The curriculum must include at least one foreign language. Teachers should show interest in learning more and should make their teaching more interesting. They should try to follow methods that bring out the best from the students. In addition, students should not worry about the grades and should learn the subject. Finally, there should be no interference of any political force in the operation of the school systems beyond providing funding for educational related needs. These changes if implemented would definitely result in the better education system in the US, which can equip its students with necessary skills to compete successfully in the global world economy.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
Works Cited&lt;br /&gt;
&lt;br /&gt;
Colombo, Gary, Robert Cullen and Bonnie Lyle. Rereading America. Seventh Edition.&lt;br /&gt;
New York: Bedford/St. Martin’s, 2007.&lt;br /&gt;
Gatto, John Taylor. “Against School.” Colombo 152-161.&lt;br /&gt;
Kozol, Jonathan. “Still Separate, Still Unequal.” Colombo 239-256.&lt;br /&gt;
Malcolm X. “Learning to Read.” Colombo 210-219.&lt;br /&gt;
Moore Michael, “Idiot Nation.” Colombo 132-150.&lt;br /&gt;
Rose, Mike. “I Just Wanna Be Average.” Colombo 161-173.</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/7196206028240174939/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/education-in-american-school.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7196206028240174939'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7196206028240174939'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/education-in-american-school.html' title='Education in American Schools'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-8593741478555979924</id><published>2009-09-28T17:46:00.004-04:00</published><updated>2009-09-28T17:48:23.632-04:00</updated><title type='text'></title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsE-cD5u4el4Tu6yLyyO6R4zsmKlUeqMJq5Y-OCKoQS1whxp-Oh3lUxtLOJY-Ipfh5K9utoL77ihGTRFZnZnkH68nI51MMhsSzJoyDizl5p7XkbBItM4S3wowrKCSqTn6itWADU8vz6y4/s1600-h/Durga.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsE-cD5u4el4Tu6yLyyO6R4zsmKlUeqMJq5Y-OCKoQS1whxp-Oh3lUxtLOJY-Ipfh5K9utoL77ihGTRFZnZnkH68nI51MMhsSzJoyDizl5p7XkbBItM4S3wowrKCSqTn6itWADU8vz6y4/s400/Durga.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/8593741478555979924/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.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/3335839362770934673/posts/default/8593741478555979924'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/8593741478555979924'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/blog-post.html' title=''/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsE-cD5u4el4Tu6yLyyO6R4zsmKlUeqMJq5Y-OCKoQS1whxp-Oh3lUxtLOJY-Ipfh5K9utoL77ihGTRFZnZnkH68nI51MMhsSzJoyDizl5p7XkbBItM4S3wowrKCSqTn6itWADU8vz6y4/s72-c/Durga.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-3863224512296248747</id><published>2009-09-22T18:37:00.003-04:00</published><updated>2009-09-22T18:42:04.406-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Champion Trophy 2009"/><category scheme="http://www.blogger.com/atom/ns#" term="Cricket"/><title type='text'>Champions Trophy 2009</title><content type='html'>Champions Trophy 2009 has STARTED !!!&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: #ead1dc; color: red;&quot;&gt;Super Eights&lt;/span&gt; &lt;br /&gt;
________________________________________&lt;br /&gt;
22 Sep 09 South Africa v Sri Lanka&lt;br /&gt;
________________________________________&lt;br /&gt;
23 Sep 09 Pakistan v West Indies&lt;br /&gt;
________________________________________&lt;br /&gt;
24 Sep 09 South Africa v New Zealand&lt;br /&gt;
________________________________________&lt;br /&gt;
25 Sep 09 Sri Lanka v England&lt;br /&gt;
________________________________________&lt;br /&gt;
26 Sep 09 Australia v West Indies&lt;br /&gt;
________________________________________&lt;br /&gt;
26 Sep 09 India v Pakistan&lt;br /&gt;
________________________________________&lt;br /&gt;
27 Sep 09 New Zealand v Sri Lanka&lt;br /&gt;
________________________________________&lt;br /&gt;
27 Sep 09 South Africa v England&lt;br /&gt;
________________________________________&lt;br /&gt;
28 Sep 09 Australia v India&lt;br /&gt;
________________________________________&lt;br /&gt;
29 Sep 09 New Zealand v England&lt;br /&gt;
________________________________________&lt;br /&gt;
30 Sep 09 Australia v Pakistan&lt;br /&gt;
________________________________________&lt;br /&gt;
30 Sep 09 India v West Indies&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;background-color: #ead1dc; color: red;&quot;&gt;Semifinals - Knockout Stage&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;
________________________________________&lt;br /&gt;
02 Oct 09 A1 v B2 &lt;br /&gt;
________________________________________&lt;br /&gt;
03 Oct 09 B1 v A2&lt;br /&gt;
&lt;br /&gt;
Check this blog for more information and videos...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/3863224512296248747/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/champions-tropy-2009.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/3863224512296248747'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/3863224512296248747'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/champions-tropy-2009.html' title='Champions Trophy 2009'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-4244417369324921108</id><published>2009-09-21T10:56:00.001-04:00</published><updated>2009-09-21T12:59:11.209-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="hair removal"/><category scheme="http://www.blogger.com/atom/ns#" term="review"/><category scheme="http://www.blogger.com/atom/ns#" term="Veet"/><title type='text'>Veet Rapid Aciton Hair Removal Lotion Review</title><content type='html'>In this article I wanted to share a review and hopefully an helpful tip to all women out there who got tired trying various hair removal products.&lt;br /&gt;
&lt;br /&gt;
Like everyone else, I use razor to shave my unwanted hair. But with this procedure, my skin became black and I got lot of bumps and burns. I got fed up using razor so I started using &lt;u&gt;&lt;b style=&quot;color: red;&quot;&gt;Veet Rapid Aciton Hair Removal Lotion&lt;/b&gt;&lt;/u&gt;. This product is really awesome. Usually, I hate to use hair removal lotions but I loved this one. My unwanted hair was completely gone with in 4 mins. If your hair is thick, you should wait for max time that is mentioned on the product, but most of the hair will be removed with in 3-4 mins. Start using this product and get rid off all the pains from waxing, shaving etc&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Pros:&lt;/b&gt;&lt;/i&gt; Quick and easy&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; no bumps, burns etc&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Cons:&lt;/b&gt;&lt;/i&gt; It doesn&#39;t smell that good&lt;br /&gt;
&lt;br /&gt;
I highly recommend this product. It worked for me and I hope it will work for you also...Good Luck...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/4244417369324921108/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/veet-rapid-aciton-hair-removal-lotion.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/4244417369324921108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/4244417369324921108'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/veet-rapid-aciton-hair-removal-lotion.html' title='Veet Rapid Aciton Hair Removal Lotion Review'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-2707253024204283427</id><published>2009-09-14T14:19:00.002-04:00</published><updated>2009-09-15T14:28:26.353-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Pittsburgh"/><category scheme="http://www.blogger.com/atom/ns#" term="Visitors"/><title type='text'>Places To visit and things to do in Pittsburgh, PA</title><content type='html'>Pittsburgh has lot of nice places to visit and is voted one of the finest cities with numerous activities to do and with a great night life. &lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Indian Temples&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.svtemple.org/&quot;&gt;Sri Venkateshwara swamy temple&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.baba.org/&quot;&gt;Saibaba temple&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.hindujaintemple.org/&quot;&gt;Hindu jain temple&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Museums&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.carnegiesciencecenter.org/&quot;&gt;Carnegie science centre&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.carnegiemuseums.org/&quot;&gt;Carnegie Museum&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.pittsburghzoo.com/&quot;&gt;Pittsburgh Zoo and Aquarium&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Casinos&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.theriverscasino.com/&quot;&gt;Rivers Casino&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Clubs&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Matrix&lt;br /&gt;
Ballroom&lt;br /&gt;
Margarita Mamas&lt;br /&gt;
Touch&lt;br /&gt;
Club Z&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Shopping&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.shoprobinsonmall.com/&quot;&gt;Robbinson Town center mall&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.simon.com/mall&quot;&gt;South hills village mall&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.simon.com/mall/directory.aspx?ID=158&quot;&gt;Ross Park mall&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.simon.com/mall/default.aspx?ID=155&quot;&gt;Centuary&amp;nbsp;III mall&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Other Activities&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.gatewayclipper.com/&quot;&gt;Gateway Clipper Cruise&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Movie Theaters&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Show Case Cinema&lt;br /&gt;
&lt;br /&gt;
Showcase Cinemas Pittsburgh North&lt;br /&gt;
11 Screens SHOWTIMES &amp;gt;&lt;br /&gt;
9700 McKnight Road&lt;br /&gt;
Pittsburgh, PA 15237&lt;br /&gt;
(724) 935-5885&lt;br /&gt;
&lt;br /&gt;
Showcase Cinemas Pittsburgh West&lt;br /&gt;
12 Screens SHOWTIMES &amp;gt;&lt;br /&gt;
Park Manor Drive&lt;br /&gt;
Pittsburgh, PA 15205&lt;br /&gt;
(412) 787-5788&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.carmike.com/&quot;&gt;Carmike Cinemas&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Will add more to the list..so keep checking...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/2707253024204283427/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/places-to-visit-in-pittsburgh.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/2707253024204283427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/2707253024204283427'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/places-to-visit-in-pittsburgh.html' title='Places To visit and things to do in Pittsburgh, PA'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-127005313872381630</id><published>2009-09-10T13:32:00.006-04:00</published><updated>2009-09-11T15:40:16.517-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Careers"/><category scheme="http://www.blogger.com/atom/ns#" term="HR Management"/><title type='text'>HR Management - Careers</title><content type='html'>I recently completed the &lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;Human Resources for Competitive Advantage&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt; class and want to share some notes/ cheat sheets on various topics. Hope these notes will help other students.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;Careers:&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
-A sequence of work experiences and employment positions over one’s work life.&lt;br /&gt;
-Longitudinal concept devoid of personal factors&lt;br /&gt;
-Pattern of work related experiences that span the course of a person’s life&lt;br /&gt;
&lt;br /&gt;
-Work experiences include positions, job experiences, and tasks.&lt;br /&gt;
-Work experiences are influenced by employee’s values, needs and feelings&lt;br /&gt;
&lt;br /&gt;
Employees’ career needs vary depending on then stage of career development and their biological age.&lt;br /&gt;
&amp;nbsp;-&lt;strong&gt;Stages:&lt;/strong&gt;&amp;nbsp; Exploration, Establishment, Maintenance, Disengagement&lt;br /&gt;
&lt;br /&gt;
It is thus important for managers to understand the career development process and the differences an employees’ needs and interests at each stage of development&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Factors: &lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;Experience and knowledge, Personal abilities and aptitudes, Social economics and environmental&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Protean career&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
Is a process in which the person, not the organization, is managing. It consists of all of the person’s varied experiences in education, training, work in several organization, changes in occupational field etc. The protean person’s own personal career choices and search for self-fulfillment are the unifying or intergrative elements in his or her life. The criticism of success is internal and not external.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Goals: &lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;Freedom and growth, Mobility is high&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Success criteria&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt; are subjective (psychological success) vs. objective (position, salary level)&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Differences:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Issue&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;&lt;span style=&quot;color: blue;&quot;&gt;Protean career&lt;/span&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: #38761d;&quot;&gt;Traditional org career&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Who’s in charge&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Person&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Org&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Core values&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Freedom, growth &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Advancement&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Degree of mobility&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; High&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; low&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Success criteria&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; psychological success&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Position, level, salary&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Key attitudes&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; work satisfaction, professional &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Organizational commitment&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Commitment&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Careers&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;-New contract and organizational career management systems:&lt;br /&gt;
-No guarantee of: Employment security, Stability in job responsibilities, Defined benefits in pension, Opportunities for hierarchical career movement&lt;br /&gt;
-Offer:&amp;nbsp;Continuous learning, Performance based compensation, Increased flexibility in schedules and multitasking, Defined contribution retirement plans that are portable&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;OCM System :&amp;nbsp;&lt;/u&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
-Openness with employees&lt;br /&gt;
-Develop and maintain open internal labor markets&lt;br /&gt;
-Define identifiable career paths/possibilities/opportunities in the org career path&lt;br /&gt;
-Give accurate performance feedback and potential assessment to each employee&lt;br /&gt;
-Provide guidance and counseling to assist employees in defining career plans and goals&lt;br /&gt;
-Provide access to necessary training and competency development for employees to program toward career objectives.</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/127005313872381630/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/careers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/127005313872381630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/127005313872381630'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/careers.html' title='HR Management - Careers'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-1814640627262813499</id><published>2009-09-10T13:31:00.004-04:00</published><updated>2009-09-11T15:30:22.088-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HR Management"/><category scheme="http://www.blogger.com/atom/ns#" term="Job Evaluation"/><title type='text'>Job Evaluation</title><content type='html'>I recently completed the &lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Human Resources for Competitive Advantage&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt; class and want to share some notes/ cheat sheets on various topics. Hope these notes will help other students.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Job evaluation:&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt; &lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&amp;nbsp; &lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;What&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
-Job evaluation is a systematic process of arranging jobs in a hierarchy of relative worth to the organization.&lt;br /&gt;
-Provides the basis for pay differentials among jobs&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Objectives:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
-Establish internal equity&lt;br /&gt;
-Employees understand basis for pay&lt;br /&gt;
-Setting pays for new jobs&lt;br /&gt;
-Rationalize pay setting process&lt;br /&gt;
-Basis for resolving disputes over pay&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;4 methods: &lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;grade, ranking, point-factor, factor companion of job evaluation.&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Point factor:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt; (hay plan)&lt;br /&gt;
-Yields job evaluation points for each compensable factor&lt;br /&gt;
-Generate scores for each compensable factor on each job&lt;br /&gt;
-Apply weighting scheme&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Aprior weight&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Empiric/ weights&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Based on:&lt;/em&gt; &lt;/u&gt;&lt;/strong&gt;Know-how, Problem solving, accountability&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Advantages:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
Stable over time, high agreement with ratings if jobs are carefully defined, documented process&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Disadvantages: &lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
-Time consuming and costly to establish&lt;br /&gt;
-Subjective assessment needed to establish point range&lt;br /&gt;
-Typically relies on key jobs within the org.</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/1814640627262813499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/job-evaluation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1814640627262813499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1814640627262813499'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/job-evaluation.html' title='Job Evaluation'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-6338433372080968377</id><published>2009-09-10T13:30:00.004-04:00</published><updated>2009-09-11T15:24:12.266-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Development"/><category scheme="http://www.blogger.com/atom/ns#" term="HR Management"/><category scheme="http://www.blogger.com/atom/ns#" term="Learning"/><title type='text'>Learning and Development</title><content type='html'>I recently completed the &lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Human Resources for Competitive Advantage&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt; class and want to share some notes/ cheat sheets on various topics. Hope these notes will help other students.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Learning and Development&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Why/basis&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;High leverage training:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
-Linked to strategic business goals and objectives&lt;br /&gt;
-Supported by top management&lt;br /&gt;
-Relies on international design model to ensure quality and to contain costs&lt;br /&gt;
-Compared or benchmarked to program in other org&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Continuous learning:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
-Customer needs, quality standards and product specs are constantly changing.&lt;br /&gt;
-New competitors entering&lt;br /&gt;
-New technologies become readily available&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Result:&lt;/strong&gt; learning of job-related knowledge, skills or behavior and apply in day-to-day activities.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Learning organization:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
-skilled at creating, acquiring and transferring knowledge&lt;br /&gt;
-Developing relevant expertise for effective use of knowledge &lt;br /&gt;
-Modifying its behavior to reflect new knowledge&lt;br /&gt;
-Deal effectively with competitive changers and opportunities&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;-Characteristics:&lt;/u&gt;&lt;/strong&gt;&amp;nbsp;Structure, culture, communication, reward system, attitude.&lt;br /&gt;
-&lt;strong&gt;&lt;u&gt;Basic principles of learning:&lt;/u&gt;&lt;/strong&gt; motivation, reinforcement, feedback, practice, whole vs part, transfer&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;-Learning Portal:&lt;/u&gt;&lt;/strong&gt; Online learning&lt;br /&gt;
-&lt;strong&gt;&lt;u&gt;Informal learning:&lt;/u&gt;&lt;/strong&gt; informal learning of work, Practical skills, Intra personal skills, Interpersonal skills, Cultural awareness</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/6338433372080968377/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/learning-and-development.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/6338433372080968377'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/6338433372080968377'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/learning-and-development.html' title='Learning and Development'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-7517526622531447324</id><published>2009-09-10T10:11:00.003-04:00</published><updated>2009-09-11T07:57:07.714-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HR Management"/><category scheme="http://www.blogger.com/atom/ns#" term="Performance Appraisal"/><title type='text'>Performance Appraisal</title><content type='html'>I recently completed the &lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Human Resources for Competitive Advantage&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt; class and want to share some notes/ cheat sheets on various topics. Hope these notes will help other students.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Performance appraisal:&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Explain and uses:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
-Performance appraisal is a measurement technique use in PM system&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Goals:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
-Assess and record employee performance in an accurate and consistent manner.&lt;br /&gt;
-Provide useful feedback.&lt;br /&gt;
-Define how performance can be improved.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Uses:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
-Administrative&lt;br /&gt;
-Development&lt;br /&gt;
-Strategic&lt;br /&gt;
-Research&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Key errors:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
-Restriction of range (central tendency, severity) distributional errors.&lt;br /&gt;
-Halo error/horn error&lt;br /&gt;
-First impression error&lt;br /&gt;
-Personal bias&lt;br /&gt;
-Regency error&lt;br /&gt;
-Similar-to-me (clone) error&lt;br /&gt;
-Contrast error&lt;br /&gt;
-Spill over error (from past evaluation)&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Appraisal methods and formats&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;-Judgment based:&lt;/span&gt;&lt;br /&gt;
-Absolute standards (attribute approach) {Standard rating scale, graphic rating scale, free from essay}&lt;br /&gt;
-Relative standards (comparative approach) { Employee ranking, forced distribution, paired comparison}&lt;br /&gt;
-&lt;span style=&quot;color: red;&quot;&gt;Objective based methods&lt;/span&gt; (objective approach) {Management by objective (MBO) and similar goal based&amp;nbsp; approaches}&lt;br /&gt;
-&lt;span style=&quot;color: red;&quot;&gt;Behavior based methods&lt;/span&gt; (behavior approach) {Critical incidents: Behaviorally Anchored rating scales (BARS), Behavior observation scales (BOS)</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/7517526622531447324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/performance-appraisal.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7517526622531447324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7517526622531447324'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/performance-appraisal.html' title='Performance Appraisal'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-1311701930525297087</id><published>2009-09-10T10:09:00.006-04:00</published><updated>2009-09-11T07:53:33.009-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HR Management"/><category scheme="http://www.blogger.com/atom/ns#" term="Performance Feedback"/><title type='text'>Performance Feedback</title><content type='html'>I recently completed the &lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Human Resources for Competitive Advantage&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt; class and want to share some notes/ cheat sheets on various topics. Hope these notes will help other students.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Performance feedback:&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;What?&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Person’s process output is referred as input&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-To adapt to environmental change&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-It enables learning&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-It can affect feelings, self confidence and self esteem&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Influencing attitudes, behavior and performance&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Critical for org and individual success&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Difficult and important ?&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Ability to constructively give and rescue feedback is a professional competency.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Flatter, high interdependence, team focused, change oriented organization&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Performance feedback process is complex and provokes anxiety for both the manager and the employee, few of us feel comfortable sitting in judgment of others.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-The thought of confronting others with what we perceive to be their deficiencies causes most of us to shake in our shoes,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-If giving negative feedback is painful, receiving it can be excruciating.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Thus the complexity yet importance of the Performance feedback process&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Benefits:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Directs and motivates behavior&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Reinforcing&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Has reward value&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Increases self awareness&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Engagement in self assessment&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Enhances individual learning&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Increases perception of power and control&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Increases employee’s sense of involvement&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Helps form career identity and direction&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;&lt;em&gt;Characteristics of effective performance feedback:&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Well-timed&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Specific&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Objective&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Job related&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Desired by the recipient&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Checked for understanding&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Credible source&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Allowing choice&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Training program &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;-Problem solving and 360 degrees performance feedback/ action focused/ key dimensions and precise.&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/1311701930525297087/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/performance-feedback.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1311701930525297087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1311701930525297087'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/performance-feedback.html' title='Performance Feedback'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-7147715056108569742</id><published>2009-09-10T09:53:00.005-04:00</published><updated>2009-09-10T13:33:19.777-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cabbage"/><category scheme="http://www.blogger.com/atom/ns#" term="carrot"/><category scheme="http://www.blogger.com/atom/ns#" term="India"/><category scheme="http://www.blogger.com/atom/ns#" term="Indian"/><category scheme="http://www.blogger.com/atom/ns#" term="Indian Recipe"/><category scheme="http://www.blogger.com/atom/ns#" term="Manchuria"/><category scheme="http://www.blogger.com/atom/ns#" term="spring onion"/><category scheme="http://www.blogger.com/atom/ns#" term="Vegetarian"/><title type='text'>Vegetarian Manchuria - Tasty Indian Dish</title><content type='html'>&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Ingredients:&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Grated Cabbage-1cup&lt;/li&gt;
&lt;li&gt;Grated Carrot-1 cup&lt;/li&gt;
&lt;li&gt;Grated Spring Onion-1/2cup&lt;/li&gt;
&lt;li&gt;Green chillies-3 finely chopped&lt;/li&gt;
&lt;li&gt;Garlic cloves-2 tbsp finely chopped&lt;/li&gt;
&lt;li&gt;Corn flour-1/2 cup&lt;/li&gt;
&lt;li&gt;Soya Sauce- 1 tablespoon&lt;/li&gt;
&lt;li&gt;Salt- as per taste&lt;/li&gt;
&lt;li&gt;Sugar- 1 teaspoon&lt;/li&gt;
&lt;li&gt;Pepper powder- 1teaspoon&lt;/li&gt;
&lt;li&gt;Ajinamoto- a pinch&lt;/li&gt;
&lt;li&gt;Oil- for deep frying&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color: red;&quot;&gt;Recipe:&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Mix grated cabbage and carrot and make sure to get the water from these by squeezing or by some other method.&lt;/li&gt;
&lt;li&gt;Add corn flour and salt to the above mixture and mix them good.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Prepare&amp;nbsp;small&amp;nbsp; and round shaped &amp;nbsp;parts out of the above prepared mixture&lt;/li&gt;
&lt;li&gt;Deep fry these&amp;nbsp;parts(manchurias) in oil and take them out&amp;nbsp;when they turn into golder brown&lt;/li&gt;
&lt;li&gt;Now take a khadai(deep frying pan)&amp;nbsp;and pour two tablespoons of oil&lt;/li&gt;
&lt;li&gt;After oil gets heated, add garlic, green chillies, spring onion and mix good&lt;/li&gt;
&lt;li&gt;Add some water, salt, black pepper, ajinamoto, sugar, soyasauce and mix all&lt;/li&gt;
&lt;li&gt;Let it cook for 5 mins&lt;/li&gt;
&lt;li&gt;Now add the fried golden brown manchurias&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Cook it on low heat for few mins (lets say 5-10 mins).&lt;/li&gt;
&lt;/ul&gt;Thats it...Vegetarain Manchuria is ready...&lt;br /&gt;
&lt;div&gt;&lt;/div&gt;Serve it hot to your guests...I hope everyone enjoys my dish...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/7147715056108569742/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/vegitarian-manchuria-ingredients-grated.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7147715056108569742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7147715056108569742'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/vegitarian-manchuria-ingredients-grated.html' title='Vegetarian Manchuria - Tasty Indian Dish'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-8817769822662141908</id><published>2009-09-07T18:35:00.001-04:00</published><updated>2009-09-10T13:08:57.460-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="GMAT"/><title type='text'>GMAT Download links</title><content type='html'>Hello Everyone,&lt;br /&gt;
&lt;br /&gt;
Looks like some of the links to GMAT materials that I posted in my previous articles did not work for some of you.&lt;br /&gt;
&lt;br /&gt;
So here is the alternate link on&amp;nbsp;a different server...this time all material in ONE FILE and AT One Place...&lt;br /&gt;
&lt;br /&gt;
Good Luck...&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://turboshare.com/files/32228/GMAT_MATERIAL.zip.html&quot;&gt;GMAT_MATERIAL_ALL&lt;/a&gt;_1</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/8817769822662141908/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/gmat-download-links.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/8817769822662141908'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/8817769822662141908'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/gmat-download-links.html' title='GMAT Download links'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-7191150151372266516</id><published>2009-09-07T10:29:00.000-04:00</published><updated>2009-09-07T10:29:40.646-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="GMAT"/><title type='text'>More GMAT Material 2</title><content type='html'>I am back again....&lt;br /&gt;
&lt;br /&gt;
Below are some more&amp;nbsp;links to some useful&amp;nbsp;GMAT material. As always I DO NOT claim to own these. I have gleaned them over the internet for a long period of time. I am posting all of these material on my blog at one place with a goal of helping future GMAT test takers.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sharecash.org/download.php?id=91678&quot;&gt;YMGPGMATTool&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sharecash.org/download.php?id=91677&quot;&gt;GMAT Practice Grid&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sharecash.org/download.php?id=88058&quot;&gt;OG Reading Comprehension&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/7191150151372266516/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/more-gmat-material-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7191150151372266516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7191150151372266516'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/more-gmat-material-2.html' title='More GMAT Material 2'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-3933673890793281749</id><published>2009-09-07T10:26:00.000-04:00</published><updated>2009-09-07T10:26:40.333-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="GRE"/><title type='text'>GRE Material 1</title><content type='html'>Below are the links to some useful GRE material. As always I DO NOT claim to own these. I have gleaned them over the internet for a long period of time. I am posting all of these material on my blog at one place with a goal of helping future GRE test takers.&lt;br /&gt;
&lt;br /&gt;
SO good luck !!!&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sharecash.org/download.php?id=91680&quot;&gt;GRE MATH&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sharecash.org/download.php?id=91679&quot;&gt;10 GRE TESTS&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Look out for more material...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/3933673890793281749/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/gre-material-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/3933673890793281749'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/3933673890793281749'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/gre-material-1.html' title='GRE Material 1'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-1452464174359475558</id><published>2009-09-05T11:04:00.004-04:00</published><updated>2009-09-06T12:15:20.958-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="casino"/><category scheme="http://www.blogger.com/atom/ns#" term="wheeling"/><category scheme="http://www.blogger.com/atom/ns#" term="wheeling island"/><title type='text'>West Virginia Casinos</title><content type='html'>&lt;strong&gt;&lt;u&gt;West Virginia Casinos:&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
For people who love to gamble and cannot afford to go to Las Vegas, here is the good news. There are two great casinos in the West Virigina region, Wheeling Island, Mountaineer Casino, and The Meadows.&amp;nbsp;&amp;nbsp;I have been to both the casinos and would like to detail my experiences in this article.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;Wheeling Island:&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Wheeling Island casino is the better of the two casino&#39;s according to me. It is fully equipped and loaded with variety of games suitable for all levels of players. It is just off the I-70 W interstate and is a great location for OH, PA, WV other neighboring state game lovers. They have table games too unlike some other WV casinos that include only slot machines and computerized table games.&lt;br /&gt;
&lt;br /&gt;
Wheeling Island casino also has a decent food court and couple of restuarants. It also has a buffet section, but I found the price of the buffet to be very expensive considering the quality of food.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;Mountaineer Casino:&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Mountaineer casino is also a full-fledged casino with all kinds of games including table games. I think it is an older casino when compared to the Wheeling Island. It also has nice restaurants and a food court. Also has a buffet section with cheaper prices when compared to Wheeling Island.&lt;br /&gt;
&lt;br /&gt;
The only disadvantage is see with this casino is the location. It is location on the local route US 22/30 and is not a pleasant drive for many...&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;The Meadows:&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
The Meadows is a smaller casino and has only slot machines and computerized games...Not my type...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So good luck everyone...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/1452464174359475558/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/casino-favorites.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1452464174359475558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1452464174359475558'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/casino-favorites.html' title='West Virginia Casinos'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-1049975246701441882</id><published>2009-09-03T22:35:00.000-04:00</published><updated>2009-09-03T22:35:44.547-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="GMAT"/><title type='text'>More GMAT test preparation material</title><content type='html'>Hello Everyone, &lt;br /&gt;
&lt;br /&gt;
I am back again to help you all...Below are more links for GMAT preparation material... &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sharecash.org/download.php?id=88053&quot;&gt;GMAT Word List&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sharecash.org/download.php?id=88054&quot;&gt;GMAT Math Practice Test&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sharecash.org/download.php?id=88057&quot;&gt;800 Score Tests&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sharecash.org/download.php?id=88055&quot;&gt;800 GMAT Test&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Good luck on your test...Keep checking back my blog for more tips and resources... &lt;br /&gt;
&lt;br /&gt;
As always I would like to mention that I do not own these material...I have gleaned them over the internet and providing here all at one place in my blog for future test takers... &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Good Luck again...</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/1049975246701441882/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/more-gmat-test-preparation-material.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1049975246701441882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/1049975246701441882'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/more-gmat-test-preparation-material.html' title='More GMAT test preparation material'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3335839362770934673.post-7534397148250620541</id><published>2009-09-03T14:03:00.002-04:00</published><updated>2009-09-03T14:29:27.681-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Accounting"/><category scheme="http://www.blogger.com/atom/ns#" term="Accounting Basics"/><title type='text'>Accounting Basics 1</title><content type='html'>Below is the basic accounting equation:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;Accounting Equation = assets + liabilities-owners equity.&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: #ea9999;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;Assets&lt;/span&gt;&lt;/strong&gt; are whatever a business is owned to run a business. Assets&amp;nbsp;are written under debit side of the balance sheet. Examples of assets are cash, accounts recievables, notes recievables, land, office equipments etc. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;Liablities&lt;/span&gt;&lt;/strong&gt; are what a business is owed to customers. These are generally written on credit side on the balance sheet. Examples are Accounts Payable, Notes payable, Dividends (if declared)&amp;nbsp;etc&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;Owners Equity&lt;/span&gt;&lt;/strong&gt; is whatever the company invested to start the business.</content><link rel='replies' type='application/atom+xml' href='http://graspmyideas.blogspot.com/feeds/7534397148250620541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/accounting-equation-assets-liabilities.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7534397148250620541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3335839362770934673/posts/default/7534397148250620541'/><link rel='alternate' type='text/html' href='http://graspmyideas.blogspot.com/2009/09/accounting-equation-assets-liabilities.html' title='Accounting Basics 1'/><author><name>vhdupati</name><uri>http://www.blogger.com/profile/08718977770086522948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>