Is right click on tables bad UXHow to indicate right click functionality?Best way of selecting rows in a grid across pages?Must Copy and Paste appear on context menus?I miss the hidden right-click pop-down context menus like on Amiga Workbench. What happened to them?Context menus in tableLeft-click, right-click, and double click events for web applicationforce-click vs secondary click (right click) in OS X?Is it bad practice to disable (replace) the context menu?Handling a user double clicking on a single click menu itemEmpty context menu - useful or an anti-pattern?

How to protect bash function from being overridden?

Writing about real people - not giving offence

Does Bank Manager's discretion still exist in Mortgage Lending

The answer is a girl's name (my future granddaughter) - can anyone help?

Lighthouse Alternatives

Does the 'java' command compile Java programs?

Can I bring this power bank on board the aircraft?

Parent asking for money after I moved out

As a team leader is it appropriate to bring in fundraiser candy?

Mac disaster! No longer boots - can’t finish my uni stuff

Booting Ubuntu from USB drive on MSI motherboard -- EVERYTHING fails

How do we know Nemesis is not a black hole (or neutron star)?

Why do popular TCP-using services have UDP as well as TCP entries in /etc/services?

Looking for circuit board material that can be dissolved

Is there a way to stop undigested food from leaving the body?

Why the first octet of a MAC address always end with a binary 0?

How do French and other Romance language speakers cope with the movable do system?

Why do personal finance apps focus on outgoings rather than income

Is there an in-universe explanation of how Frodo's arrival in Valinor was recorded in the Red Book?

Compute the price of a derivative

Canteen Cutlery Issue

Is there a pattern for handling conflicting function parameters?

How to level a picture frame hung on a single nail?

How important is knowledge of trig identities for use in Calculus



Is right click on tables bad UX


How to indicate right click functionality?Best way of selecting rows in a grid across pages?Must Copy and Paste appear on context menus?I miss the hidden right-click pop-down context menus like on Amiga Workbench. What happened to them?Context menus in tableLeft-click, right-click, and double click events for web applicationforce-click vs secondary click (right click) in OS X?Is it bad practice to disable (replace) the context menu?Handling a user double clicking on a single click menu itemEmpty context menu - useful or an anti-pattern?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









3















We've a grid where users can select multiple rows and perform actions on them. When rows are selected, we show action buttons at the top of the grid. We've been thinking about making these actions available in a context menu where users can right click on the grid and see this menu. We think it's useful in some cases where the selected rows are at the bottom and user won't have to scroll all the way up to click on those actions.



Any thoughts about right click on the grid from UX perspective?










share|improve this question
























  • Is it web-based or a native desktop application? Are you following any standardized design framework?

    – maxathousand
    19 mins ago

















3















We've a grid where users can select multiple rows and perform actions on them. When rows are selected, we show action buttons at the top of the grid. We've been thinking about making these actions available in a context menu where users can right click on the grid and see this menu. We think it's useful in some cases where the selected rows are at the bottom and user won't have to scroll all the way up to click on those actions.



Any thoughts about right click on the grid from UX perspective?










share|improve this question
























  • Is it web-based or a native desktop application? Are you following any standardized design framework?

    – maxathousand
    19 mins ago













3












3








3








We've a grid where users can select multiple rows and perform actions on them. When rows are selected, we show action buttons at the top of the grid. We've been thinking about making these actions available in a context menu where users can right click on the grid and see this menu. We think it's useful in some cases where the selected rows are at the bottom and user won't have to scroll all the way up to click on those actions.



Any thoughts about right click on the grid from UX perspective?










share|improve this question














We've a grid where users can select multiple rows and perform actions on them. When rows are selected, we show action buttons at the top of the grid. We've been thinking about making these actions available in a context menu where users can right click on the grid and see this menu. We think it's useful in some cases where the selected rows are at the bottom and user won't have to scroll all the way up to click on those actions.



Any thoughts about right click on the grid from UX perspective?







tables grid contextual-menu right-click






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 8 hours ago









singhspksinghspk

1183 bronze badges




1183 bronze badges















  • Is it web-based or a native desktop application? Are you following any standardized design framework?

    – maxathousand
    19 mins ago

















  • Is it web-based or a native desktop application? Are you following any standardized design framework?

    – maxathousand
    19 mins ago
















Is it web-based or a native desktop application? Are you following any standardized design framework?

– maxathousand
19 mins ago





Is it web-based or a native desktop application? Are you following any standardized design framework?

– maxathousand
19 mins ago










4 Answers
4






active

oldest

votes


















2
















I've actually tried to right click on some cells to see if I could add more rows or columns (and sometimes it doesn't happen at all and I have to look for another tool). So, from my experience/opinion as a user, it's a good idea I would like to see more often.



From a UX designer perspective I would tell you to test it in some way, asking the user which tools he would like to see on that context menu. Maybe you can have some answers with a card sorting workshop :)



Gl!






share|improve this answer
































    2
















    I think it is a great idea to use right click to context menu. If is a norm in desktop application and I see no reason for it not to be the case in web interfaces. And many if not all tools from Google and Microsoft no use right click actions to offer content related actions. And right click can be nicely replaced with long tap on touch-enabled devices, which also become commonplace.



    The only problem with then is that they are difficult to discover, so I would say you still should keep that action row on top of the table.



    Good thing that pretty much every tool with table based use uses right-clicks for content menu: gmail, google sheets, excel on desktop an on the web. So you have that going on for you, plus if if visual state of the row changes on hover or click, you can assume that people expect to see context menu on right click.



    First, gangsta move, before spending time on implementing the functionality, just make sure that to track if users right clicking and then you can consider if it worth it ot not.






    share|improve this answer
































      1
















      This post I will answer like a web user.



      I have a confession: I'm always trying to use right-click on the web tools (web applications that work like a tool, like Google Drive) and nobody care with this. Rarely I saw someone using it. Otherwise, I will feel strange, maybe unhappy, if you do it on a website or e-commerce.



      Congratulations for your idea. Please, try it and tell us if it works.



      But before it I will list some considerations as a UX Professional:



      • Make a list of good and bad reasons/consequence why you would like to do it.

      • Just do it if is really necessary. And If look natural for the users like swipe an image in a mobile screen to see next.

      • The user has any other reason to use right-click? If yes, don't do it.

      • How do you communicate the user that they can do it as it's not common action?

      • Make a prototype and test with some users (real users, not your boss or not your mom and not your friends).

      • Analyze how often your users need these actions. All the needed time to develop and teach the user worth it?

      Google Drive does it very well.



      enter image description here






      share|improve this answer

























      • I would point out that although google drive does this and might be popular with power users, they have these actions visible by clicking an icon, so you could be using google drive for a long time and not realise the right-click actions even exist. I would suggest testing your users with google drive to validate your idea.

        – Calum
        6 hours ago



















      1
















      No, it's not bad UX, but it's risky and requires additional concerns



      • What happens if the user's right button doesn't work? a trivial task becomes impossible

      • What happens with touch screens?

      However, I think there are undeniable benefits in your approach, so I think you can do it, just keeping a way to make this context menu or its related actions work even without right click. This secondary set of actions will cover those cases mentioned above, increase visibility of the system's capabilities and its affordances, Supporting Internal Locus of Control, which is one of the 8 Golden Rules of Interface design






      share|improve this answer




















      • 1





        1) The OP is not talking about replacing the top menus but duplicating them, so there is no "impossible". 2) I have a menu button (on both my laptop keyboard and external keyboard) that does the identical thing as "right click on the current selection". Maybe people are not familiar with said button? 3) Good question on touch screens.

        – Jeff Y
        16 mins ago













      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "102"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      noCode: true, onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );














      draft saved

      draft discarded
















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fux.stackexchange.com%2fquestions%2f129232%2fis-right-click-on-tables-bad-ux%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      4 Answers
      4






      active

      oldest

      votes








      4 Answers
      4






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      2
















      I've actually tried to right click on some cells to see if I could add more rows or columns (and sometimes it doesn't happen at all and I have to look for another tool). So, from my experience/opinion as a user, it's a good idea I would like to see more often.



      From a UX designer perspective I would tell you to test it in some way, asking the user which tools he would like to see on that context menu. Maybe you can have some answers with a card sorting workshop :)



      Gl!






      share|improve this answer





























        2
















        I've actually tried to right click on some cells to see if I could add more rows or columns (and sometimes it doesn't happen at all and I have to look for another tool). So, from my experience/opinion as a user, it's a good idea I would like to see more often.



        From a UX designer perspective I would tell you to test it in some way, asking the user which tools he would like to see on that context menu. Maybe you can have some answers with a card sorting workshop :)



        Gl!






        share|improve this answer



























          2














          2










          2









          I've actually tried to right click on some cells to see if I could add more rows or columns (and sometimes it doesn't happen at all and I have to look for another tool). So, from my experience/opinion as a user, it's a good idea I would like to see more often.



          From a UX designer perspective I would tell you to test it in some way, asking the user which tools he would like to see on that context menu. Maybe you can have some answers with a card sorting workshop :)



          Gl!






          share|improve this answer













          I've actually tried to right click on some cells to see if I could add more rows or columns (and sometimes it doesn't happen at all and I have to look for another tool). So, from my experience/opinion as a user, it's a good idea I would like to see more often.



          From a UX designer perspective I would tell you to test it in some way, asking the user which tools he would like to see on that context menu. Maybe you can have some answers with a card sorting workshop :)



          Gl!







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 8 hours ago









          Natalia Guerrero HernandezNatalia Guerrero Hernandez

          335 bronze badges




          335 bronze badges


























              2
















              I think it is a great idea to use right click to context menu. If is a norm in desktop application and I see no reason for it not to be the case in web interfaces. And many if not all tools from Google and Microsoft no use right click actions to offer content related actions. And right click can be nicely replaced with long tap on touch-enabled devices, which also become commonplace.



              The only problem with then is that they are difficult to discover, so I would say you still should keep that action row on top of the table.



              Good thing that pretty much every tool with table based use uses right-clicks for content menu: gmail, google sheets, excel on desktop an on the web. So you have that going on for you, plus if if visual state of the row changes on hover or click, you can assume that people expect to see context menu on right click.



              First, gangsta move, before spending time on implementing the functionality, just make sure that to track if users right clicking and then you can consider if it worth it ot not.






              share|improve this answer





























                2
















                I think it is a great idea to use right click to context menu. If is a norm in desktop application and I see no reason for it not to be the case in web interfaces. And many if not all tools from Google and Microsoft no use right click actions to offer content related actions. And right click can be nicely replaced with long tap on touch-enabled devices, which also become commonplace.



                The only problem with then is that they are difficult to discover, so I would say you still should keep that action row on top of the table.



                Good thing that pretty much every tool with table based use uses right-clicks for content menu: gmail, google sheets, excel on desktop an on the web. So you have that going on for you, plus if if visual state of the row changes on hover or click, you can assume that people expect to see context menu on right click.



                First, gangsta move, before spending time on implementing the functionality, just make sure that to track if users right clicking and then you can consider if it worth it ot not.






                share|improve this answer



























                  2














                  2










                  2









                  I think it is a great idea to use right click to context menu. If is a norm in desktop application and I see no reason for it not to be the case in web interfaces. And many if not all tools from Google and Microsoft no use right click actions to offer content related actions. And right click can be nicely replaced with long tap on touch-enabled devices, which also become commonplace.



                  The only problem with then is that they are difficult to discover, so I would say you still should keep that action row on top of the table.



                  Good thing that pretty much every tool with table based use uses right-clicks for content menu: gmail, google sheets, excel on desktop an on the web. So you have that going on for you, plus if if visual state of the row changes on hover or click, you can assume that people expect to see context menu on right click.



                  First, gangsta move, before spending time on implementing the functionality, just make sure that to track if users right clicking and then you can consider if it worth it ot not.






                  share|improve this answer













                  I think it is a great idea to use right click to context menu. If is a norm in desktop application and I see no reason for it not to be the case in web interfaces. And many if not all tools from Google and Microsoft no use right click actions to offer content related actions. And right click can be nicely replaced with long tap on touch-enabled devices, which also become commonplace.



                  The only problem with then is that they are difficult to discover, so I would say you still should keep that action row on top of the table.



                  Good thing that pretty much every tool with table based use uses right-clicks for content menu: gmail, google sheets, excel on desktop an on the web. So you have that going on for you, plus if if visual state of the row changes on hover or click, you can assume that people expect to see context menu on right click.



                  First, gangsta move, before spending time on implementing the functionality, just make sure that to track if users right clicking and then you can consider if it worth it ot not.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 8 hours ago









                  Jurijs KovzelsJurijs Kovzels

                  1,0731 gold badge7 silver badges19 bronze badges




                  1,0731 gold badge7 silver badges19 bronze badges
























                      1
















                      This post I will answer like a web user.



                      I have a confession: I'm always trying to use right-click on the web tools (web applications that work like a tool, like Google Drive) and nobody care with this. Rarely I saw someone using it. Otherwise, I will feel strange, maybe unhappy, if you do it on a website or e-commerce.



                      Congratulations for your idea. Please, try it and tell us if it works.



                      But before it I will list some considerations as a UX Professional:



                      • Make a list of good and bad reasons/consequence why you would like to do it.

                      • Just do it if is really necessary. And If look natural for the users like swipe an image in a mobile screen to see next.

                      • The user has any other reason to use right-click? If yes, don't do it.

                      • How do you communicate the user that they can do it as it's not common action?

                      • Make a prototype and test with some users (real users, not your boss or not your mom and not your friends).

                      • Analyze how often your users need these actions. All the needed time to develop and teach the user worth it?

                      Google Drive does it very well.



                      enter image description here






                      share|improve this answer

























                      • I would point out that although google drive does this and might be popular with power users, they have these actions visible by clicking an icon, so you could be using google drive for a long time and not realise the right-click actions even exist. I would suggest testing your users with google drive to validate your idea.

                        – Calum
                        6 hours ago
















                      1
















                      This post I will answer like a web user.



                      I have a confession: I'm always trying to use right-click on the web tools (web applications that work like a tool, like Google Drive) and nobody care with this. Rarely I saw someone using it. Otherwise, I will feel strange, maybe unhappy, if you do it on a website or e-commerce.



                      Congratulations for your idea. Please, try it and tell us if it works.



                      But before it I will list some considerations as a UX Professional:



                      • Make a list of good and bad reasons/consequence why you would like to do it.

                      • Just do it if is really necessary. And If look natural for the users like swipe an image in a mobile screen to see next.

                      • The user has any other reason to use right-click? If yes, don't do it.

                      • How do you communicate the user that they can do it as it's not common action?

                      • Make a prototype and test with some users (real users, not your boss or not your mom and not your friends).

                      • Analyze how often your users need these actions. All the needed time to develop and teach the user worth it?

                      Google Drive does it very well.



                      enter image description here






                      share|improve this answer

























                      • I would point out that although google drive does this and might be popular with power users, they have these actions visible by clicking an icon, so you could be using google drive for a long time and not realise the right-click actions even exist. I would suggest testing your users with google drive to validate your idea.

                        – Calum
                        6 hours ago














                      1














                      1










                      1









                      This post I will answer like a web user.



                      I have a confession: I'm always trying to use right-click on the web tools (web applications that work like a tool, like Google Drive) and nobody care with this. Rarely I saw someone using it. Otherwise, I will feel strange, maybe unhappy, if you do it on a website or e-commerce.



                      Congratulations for your idea. Please, try it and tell us if it works.



                      But before it I will list some considerations as a UX Professional:



                      • Make a list of good and bad reasons/consequence why you would like to do it.

                      • Just do it if is really necessary. And If look natural for the users like swipe an image in a mobile screen to see next.

                      • The user has any other reason to use right-click? If yes, don't do it.

                      • How do you communicate the user that they can do it as it's not common action?

                      • Make a prototype and test with some users (real users, not your boss or not your mom and not your friends).

                      • Analyze how often your users need these actions. All the needed time to develop and teach the user worth it?

                      Google Drive does it very well.



                      enter image description here






                      share|improve this answer













                      This post I will answer like a web user.



                      I have a confession: I'm always trying to use right-click on the web tools (web applications that work like a tool, like Google Drive) and nobody care with this. Rarely I saw someone using it. Otherwise, I will feel strange, maybe unhappy, if you do it on a website or e-commerce.



                      Congratulations for your idea. Please, try it and tell us if it works.



                      But before it I will list some considerations as a UX Professional:



                      • Make a list of good and bad reasons/consequence why you would like to do it.

                      • Just do it if is really necessary. And If look natural for the users like swipe an image in a mobile screen to see next.

                      • The user has any other reason to use right-click? If yes, don't do it.

                      • How do you communicate the user that they can do it as it's not common action?

                      • Make a prototype and test with some users (real users, not your boss or not your mom and not your friends).

                      • Analyze how often your users need these actions. All the needed time to develop and teach the user worth it?

                      Google Drive does it very well.



                      enter image description here







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered 6 hours ago









                      BraDevBraDev

                      7491 silver badge13 bronze badges




                      7491 silver badge13 bronze badges















                      • I would point out that although google drive does this and might be popular with power users, they have these actions visible by clicking an icon, so you could be using google drive for a long time and not realise the right-click actions even exist. I would suggest testing your users with google drive to validate your idea.

                        – Calum
                        6 hours ago


















                      • I would point out that although google drive does this and might be popular with power users, they have these actions visible by clicking an icon, so you could be using google drive for a long time and not realise the right-click actions even exist. I would suggest testing your users with google drive to validate your idea.

                        – Calum
                        6 hours ago

















                      I would point out that although google drive does this and might be popular with power users, they have these actions visible by clicking an icon, so you could be using google drive for a long time and not realise the right-click actions even exist. I would suggest testing your users with google drive to validate your idea.

                      – Calum
                      6 hours ago






                      I would point out that although google drive does this and might be popular with power users, they have these actions visible by clicking an icon, so you could be using google drive for a long time and not realise the right-click actions even exist. I would suggest testing your users with google drive to validate your idea.

                      – Calum
                      6 hours ago












                      1
















                      No, it's not bad UX, but it's risky and requires additional concerns



                      • What happens if the user's right button doesn't work? a trivial task becomes impossible

                      • What happens with touch screens?

                      However, I think there are undeniable benefits in your approach, so I think you can do it, just keeping a way to make this context menu or its related actions work even without right click. This secondary set of actions will cover those cases mentioned above, increase visibility of the system's capabilities and its affordances, Supporting Internal Locus of Control, which is one of the 8 Golden Rules of Interface design






                      share|improve this answer




















                      • 1





                        1) The OP is not talking about replacing the top menus but duplicating them, so there is no "impossible". 2) I have a menu button (on both my laptop keyboard and external keyboard) that does the identical thing as "right click on the current selection". Maybe people are not familiar with said button? 3) Good question on touch screens.

                        – Jeff Y
                        16 mins ago
















                      1
















                      No, it's not bad UX, but it's risky and requires additional concerns



                      • What happens if the user's right button doesn't work? a trivial task becomes impossible

                      • What happens with touch screens?

                      However, I think there are undeniable benefits in your approach, so I think you can do it, just keeping a way to make this context menu or its related actions work even without right click. This secondary set of actions will cover those cases mentioned above, increase visibility of the system's capabilities and its affordances, Supporting Internal Locus of Control, which is one of the 8 Golden Rules of Interface design






                      share|improve this answer




















                      • 1





                        1) The OP is not talking about replacing the top menus but duplicating them, so there is no "impossible". 2) I have a menu button (on both my laptop keyboard and external keyboard) that does the identical thing as "right click on the current selection". Maybe people are not familiar with said button? 3) Good question on touch screens.

                        – Jeff Y
                        16 mins ago














                      1














                      1










                      1









                      No, it's not bad UX, but it's risky and requires additional concerns



                      • What happens if the user's right button doesn't work? a trivial task becomes impossible

                      • What happens with touch screens?

                      However, I think there are undeniable benefits in your approach, so I think you can do it, just keeping a way to make this context menu or its related actions work even without right click. This secondary set of actions will cover those cases mentioned above, increase visibility of the system's capabilities and its affordances, Supporting Internal Locus of Control, which is one of the 8 Golden Rules of Interface design






                      share|improve this answer













                      No, it's not bad UX, but it's risky and requires additional concerns



                      • What happens if the user's right button doesn't work? a trivial task becomes impossible

                      • What happens with touch screens?

                      However, I think there are undeniable benefits in your approach, so I think you can do it, just keeping a way to make this context menu or its related actions work even without right click. This secondary set of actions will cover those cases mentioned above, increase visibility of the system's capabilities and its affordances, Supporting Internal Locus of Control, which is one of the 8 Golden Rules of Interface design







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered 3 hours ago









                      DevinDevin

                      26.7k13 gold badges63 silver badges107 bronze badges




                      26.7k13 gold badges63 silver badges107 bronze badges










                      • 1





                        1) The OP is not talking about replacing the top menus but duplicating them, so there is no "impossible". 2) I have a menu button (on both my laptop keyboard and external keyboard) that does the identical thing as "right click on the current selection". Maybe people are not familiar with said button? 3) Good question on touch screens.

                        – Jeff Y
                        16 mins ago













                      • 1





                        1) The OP is not talking about replacing the top menus but duplicating them, so there is no "impossible". 2) I have a menu button (on both my laptop keyboard and external keyboard) that does the identical thing as "right click on the current selection". Maybe people are not familiar with said button? 3) Good question on touch screens.

                        – Jeff Y
                        16 mins ago








                      1




                      1





                      1) The OP is not talking about replacing the top menus but duplicating them, so there is no "impossible". 2) I have a menu button (on both my laptop keyboard and external keyboard) that does the identical thing as "right click on the current selection". Maybe people are not familiar with said button? 3) Good question on touch screens.

                      – Jeff Y
                      16 mins ago






                      1) The OP is not talking about replacing the top menus but duplicating them, so there is no "impossible". 2) I have a menu button (on both my laptop keyboard and external keyboard) that does the identical thing as "right click on the current selection". Maybe people are not familiar with said button? 3) Good question on touch screens.

                      – Jeff Y
                      16 mins ago



















                      draft saved

                      draft discarded















































                      Thanks for contributing an answer to User Experience Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fux.stackexchange.com%2fquestions%2f129232%2fis-right-click-on-tables-bad-ux%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу

                      Israel Cuprins Etimologie | Istorie | Geografie | Politică | Demografie | Educație | Economie | Cultură | Note explicative | Note bibliografice | Bibliografie | Legături externe | Meniu de navigaresite web oficialfacebooktweeterGoogle+Instagramcanal YouTubeInstagramtextmodificaremodificarewww.technion.ac.ilnew.huji.ac.ilwww.weizmann.ac.ilwww1.biu.ac.ilenglish.tau.ac.ilwww.haifa.ac.ilin.bgu.ac.ilwww.openu.ac.ilwww.ariel.ac.ilCIA FactbookHarta Israelului"Negotiating Jerusalem," Palestine–Israel JournalThe Schizoid Nature of Modern Hebrew: A Slavic Language in Search of a Semitic Past„Arabic in Israel: an official language and a cultural bridge”„Latest Population Statistics for Israel”„Israel Population”„Tables”„Report for Selected Countries and Subjects”Human Development Report 2016: Human Development for Everyone„Distribution of family income - Gini index”The World FactbookJerusalem Law„Israel”„Israel”„Zionist Leaders: David Ben-Gurion 1886–1973”„The status of Jerusalem”„Analysis: Kadima's big plans”„Israel's Hard-Learned Lessons”„The Legacy of Undefined Borders, Tel Aviv Notes No. 40, 5 iunie 2002”„Israel Journal: A Land Without Borders”„Population”„Israel closes decade with population of 7.5 million”Time Series-DataBank„Selected Statistics on Jerusalem Day 2007 (Hebrew)”Golan belongs to Syria, Druze protestGlobal Survey 2006: Middle East Progress Amid Global Gains in FreedomWHO: Life expectancy in Israel among highest in the worldInternational Monetary Fund, World Economic Outlook Database, April 2011: Nominal GDP list of countries. Data for the year 2010.„Israel's accession to the OECD”Popular Opinion„On the Move”Hosea 12:5„Walking the Bible Timeline”„Palestine: History”„Return to Zion”An invention called 'the Jewish people' – Haaretz – Israel NewsoriginalJewish and Non-Jewish Population of Palestine-Israel (1517–2004)ImmigrationJewishvirtuallibrary.orgChapter One: The Heralders of Zionism„The birth of modern Israel: A scrap of paper that changed history”„League of Nations: The Mandate for Palestine, 24 iulie 1922”The Population of Palestine Prior to 1948originalBackground Paper No. 47 (ST/DPI/SER.A/47)History: Foreign DominationTwo Hundred and Seventh Plenary Meeting„Israel (Labor Zionism)”Population, by Religion and Population GroupThe Suez CrisisAdolf EichmannJustice Ministry Reply to Amnesty International Report„The Interregnum”Israel Ministry of Foreign Affairs – The Palestinian National Covenant- July 1968Research on terrorism: trends, achievements & failuresThe Routledge Atlas of the Arab–Israeli conflict: The Complete History of the Struggle and the Efforts to Resolve It"George Habash, Palestinian Terrorism Tactician, Dies at 82."„1973: Arab states attack Israeli forces”Agranat Commission„Has Israel Annexed East Jerusalem?”original„After 4 Years, Intifada Still Smolders”From the End of the Cold War to 2001originalThe Oslo Accords, 1993Israel-PLO Recognition – Exchange of Letters between PM Rabin and Chairman Arafat – Sept 9- 1993Foundation for Middle East PeaceSources of Population Growth: Total Israeli Population and Settler Population, 1991–2003original„Israel marks Rabin assassination”The Wye River Memorandumoriginal„West Bank barrier route disputed, Israeli missile kills 2”"Permanent Ceasefire to Be Based on Creation Of Buffer Zone Free of Armed Personnel Other than UN, Lebanese Forces"„Hezbollah kills 8 soldiers, kidnaps two in offensive on northern border”„Olmert confirms peace talks with Syria”„Battleground Gaza: Israeli ground forces invade the strip”„IDF begins Gaza troop withdrawal, hours after ending 3-week offensive”„THE LAND: Geography and Climate”„Area of districts, sub-districts, natural regions and lakes”„Israel - Geography”„Makhteshim Country”Israel and the Palestinian Territories„Makhtesh Ramon”„The Living Dead Sea”„Temperatures reach record high in Pakistan”„Climate Extremes In Israel”Israel in figures„Deuteronom”„JNF: 240 million trees planted since 1901”„Vegetation of Israel and Neighboring Countries”Environmental Law in Israel„Executive branch”„Israel's election process explained”„The Electoral System in Israel”„Constitution for Israel”„All 120 incoming Knesset members”„Statul ISRAEL”„The Judiciary: The Court System”„Israel's high court unique in region”„Israel and the International Criminal Court: A Legal Battlefield”„Localities and population, by population group, district, sub-district and natural region”„Israel: Districts, Major Cities, Urban Localities & Metropolitan Areas”„Israel-Egypt Relations: Background & Overview of Peace Treaty”„Solana to Haaretz: New Rules of War Needed for Age of Terror”„Israel's Announcement Regarding Settlements”„United Nations Security Council Resolution 497”„Security Council resolution 478 (1980) on the status of Jerusalem”„Arabs will ask U.N. to seek razing of Israeli wall”„Olmert: Willing to trade land for peace”„Mapping Peace between Syria and Israel”„Egypt: Israel must accept the land-for-peace formula”„Israel: Age structure from 2005 to 2015”„Global, regional, and national disability-adjusted life years (DALYs) for 306 diseases and injuries and healthy life expectancy (HALE) for 188 countries, 1990–2013: quantifying the epidemiological transition”10.1016/S0140-6736(15)61340-X„World Health Statistics 2014”„Life expectancy for Israeli men world's 4th highest”„Family Structure and Well-Being Across Israel's Diverse Population”„Fertility among Jewish and Muslim Women in Israel, by Level of Religiosity, 1979-2009”„Israel leaders in birth rate, but poverty major challenge”„Ethnic Groups”„Israel's population: Over 8.5 million”„Israel - Ethnic groups”„Jews, by country of origin and age”„Minority Communities in Israel: Background & Overview”„Israel”„Language in Israel”„Selected Data from the 2011 Social Survey on Mastery of the Hebrew Language and Usage of Languages”„Religions”„5 facts about Israeli Druze, a unique religious and ethnic group”„Israël”Israel Country Study Guide„Haredi city in Negev – blessing or curse?”„New town Harish harbors hopes of being more than another Pleasantville”„List of localities, in alphabetical order”„Muncitorii români, doriți în Israel”„Prietenia româno-israeliană la nevoie se cunoaște”„The Higher Education System in Israel”„Middle East”„Academic Ranking of World Universities 2016”„Israel”„Israel”„Jewish Nobel Prize Winners”„All Nobel Prizes in Literature”„All Nobel Peace Prizes”„All Prizes in Economic Sciences”„All Nobel Prizes in Chemistry”„List of Fields Medallists”„Sakharov Prize”„Țara care și-a sfidat "destinul" și se bate umăr la umăr cu Silicon Valley”„Apple's R&D center in Israel grew to about 800 employees”„Tim Cook: Apple's Herzliya R&D center second-largest in world”„Lecții de economie de la Israel”„Land use”Israel Investment and Business GuideA Country Study: IsraelCentral Bureau of StatisticsFlorin Diaconu, „Kadima: Flexibilitate și pragmatism, dar nici un compromis în chestiuni vitale", în Revista Institutului Diplomatic Român, anul I, numărul I, semestrul I, 2006, pp. 71-72Florin Diaconu, „Likud: Dreapta israeliană constant opusă retrocedării teritoriilor cureite prin luptă în 1967", în Revista Institutului Diplomatic Român, anul I, numărul I, semestrul I, 2006, pp. 73-74MassadaIsraelul a crescut in 50 de ani cât alte state intr-un mileniuIsrael Government PortalIsraelIsraelIsraelmmmmmXX451232cb118646298(data)4027808-634110000 0004 0372 0767n7900328503691455-bb46-37e3-91d2-cb064a35ffcc1003570400564274ge1294033523775214929302638955X146498911146498911

                      Smell Mother Skizze Discussion Tachometer Jar Alligator Star 끌다 자세 의문 과학적t Barbaric The round system critiques the connection. Definition: A wind instrument of music in use among the Spaniards Nasty Level 이상 분노 금년 월급 근교 Cloth Owner Permissible Shock Purring Parched Raise 오전 장면 햄 서투르다 The smash instructs the squeamish instrument. Large Nosy Nalpure Chalk Travel Crayon Bite your tongue The Hulk 신호 대사 사과하다 The work boosts the knowledgeable size. Steeplump Level Wooden Shake Teaching Jump 이제 복도 접다 공중전화 부지런하다 Rub Average Ruthless Busyglide Glost oven Didelphia Control A fly on the wall Jaws 지하철 거